@charset "UTF-8";

:root{
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

html{
  font-family:sans-serif;
  line-height:1.15;
  -webkit-text-size-adjust:100%;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

article,
aside,
figure,
footer,
header,
main,
nav,
section{
  display:block;
}

body{
  margin:0;
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#212529;
  text-align:left;
  background-color:#fff;
}

[tabindex="-1"]:focus:not(:focus-visible){
  outline:0 !important;
}

hr{
  box-sizing:content-box;
  height:0;
  overflow:visible;
}

h1,
h2,
h3,
h4,
h5,
h6{
  margin-top:0;
  margin-bottom:0.5rem;
}

p{
  margin-top:0;
  margin-bottom:1rem;
}

abbr[title],
abbr[data-original-title]{
  text-decoration:underline;
  -webkit-text-decoration:underline dotted;
          text-decoration:underline dotted;
  cursor:help;
  border-bottom:0;
  -webkit-text-decoration-skip-ink:none;
          text-decoration-skip-ink:none;
}

address{
  margin-bottom:1rem;
  font-style:normal;
  line-height:inherit;
}

ol,
ul,
dl{
  margin-top:0;
  margin-bottom:1rem;
}

ol ol,
ul ul,
ol ul,
ul ol{
  margin-bottom:0;
}

dt{
  font-weight:700;
}

dd{
  margin-bottom:0.5rem;
  margin-left:0;
}

b,
strong{
  font-weight:bolder;
}

small{
  font-size:80%;
}

sub,
sup{
  position:relative;
  font-size:75%;
  line-height:0;
  vertical-align:baseline;
}

sub{
  bottom:-0.25em;
}

sup{
  top:-0.5em;
}

a{
  color:#007bff;
  text-decoration:none;
  background-color:transparent;
}

a:hover{
  color:rgb(0, 86.1, 178.5);
  text-decoration:underline;
}

a:not([href]):not([class]){
  color:inherit;
  text-decoration:none;
}

a:not([href]):not([class]):hover{
  color:inherit;
  text-decoration:none;
}

pre,
code{
  font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size:1em;
}

pre{
  margin-top:0;
  margin-bottom:1rem;
  overflow:auto;
  -ms-overflow-style:scrollbar;
}

figure{
  margin:0 0 1rem;
}

img{
  vertical-align:middle;
  border-style:none;
}

svg{
  overflow:hidden;
  vertical-align:middle;
}

table{
  border-collapse:collapse;
}

caption{
  padding-top:0.75rem;
  padding-bottom:0.75rem;
  color:#6c757d;
  text-align:left;
  caption-side:bottom;
}

th{
  text-align:inherit;
  text-align:-webkit-match-parent;
}

label{
  display:inline-block;
  margin-bottom:0.5rem;
}

button{
  border-radius:0;
}

button:focus:not(:focus-visible){
  outline:0;
}

input,
button,
select,
optgroup,
textarea{
  margin:0;
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
}

button,
input{
  overflow:visible;
}

button,
select{
  text-transform:none;
}

[role=button]{
  cursor:pointer;
}

select{
  word-wrap:normal;
}

button,
[type=button],
[type=reset],
[type=submit]{
  -webkit-appearance:button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled){
  cursor:pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner{
  padding:0;
  border-style:none;
}

input[type=radio],
input[type=checkbox]{
  box-sizing:border-box;
  padding:0;
}

textarea{
  overflow:auto;
  resize:vertical;
}

fieldset{
  min-width:0;
  padding:0;
  margin:0;
  border:0;
}

legend{
  display:block;
  width:100%;
  max-width:100%;
  padding:0;
  margin-bottom:0.5rem;
  font-size:1.5rem;
  line-height:inherit;
  color:inherit;
  white-space:normal;
}

progress{
  vertical-align:baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button{
  height:auto;
}

[type=search]{
  outline-offset:-2px;
  -webkit-appearance:none;
}

[type=search]::-webkit-search-decoration{
  -webkit-appearance:none;
}

output{
  display:inline-block;
}

summary{
  display:list-item;
  cursor:pointer;
}

template{
  display:none;
}

[hidden]{
  display:none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
  margin-bottom:0.5rem;
  font-weight:500;
  line-height:1.2;
}

h1,
.h1{
  font-size:2.5rem;
}

h2,
.h2{
  font-size:2rem;
}

h3,
.h3{
  font-size:1.75rem;
}

h4,
.h4{
  font-size:1.5rem;
}

h5,
.h5{
  font-size:1.25rem;
}

h6,
.h6{
  font-size:1rem;
}

.lead{
  font-size:1.25rem;
  font-weight:300;
}

hr{
  margin-top:1rem;
  margin-bottom:1rem;
  border:0;
  border-top:1px solid rgba(0, 0, 0, 0.1);
}

small,
.small{
  font-size:0.875em;
  font-weight:400;
}

mark,
.mark{
  padding:0.2em;
  background-color:#fcf8e3;
}

.img-fluid{
  max-width:100%;
  height:auto;
}

.figure{
  display:inline-block;
}

code{
  font-size:87.5%;
  color:#e83e8c;
  word-wrap:break-word;
}

a > code{
  color:inherit;
}

pre{
  display:block;
  font-size:87.5%;
  color:#212529;
}

pre code{
  font-size:inherit;
  color:inherit;
  word-break:normal;
}

.container,
.container-fluid{
  width:100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto;
}

@media (min-width: 576px){
  
  .container{
    max-width:540px;
  }
}

@media (min-width: 768px){
  
  .container{
    max-width:720px;
  }
}

@media (min-width: 992px){
  
  .container{
    max-width:960px;
  }
}

@media (min-width: 1200px){
  
  .container{
    max-width:1140px;
  }
}

.row{
  display:flex;
  flex-wrap:wrap;
  margin-right:-15px;
  margin-left:-15px;
}

.no-gutters{
  margin-right:0;
  margin-left:0;
}

.no-gutters > .col,
.no-gutters > [class*=col-]{
  padding-right:0;
  padding-left:0;
}


.col-xl-8,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-md-12,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-sm-12,
.col-sm-6,
.col-sm-4,
.col,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}

.col{
  flex-basis:0;
  flex-grow:1;
  max-width:100%;
}

.col-1{
  flex:0 0 8.33333333%;
  max-width:8.33333333%;
}

.col-2{
  flex:0 0 16.66666667%;
  max-width:16.66666667%;
}

.col-3{
  flex:0 0 25%;
  max-width:25%;
}

.col-4{
  flex:0 0 33.33333333%;
  max-width:33.33333333%;
}

.col-5{
  flex:0 0 41.66666667%;
  max-width:41.66666667%;
}

.col-6{
  flex:0 0 50%;
  max-width:50%;
}

.col-7{
  flex:0 0 58.33333333%;
  max-width:58.33333333%;
}

.col-8{
  flex:0 0 66.66666667%;
  max-width:66.66666667%;
}

.col-9{
  flex:0 0 75%;
  max-width:75%;
}

.col-10{
  flex:0 0 83.33333333%;
  max-width:83.33333333%;
}

.col-11{
  flex:0 0 91.66666667%;
  max-width:91.66666667%;
}

.col-12{
  flex:0 0 100%;
  max-width:100%;
}

.order-1{
  order:1;
}

.order-2{
  order:2;
}

.order-3{
  order:3;
}

@media (min-width: 576px){

  .col-sm-4{
    flex:0 0 33.33333333%;
    max-width:33.33333333%;
  }

  .col-sm-6{
    flex:0 0 50%;
    max-width:50%;
  }

  .col-sm-12{
    flex:0 0 100%;
    max-width:100%;
  }
}

@media (min-width: 768px){

  .col-md-3{
    flex:0 0 25%;
    max-width:25%;
  }

  .col-md-4{
    flex:0 0 33.33333333%;
    max-width:33.33333333%;
  }

  .col-md-5{
    flex:0 0 41.66666667%;
    max-width:41.66666667%;
  }

  .col-md-6{
    flex:0 0 50%;
    max-width:50%;
  }

  .col-md-7{
    flex:0 0 58.33333333%;
    max-width:58.33333333%;
  }

  .col-md-8{
    flex:0 0 66.66666667%;
    max-width:66.66666667%;
  }

  .col-md-12{
    flex:0 0 100%;
    max-width:100%;
  }

  .order-md-1{
    order:1;
  }

  .order-md-2{
    order:2;
  }
}

@media (min-width: 992px){

  .col-lg-2{
    flex:0 0 16.66666667%;
    max-width:16.66666667%;
  }

  .col-lg-3{
    flex:0 0 25%;
    max-width:25%;
  }

  .col-lg-4{
    flex:0 0 33.33333333%;
    max-width:33.33333333%;
  }

  .col-lg-5{
    flex:0 0 41.66666667%;
    max-width:41.66666667%;
  }

  .col-lg-6{
    flex:0 0 50%;
    max-width:50%;
  }

  .col-lg-7{
    flex:0 0 58.33333333%;
    max-width:58.33333333%;
  }

  .col-lg-8{
    flex:0 0 66.66666667%;
    max-width:66.66666667%;
  }

  .col-lg-10{
    flex:0 0 83.33333333%;
    max-width:83.33333333%;
  }

  .col-lg-11{
    flex:0 0 91.66666667%;
    max-width:91.66666667%;
  }

  .col-lg-12{
    flex:0 0 100%;
    max-width:100%;
  }

  .order-lg-1{
    order:1;
  }

  .order-lg-2{
    order:2;
  }

  .offset-lg-1{
    margin-left:8.33333333%;
  }
}

@media (min-width: 1200px){

  .col-xl-2{
    flex:0 0 16.66666667%;
    max-width:16.66666667%;
  }

  .col-xl-3{
    flex:0 0 25%;
    max-width:25%;
  }

  .col-xl-4{
    flex:0 0 33.33333333%;
    max-width:33.33333333%;
  }

  .col-xl-8{
    flex:0 0 66.66666667%;
    max-width:66.66666667%;
  }
}

.table{
  width:100%;
  margin-bottom:1rem;
  color:#212529;
}

.table th,
.table td{
  padding:0.75rem;
  vertical-align:top;
  border-top:1px solid #dee2e6;
}

.table thead th{
  vertical-align:bottom;
  border-bottom:2px solid #dee2e6;
}

.table tbody + tbody{
  border-top:2px solid #dee2e6;
}

.table-bordered{
  border:1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td{
  border:1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td{
  border-bottom-width:2px;
}

.table-striped tbody tr:nth-of-type(odd){
  background-color:rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover{
  color:#212529;
  background-color:rgba(0, 0, 0, 0.075);
}

.table-responsive{
  display:block;
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

.table-responsive > .table-bordered{
  border:0;
}

.form-control{
  display:block;
  width:100%;
  height:calc(1.5em + 0.75rem + 2px);
  padding:0.375rem 0.75rem;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#495057;
  background-color:#fff;
  background-clip:padding-box;
  border:1px solid #ced4da;
  border-radius:0.25rem;
  transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce){
  .form-control{
    transition:none;
  }
}

.form-control::-ms-expand{
  background-color:transparent;
  border:0;
}

.form-control:focus{
  color:#495057;
  background-color:#fff;
  border-color:rgb(127.5, 189, 255);
  outline:0;
  box-shadow:0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-moz-placeholder{
  color:#6c757d;
  opacity:1;
}

.form-control::placeholder{
  color:#6c757d;
  opacity:1;
}

.form-control:disabled,
.form-control[readonly]{
  background-color:#e9ecef;
  opacity:1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
}

select.form-control:-moz-focusring{
  color:transparent;
  text-shadow:0 0 0 #495057;
}

select.form-control:focus::-ms-value{
  color:#495057;
  background-color:#fff;
}

.form-control-file{
  display:block;
  width:100%;
}

select.form-control[size],
select.form-control[multiple]{
  height:auto;
}

textarea.form-control{
  height:auto;
}

.form-group{
  margin-bottom:1rem;
}

.form-row{
  display:flex;
  flex-wrap:wrap;
  margin-right:-5px;
  margin-left:-5px;
}

.form-row > .col,
.form-row > [class*=col-]{
  padding-right:5px;
  padding-left:5px;
}

.form-check-input{
  position:absolute;
  margin-top:0.3rem;
  margin-left:-1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label{
  color:#6c757d;
}

.form-check-label{
  margin-bottom:0;
}

.btn{
  display:inline-block;
  font-weight:400;
  color:#212529;
  text-align:center;
  vertical-align:middle;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  background-color:transparent;
  border:1px solid transparent;
  padding:0.375rem 0.75rem;
  font-size:1rem;
  line-height:1.5;
  border-radius:0.25rem;
  transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce){
  .btn{
    transition:none;
  }
}

.btn:hover{
  color:#212529;
  text-decoration:none;
}

.btn:focus,
.btn.focus{
  outline:0;
  box-shadow:0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled{
  opacity:0.65;
}

.btn:not(:disabled):not(.disabled){
  cursor:pointer;
}

a.btn.disabled,
fieldset:disabled a.btn{
  pointer-events:none;
}

.btn-primary{
  color:#fff;
  background-color:#007bff;
  border-color:#007bff;
}

.btn-primary:hover{
  color:#fff;
  background-color:rgb(0, 104.55, 216.75);
  border-color:rgb(0, 98.4, 204);
}

.btn-primary:focus,
.btn-primary.focus{
  color:#fff;
  background-color:rgb(0, 104.55, 216.75);
  border-color:rgb(0, 98.4, 204);
  box-shadow:0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled{
  color:#fff;
  background-color:#007bff;
  border-color:#007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle{
  color:#fff;
  background-color:rgb(0, 98.4, 204);
  border-color:rgb(0, 92.25, 191.25);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus{
  box-shadow:0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}

.btn-secondary{
  color:#fff;
  background-color:#6c757d;
  border-color:#6c757d;
}

.btn-secondary:hover{
  color:#fff;
  background-color:rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color:rgb(84.3605150215, 91.3905579399, 97.6394849785);
}

.btn-secondary:focus,
.btn-secondary.focus{
  color:#fff;
  background-color:rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color:rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow:0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled{
  color:#fff;
  background-color:#6c757d;
  border-color:#6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle{
  color:#fff;
  background-color:rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color:rgb(78.4506437768, 84.9881974249, 90.7993562232);
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus{
  box-shadow:0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success{
  color:#fff;
  background-color:#28a745;
  border-color:#28a745;
}

.btn-success:hover{
  color:#fff;
  background-color:rgb(32.6086956522, 136.1413043478, 56.25);
  border-color:rgb(30.1449275362, 125.8550724638, 52);
}

.btn-success:focus,
.btn-success.focus{
  color:#fff;
  background-color:rgb(32.6086956522, 136.1413043478, 56.25);
  border-color:rgb(30.1449275362, 125.8550724638, 52);
  box-shadow:0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-success.disabled,
.btn-success:disabled{
  color:#fff;
  background-color:#28a745;
  border-color:#28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle{
  color:#fff;
  background-color:rgb(30.1449275362, 125.8550724638, 52);
  border-color:rgb(27.6811594203, 115.5688405797, 47.75);
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus{
  box-shadow:0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-danger{
  color:#fff;
  background-color:#dc3545;
  border-color:#dc3545;
}

.btn-danger:hover{
  color:#fff;
  background-color:rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color:rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.btn-danger:focus,
.btn-danger.focus{
  color:#fff;
  background-color:rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color:rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow:0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled{
  color:#fff;
  background-color:#dc3545;
  border-color:#dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle{
  color:#fff;
  background-color:rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color:rgb(178.3481012658, 30.9018987342, 45.0284810127);
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus{
  box-shadow:0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-outline-primary{
  color:#007bff;
  border-color:#007bff;
}

.btn-outline-primary:hover{
  color:#fff;
  background-color:#007bff;
  border-color:#007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus{
  box-shadow:0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled{
  color:#007bff;
  background-color:transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle{
  color:#fff;
  background-color:#007bff;
  border-color:#007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus{
  box-shadow:0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary{
  color:#6c757d;
  border-color:#6c757d;
}

.btn-outline-secondary:hover{
  color:#fff;
  background-color:#6c757d;
  border-color:#6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus{
  box-shadow:0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled{
  color:#6c757d;
  background-color:transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle{
  color:#fff;
  background-color:#6c757d;
  border-color:#6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus{
  box-shadow:0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-sm{
  padding:0.25rem 0.5rem;
  font-size:0.875rem;
  line-height:1.5;
  border-radius:0.2rem;
}

.fade{
  transition:opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce){
  .fade{
    transition:none;
  }
}

.fade:not(.show){
  opacity:0;
}

.collapse:not(.show){
  display:none;
}

.collapsing{
  position:relative;
  height:0;
  overflow:hidden;
  transition:height 0.35s ease;
}

@media (prefers-reduced-motion: reduce){
  .collapsing{
    transition:none;
  }
}

.collapsing.width{
  width:0;
  height:auto;
  transition:width 0.35s ease;
}

@media (prefers-reduced-motion: reduce){
  .collapsing.width{
    transition:none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft{
  position:relative;
}

.dropdown-toggle{
  white-space:nowrap;
}

.dropdown-toggle::after{
  display:inline-block;
  margin-left:0.255em;
  vertical-align:0.255em;
  content:"";
  border-top:0.3em solid;
  border-right:0.3em solid transparent;
  border-bottom:0;
  border-left:0.3em solid transparent;
}

.dropdown-toggle:empty::after{
  margin-left:0;
}

.dropdown-menu{
  position:absolute;
  top:100%;
  left:0;
  z-index:1000;
  display:none;
  float:left;
  min-width:10rem;
  padding:0.5rem 0;
  margin:0.125rem 0 0;
  font-size:1rem;
  color:#212529;
  text-align:left;
  list-style:none;
  background-color:#fff;
  background-clip:padding-box;
  border:1px solid rgba(0, 0, 0, 0.15);
  border-radius:0.25rem;
}

.dropdown-menu-right{
  right:0;
  left:auto;
}

.dropup .dropdown-menu{
  top:auto;
  bottom:100%;
  margin-top:0;
  margin-bottom:0.125rem;
}

.dropup .dropdown-toggle::after{
  display:inline-block;
  margin-left:0.255em;
  vertical-align:0.255em;
  content:"";
  border-top:0;
  border-right:0.3em solid transparent;
  border-bottom:0.3em solid;
  border-left:0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after{
  margin-left:0;
}

.dropright .dropdown-menu{
  top:0;
  right:auto;
  left:100%;
  margin-top:0;
  margin-left:0.125rem;
}

.dropright .dropdown-toggle::after{
  display:inline-block;
  margin-left:0.255em;
  vertical-align:0.255em;
  content:"";
  border-top:0.3em solid transparent;
  border-right:0;
  border-bottom:0.3em solid transparent;
  border-left:0.3em solid;
}

.dropright .dropdown-toggle:empty::after{
  margin-left:0;
}

.dropright .dropdown-toggle::after{
  vertical-align:0;
}

.dropleft .dropdown-menu{
  top:0;
  right:100%;
  left:auto;
  margin-top:0;
  margin-right:0.125rem;
}

.dropleft .dropdown-toggle::after{
  display:inline-block;
  margin-left:0.255em;
  vertical-align:0.255em;
  content:"";
}

.dropleft .dropdown-toggle::after{
  display:none;
}

.dropleft .dropdown-toggle::before{
  display:inline-block;
  margin-right:0.255em;
  vertical-align:0.255em;
  content:"";
  border-top:0.3em solid transparent;
  border-right:0.3em solid;
  border-bottom:0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after{
  margin-left:0;
}

.dropleft .dropdown-toggle::before{
  vertical-align:0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left]{
  right:auto;
  bottom:auto;
}

.dropdown-divider{
  height:0;
  margin:0.5rem 0;
  overflow:hidden;
  border-top:1px solid #e9ecef;
}

.dropdown-item{
  display:block;
  width:100%;
  padding:0.25rem 1.5rem;
  clear:both;
  font-weight:400;
  color:#212529;
  text-align:inherit;
  white-space:nowrap;
  background-color:transparent;
  border:0;
}

.dropdown-item:hover,
.dropdown-item:focus{
  color:rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration:none;
  background-color:#e9ecef;
}

.dropdown-item.active,
.dropdown-item:active{
  color:#fff;
  text-decoration:none;
  background-color:#007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled{
  color:#adb5bd;
  pointer-events:none;
  background-color:transparent;
}

.dropdown-menu.show{
  display:block;
}

.dropdown-header{
  display:block;
  padding:0.5rem 1.5rem;
  margin-bottom:0;
  font-size:0.875rem;
  color:#6c757d;
  white-space:nowrap;
}

.btn-group{
  position:relative;
  display:inline-flex;
  vertical-align:middle;
}

.btn-group > .btn{
  position:relative;
  flex:1 1 auto;
}

.btn-group > .btn:hover{
  z-index:1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active{
  z-index:1;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child){
  margin-left:-1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn{
  border-top-right-radius:0;
  border-bottom-right-radius:0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn{
  border-top-left-radius:0;
  border-bottom-left-radius:0;
}

.input-group{
  position:relative;
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  width:100%;
}

.input-group > .form-control,
.input-group > .custom-select{
  position:relative;
  flex:1 1 auto;
  width:1%;
  min-width:0;
  margin-bottom:0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select{
  margin-left:-1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus{
  z-index:3;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child){
  border-top-left-radius:0;
  border-bottom-left-radius:0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child){
  border-top-right-radius:0;
  border-bottom-right-radius:0;
}

.input-group-prepend,
.input-group-append{
  display:flex;
}

.input-group-prepend .btn,
.input-group-append .btn{
  position:relative;
  z-index:2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus{
  z-index:3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn{
  margin-left:-1px;
}

.input-group-prepend{
  margin-right:-1px;
}

.input-group-append{
  margin-left:-1px;
}

.input-group-text{
  display:flex;
  align-items:center;
  padding:0.375rem 0.75rem;
  margin-bottom:0;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#495057;
  text-align:center;
  white-space:nowrap;
  background-color:#e9ecef;
  border:1px solid #ced4da;
  border-radius:0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox]{
  margin-top:0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child){
  border-top-right-radius:0;
  border-bottom-right-radius:0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child){
  border-top-left-radius:0;
  border-bottom-left-radius:0;
}

.custom-select{
  display:inline-block;
  width:100%;
  height:calc(1.5em + 0.75rem + 2px);
  padding:0.375rem 1.75rem 0.375rem 0.75rem;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#495057;
  vertical-align:middle;
  background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border:1px solid #ced4da;
  border-radius:0.25rem;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
}

.custom-select:focus{
  border-color:rgb(127.5, 189, 255);
  outline:0;
  box-shadow:0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value{
  color:#495057;
  background-color:#fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]){
  height:auto;
  padding-right:0.75rem;
  background-image:none;
}

.custom-select:disabled{
  color:#6c757d;
  background-color:#e9ecef;
}

.custom-select::-ms-expand{
  display:none;
}

.custom-select:-moz-focusring{
  color:transparent;
  text-shadow:0 0 0 #495057;
}


.custom-select{
  transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce){
  
  .custom-select{
    transition:none;
  }
}

.nav{
  display:flex;
  flex-wrap:wrap;
  padding-left:0;
  margin-bottom:0;
  list-style:none;
}

.nav-link{
  display:block;
  padding:0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus{
  text-decoration:none;
}

.nav-link.disabled{
  color:#6c757d;
  pointer-events:none;
  cursor:default;
}

.nav-tabs{
  border-bottom:1px solid #dee2e6;
}

.nav-tabs .nav-link{
  margin-bottom:-1px;
  background-color:transparent;
  border:1px solid transparent;
  border-top-left-radius:0.25rem;
  border-top-right-radius:0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus{
  isolation:isolate;
  border-color:#e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled{
  color:#6c757d;
  background-color:transparent;
  border-color:transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link{
  color:#495057;
  background-color:#fff;
  border-color:#dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu{
  margin-top:-1px;
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.tab-content > .tab-pane{
  display:none;
}

.tab-content > .active{
  display:block;
}

.navbar{
  position:relative;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  padding:0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
}

.navbar-brand{
  display:inline-block;
  padding-top:0.3125rem;
  padding-bottom:0.3125rem;
  margin-right:1rem;
  font-size:1.25rem;
  line-height:inherit;
  white-space:nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus{
  text-decoration:none;
}

.navbar-nav{
  display:flex;
  flex-direction:column;
  padding-left:0;
  margin-bottom:0;
  list-style:none;
}

.navbar-nav .nav-link{
  padding-right:0;
  padding-left:0;
}

.navbar-nav .dropdown-menu{
  position:static;
  float:none;
}

.navbar-toggler{
  padding:0.25rem 0.75rem;
  font-size:1.25rem;
  line-height:1;
  background-color:transparent;
  border:1px solid transparent;
  border-radius:0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus{
  text-decoration:none;
}

.card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  word-wrap:break-word;
  background-color:#fff;
  background-clip:border-box;
  border:1px solid rgba(0, 0, 0, 0.125);
  border-radius:0.25rem;
}

.card > hr{
  margin-right:0;
  margin-left:0;
}

.card > .list-group{
  border-top:inherit;
  border-bottom:inherit;
}

.card > .list-group:first-child{
  border-top-width:0;
  border-top-left-radius:calc(0.25rem - 1px);
  border-top-right-radius:calc(0.25rem - 1px);
}

.card > .list-group:last-child{
  border-bottom-width:0;
  border-bottom-right-radius:calc(0.25rem - 1px);
  border-bottom-left-radius:calc(0.25rem - 1px);
}

.card > .card-header + .list-group{
  border-top:0;
}

.card-body{
  flex:1 1 auto;
  min-height:1px;
  padding:1.25rem;
}

.card-title{
  margin-bottom:0.75rem;
}

.card-subtitle{
  margin-top:-0.375rem;
  margin-bottom:0;
}

.card-text:last-child{
  margin-bottom:0;
}

.card-header{
  padding:0.75rem 1.25rem;
  margin-bottom:0;
  background-color:rgba(0, 0, 0, 0.03);
  border-bottom:1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child{
  border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-columns .card{
  margin-bottom:0.75rem;
}

@media (min-width: 576px){
  .card-columns{
    -moz-column-count:3;
         column-count:3;
    -moz-column-gap:1.25rem;
         column-gap:1.25rem;
    orphans:1;
    widows:1;
  }

  .card-columns .card{
    display:inline-block;
    width:100%;
  }
}

.accordion{
  overflow-anchor:none;
}

.accordion > .card{
  overflow:hidden;
}

.accordion > .card:not(:last-of-type){
  border-bottom:0;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.accordion > .card:not(:first-of-type){
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.accordion > .card > .card-header{
  border-radius:0;
  margin-bottom:-1px;
}

.breadcrumb{
  display:flex;
  flex-wrap:wrap;
  padding:0.75rem 1rem;
  margin-bottom:1rem;
  list-style:none;
  background-color:#e9ecef;
  border-radius:0.25rem;
}

.breadcrumb-item + .breadcrumb-item{
  padding-left:0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before{
  float:left;
  padding-right:0.5rem;
  color:#6c757d;
  content:"/";
}

.breadcrumb-item + .breadcrumb-item:hover::before{
  text-decoration:underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before{
  text-decoration:none;
}

.breadcrumb-item.active{
  color:#6c757d;
}

.pagination{
  display:flex;
  padding-left:0;
  list-style:none;
  border-radius:0.25rem;
}

.badge{
  display:inline-block;
  padding:0.25em 0.4em;
  font-size:75%;
  font-weight:700;
  line-height:1;
  text-align:center;
  white-space:nowrap;
  vertical-align:baseline;
  border-radius:0.25rem;
  transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce){
  .badge{
    transition:none;
  }
}

a.badge:hover,
a.badge:focus{
  text-decoration:none;
}

.badge:empty{
  display:none;
}

.btn .badge{
  position:relative;
  top:-1px;
}

.badge-primary{
  color:#fff;
  background-color:#007bff;
}

a.badge-primary:hover,
a.badge-primary:focus{
  color:#fff;
  background-color:rgb(0, 98.4, 204);
}

a.badge-primary:focus,
a.badge-primary.focus{
  outline:0;
  box-shadow:0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary{
  color:#fff;
  background-color:#6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus{
  color:#fff;
  background-color:rgb(84.3605150215, 91.3905579399, 97.6394849785);
}

a.badge-secondary:focus,
a.badge-secondary.focus{
  outline:0;
  box-shadow:0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success{
  color:#fff;
  background-color:#28a745;
}

a.badge-success:hover,
a.badge-success:focus{
  color:#fff;
  background-color:rgb(30.1449275362, 125.8550724638, 52);
}

a.badge-success:focus,
a.badge-success.focus{
  outline:0;
  box-shadow:0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info{
  color:#fff;
  background-color:#17a2b8;
}

a.badge-info:hover,
a.badge-info:focus{
  color:#fff;
  background-color:rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

a.badge-info:focus,
a.badge-info.focus{
  outline:0;
  box-shadow:0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning{
  color:#212529;
  background-color:#ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus{
  color:#212529;
  background-color:rgb(211, 158.25, 0);
}

a.badge-warning:focus,
a.badge-warning.focus{
  outline:0;
  box-shadow:0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger{
  color:#fff;
  background-color:#dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus{
  color:#fff;
  background-color:rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

a.badge-danger:focus,
a.badge-danger.focus{
  outline:0;
  box-shadow:0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light{
  color:#212529;
  background-color:#f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus{
  color:#212529;
  background-color:rgb(218.25, 223.5, 228.75);
}

a.badge-light:focus,
a.badge-light.focus{
  outline:0;
  box-shadow:0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.alert{
  position:relative;
  padding:0.75rem 1.25rem;
  margin-bottom:1rem;
  border:1px solid transparent;
  border-radius:0.25rem;
}

.alert-dismissible{
  padding-right:4rem;
}

.alert-dismissible .close{
  position:absolute;
  top:0;
  right:0;
  z-index:2;
  padding:0.75rem 1.25rem;
  color:inherit;
}

.alert-success{
  color:rgb(20.8, 86.84, 35.88);
  background-color:rgb(212, 237.4, 217.8);
  border-color:rgb(194.8, 230.36, 202.92);
}

.alert-success hr{
  border-top-color:rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.alert-info{
  color:rgb(11.96, 84.24, 95.68);
  background-color:rgb(208.6, 236.4, 240.8);
  border-color:rgb(190.04, 228.96, 235.12);
}

.alert-info hr{
  border-top-color:rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.alert-warning{
  color:rgb(132.6, 100.36, 3.64);
  background-color:rgb(255, 242.6, 205.4);
  border-color:rgb(255, 237.64, 185.56);
}

.alert-warning hr{
  border-top-color:rgb(255, 231.265, 160.06);
}

.alert-danger{
  color:rgb(114.4, 27.56, 35.88);
  background-color:rgb(248, 214.6, 217.8);
  border-color:rgb(245.2, 198.44, 202.92);
}

.alert-danger hr{
  border-top-color:rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

@keyframes progress-bar-stripes{
  from{
    background-position:1rem 0;
  }

  to{
    background-position:0 0;
  }
}

.progress{
  display:flex;
  height:1rem;
  overflow:hidden;
  line-height:0;
  font-size:0.75rem;
  background-color:#e9ecef;
  border-radius:0.25rem;
}

.progress-bar{
  display:flex;
  flex-direction:column;
  justify-content:center;
  overflow:hidden;
  color:#fff;
  text-align:center;
  white-space:nowrap;
  background-color:#007bff;
  transition:width 0.6s ease;
}

@media (prefers-reduced-motion: reduce){
  .progress-bar{
    transition:none;
  }
}

.media{
  display:flex;
  align-items:flex-start;
}

.list-group{
  display:flex;
  flex-direction:column;
  padding-left:0;
  margin-bottom:0;
  border-radius:0.25rem;
}

.list-group-item{
  position:relative;
  display:block;
  padding:0.75rem 1.25rem;
  background-color:#fff;
  border:1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child{
  border-top-left-radius:inherit;
  border-top-right-radius:inherit;
}

.list-group-item:last-child{
  border-bottom-right-radius:inherit;
  border-bottom-left-radius:inherit;
}

.list-group-item.disabled,
.list-group-item:disabled{
  color:#6c757d;
  pointer-events:none;
  background-color:#fff;
}

.list-group-item.active{
  z-index:2;
  color:#fff;
  background-color:#007bff;
  border-color:#007bff;
}

.list-group-item + .list-group-item{
  border-top-width:0;
}

.list-group-item + .list-group-item.active{
  margin-top:-1px;
  border-top-width:1px;
}

.close{
  float:right;
  font-size:1.5rem;
  font-weight:700;
  line-height:1;
  color:#000;
  text-shadow:0 1px 0 #fff;
  opacity:0.5;
}

.close:hover{
  color:#000;
  text-decoration:none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus{
  opacity:0.75;
}

button.close{
  padding:0;
  background-color:transparent;
  border:0;
}

a.close.disabled{
  pointer-events:none;
}

.toast{
  flex-basis:350px;
  max-width:350px;
  font-size:0.875rem;
  background-color:rgba(255, 255, 255, 0.85);
  background-clip:padding-box;
  border:1px solid rgba(0, 0, 0, 0.1);
  box-shadow:0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity:0;
  border-radius:0.25rem;
}

.toast:not(:last-child){
  margin-bottom:0.75rem;
}

.toast.showing{
  opacity:1;
}

.toast.show{
  display:block;
  opacity:1;
}

.toast.hide{
  display:none;
}

.modal-open{
  overflow:hidden;
}

.modal-open .modal{
  overflow-x:hidden;
  overflow-y:auto;
}

.modal{
  position:fixed;
  top:0;
  left:0;
  z-index:1050;
  display:none;
  width:100%;
  height:100%;
  overflow:hidden;
  outline:0;
}

.modal-dialog{
  position:relative;
  width:auto;
  margin:0.5rem;
  pointer-events:none;
}

.modal.fade .modal-dialog{
  transition:transform 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce){
  .modal.fade .modal-dialog{
    transition:none;
  }
}

.modal.fade .modal-dialog{
  transform:translate(0, -50px);
}

.modal.show .modal-dialog{
  transform:none;
}

.modal.modal-static .modal-dialog{
  transform:scale(1.02);
}

.modal-dialog-scrollable{
  display:flex;
  max-height:calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content{
  max-height:calc(100vh - 1rem);
  overflow:hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer{
  flex-shrink:0;
}

.modal-dialog-scrollable .modal-body{
  overflow-y:auto;
}

.modal-dialog-centered{
  display:flex;
  align-items:center;
  min-height:calc(100% - 1rem);
}

.modal-dialog-centered::before{
  display:block;
  height:calc(100vh - 1rem);
  height:-moz-min-content;
  height:min-content;
  content:"";
}

.modal-dialog-centered.modal-dialog-scrollable{
  flex-direction:column;
  justify-content:center;
  height:100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content{
  max-height:none;
}

.modal-dialog-centered.modal-dialog-scrollable::before{
  content:none;
}

.modal-content{
  position:relative;
  display:flex;
  flex-direction:column;
  width:100%;
  pointer-events:auto;
  background-color:#fff;
  background-clip:padding-box;
  border:1px solid rgba(0, 0, 0, 0.2);
  border-radius:0.3rem;
  outline:0;
}

.modal-backdrop{
  position:fixed;
  top:0;
  left:0;
  z-index:1040;
  width:100vw;
  height:100vh;
  background-color:#000;
}

.modal-backdrop.fade{
  opacity:0;
}

.modal-backdrop.show{
  opacity:0.5;
}

.modal-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  padding:1rem 1rem;
  border-bottom:1px solid #dee2e6;
  border-top-left-radius:calc(0.3rem - 1px);
  border-top-right-radius:calc(0.3rem - 1px);
}

.modal-header .close{
  padding:1rem 1rem;
  margin:-1rem -1rem -1rem auto;
}

.modal-title{
  margin-bottom:0;
  line-height:1.5;
}

.modal-body{
  position:relative;
  flex:1 1 auto;
  padding:1rem;
}

.modal-footer{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-end;
  padding:0.75rem;
  border-top:1px solid #dee2e6;
  border-bottom-right-radius:calc(0.3rem - 1px);
  border-bottom-left-radius:calc(0.3rem - 1px);
}

.modal-footer > *{
  margin:0.25rem;
}

.modal-scrollbar-measure{
  position:absolute;
  top:-9999px;
  width:50px;
  height:50px;
  overflow:scroll;
}

@media (min-width: 576px){
  .modal-dialog{
    max-width:500px;
    margin:1.75rem auto;
  }

  .modal-dialog-scrollable{
    max-height:calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content{
    max-height:calc(100vh - 3.5rem);
  }

  .modal-dialog-centered{
    min-height:calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before{
    height:calc(100vh - 3.5rem);
    height:-moz-min-content;
    height:min-content;
  }
}

@media (min-width: 992px){
  .modal-lg{
    max-width:800px;
  }
}

.tooltip{
  position:absolute;
  z-index:1070;
  display:block;
  margin:0;
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style:normal;
  font-weight:400;
  line-height:1.5;
  text-align:left;
  text-align:start;
  text-decoration:none;
  text-shadow:none;
  text-transform:none;
  letter-spacing:normal;
  word-break:normal;
  white-space:normal;
  word-spacing:normal;
  line-break:auto;
  font-size:0.875rem;
  word-wrap:break-word;
  opacity:0;
}

.tooltip.show{
  opacity:0.9;
}

.tooltip .arrow{
  position:absolute;
  display:block;
  width:0.8rem;
  height:0.4rem;
}

.tooltip .arrow::before{
  position:absolute;
  content:"";
  border-color:transparent;
  border-style:solid;
}

.tooltip-inner{
  max-width:200px;
  padding:0.25rem 0.5rem;
  color:#fff;
  text-align:center;
  background-color:#000;
  border-radius:0.25rem;
}

.popover{
  position:absolute;
  top:0;
  left:0;
  z-index:1060;
  display:block;
  max-width:276px;
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style:normal;
  font-weight:400;
  line-height:1.5;
  text-align:left;
  text-align:start;
  text-decoration:none;
  text-shadow:none;
  text-transform:none;
  letter-spacing:normal;
  word-break:normal;
  white-space:normal;
  word-spacing:normal;
  line-break:auto;
  font-size:0.875rem;
  word-wrap:break-word;
  background-color:#fff;
  background-clip:padding-box;
  border:1px solid rgba(0, 0, 0, 0.2);
  border-radius:0.3rem;
}

.popover .arrow{
  position:absolute;
  display:block;
  width:1rem;
  height:0.5rem;
  margin:0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after{
  position:absolute;
  display:block;
  content:"";
  border-color:transparent;
  border-style:solid;
}

.popover-header{
  padding:0.5rem 0.75rem;
  margin-bottom:0;
  font-size:1rem;
  background-color:rgb(247.35, 247.35, 247.35);
  border-bottom:1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius:calc(0.3rem - 1px);
  border-top-right-radius:calc(0.3rem - 1px);
}

.popover-header:empty{
  display:none;
}

.popover-body{
  padding:0.5rem 0.75rem;
  color:#212529;
}

.carousel{
  position:relative;
}

.carousel.pointer-event{
  touch-action:pan-y;
}

.carousel-item{
  position:relative;
  display:none;
  float:left;
  width:100%;
  margin-right:-100%;
  backface-visibility:hidden;
  transition:transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce){
  .carousel-item{
    transition:none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev{
  display:block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right{
  transform:translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left{
  transform:translateX(-100%);
}

.carousel-indicators{
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  z-index:15;
  display:flex;
  justify-content:center;
  padding-left:0;
  margin-right:15%;
  margin-left:15%;
  list-style:none;
}

.carousel-indicators li{
  box-sizing:content-box;
  flex:0 1 auto;
  width:30px;
  height:3px;
  margin-right:3px;
  margin-left:3px;
  text-indent:-999px;
  cursor:pointer;
  background-color:#fff;
  background-clip:padding-box;
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
  opacity:0.5;
  transition:opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce){
  .carousel-indicators li{
    transition:none;
  }
}

.carousel-indicators .active{
  opacity:1;
}

@keyframes spinner-border{
  to{
    transform:rotate(360deg);
  }
}

.spinner-border{
  display:inline-block;
  width:2rem;
  height:2rem;
  vertical-align:-0.125em;
  border:0.25em solid currentcolor;
  border-right-color:transparent;
  border-radius:50%;
  animation:0.75s linear infinite spinner-border;
}

@keyframes spinner-grow{
  0%{
    transform:scale(0);
  }

  50%{
    opacity:1;
    transform:none;
  }
}

@media (prefers-reduced-motion: reduce){
  .spinner-border{
    animation-duration:1.5s;
  }
}

.bg-primary{
  background-color:#007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus{
  background-color:rgb(0, 98.4, 204) !important;
}

.bg-warning{
  background-color:#ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus{
  background-color:rgb(211, 158.25, 0) !important;
}

.bg-light{
  background-color:#f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus{
  background-color:rgb(218.25, 223.5, 228.75) !important;
}

.border{
  border:1px solid #dee2e6 !important;
}

.border-top{
  border-top:1px solid #dee2e6 !important;
}

.border-right{
  border-right:1px solid #dee2e6 !important;
}

.border-bottom{
  border-bottom:1px solid #dee2e6 !important;
}

.border-left{
  border-left:1px solid #dee2e6 !important;
}

.rounded{
  border-radius:0.25rem !important;
}

.clearfix::after{
  display:block;
  clear:both;
  content:"";
}

.d-none{
  display:none !important;
}

.d-inline{
  display:inline !important;
}

.d-block{
  display:block !important;
}

.d-flex{
  display:flex !important;
}

@media (min-width: 576px){
  .d-sm-none{
    display:none !important;
  }
}

@media (min-width: 768px){
  .d-md-none{
    display:none !important;
  }
}

@media (min-width: 992px){
  .d-lg-none{
    display:none !important;
  }

  .d-lg-block{
    display:block !important;
  }

  .d-lg-flex{
    display:flex !important;
  }
}

@media (min-width: 1200px){

  .d-xl-block{
    display:block !important;
  }
}

.embed-responsive{
  position:relative;
  display:block;
  width:100%;
  padding:0;
  overflow:hidden;
}

.embed-responsive::before{
  display:block;
  content:"";
}


.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
}

.embed-responsive-16by9::before{
  padding-top:56.25%;
}

.flex-wrap{
  flex-wrap:wrap !important;
}

.flex-grow-1{
  flex-grow:1 !important;
}

.justify-content-end{
  justify-content:flex-end !important;
}

.justify-content-center{
  justify-content:center !important;
}

.justify-content-between{
  justify-content:space-between !important;
}

.justify-content-around{
  justify-content:space-around !important;
}

.align-items-start{
  align-items:flex-start !important;
}

.align-items-end{
  align-items:flex-end !important;
}

.align-items-center{
  align-items:center !important;
}

.align-items-baseline{
  align-items:baseline !important;
}

.align-content-center{
  align-content:center !important;
}

@media (min-width: 992px){

  .justify-content-lg-between{
    justify-content:space-between !important;
  }

  .align-items-lg-center{
    align-items:center !important;
  }

  .align-items-lg-stretch{
    align-items:stretch !important;
  }
}

@media (min-width: 1200px){

  .align-items-xl-center{
    align-items:center !important;
  }
}

.float-right{
  float:right !important;
}

.position-static{
  position:static !important;
}

.fixed-top{
  position:fixed;
  top:0;
  right:0;
  left:0;
  z-index:1030;
}

.fixed-bottom{
  position:fixed;
  right:0;
  bottom:0;
  left:0;
  z-index:1030;
}

@supports (position: sticky){
  .sticky-top{
    position:sticky;
    top:0;
    z-index:1020;
  }
}

.shadow{
  box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.w-100{
  width:100% !important;
}

.m-0{
  margin:0 !important;
}

.mt-0{
  margin-top:0 !important;
}

.mb-0{
  margin-bottom:0 !important;
}

.mt-1{
  margin-top:0.25rem !important;
}

.mr-1{
  margin-right:0.25rem !important;
}

.mb-1{
  margin-bottom:0.25rem !important;
}

.ml-1{
  margin-left:0.25rem !important;
}

.mt-2{
  margin-top:0.5rem !important;
}

.mr-2{
  margin-right:0.5rem !important;
}

.mb-2{
  margin-bottom:0.5rem !important;
}

.mt-3{
  margin-top:1rem !important;
}

.mr-3{
  margin-right:1rem !important;
}

.mb-3{
  margin-bottom:1rem !important;
}

.mt-4{
  margin-top:1.5rem !important;
}

.ml-4{
  margin-left:1.5rem !important;
}

.p-0{
  padding:0 !important;
}

.pb-0{
  padding-bottom:0 !important;
}

.pl-0{
  padding-left:0 !important;
}

.p-1{
  padding:0.25rem !important;
}

.pt-1{
  padding-top:0.25rem !important;
}

.pr-1{
  padding-right:0.25rem !important;
}

.pl-1{
  padding-left:0.25rem !important;
}


.py-2{
  padding-top:0.5rem !important;
}


.py-2{
  padding-bottom:0.5rem !important;
}

.pl-2{
  padding-left:0.5rem !important;
}


.px-4{
  padding-right:1.5rem !important;
}


.px-4{
  padding-left:1.5rem !important;
}

@media (min-width: 768px){

  .mt-md-0{
    margin-top:0 !important;
  }
}

@media (min-width: 992px){

  .mt-lg-0{
    margin-top:0 !important;
  }

  .mb-lg-0{
    margin-bottom:0 !important;
  }

  .pr-lg-0{
    padding-right:0 !important;
  }

  .pl-lg-0{
    padding-left:0 !important;
  }
}

.text-justify{
  text-align:justify !important;
}

.text-left{
  text-align:left !important;
}

.text-right{
  text-align:right !important;
}

.text-center{
  text-align:center !important;
}

@media (min-width: 992px){
  .text-lg-left{
    text-align:left !important;
  }

  .text-lg-center{
    text-align:center !important;
  }
}

.font-weight-bold{
  font-weight:700 !important;
}

.font-weight-bolder{
  font-weight:bolder !important;
}

.text-white{
  color:#fff !important;
}

.text-success{
  color:#28a745 !important;
}

a.text-success:hover,
a.text-success:focus{
  color:rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-danger{
  color:#dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus{
  color:rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-muted{
  color:#6c757d !important;
}

.visible{
  visibility:visible !important;
}

@media print{
  *,
  *::before,
  *::after{
    text-shadow:none !important;
    box-shadow:none !important;
  }

  a:not(.btn){
    text-decoration:underline;
  }

  abbr[title]::after{
    content:" (" attr(title) ")";
  }

  pre{
    white-space:pre-wrap !important;
  }

  pre{
    border:1px solid #adb5bd;
    page-break-inside:avoid;
  }

  tr,
  img{
    page-break-inside:avoid;
  }

  p,
  h2,
  h3{
    orphans:3;
    widows:3;
  }

  h2,
  h3{
    page-break-after:avoid;
  }

@page{
    size:a3;
}

  body{
    min-width:992px !important;
  }

  .container{
    min-width:992px !important;
  }

  .navbar{
    display:none;
  }

  .badge{
    border:1px solid #000;
  }

  .table{
    border-collapse:collapse !important;
  }

  .table td,
  .table th{
    background-color:#fff !important;
  }

  .table-bordered th,
  .table-bordered td{
    border:1px solid #dee2e6 !important;
  }
}

.toast-title{
  font-weight:bold;
}

.toast-message{
  -ms-word-wrap:break-word;
  word-wrap:break-word;
}

.toast-message a,
.toast-message label{
  color:#ffffff;
}

.toast-message a:hover{
  color:#cccccc;
  text-decoration:none;
}

.toast-close-button{
  position:relative;
  right:-0.3em;
  top:-0.3em;
  float:right;
  font-size:20px;
  font-weight:bold;
  color:#ffffff;
  -webkit-text-shadow:0 1px 0 #ffffff;
  text-shadow:0 1px 0 #ffffff;
  opacity:0.8;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter:alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus{
  color:#000000;
  text-decoration:none;
  cursor:pointer;
  opacity:0.4;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter:alpha(opacity=40);
}

button.toast-close-button{
  padding:0;
  cursor:pointer;
  background:transparent;
  border:0;
  -webkit-appearance:none;
}

.toast-top-right{
  top:12px;
  right:12px;
}

#toast-container{
  position:fixed;
  z-index:999999;
}

#toast-container *{
  box-sizing:border-box;
}

#toast-container > div{
  position:relative;
  overflow:hidden;
  margin:0 0 6px;
  padding:15px 15px 15px 50px;
  width:300px;
  border-radius:3px 3px 3px 3px;
  background-position:15px center;
  background-repeat:no-repeat;
  box-shadow:0 0 12px #999999;
  color:#ffffff;
  opacity:0.8;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter:alpha(opacity=80);
}

#toast-container > div:hover{
  box-shadow:0 0 12px #000000;
  opacity:1;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter:alpha(opacity=100);
  cursor:pointer;
}

#toast-container > .toast-info{
  background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error{
  background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success{
  background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning{
  background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

.toast{
  background-color:#030303;
}

.toast-success{
  background-color:#51a351;
}

.toast-error{
  background-color:#bd362f;
}

.toast-info{
  background-color:#2f96b4;
}

.toast-warning{
  background-color:#f89406;
}

.toast-progress{
  position:absolute;
  left:0;
  bottom:0;
  height:4px;
  background-color:#000000;
  opacity:0.4;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter:alpha(opacity=40);
}

@media all and (max-width: 240px){
  #toast-container > div{
    padding:8px 8px 8px 50px;
    width:11em;
  }

  #toast-container .toast-close-button{
    right:-0.2em;
    top:-0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px){
  #toast-container > div{
    padding:8px 8px 8px 50px;
    width:18em;
  }

  #toast-container .toast-close-button{
    right:-0.2em;
    top:-0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px){
  #toast-container > div{
    padding:15px 15px 15px 50px;
    width:25em;
  }
}

@font-face{
  font-family:"Font Awesome 5 Brands";
  font-style:normal;
  font-weight:normal;
  font-display:auto;
  src:url(/fonts/fa-brands-400.eot?2563b3e3a6a903e85f8a5fa88dbf538b);
  src:url(/fonts/fa-brands-400.eot?2563b3e3a6a903e85f8a5fa88dbf538b) format("embedded-opentype"), url(/fonts/fa-brands-400.woff2?3533db5f6d4bb62ec2d507557e99320f) format("woff2"), url(/fonts/fa-brands-400.woff?59167fb59d703ba519a06201490351bb) format("woff"), url(/fonts/fa-brands-400.ttf?f891686c02d561760ea0c668c0197bf9) format("truetype"), url(/fonts/fa-brands-400.svg?f5df7f21c0ecdbc5709564db5d7dc0d6) format("svg");
}

.fab{
  font-family:"Font Awesome 5 Brands";
}

@font-face{
  font-family:"Font Awesome 5 Pro";
  font-style:normal;
  font-weight:300;
  font-display:auto;
  src:url(/fonts/fa-light-300.eot?af237b233f468bc688b9a1a8359d204d);
  src:url(/fonts/fa-light-300.eot?af237b233f468bc688b9a1a8359d204d) format("embedded-opentype"), url(/fonts/fa-light-300.woff2?6265ad13b6a2275b7efcbae945d9d99c) format("woff2"), url(/fonts/fa-light-300.woff?44931d2b26ba16405d9daac56131b844) format("woff"), url(/fonts/fa-light-300.ttf?102dcd2113828918d901554f9cad7f46) format("truetype"), url(/fonts/fa-light-300.svg?04f862cd0cfe1ff26aab8845da402004) format("svg");
}

.fal{
  font-family:"Font Awesome 5 Pro";
  font-weight:300;
}

@font-face{
  font-family:"Font Awesome 5 Duotone";
  font-style:normal;
  font-weight:900;
  font-display:auto;
  src:url(/fonts/fa-duotone-900.eot?4bd9f123e62d823eba06a3a89b138958);
  src:url(/fonts/fa-duotone-900.eot?4bd9f123e62d823eba06a3a89b138958) format("embedded-opentype"), url(/fonts/fa-duotone-900.woff2?a4a71b0d384ff8966c7aaf50c56f22c3) format("woff2"), url(/fonts/fa-duotone-900.woff?56c28157e969556945ee6f50d232527d) format("woff"), url(/fonts/fa-duotone-900.ttf?cb751065ae9ac2915ca3667253ad20e0) format("truetype"), url(/fonts/fa-duotone-900.svg?cdba00326c96cb47c7443a6917908163) format("svg");
}

@font-face{
  font-family:"Font Awesome 5 Pro";
  font-style:normal;
  font-weight:400;
  font-display:auto;
  src:url(/fonts/fa-regular-400.eot?6de71e8b1f2e7cc46eaf43fb9464a27f);
  src:url(/fonts/fa-regular-400.eot?6de71e8b1f2e7cc46eaf43fb9464a27f) format("embedded-opentype"), url(/fonts/fa-regular-400.woff2?31e6727562147589b4d79522204fc9e5) format("woff2"), url(/fonts/fa-regular-400.woff?a15a569f9274c3c067e021664a6cb504) format("woff"), url(/fonts/fa-regular-400.ttf?abc4686311fc6242c96f827c7eb0282a) format("truetype"), url(/fonts/fa-regular-400.svg?86e9ef639f96e1abb6605488ebb1cbe2) format("svg");
}

.far{
  font-family:"Font Awesome 5 Pro";
  font-weight:400;
}

@font-face{
  font-family:"Font Awesome 5 Pro";
  font-style:normal;
  font-weight:900;
  font-display:auto;
  src:url(/fonts/fa-solid-900.eot?abe688eccd9d8a59af1e9739bae69bbe);
  src:url(/fonts/fa-solid-900.eot?abe688eccd9d8a59af1e9739bae69bbe) format("embedded-opentype"), url(/fonts/fa-solid-900.woff2?648f6c54acb5522e1db288f64ae243e0) format("woff2"), url(/fonts/fa-solid-900.woff?33484065de46cbd7642f1ccfa7fb0b1c) format("woff"), url(/fonts/fa-solid-900.ttf?302ff55483aa3a0051e38d36d84521bd) format("truetype"), url(/fonts/fa-solid-900.svg?a44c612b3071598db60425f3c0e73dce) format("svg");
}

.fa,
.fas{
  font-family:"Font Awesome 5 Pro";
  font-weight:900;
}

.fa.fa-eye{
  font-family:"Font Awesome 5 Pro";
  font-weight:400;
}

.fa.fa-eye-slash{
  font-family:"Font Awesome 5 Pro";
  font-weight:400;
}

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

.fa.fa-sign-out:before{
  content:"\f2f5";
}

.fa.fa-external-link:before{
  content:"\f35d";
}

.fa.fa-sign-in:before{
  content:"\f2f6";
}

.fa.fa-facebook-f{
  font-family:"Font Awesome 5 Brands";
  font-weight:400;
}

.fa.fa-facebook-f:before{
  content:"\f39e";
}

.fa.fa-clipboard{
  font-family:"Font Awesome 5 Pro";
  font-weight:400;
}

.fa.fa-shield:before{
  content:"\f3ed";
}

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

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

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

.fa,
.fas,
.far,
.fal,
.fab{
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  line-height:1;
}

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

@keyframes fa-spin{
  0%{
    transform:rotate(0deg);
  }

  100%{
    transform:rotate(360deg);
  }
}

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

.fa-analytics:before{
  content:"\f643";
}

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

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

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

.fa-arrow-from-bottom:before{
  content:"\f342";
}

.fa-arrow-from-top:before{
  content:"\f345";
}

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

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

.fa-badge-percent:before{
  content:"\f646";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-euro-sign:before{
  content:"\f153";
}

.fa-exclamation-triangle:before{
  content:"\f071";
}

.fa-external-link:before{
  content:"\f08e";
}

.fa-external-link-alt:before{
  content:"\f35d";
}

.fa-eye:before{
  content:"\f06e";
}

.fa-eye-slash:before{
  content:"\f070";
}

.fa-facebook-f:before{
  content:"\f39e";
}

.fa-female:before{
  content:"\f182";
}

.fa-file-alt:before{
  content:"\f15c";
}

.fa-file-contract:before{
  content:"\f56c";
}

.fa-file-csv:before{
  content:"\f6dd";
}

.fa-file-pdf:before{
  content:"\f1c1";
}

.fa-filter:before{
  content:"\f0b0";
}

.fa-handshake:before{
  content:"\f2b5";
}

.fa-headset:before{
  content:"\f590";
}

.fa-home-lg-alt:before{
  content:"\f80c";
}

.fa-id-card:before{
  content:"\f2c2";
}

.fa-inbox-in:before{
  content:"\f310";
}

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

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

.fa-linkedin-in:before{
  content:"\f0e1";
}

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

.fa-lock:before{
  content:"\f023";
}

.fa-lock-alt:before{
  content:"\f30d";
}

.fa-long-arrow-alt-left:before{
  content:"\f30a";
}

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

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

.fa-motorcycle:before{
  content:"\f21c";
}

.fa-newspaper:before{
  content:"\f1ea";
}

.fa-photo-video:before{
  content:"\f87c";
}

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

.fa-question:before{
  content:"\f128";
}

.fa-rv:before{
  content:"\f7be";
}

.fa-search:before{
  content:"\f002";
}

.fa-server:before{
  content:"\f233";
}

.fa-shield:before{
  content:"\f132";
}

.fa-shield-alt:before{
  content:"\f3ed";
}

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

.fa-shopping-bag:before{
  content:"\f290";
}

.fa-shopping-cart:before{
  content:"\f07a";
}

.fa-shuttle-van:before{
  content:"\f5b6";
}

.fa-sign-in:before{
  content:"\f090";
}

.fa-sign-out:before{
  content:"\f08b";
}

.fa-spinner:before{
  content:"\f110";
}

.fa-spinner-third:before{
  content:"\f3f4";
}

.fa-star:before{
  content:"\f005";
}

.fa-street-view:before{
  content:"\f21d";
}

.fa-tachometer-alt:before{
  content:"\f3fd";
}

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

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

.fa-tools:before{
  content:"\f7d9";
}

.fa-trash-alt:before{
  content:"\f2ed";
}

.fa-truck:before{
  content:"\f0d1";
}

.fa-user:before{
  content:"\f007";
}

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

.fa-user-secret:before{
  content:"\f21b";
}

.fa-users:before{
  content:"\f0c0";
}

.fa-wrench:before{
  content:"\f0ad";
}

.switch-box{
  display:flex;
  align-items:center;
  cursor:pointer;
}

.switch{
  position:relative;
  display:inline-block;
  width:60px;
  height:34px;
  margin-bottom:0px;
  margin-right:8px;
}

.switch.disabled{
  opacity:0.5;
}

.switch.switch-sm{
  width:40px;
  height:24px;
}

.switch.switch-sm .slider:before{
  height:20px;
  width:20px;
  left:2px;
  bottom:2px;
}

.switch.switch-sm input:checked + .slider:before{
  transform:translateX(16px);
}

.switch.switch-primary input:checked + .slider{
  background-color:#007bff !important;
}

.switch.switch-primary input:focus + .slider{
  box-shadow:0 0 1px #007bff !important;
}

.switch input{
  opacity:0;
  width:0;
  height:0;
}

.switch .slider{
  position:absolute;
  cursor:pointer;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#ccc;
  transition:0.4s;
}

.switch .slider:before{
  position:absolute;
  content:"";
  height:26px;
  width:26px;
  left:4px;
  bottom:4px;
  background-color:white;
  transition:0.4s;
}

.switch input:checked + .slider{
  background-color:#2196F3;
}

.switch input:focus + .slider{
  box-shadow:0 0 1px #2196F3;
}

.switch input:checked + .slider:before{
  transform:translateX(26px);
}

.switch{
}

.switch .slider.round{
  border-radius:34px;
}

.switch .slider.round:before{
  border-radius:50%;
}

.font-medium{
  font-weight:500;
}

.font-semi-bold{
  font-weight:600;
}

.font-bold{
  font-weight:700;
}

.black{
  color:#000000 !important;
}

.black.no-hover:hover,
.black.no-hover:focus,
.black.no-hover:active{
  color:#000000 !important;
}

.blue{
  color:#3294f0 !important;
}

.blue.no-hover:hover,
.blue.no-hover:focus,
.blue.no-hover:active{
  color:#3294f0 !important;
}

.bg-blue{
  background-color:#3294f0 !important;
}

.grey{
  color:#707070 !important;
}

.grey.no-hover:hover,
.grey.no-hover:focus,
.grey.no-hover:active{
  color:#707070 !important;
}

a.text-success.no-hover:hover,
a.text-success.no-hover:focus,
a.text-success.no-hover:active{
  color:#2da251 !important;
}

.red{
  color:#f03232 !important;
}

.red.no-hover:hover,
.red.no-hover:focus,
.red.no-hover:active{
  color:#f03232 !important;
}

.white{
  color:#ffffff !important;
}

.white.no-hover:hover,
.white.no-hover:focus,
.white.no-hover:active{
  color:#ffffff !important;
}

.opacity-lightest{
  opacity:0.25;
}

.fz-8{
  font-size:8px;
}

.fz-10{
  font-size:10px;
}

.fz-11{
  font-size:11px;
}

.fz-12{
  font-size:12px;
}

.fz-13{
  font-size:13px;
}

.fz-14{
  font-size:14px;
}

.fz-15{
  font-size:15px;
}

.fz-16{
  font-size:16px;
}

.fz-17{
  font-size:17px;
}

.fz-18{
  font-size:18px;
}

.fz-19{
  font-size:19px;
}

.fz-20{
  font-size:20px;
}

.fz-21{
  font-size:21px;
}

.fz-22{
  font-size:22px;
}

.fz-23{
  font-size:23px;
}

.fz-24{
  font-size:24px;
}

.fz-25{
  font-size:25px;
}

.fz-26{
  font-size:26px;
}

.fz-27{
  font-size:27px;
}

.fz-28{
  font-size:28px;
}

.fz-29{
  font-size:29px;
}

.fz-30{
  font-size:30px;
}

.fz-36{
  font-size:36px;
}

.fz-50{
  font-size:50px;
}

.lh-10{
  line-height:10px;
}

.lh-13{
  line-height:13px;
}

.lh-14{
  line-height:14px;
}

.lh-16{
  line-height:16px;
}

.lh-18{
  line-height:18px;
}

.lh-20{
  line-height:20px;
}

.lh-22{
  line-height:22px;
}

.lh-24{
  line-height:24px;
}

.lh-25{
  line-height:25px;
}

.lh-27{
  line-height:27px;
}

.lh-28{
  line-height:28px;
}

.lh-34{
  line-height:34px;
}

.lh-38{
  line-height:38px;
}

.lh-46{
  line-height:46px;
}

.h-100-vh{
  height:100vh !important;
}

.ls-1{
  letter-spacing:1px !important;
}

.m-0{
  margin:0px;
}

.mt-0{
  margin-top:0px;
}

.mb-0{
  margin-bottom:0px;
}

.p-0{
  padding:0px;
}

.pb-0{
  padding-bottom:0px;
}

.pl-0{
  padding-left:0px;
}

.right-0{
  right:0px;
}

@media (min-width: 768px) and (max-width: 991.98px){

  .mt-md-0{
    margin-top:0px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px){

  .mt-lg-0{
    margin-top:0px !important;
  }

  .mb-lg-0{
    margin-bottom:0px !important;
  }

  .pl-lg-0{
    padding-left:0px !important;
  }

  .pr-lg-0{
    padding-right:0px !important;
  }
}

.mt-1{
  margin-top:1px;
}

.mb-1{
  margin-bottom:1px;
}

.ml-1{
  margin-left:1px;
}

.mr-1{
  margin-right:1px;
}

.p-1{
  padding:1px;
}

.pt-1{
  padding-top:1px;
}

.pl-1{
  padding-left:1px;
}

.pr-1{
  padding-right:1px;
}

.mt-2{
  margin-top:2px;
}

.mb-2{
  margin-bottom:2px;
}

.mr-2{
  margin-right:2px;
}

.py-2{
  padding-top:2px;
  padding-bottom:2px;
}

.pl-2{
  padding-left:2px;
}

.mt-3{
  margin-top:3px;
}

.mb-3{
  margin-bottom:3px;
}

.mr-3{
  margin-right:3px;
}

.mt-4{
  margin-top:4px;
}

.ml-4{
  margin-left:4px;
}

.px-4{
  padding-left:4px;
  padding-right:4px;
}

.mb-6{
  margin-bottom:6px;
}

.ml-6{
  margin-left:6px;
}

.mr-6{
  margin-right:6px;
}

.mr-8{
  margin-right:8px;
}

.pr-8{
  padding-right:8px;
}

.my-10{
  margin-top:10px;
  margin-bottom:10px;
}

.mt-10{
  margin-top:10px;
}

.mb-10{
  margin-bottom:10px;
}

.ml-10{
  margin-left:10px;
}

.mr-10{
  margin-right:10px;
}

.pt-10{
  padding-top:10px;
}

.pb-10{
  padding-bottom:10px;
}

.pl-10{
  padding-left:10px;
}

.pr-10{
  padding-right:10px;
}

.mt-12{
  margin-top:12px;
}

.p-14{
  padding:14px;
}

.pb-14{
  padding-bottom:14px;
}

.pl-14{
  padding-left:14px;
}

.pr-14{
  padding-right:14px;
}

.mt-15{
  margin-top:15px;
}

.pt-15{
  padding-top:15px;
}

.pb-15{
  padding-bottom:15px;
}

.pl-15{
  padding-left:15px;
}

.mx-16{
  margin-left:16px;
  margin-right:16px;
}

.mt-16{
  margin-top:16px;
}

.mb-16{
  margin-bottom:16px;
}

.pt-16{
  padding-top:16px;
}

.pb-16{
  padding-bottom:16px;
}

.mt-18{
  margin-top:18px;
}

.mt-20{
  margin-top:20px;
}

.mb-20{
  margin-bottom:20px;
}

.ml-20{
  margin-left:20px;
}

.px-20{
  padding-left:20px;
  padding-right:20px;
}

.p-20{
  padding:20px;
}

.pt-20{
  padding-top:20px;
}

.pb-20{
  padding-bottom:20px;
}

.pl-20{
  padding-left:20px;
}

.pr-20{
  padding-right:20px;
}

@media (max-width: 575.98px){

  .mt-xs-20{
    margin-top:20px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px){

  .mt-sm-20{
    margin-top:20px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px){

  .mt-md-20{
    margin-top:20px !important;
  }
}

.mt-25{
  margin-top:25px;
}

.ml-26{
  margin-left:26px;
}

.mt-30{
  margin-top:30px;
}

.mb-30{
  margin-bottom:30px;
}

.ml-30{
  margin-left:30px;
}

.pl-30{
  padding-left:30px;
}

.pr-30{
  padding-right:30px;
}

@media (min-width: 992px) and (max-width: 1199.98px){

  .mt-lg-30{
    margin-top:30px !important;
  }
}

.mt-34{
  margin-top:34px;
}

.mt-40{
  margin-top:40px;
}

.mb-40{
  margin-bottom:40px;
}

.pt-40{
  padding-top:40px;
}

@media (min-width: 992px) and (max-width: 1199.98px){

  .mt-lg-40{
    margin-top:40px !important;
  }
}

.mb-48{
  margin-bottom:48px;
}

.mt-50{
  margin-top:50px;
}

.pt-50{
  padding-top:50px;
}

.mt-52{
  margin-top:52px;
}

.mt-55{
  margin-top:55px;
}

.mt-60{
  margin-top:60px;
}

.mb-60{
  margin-bottom:60px;
}

.align-items-baseline{
  align-items:baseline !important;
}

.align-items-center{
  align-items:center !important;
}

.justify-space-between{
  justify-content:space-between;
}

.justify-space-around{
  justify-content:space-around;
}

.justify-space-even{
  justify-content:space-evenly;
}

.justify-content-center{
  justify-content:center;
}

.flex-spacer,
.flex-grow{
  flex-grow:1;
}

.flex-wrap{
  flex-wrap:wrap !important;
}

.cursor-pointer{
  cursor:pointer;
}

.nowrap{
  white-space:nowrap;
}

.font-sm{
  font-size:0.85rem;
}

.font-xl{
  font-size:1.3rem;
}

.capitalize{
  text-transform:capitalize;
}

.uppercase{
  text-transform:uppercase;
}

.italic{
  font-style:italic;
}

.line-through{
  text-decoration:line-through;
}

.pointer{
  cursor:pointer;
}

.no-list{
  padding-left:0 !important;
  list-style-type:none !important;
  margin-bottom:0;
}

.list-dash{
  list-style-type:none;
}

.list-dash li{
  text-indent:-5px;
}

.list-dash li:before{
  content:"-";
  text-indent:-5px;
}

.list-dash.no-gutters{
  padding:0;
  margin:0 0 0 6px;
}

.underline{
  text-decoration:underline;
}

.no-bullets{
  display:inline-block;
  vertical-align:top;
  list-style-type:none;
  padding:0;
  margin:0;
}

.no-bullets li{
  margin-right:10px;
  display:inline-block;
  vertical-align:top;
  padding:0;
}

.absolute{
  position:absolute;
}

.relative{
  position:relative;
}

.vertical-middle{
  vertical-align:middle;
}

.text-danger{
  color:#FF2B00;
}

.border-top{
  border-top:1px solid #dfe3e8 !important;
  border-left:none !important;
  border-right:none !important;
  border-bottom:none !important;
}

.border-top.or{
  position:relative;
  margin-bottom:10px;
}

.border-top.or:before{
  content:"ou";
  position:absolute;
  top:-12px;
  left:0;
  right:0;
  margin:0 auto;
  background-color:#ffffff;
  width:40px;
  text-align:center;
}

.border-bottom{
  border-bottom:1px solid #dfe3e8 !important;
  border-left:none !important;
  border-right:none !important;
  border-top:none !important;
}

.border-left{
  border-left:1px solid #dfe3e8 !important;
  border-top:none !important;
  border-right:none !important;
  border-bottom:none !important;
}

.border-right{
  border-right:1px solid #dfe3e8 !important;
  border-left:none !important;
  border-top:none !important;
  border-bottom:none !important;
}

.decoration.blue:hover,
.decoration.blue:focus,
.decoration.blue:active{
  color:#084e8a;
  text-decoration:underline;
}

code{
  background-color:rgba(189, 65, 71, 0.1);
}

label{
  font-size:13px;
  font-weight:600;
}

textarea.form-control,
select.form-control,
input.form-control{
  display:flex;
  align-items:center;
  border:1px solid #EBEBEB;
  border-radius:5px;
  min-height:48px;
  max-height:48px;
  width:100%;
  color:#707070;
  font-size:15px;
  padding:0 15px;
}

textarea.form-control:hover,
textarea.form-control:focus,
textarea.form-control:active,
select.form-control:hover,
select.form-control:focus,
select.form-control:active,
input.form-control:hover,
input.form-control:focus,
input.form-control:active{
  outline:none !important;
  box-shadow:none !important;
}

textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active,
input:hover,
input:focus,
input:active{
  outline:none !important;
  box-shadow:none !important;
}

textarea.form-control{
  padding-top:15px;
}

select{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}

.form-group{
  position:relative;
}

.form-group.has-error input,
.form-group.has-error select{
  border-color:#d9534f !important;
  box-shadow:0px 0px 7px #d9534f;
}

.form-group[data-type=file] .file{
  position:relative;
  border:1px solid #EBEBEB;
  border-radius:5px;
  min-height:48px;
  max-height:48px;
  width:100%;
  font-size:15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 15px;
}

.form-group[data-type=file] .file input{
  visibility:hidden;
}

.form-group[data-type=file] .file div[data-type=filename]{
  font-size:15px;
  color:#CCCCCC;
}

.form-group[data-type=file] .file button{
  position:absolute;
  right:15px;
  border:1px solid #3294F0;
  width:98px;
  height:28px;
  font-size:15px;
  color:#3294F0;
  border-radius:5px;
}

form.search input{
  border:1px solid #CCCCCC;
  border-radius:5px;
  height:48px;
  padding:0 23px;
  font-size:15px;
}

form.search input::-webkit-input-placeholder,
form.search input::-moz-placeholder,
form.search input:-ms-input-placeholder,
form.search input:-moz-placeholder{
  color:#CCCCCC;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus{
  -webkit-box-shadow:0 0 0px 1000px #ffffff inset !important;
}

.form-control::-moz-placeholder{
  color:#CCCCCC;
  opacity:1;
}

.form-control::placeholder{
  color:#CCCCCC;
  opacity:1;
}

.label--checkbox{
  position:relative;
  cursor:pointer;
}

.label--checkbox[disabled] > div{
  color:rgba(50, 78, 109, 0.5);
}

.label--checkbox{
  display:flex;
  align-items:flex-start;
  margin-bottom:0;
}

.label--checkbox:not(:last-child){
  margin-bottom:15px;
}

.label--checkbox > div{
  padding-left:10px;
  font-size:15px;
  line-height:20px;
  color:#324E6D;
}

input[type=checkbox]{
  position:relative;
  cursor:pointer;
}

input[type=checkbox]:hover,
input[type=checkbox]:focus,
input[type=checkbox]:active{
  outline:none;
  box-shadow:none;
}

input[type=checkbox][disabled]:not([checked]):before{
  display:none;
}

input[type=checkbox][disabled]:before{
  border-color:rgba(50, 148, 240, 0.5) !important;
}

input[type=checkbox][disabled]:after{
  background-color:#F8F8F8;
  border-color:#F8F8F8;
}

input[type=checkbox]:before{
  content:"";
  position:absolute;
  left:3px;
  top:3px;
  z-index:1;
  width:12px;
  height:6px;
  border:3px solid #D0E8FF;
  border-top-style:none;
  border-right-style:none;
}

input[type=checkbox]:checked:before{
  transform:rotate(-45deg) scale(1, 1);
  border-color:#3294F0;
}

input[type=checkbox]:checked:after{
  background-color:#D0E8FF;
}

input[type=checkbox]:after{
  content:"";
  position:absolute;
  top:-2px;
  left:0;
  width:18px;
  height:18px;
  background-color:#D0E8FF;
  border:2px solid #E2F1FF;
  border-radius:2px;
  cursor:pointer;
}

input[type=radio]{
  position:relative;
  cursor:pointer;
}

input[type=radio]:hover,
input[type=radio]:focus,
input[type=radio]:active{
  outline:none;
  box-shadow:none;
}

input[type=radio]:before{
  content:"";
  position:absolute;
  top:5px;
  left:3px;
  z-index:1;
  width:8px;
  height:8px;
  background-color:#D0E8FF;
  border-radius:50%;
  transition:transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform:scale(0, 0);
}

input[type=radio]:checked:before{
  transform:scale(1, 1);
}

input[type=radio]:checked:after{
  border-color:#D0E8FF;
}

input[type=radio]:after{
  content:"";
  position:absolute;
  top:0;
  left:-2px;
  width:18px;
  height:18px;
  background-color:#ffffff;
  border:2px solid #E2F1FF;
  border-radius:50%;
}

.alert{
  border:none;
}

a,
button,
.btn{
  cursor:pointer;
  text-decoration:none;
}

a:active a:hover,
a:focus,
a:active button:hover,
button:focus,
a:active .btn:hover,
.btn:focus,
button:active a:hover,
button:active button:hover,
button:active .btn:hover,
.btn:active a:hover,
.btn:active button:hover,
.btn:active .btn:hover{
  outline:0;
  cursor:pointer;
  box-shadow:none;
  text-decoration:none;
}

a.disabled,
button.disabled,
.btn.disabled{
  pointer-events:none;
  cursor:default;
  opacity:0.3;
}

.no-button{
  background-color:transparent;
  border:0;
  padding:0;
  margin:0;
}

.no-button.underline:hover,
.no-button.underline:focus,
.no-button.underline:active{
  text-decoration:underline;
}

.btn{
  font-size:15px;
  min-height:48px;
  max-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:5px;
  text-decoration:none;
}

.btn.btn-small{
  min-height:36px;
  max-height:36px;
}

.btn.btn-primary{
  background-color:#3294F0;
  color:#ffffff;
  border:none;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active{
  color:#ffffff;
}

.btn.btn-secondary{
  border-color:#3294F0;
  background-color:#ffffff;
  color:#3294F0;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active{
  border-color:#3294F0;
  background-color:#ffffff;
  color:#3294F0;
}

.btn.btn-white{
  border-color:#ffffff;
  background-color:#ffffff;
  color:#3294F0;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active{
  border-color:#ffffff;
  background-color:#ffffff;
  color:#3294F0;
}

.btn.btn-outline-primary{
  border-color:#3294F0;
  background-color:transparent;
  color:#3294F0;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active{
  border-color:#3294F0;
  background-color:transparent;
  color:#3294F0;
}

.btn.btn-outline-secondary{
  border-color:#324E6D;
  background-color:transparent;
  color:#324E6D;
}

.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary:active{
  border-color:#324E6D;
  background-color:transparent;
  color:#324E6D;
}

.btn.btn-outline-white{
  border-color:#ffffff;
  background-color:transparent;
  color:#ffffff;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white:active{
  border-color:#ffffff;
  background-color:transparent;
  color:#ffffff;
}

.btn.btn-danger{
  background-color:#EA7D6C;
  color:#ffffff;
  border:none;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active{
  color:#ffffff;
}

.btn:hover,
.btn:focus,
.btn:active{
  text-decoration:none;
}

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

.badge{
  font-size:12px;
  background:#ddd;
}

.badge.badge-primary{
  background-color:#3294F1;
  color:white;
}

.badge.badge-blue-dark{
  background-color:#0077b8;
  color:white;
}

.modal .modal-dialog .modal-content{
  border:none;
  border-radius:10px;
  box-shadow:0 3px 30px rgba(0, 0, 0, 0.04);
  padding:33px 30px 30px;
}

.modal .modal-dialog .modal-content .modal-header .modal-title{
  font-size:23px;
}

.modal .modal-dialog .modal-content .modal-body{
  font-size:15px;
  line-height:22px;
}

.modal .modal-dialog .modal-content .modal-header,
.modal .modal-dialog .modal-content .modal-footer{
  border:none;
}

.modal .modal-dialog .modal-content .modal-body,
.modal .modal-dialog .modal-content .modal-footer{
  margin-top:30px !important;
}

.modal .modal-dialog .modal-content .modal-header,
.modal .modal-dialog .modal-content .modal-body,
.modal .modal-dialog .modal-content .modal-footer{
  padding:0;
}

.modal .modal-dialog .modal-content .modal-footer > *{
  margin:0;
}

.modal .modal-dialog .modal-content .modal-footer a,
.modal .modal-dialog .modal-content .modal-footer button{
  font-weight:600;
}

@media (min-width: 576px){
  .modal#deleteUserReport .modal-dialog,
  .modal#deleteUserReportOption .modal-dialog,
  .modal#affiliateObvy .modal-dialog{
    max-width:570px;
  }
}

.modal-backdrop{
  background-color:#324E6D;
}

.modal-backdrop.show{
  opacity:0.3;
}

.aside-notifications{
  display:none;
  position:fixed;
  bottom:45px;
  left:45px;
  padding:15px 20px;
  border-radius:4px;
  font-weight:500;
  z-index:2045;
}

.aside-notifications.success{
  background-color:#d5ecdc;
  color:#17542a;
}

.aside-notifications.error{
  background-color:#FCE8E6;
  color:#FF4C10;
}

.aside-notifications.warning{
  background-color:#fff4C1;
  color:#F49A26;
}

.aside-notifications.info{
  background-color:#d1ecf1;
  color:#0c5460;
}

.connect{
  position:fixed;
  left:40px;
  bottom:40px;
  z-index:99999;
  transition:all 0.5s;
  width:100%;
}

.connect .as{
  position:absolute;
  background:rgba(255, 255, 255, 0.88);
  top:-24px;
  left:0;
  font-size:14px;
  color:#000000;
}

.connect .back{
  margin-top:10px;
}

.connect .back a{
  color:#ffffff;
  font-size:18px;
  text-decoration:none;
}

.connect .back a span{
  background:rgba(0, 0, 0, 0.88);
  box-shadow:0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
  border-radius:3px;
  padding:14px 16px;
  min-height:40px;
  max-height:40px;
}

.connect .back a:hover,
.connect .back a:focus,
.connect .back a:active{
  color:#ffffff;
  text-decoration:none;
}

body{
  -webkit-text-size-adjust:100%;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
  font-family:"Raleway", -apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
  font-weight:400;
  color:#324e6d;
  font-size:15px;
}

body #vue-app{
  min-height:100vh;
}

@media (min-width: 1281px){
  
  body .container{
    max-width:1180px;
  }
}

@media (max-width: 767.98px){
  body .container{
    padding-left:30px;
    padding-right:30px;
  }
}

body .menu-overlay-background{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  position:fixed;
  background:transparent;
  opacity:0;
  visibility:hidden;
  transition:all 100ms linear;
  z-index:9;
}

@media (max-width: 991.98px){
  body .menu-overlay-background{
    z-index:1040;
    left:auto;
    right:360px;
    transition:all 80ms linear;
  }
}

body .menu-overlay-background.show{
  visibility:visible;
  opacity:1;
}

body a{
  color:#324e6d;
}

body a:hover,
body a:focus,
body a:active{
  color:#324e6d;
}

#navbar{
  position:fixed;
  top:0;
  width:100%;
  display:flex;
  min-height:64px;
  align-items:center;
  padding:0;
  z-index:1000;
  background:rgba(255, 255, 255, 0.3);
  backdrop-filter:saturate(200%) blur(30px);
  -webkit-backdrop-filter:saturate(200%) blur(30px);
  border-bottom:0.5px solid rgba(0, 0, 0, 0.04);
  transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#navbar.shadow{
  background:rgba(255, 255, 255, 0.5);
  border-bottom-color:rgba(0, 0, 0, 0.08);
  backdrop-filter:saturate(200%) blur(30px);
  -webkit-backdrop-filter:saturate(200%) blur(30px);
  box-shadow:0 1px 0 0 rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.03) !important;
}

#navbar.faded{
  background-color:#0077b8;
  box-shadow:none !important;
}

#navbar.faded .navbar-left .brand img.blue{
  display:none;
}

#navbar.faded .navbar-left .brand img.white{
  display:block;
}

#navbar.faded .navbar-center ul li a,
#navbar.faded .navbar-right ul li a{
  color:#ffffff;
  text-decoration:none;
}

#navbar.faded .navbar-center ul li a:hover,
#navbar.faded .navbar-center ul li a:focus,
#navbar.faded .navbar-center ul li a:active,
#navbar.faded .navbar-right ul li a:hover,
#navbar.faded .navbar-right ul li a:focus,
#navbar.faded .navbar-right ul li a:active{
  color:#ffffff;
  text-decoration:none;
}

#navbar.faded .navbar-right ul li .login{
  border-color:#ffffff;
  background-color:#ffffff;
  color:#0077b8;
}

#navbar.faded .navbar-right ul li .register{
  color:#005a8f;
  border-color:#ffffff;
  background-color:#ffffff;
}

#navbar.faded .navbar-right ul li.cart .has-notifications{
  background-color:#ffffff;
  color:#0077b8;
}

#navbar .navbar-left{
  z-index:1046;
}

#navbar .navbar-left .brand{
  padding:0;
  margin:0;
}

#navbar .navbar-left .brand img{
  height:56px;
  transition:all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

#navbar .navbar-left .brand img.blue{
  display:block;
}

#navbar .navbar-left .brand img.white{
  display:none;
}

#navbar .navbar-left .brand a:hover img{
  opacity:0.7;
}

@media (max-width: 991.98px){
  #navbar .navbar-center{
    position:fixed;
    top:0;
    right:0;
    background:#ffffff;
    height:100vh;
    width:100%;
    max-width:400px;
    padding:0;
    overflow-x:hidden;
    overflow-y:auto;
    box-shadow:-8px 0 40px rgba(0, 0, 0, 0.2) !important;
    z-index:1050;
    transform:translateX(100%);
    transition:transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    isolation:isolate;
    will-change:transform;
  }

  #navbar .navbar-center.opened{
    transform:translateX(0);
  }
}

#navbar .navbar-center .mobile-menu-header{
  display:none;
}

@media (max-width: 991.98px){
  #navbar .navbar-center .mobile-menu-header{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    padding:16px 20px;
    border-bottom:1px solid rgba(0, 0, 0, 0.08);
  }
}

#navbar .navbar-center .mobile-menu-header .close{
  width:64px;
  height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  border-radius:50%;
  transition:all 0.3s ease;
  overflow:visible;
}

#navbar .navbar-center .mobile-menu-header .close:hover{
  background:rgba(0, 119, 184, 0.1);
}

#navbar .navbar-center .mobile-menu-header .close:active{
  transform:scale(0.95);
}

#navbar .navbar-center .mobile-menu-header .close svg{
  width:44px;
  height:44px;
  fill:#0077b8;
}

#navbar .navbar-center .mobile-menu-content{
  display:none;
}

@media (max-width: 991.98px){
  #navbar .navbar-center .mobile-menu-content{
    display:block;
    padding:24px;
  }
}

#navbar .navbar-center .mobile-auth-buttons{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-bottom:32px;
  padding-bottom:32px;
  border-bottom:1px solid rgba(0, 0, 0, 0.08);
}

#navbar .navbar-center .mobile-auth-buttons .mobile-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px 24px;
  border-radius:12px;
  font-size:16px;
  font-weight:600;
  text-decoration:none;
  transition:all 0.3s ease;
  text-align:center;
}

#navbar .navbar-center .mobile-auth-buttons .mobile-btn:active{
  transform:scale(0.98);
}

#navbar .navbar-center .mobile-auth-buttons .mobile-btn-login{
  background:transparent;
  border:2px solid #0077b8;
  color:#0077b8;
}

#navbar .navbar-center .mobile-auth-buttons .mobile-btn-login:hover{
  background:rgba(0, 119, 184, 0.08);
}

#navbar .navbar-center .mobile-auth-buttons .mobile-btn-signup{
  background:linear-gradient(135deg, #0077b8 0%, #005a8f 100%);
  border:2px solid transparent;
  color:#ffffff;
  box-shadow:0 4px 12px rgba(0, 119, 184, 0.25);
}

#navbar .navbar-center .mobile-auth-buttons .mobile-btn-signup:hover{
  box-shadow:0 6px 16px rgba(0, 119, 184, 0.35);
  transform:translateY(-2px);
}

#navbar .navbar-center .mobile-user-section{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-bottom:32px;
  padding-bottom:32px;
  border-bottom:1px solid rgba(0, 0, 0, 0.08);
}

#navbar .navbar-center .mobile-user-section .mobile-user-link,
#navbar .navbar-center .mobile-user-section .mobile-cart-link{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 20px;
  border-radius:12px;
  font-size:16px;
  font-weight:600;
  text-decoration:none;
  color:#0077b8;
  background:rgba(0, 119, 184, 0.05);
  transition:all 0.3s ease;
}

#navbar .navbar-center .mobile-user-section .mobile-user-link img,
#navbar .navbar-center .mobile-user-section .mobile-cart-link img{
  width:24px;
  height:24px;
}

#navbar .navbar-center .mobile-user-section .mobile-user-link i,
#navbar .navbar-center .mobile-user-section .mobile-cart-link i{
  font-size:20px;
}

#navbar .navbar-center .mobile-user-section .mobile-user-link .has-notifications,
#navbar .navbar-center .mobile-user-section .mobile-cart-link .has-notifications{
  margin-left:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:24px;
  height:24px;
  padding:0 8px;
  background:#FF3B30;
  color:#ffffff;
  border-radius:12px;
  font-size:12px;
  font-weight:bold;
}

#navbar .navbar-center .mobile-user-section .mobile-user-link:hover,
#navbar .navbar-center .mobile-user-section .mobile-cart-link:hover{
  background:rgba(0, 119, 184, 0.1);
  transform:translateX(4px);
}

#navbar .navbar-center .mobile-user-section .mobile-user-link.active,
#navbar .navbar-center .mobile-user-section .mobile-cart-link.active{
  background:#0077b8;
  color:#ffffff;
}

#navbar .navbar-center .mobile-nav{
  display:flex;
  flex-direction:column;
  gap:4px;
}

#navbar .navbar-center .mobile-nav .mobile-nav-link{
  display:block;
  padding:16px 20px;
  font-size:18px;
  font-weight:500;
  color:#000000;
  text-decoration:none;
  border-radius:12px;
  transition:all 0.3s ease;
}

#navbar .navbar-center .mobile-nav .mobile-nav-link:hover{
  background:rgba(0, 119, 184, 0.08);
  color:#0077b8;
  transform:translateX(4px);
}

#navbar .navbar-center .mobile-nav .mobile-nav-link.active{
  background:rgba(0, 119, 184, 0.1);
  color:#0077b8;
  font-weight:600;
}

#navbar .navbar-center .desktop-nav{
  display:inline-flex;
}

@media (max-width: 991.98px){
  #navbar .navbar-center .desktop-nav{
    display:none;
  }
}

#navbar .navbar-center ul{
  display:inline-flex;
  align-items:center;
  vertical-align:middle;
  padding:0;
  margin:0;
}

#navbar .navbar-center ul.responsive{
  display:none;
}

@media (max-width: 991.98px){
  #navbar .navbar-center ul.responsive{
    display:block;
    margin-top:40px;
  }
}

@media (max-width: 991.98px){
  #navbar .navbar-center ul.responsive li{
    font-weight:bold;
  }
}

#navbar .navbar-center ul.responsive li.logged,
#navbar .navbar-center ul.responsive li.cart{
  position:relative;
}

#navbar .navbar-center ul.responsive li.logged a,
#navbar .navbar-center ul.responsive li.cart a{
  display:flex;
  align-items:center;
}

#navbar .navbar-center ul.responsive li.logged .icon,
#navbar .navbar-center ul.responsive li.cart .icon{
  display:flex;
  align-items:center;
  min-width:30px;
  max-width:30px;
}

#navbar .navbar-center ul.responsive li.logged.active a{
  text-decoration:none;
}

#navbar .navbar-center ul.responsive li.logged.active a span{
  text-decoration:underline;
}

#navbar .navbar-center ul.responsive li.logged.active a span:hover,
#navbar .navbar-center ul.responsive li.logged.active a span:focus,
#navbar .navbar-center ul.responsive li.logged.active a span:active{
  text-decoration:underline;
}

#navbar .navbar-center ul.responsive li.logged img{
  height:16px;
}

#navbar .navbar-center ul.responsive li.cart i{
  font-size:20px;
  color:#0077b8;
}

#navbar .navbar-center ul.responsive li.cart .has-notifications{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  max-height:20px;
  min-height:20px;
  max-width:20px;
  min-width:20px;
  margin-left:10px;
  background:linear-gradient(135deg, #FF3B30 0%, #FF3B30 100%);
  color:#ffffff;
  border-radius:50%;
  top:0;
  left:0;
  font-weight:bold;
  font-size:11px;
  box-shadow:0 2px 8px rgba(255, 59, 48, 0.4);
}

@media (max-width: 991.98px){
  #navbar .navbar-center ul{
    display:block;
  }
}

#navbar .navbar-center ul li{
  display:inline-block;
  vertical-align:top;
  font-size:16px;
  line-height:1.5;
}

@media (max-width: 991.98px){
  #navbar .navbar-center ul li{
    display:block;
    padding:8px 30px;
    font-size:18px;
  }
}

#navbar .navbar-center ul li:not(:last-child){
  margin-right:36px;
}

@media (max-width: 991.98px){
  #navbar .navbar-center ul li:not(:last-child){
    margin-right:0;
  }
}

#navbar .navbar-center ul li.active a{
  color:#0077b8;
  font-weight:500;
}

#navbar .navbar-center ul li.active a:hover,
#navbar .navbar-center ul li.active a:focus,
#navbar .navbar-center ul li.active a:active{
  color:#0077b8;
}

#navbar .navbar-center ul li a{
  color:#000000;
  font-weight:400;
  text-decoration:none;
  transition:color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing:-0.01em;
}

@media (max-width: 991.98px){
  #navbar .navbar-center ul li a{
    color:#005a8f;
  }
}

#navbar .navbar-center ul li a:hover{
  color:#0077b8;
  text-decoration:none;
}

#navbar .navbar-center ul li a:focus,
#navbar .navbar-center ul li a:active{
  color:#000000;
  text-decoration:none;
}

@media (max-width: 991.98px){
  #navbar .navbar-center ul li a:focus,
  #navbar .navbar-center ul li a:active{
    color:#005a8f;
  }
}

#navbar .navbar-right{
  z-index:1046;
}

@media (min-width: 768px){
  #navbar .navbar-right{
    margin-top:3px;
  }
}

@media (max-width: 991.98px){
  #navbar .navbar-right{
    display:flex;
    align-items:center;
  }

  #navbar .navbar-right .navbar-toggler{
    display:block !important;
  }
}

#navbar .navbar-right .navbar-cart{
  display:none;
}

#navbar .navbar-right .navbar-cart a{
  position:relative;
  display:flex;
  align-items:center;
  color:#0077b8;
  text-decoration:none;
  transition:all 0.3s ease;
}

#navbar .navbar-right .navbar-cart a i{
  font-size:22px;
}

#navbar .navbar-right .navbar-cart a .has-notifications{
  position:absolute;
  display:flex;
  align-items:center;
  justify-content:center;
  max-height:20px;
  min-height:20px;
  max-width:20px;
  min-width:20px;
  margin-left:10px;
  background:linear-gradient(135deg, #FF3B30 0%, #FF3B30 100%);
  color:#ffffff;
  border-radius:50%;
  top:-8px;
  left:10px;
  font-weight:bold;
  font-size:11px;
  box-shadow:0 2px 8px rgba(255, 59, 48, 0.4);
}

#navbar .navbar-right .navbar-cart a:hover{
  color:#0077b8;
  transform:scale(1.1);
}

#navbar .navbar-right .navbar-cart a:focus,
#navbar .navbar-right .navbar-cart a:active{
  color:#0077b8;
  text-decoration:none;
}

@media (max-width: 991.98px){
  #navbar .navbar-right .navbar-cart{
    display:block;
    margin-left:20px;
  }
}

#navbar .navbar-right .navbar-toggler{
  display:none;
  padding:8px;
  background:transparent;
  border:none;
  cursor:pointer;
  transition:all 0.3s ease;
  border-radius:8px;
}

#navbar .navbar-right .navbar-toggler:hover{
  background:rgba(0, 119, 184, 0.1);
}

#navbar .navbar-right .navbar-toggler:active{
  transform:scale(0.95);
}

#navbar .navbar-right .navbar-toggler .icon-bar{
  width:22px;
  height:2px;
  background-color:#0077b8;
  display:block;
  transition:all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-top:4px;
  border-radius:2px;
}

#navbar .navbar-right .navbar-toggler .icon-bar:first-child{
  margin-top:0;
}

#navbar .navbar-right .navbar-toggler .icon-bar.top-bar{
  transform:rotate(0);
}

#navbar .navbar-right .navbar-toggler .icon-bar.middle-bar{
  opacity:1;
}

#navbar .navbar-right .navbar-toggler .icon-bar.bottom-bar{
  transform:rotate(0);
}

#navbar .navbar-right .navbar-toggler[data-collapsed=true] .icon-bar.top-bar{
  transform:rotate(45deg) translateY(9px);
}

#navbar .navbar-right .navbar-toggler[data-collapsed=true] .icon-bar.middle-bar{
  opacity:0;
  transform:translateX(-10px);
}

#navbar .navbar-right .navbar-toggler[data-collapsed=true] .icon-bar.bottom-bar{
  transform:rotate(-45deg) translateY(-9px);
}

#navbar .navbar-right ul{
  display:inline-flex;
  align-items:center;
  vertical-align:middle;
  padding:0;
  margin:0;
}

@media (max-width: 991.98px){
  #navbar .navbar-right ul{
    display:none;
  }
}

#navbar .navbar-right ul li{
  display:inline-flex;
  align-items:center;
  vertical-align:middle;
  font-size:16px;
  line-height:20px;
  padding:0;
  margin:0;
}

#navbar .navbar-right ul li:not(:last-child){
  margin-right:24px;
}

#navbar .navbar-right ul li .pack-badge{
  background:#FF3B30;
  color:#ffffff;
  padding:4px 8px;
  border-radius:20px;
  box-shadow:0 0 3px 3px rgba(0, 0, 0, 0.2);
}

#navbar .navbar-right ul li.active a{
  color:#0077b8;
  text-decoration:underline;
}

#navbar .navbar-right ul li.active a:hover,
#navbar .navbar-right ul li.active a:focus,
#navbar .navbar-right ul li.active a:active{
  color:#0077b8;
  text-decoration:underline;
}

#navbar .navbar-right ul li.logged.active a{
  text-decoration:none;
}

#navbar .navbar-right ul li.logged.active a span{
  text-decoration:underline;
}

#navbar .navbar-right ul li.logged.active a span:hover,
#navbar .navbar-right ul li.logged.active a span:focus,
#navbar .navbar-right ul li.logged.active a span:active{
  text-decoration:underline;
}

#navbar .navbar-right ul li.logged img{
  height:18px;
  padding-right:5px;
  margin-top:-2px;
}

#navbar .navbar-right ul li a{
  color:#000000;
  font-weight:400;
  text-decoration:none;
  transition:color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

#navbar .navbar-right ul li a:hover{
  color:#0077b8;
  text-decoration:none;
}

#navbar .navbar-right ul li a:focus,
#navbar .navbar-right ul li a:active{
  color:#000000;
  text-decoration:none;
}

#navbar .navbar-right ul li .login,
#navbar .navbar-right ul li .register{
  min-height:36px;
  max-height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:0 20px;
  border-radius:980px;
  font-weight:400;
  transition:all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  font-size:15px;
  letter-spacing:-0.01em;
}

#navbar .navbar-right ul li .login{
  color:#0077b8;
  border:1px solid rgba(0, 119, 184, 0.2);
  background:#ffffff;
  min-width:100px;
  white-space:nowrap;
  box-shadow:0 2px 4px rgba(0, 0, 0, 0.05);
}

#navbar .navbar-right ul li .login:hover{
  color:#0077b8;
  background:#ffffff;
  border-color:rgba(0, 119, 184, 0.4);
  box-shadow:0 4px 8px rgba(0, 0, 0, 0.1);
  transform:translateY(-1px);
}

#navbar .navbar-right ul li .login:focus,
#navbar .navbar-right ul li .login:active{
  color:#0077b8;
}

#navbar .navbar-right ul li .register{
  min-width:100px;
  white-space:nowrap;
}

#navbar .navbar-right ul li .register{
  color:#ffffff;
  background:#0077b8;
  border:1px solid transparent;
}

#navbar .navbar-right ul li .register:hover{
  background:#005a8f;
  box-shadow:0 2px 8px rgba(0, 119, 184, 0.25);
}

#navbar .navbar-right ul li .register:focus,
#navbar .navbar-right ul li .register:active{
  color:#ffffff;
}

#navbar .navbar-right ul li.cart{
  position:relative;
  transition:all 0.3s ease;
}

#navbar .navbar-right ul li.cart a{
  display:flex;
  align-items:center;
  position:relative;
}

#navbar .navbar-right ul li.cart a:hover{
  transform:scale(1.1);
}

#navbar .navbar-right ul li.cart a:hover i{
  color:#0077b8;
}

#navbar .navbar-right ul li.cart i{
  font-size:26px;
  color:#0077b8;
  transition:all 0.3s ease;
}

#navbar .navbar-right ul li.cart .has-notifications{
  position:absolute;
  display:flex;
  align-items:center;
  justify-content:center;
  max-height:20px;
  min-height:20px;
  max-width:20px;
  min-width:20px;
  background:linear-gradient(135deg, #FF3B30 0%, #FF3B30 100%);
  color:#ffffff;
  border-radius:50%;
  top:-8px;
  right:-12px;
  font-weight:bold;
  font-size:11px;
  box-shadow:0 2px 8px rgba(255, 59, 48, 0.4);
}

#footer{
  background-color:#000000;
  color:rgba(255, 255, 255, 0.8);
  margin-top:0;
}

#footer .footer-main{
  padding:60px 0 60px;
  border-bottom:1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991.98px){
  #footer .footer-main{
    padding:40px 0 40px;
  }
}

#footer .footer-brand{
  margin-bottom:40px;
}

@media (min-width: 992px){
  #footer .footer-brand{
    margin-bottom:0;
  }
}

#footer .footer-brand .footer-logo{
  width:80px;
  height:auto;
  margin-bottom:24px;
}

#footer .footer-brand .footer-tagline{
  font-size:15px;
  line-height:1.6;
  color:rgba(255, 255, 255, 0.7);
  margin-bottom:32px;
  max-width:320px;
}

@media (max-width: 991.98px){
  #footer .footer-brand .footer-tagline{
    max-width:100%;
  }
}

#footer .footer-social{
  display:flex;
  gap:16px;
}

#footer .footer-social a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  background:rgba(255, 255, 255, 0.08);
  border-radius:8px;
  color:rgba(255, 255, 255, 0.8);
  transition:all 0.3s ease;
  text-decoration:none;
}

#footer .footer-social a i{
  font-size:18px;
}

#footer .footer-social a:hover{
  background:#0077b8;
  color:#ffffff;
  transform:translateY(-2px);
}

#footer .footer-links,
#footer .footer-contact{
  margin-bottom:32px;
}

@media (min-width: 992px){
  #footer .footer-links,
  #footer .footer-contact{
    margin-bottom:0;
  }
}

#footer .footer-links .footer-title,
#footer .footer-contact .footer-title{
  font-size:16px;
  font-weight:700;
  color:#ffffff;
  margin-bottom:20px;
  text-transform:uppercase;
  letter-spacing:0.5px;
}

@media (max-width: 991.98px){
  #footer .footer-links .footer-title,
  #footer .footer-contact .footer-title{
    font-size:14px;
    margin-bottom:16px;
  }
}

#footer .footer-links ul,
#footer .footer-contact ul{
  list-style:none;
  padding:0;
  margin:0;
}

#footer .footer-links ul li,
#footer .footer-contact ul li{
  margin-bottom:12px;
}

#footer .footer-links ul li:last-child,
#footer .footer-contact ul li:last-child{
  margin-bottom:0;
}

#footer .footer-links ul li a,
#footer .footer-contact ul li a{
  font-size:14px;
  color:rgba(255, 255, 255, 0.7);
  text-decoration:none;
  transition:all 0.3s ease;
  display:inline-block;
}

#footer .footer-links ul li a:hover,
#footer .footer-contact ul li a:hover{
  color:#ffffff;
  padding-left:4px;
}

#footer .footer-contact ul li{
  font-size:14px;
  color:rgba(255, 255, 255, 0.7);
}

#footer .footer-contact ul li a{
  color:#0077b8;
  text-decoration:none;
  transition:color 0.3s ease;
}

#footer .footer-contact ul li a:hover{
  color:rgb(0, 151.9836956522, 235);
  padding-left:0;
}

#footer .footer-bottom{
  padding:32px 0;
  background-color:rgb(7.65, 7.65, 7.65);
}

@media (max-width: 991.98px){
  #footer .footer-bottom{
    padding:24px 0;
  }
}

#footer .footer-bottom .footer-bottom-content{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
}

@media (max-width: 1199.98px){
  #footer .footer-bottom .footer-bottom-content{
    flex-direction:column;
    text-align:center;
    gap:20px;
  }
}

#footer .footer-bottom .footer-legal{
  display:flex;
  flex-wrap:wrap;
  gap:24px;
  align-items:center;
}

@media (max-width: 1199.98px){
  #footer .footer-bottom .footer-legal{
    justify-content:center;
    gap:16px;
  }
}

@media (max-width: 991.98px){
  #footer .footer-bottom .footer-legal{
    gap:12px;
    font-size:13px;
  }
}

#footer .footer-bottom .footer-legal a{
  font-size:13px;
  color:rgba(255, 255, 255, 0.6);
  text-decoration:none;
  transition:color 0.3s ease;
  cursor:pointer;
}

@media (max-width: 991.98px){
  #footer .footer-bottom .footer-legal a{
    font-size:12px;
  }
}

#footer .footer-bottom .footer-legal a:hover{
  color:#ffffff;
}

#footer .footer-bottom .footer-copyright p{
  margin:0;
  font-size:13px;
  color:rgba(255, 255, 255, 0.5);
}

@media (max-width: 991.98px){
  #footer .footer-bottom .footer-copyright p{
    font-size:12px;
  }
}

body.home #main .home,
body.pros #main .home{
  padding-top:100px;
  padding-bottom:20px;
  position:relative;
}

@media (max-width: 991.98px){
  body.home #main .home,
  body.pros #main .home{
    padding-top:100px;
  }
}

body.home #main .home.bg-blue,
body.pros #main .home.bg-blue{
  background:#0077b8 !important;
}

body.home #main .home .headline .icon img,
body.pros #main .home .headline .icon img{
  width:30px;
}

body.home #main .home .headline .title,
body.pros #main .home .headline .title{
  margin-top:30px;
  font-size:37px;
  line-height:45px;
  font-weight:bolder;
}

@media (max-width: 991.98px){
  body.home #main .home .headline .title,
  body.pros #main .home .headline .title{
    font-size:32px;
    line-height:36px;
  }
}

body.home #main .home .headline .description,
body.pros #main .home .headline .description{
  margin-top:34px;
  font-size:24px;
  line-height:38px;
}

@media (max-width: 991.98px){
  body.home #main .home .headline .description,
  body.pros #main .home .headline .description{
    margin-top:20px;
    font-size:15px;
    line-height:20px;
  }
}

body.home #main .home .stats,
body.pros #main .home .stats{
  margin-top:34px;
  display:flex;
  align-items:center;
}

@media (max-width: 767.98px){
  body.home #main .home .stats,
  body.pros #main .home .stats{
    display:block;
    margin-top:25px;
  }
}

body.home #main .home .stats > div,
body.pros #main .home .stats > div{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background-color:#ffffff;
  border-radius:40px;
  border:none;
  padding:0 20px;
  min-height:38px;
  max-height:38px;
}

@media (min-width: 576px){
  body.home #main .home .stats > div:last-child,
  body.pros #main .home .stats > div:last-child{
    margin-left:10px;
  }
}

@media (max-width: 767.98px){
  body.home #main .home .stats > div,
  body.pros #main .home .stats > div{
    margin-top:10px;
  }
}

body.home #main .home .stats .icon,
body.pros #main .home .stats .icon{
  line-height:0;
}

body.home #main .home .stats .icon img,
body.pros #main .home .stats .icon img{
  height:20px;
}

body.home #main .home .stats .title,
body.pros #main .home .stats .title{
  font-size:12px;
  padding-left:10px;
}

body.home #main .home .badge-ufc-text,
body.pros #main .home .badge-ufc-text{
  background:#ffffff;
  font-size:20px;
  font-weight:bold;
  padding:0 8px;
}

body.home #main .home .badge-ufc-img,
body.pros #main .home .badge-ufc-img{
  width:60px;
  float:right;
  margin-top:-4px;
}

@media (max-width: 991.98px){
  body.home #main .home .hero,
  body.pros #main .home .hero{
    margin-top:40px;
  }
}

body.home #main .home .hero,
body.pros #main .home .hero{
  width:100%;
}

body.home #main .home .vehicles,
body.pros #main .home .vehicles{
  color:#ffffff;
  font-size:18px;
  display:grid;
  grid-template:"a b" "c d" "e e";
  margin-bottom:40px;
}

@media (min-width: 992px){
  body.home #main .home .vehicles,
  body.pros #main .home .vehicles{
    display:flex;
    justify-content:space-between;
    font-size:24px;
    margin-top:24px;
    margin-bottom:0;
  }
}

body.home #main .home .vehicles .icon,
body.pros #main .home .vehicles .icon{
  width:14px;
  margin-right:4px;
}

@media (min-width: 992px){
  body.home #main .home .vehicles .icon,
  body.pros #main .home .vehicles .icon{
    width:30px;
  }
}

body.home #main .features,
body.pros #main .features{
  position:relative;
  margin-top:-100px;
}

@media (max-width: 991.98px){
  body.home #main .features,
  body.pros #main .features{
    margin-top:80px;
  }
}

body.home #main .features::after,
body.pros #main .features::after{
  content:"";
  position:absolute;
  background-color:#ffffff;
  bottom:20px;
  width:100%;
  height:220px;
  z-index:-1;
}

body.home #main .features .feature .block,
body.pros #main .features .feature .block{
  display:flex;
  position:relative;
  background-color:#ffffff;
  border-radius:10px;
  border:1px solid #ffffff;
  padding:40px 30px 30px 30px;
  min-height:186px;
  justify-content:center;
}

@media (max-width: 991.98px){
  body.home #main .features .feature .block,
  body.pros #main .features .feature .block{
    min-height:auto;
  }
}

body.home #main .features .feature .block .labeling,
body.pros #main .features .feature .block .labeling{
  position:absolute;
  top:-20px;
  left:0;
  right:0;
  margin:0 auto;
  text-align:center;
}

body.home #main .features .feature .block .labeling .label,
body.pros #main .features .feature .block .labeling .label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background-color:#ffffff;
  border:none;
  border-radius:40px;
  font-size:12px;
  padding:0 34px;
  min-height:38px;
  max-height:38px;
}

body.home #main .features .feature .block .headline,
body.pros #main .features .feature .block .headline{
  display:flex;
  align-items:center;
  justify-content:center;
}

body.home #main .features .feature .block .headline .icon img,
body.pros #main .features .feature .block .headline .icon img{
  width:40px;
}

@media (max-width: 991.98px){
  body.home #main .features .feature .block .headline .icon img,
  body.pros #main .features .feature .block .headline .icon img{
    width:35px;
  }
}

body.home #main .features .feature .block .headline .title,
body.pros #main .features .feature .block .headline .title{
  font-size:18px;
  line-height:25px;
  font-weight:bolder;
  margin:0;
}

@media (max-width: 991.98px){
  body.home #main .features .feature .block .headline .title,
  body.pros #main .features .feature .block .headline .title{
    font-size:16px;
    line-height:20px;
  }
}

body.home #main .features .feature .block .description,
body.pros #main .features .feature .block .description{
  margin-top:18px;
  font-size:14px;
  line-height:24px;
  color:#aaaaaa;
  text-align:center;
}

body.home #main .features .redirection,
body.pros #main .features .redirection{
  margin-top:0;
}

body.home #main > .partners,
body.pros #main > .partners{
  padding-top:120px;
  box-shadow:0 -24px 46px rgba(0, 0, 0, 0.04);
}

body.home #main > .partners .headline .icon img,
body.pros #main > .partners .headline .icon img{
  width:30px;
}

body.home #main > .partners .headline .title,
body.pros #main > .partners .headline .title{
  margin-top:10px;
  font-size:30px;
  line-height:45px;
  font-weight:bolder;
}

@media (max-width: 991.98px){
  body.home #main > .partners .headline .title,
  body.pros #main > .partners .headline .title{
    font-size:26px;
    line-height:36px;
  }
}

body.home #main > .partners .headline .description,
body.pros #main > .partners .headline .description{
  font-size:24px;
  line-height:38px;
}

body.home #main > .partners .btn-outline-secondary,
body.pros #main > .partners .btn-outline-secondary{
  width:225px;
  min-height:36px;
  max-height:36px;
}

body.home #main > .partners .partners,
body.pros #main > .partners .partners{
  position:relative;
  margin-top:50px;
}

body.home #main > .partners .partners a.partner,
body.pros #main > .partners .partners a.partner{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  border:1px solid #ffffff;
  border-radius:10px;
  min-height:118px;
  max-height:118px;
  min-width:170px;
  max-width:170px;
  padding:0 30px;
}

body.home #main > .partners .partners a.partner img,
body.pros #main > .partners .partners a.partner img{
  text-align:center;
  width:100%;
}

body.home #main > .partners .partners .owl-nav,
body.pros #main > .partners .partners .owl-nav{
  position:absolute;
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  padding:0;
  margin:0;
  top:30%;
}

@media screen and (max-width: 1188px){
  body.home #main > .partners .partners .owl-nav,
  body.pros #main > .partners .partners .owl-nav{
    position:relative;
    justify-content:center;
    margin-top:30px;
    top:0;
  }

  body.home #main > .partners .partners .owl-nav .owl-prev,
  body.pros #main > .partners .partners .owl-nav .owl-prev{
    margin-right:20px !important;
  }

  body.home #main > .partners .partners .owl-nav .owl-next,
  body.pros #main > .partners .partners .owl-nav .owl-next{
    margin-left:20px !important;
  }
}

body.home #main > .partners .partners .owl-nav .owl-prev,
body.pros #main > .partners .partners .owl-nav .owl-prev{
  left:-60px;
}

body.home #main > .partners .partners .owl-nav .owl-next,
body.pros #main > .partners .partners .owl-nav .owl-next{
  right:-60px;
}

body.home #main > .partners .partners .owl-nav .owl-prev,
body.home #main > .partners .partners .owl-nav .owl-next,
body.pros #main > .partners .partners .owl-nav .owl-prev,
body.pros #main > .partners .partners .owl-nav .owl-next{
  position:absolute;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background-color:#005a8f;
  border-radius:5px;
  min-width:30px;
  max-width:30px;
  min-height:48px;
  max-height:48px;
  padding:0;
  margin:0;
  top:0;
}

@media screen and (max-width: 1188px){
  body.home #main > .partners .partners .owl-nav .owl-prev,
  body.home #main > .partners .partners .owl-nav .owl-next,
  body.pros #main > .partners .partners .owl-nav .owl-prev,
  body.pros #main > .partners .partners .owl-nav .owl-next{
    position:relative;
    justify-content:center;
    left:0;
    right:0;
  }
}

body.home #main > .partners .partners .owl-nav .owl-prev span,
body.home #main > .partners .partners .owl-nav .owl-next span,
body.pros #main > .partners .partners .owl-nav .owl-prev span,
body.pros #main > .partners .partners .owl-nav .owl-next span{
  color:#ffffff;
  font-size:20px;
}

body.home #main > .page,
body.pros #main > .page{
  padding-top:120px;
  padding-bottom:80px;
}

body.home #main .embedded,
body.pros #main .embedded{
  margin-top:80px;
}

body.home #main .faq,
body.pros #main .faq{
  margin-top:80px;
}

body.home #main .faq *,
body.home #main .faq *:before,
body.home #main .faq *:after,
body.pros #main .faq *,
body.pros #main .faq *:before,
body.pros #main .faq *:after{
  box-sizing:inherit;
}

body.home #main .faq .container .accordion .question,
body.pros #main .faq .container .accordion .question{
  position:relative;
  display:flex;
  flex-direction:column;
  width:100%;
  padding:1rem 3rem 1rem 1rem;
  color:#0077b8;
  font-size:1.15rem;
  font-weight:400;
  border-bottom:1px solid #ffffff;
}

body.home #main .faq .container .accordion .question:hover,
body.home #main .faq .container .accordion .question:hover::after,
body.pros #main .faq .container .accordion .question:hover,
body.pros #main .faq .container .accordion .question:hover::after{
  cursor:pointer;
  color:#0077b8;
}

body.home #main .faq .container .accordion .question:hover::after,
body.pros #main .faq .container .accordion .question:hover::after{
  border:1px solid #0077b8;
}

body.home #main .faq .container .accordion .question.active,
body.pros #main .faq .container .accordion .question.active{
  color:#0077b8;
  border-bottom:1px solid #0077b8;
}

body.home #main .faq .container .accordion .question::after,
body.pros #main .faq .container .accordion .question::after{
  content:"+";
  position:absolute;
  float:right;
  right:1rem;
  font-size:1rem;
  color:#0077b8;
  padding:5px;
  width:30px;
  height:30px;
  border-radius:50%;
  border:1px solid #0077b8;
  text-align:center;
}

body.home #main .faq .container .accordion .question.active::after,
body.pros #main .faq .container .accordion .question.active::after{
  content:"-";
  color:#0077b8;
  border:1px solid #0077b8;
}

body.home #main .faq .container .accordion .content,
body.pros #main .faq .container .accordion .content{
  opacity:0;
  padding:0 1rem;
  max-height:0;
  border-bottom:1px solid #ffffff;
  overflow:hidden;
  clear:both;
  transition:all 0.2s ease 0.15s;
}

body.home #main .faq .container .accordion .content p,
body.pros #main .faq .container .accordion .content p{
  font-size:1rem;
  font-weight:300;
}

body.home #main .faq .container .accordion .content.active,
body.pros #main .faq .container .accordion .content.active{
  opacity:1;
  padding:1rem;
  max-height:100%;
  transition:all 0.35s ease 0.15s;
}

body.home #main .faq .container .accordion .highlights,
body.pros #main .faq .container .accordion .highlights{
  color:#0077b8;
  margin-top:10px;
}

body.home #main .faq .container .accordion .fwb,
body.pros #main .faq .container .accordion .fwb{
  font-weight:bold;
}

body.home #main .testimonials,
body.pros #main .testimonials{
  margin-top:80px;
}

@media (max-width: 991.98px){
  body.home #main .testimonials,
  body.pros #main .testimonials{
    margin-top:40px;
  }
}

body.home #main .testimonials .headline .icon img,
body.pros #main .testimonials .headline .icon img{
  width:30px;
}

body.home #main .testimonials .headline .title,
body.pros #main .testimonials .headline .title{
  margin-top:10px;
  font-size:30px;
  line-height:45px;
  font-weight:bolder;
}

@media (max-width: 991.98px){
  body.home #main .testimonials .headline .title,
  body.pros #main .testimonials .headline .title{
    font-size:26px;
    line-height:36px;
  }
}

body.home #main .testimonials .list,
body.pros #main .testimonials .list{
  margin-top:40px;
}

@media (max-width: 991.98px){
  body.home #main .testimonials .list,
  body.pros #main .testimonials .list{
    margin-top:20px;
    flex-wrap:nowrap;
    overflow:scroll;
    padding:28px 35px;
  }

  body.home #main .testimonials .list .col-12,
  body.pros #main .testimonials .list .col-12{
    padding-right:0;
    max-width:none;
    flex:auto;
  }
}

body.home #main .testimonials .list .item,
body.pros #main .testimonials .list .item{
  background-color:#ffffff;
  border-radius:10px;
  border:1px solid #ffffff;
  padding:30px 40px;
  margin-bottom:30px;
}

@media (max-width: 991.98px){
  body.home #main .testimonials .list .item,
  body.pros #main .testimonials .list .item{
    margin-right:20px;
    margin-bottom:0;
    min-width:250px;
  }
}

@media (max-width: 991.98px){
  body.home #main .testimonials .list .item.hide,
  body.pros #main .testimonials .list .item.hide{
    max-width:0 !important;
    display:none;
  }
}

body.home #main .testimonials .list .item .name,
body.pros #main .testimonials .list .item .name{
  font-size:18px;
  font-weight:500;
  color:#aaaaaa;
}

body.home #main .testimonials .list .item .stars,
body.pros #main .testimonials .list .item .stars{
  display:flex;
  align-items:center;
  color:#ffffff;
  font-size:18px;
}

body.home #main .testimonials .list .item .stars .active,
body.pros #main .testimonials .list .item .stars .active{
  color:#0077b8;
}

body.home #main .testimonials .list .item .date,
body.pros #main .testimonials .list .item .date{
  text-align:right;
  font-size:15px;
  color:#aaaaaa;
}

@media (max-width: 991.98px){
  body.home #main .testimonials .list .item .date,
  body.pros #main .testimonials .list .item .date{
    text-align:left;
    margin-top:20px;
  }
}

body.home #main .testimonials .list .item .label,
body.pros #main .testimonials .list .item .label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:100px;
  padding:0 20px;
  min-height:26px;
  max-height:26px;
  font-size:11px;
  font-weight:500;
  background-color:#ffffff;
  margin-top:5px;
}

body.home #main .testimonials .list .item .message,
body.pros #main .testimonials .list .item .message{
  font-size:14px;
  line-height:24px;
  margin-top:20px;
}

body.home #main .metrics,
body.pros #main .metrics{
  position:relative;
  margin-top:130px;
}

@media (max-width: 1199.98px){
  body.home #main .metrics,
  body.pros #main .metrics{
    margin-top:60px;
  }
}

body.home #main .metrics::after,
body.pros #main .metrics::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  background-color:#ffffff;
  bottom:-70px;
  width:100%;
  height:170px;
  z-index:-1;
  border-radius:0;
}

body.home #main .metrics .labeling,
body.pros #main .metrics .labeling{
  display:flex;
  justify-content:center;
  margin-bottom:30px;
}

body.home #main .metrics .labeling .label,
body.pros #main .metrics .labeling .label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background-color:#ffffff;
  border:none;
  border-radius:40px;
  font-size:12px;
  padding:0 34px;
  min-height:38px;
  max-height:38px;
}

body.home #main .metrics .block,
body.pros #main .metrics .block{
  display:flex;
  align-items:center;
  position:relative;
  background-color:#ffffff;
  border-radius:10px;
  border:1px solid #ffffff;
  min-height:129px;
  max-height:129px;
  text-align:center;
}

body.home #main .metrics .block .label,
body.pros #main .metrics .block .label{
  position:absolute;
  top:-5px;
  left:0;
  right:0;
  margin:0 auto;
  display:inline;
  background-color:#ffffff;
  border:none;
  border-radius:40px;
  font-size:12px;
  padding:0 34px;
  min-height:38px;
  max-height:38px;
}

body.home #main .metrics .block .title,
body.pros #main .metrics .block .title{
  font-size:24px;
  color:#0077b8;
  font-weight:bolder;
}

body.home #main .metrics .block .description,
body.pros #main .metrics .block .description{
  font-size:14px;
  margin-top:4px;
}

body.home #main .metrics .redirection,
body.pros #main .metrics .redirection{
  margin-top:40px;
}

body.home #main .metrics .illustrations .car,
body.pros #main .metrics .illustrations .car{
  position:absolute;
  left:0;
  bottom:-82px;
}

@media (max-width: 991.98px){
  body.home #main .metrics .illustrations .car,
  body.pros #main .metrics .illustrations .car{
    left:30px;
  }
}

body.home #main .metrics .illustrations .car img,
body.pros #main .metrics .illustrations .car img{
  width:53px;
}

@media (min-width: 768px){
  body.home #main #free-report-modal .modal-content,
  body.pros #main #free-report-modal .modal-content{
    width:540px;
  }

  body.home #main #free-report-modal .modal-body,
  body.pros #main #free-report-modal .modal-body{
    padding-left:50px;
    padding-right:50px;
  }
}

body.home #main #free-report-modal .modal-content,
body.pros #main #free-report-modal .modal-content{
  border-radius:0;
  border:1px solid #0077b8;
  background:linear-gradient(90deg, #0077b8, #005a8f);
  color:#ffffff;
}

body.home #main #free-report-modal .modal-content .modal-body,
body.pros #main #free-report-modal .modal-content .modal-body{
  padding-left:20px;
  padding-right:20px;
}

body.home #main #free-report-modal .modal-content .free-logo,
body.pros #main #free-report-modal .modal-content .free-logo{
  margin-top:-40px;
  position:relative;
  text-align:center;
}

body.home #main #free-report-modal .modal-content .free-logo img,
body.pros #main #free-report-modal .modal-content .free-logo img{
  width:220px;
}

body.home #main #free-report-modal .modal-content .free-logo .logo-text,
body.pros #main #free-report-modal .modal-content .free-logo .logo-text{
  position:absolute;
  font-size:40px;
  font-weight:bold;
  left:50%;
  top:40px;
  transform:translateX(-50%);
}

body.home #main #free-report-modal .modal-content .section-headlines,
body.pros #main #free-report-modal .modal-content .section-headlines{
  font-weight:bold;
  margin-top:20px;
  margin-bottom:20px;
}

body.home #main #free-report-modal .modal-content .section-headlines div:nth-child(1),
body.pros #main #free-report-modal .modal-content .section-headlines div:nth-child(1){
  font-size:30px;
  line-height:1;
}

body.home #main #free-report-modal .modal-content .section-headlines div:nth-child(2),
body.pros #main #free-report-modal .modal-content .section-headlines div:nth-child(2){
  font-size:40px;
  margin-top:20px;
}

body.home #main #free-report-modal .modal-content .section-body,
body.pros #main #free-report-modal .modal-content .section-body{
  margin-top:50px;
  font-weight:bold;
  font-size:22px;
  line-height:1.2;
}

body.home #main #free-report-modal .modal-content .section-submit,
body.pros #main #free-report-modal .modal-content .section-submit{
  margin-top:30px;
  margin-bottom:70px;
}

body.home #main #free-report-modal .modal-content .section-submit button,
body.pros #main #free-report-modal .modal-content .section-submit button{
  display:block;
  margin-top:15px;
  margin-left:auto;
  margin-right:auto;
  background-color:#0077b8;
  font-weight:bold;
  box-shadow:0 50px 20px 0px rgba(0, 0, 0, 0.2);
  width:160px;
  font-size:20px;
  color:#ffffff;
}

body.home #footer,
body.pros #footer{
  margin-top:0;
}

body.pros #main .features .labeling{
  display:flex;
  justify-content:center;
  margin-bottom:30px;
}

body.pros #main .features .labeling .label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background-color:#ffffff;
  border:none;
  border-radius:40px;
  font-size:12px;
  padding:0 34px;
  min-height:38px;
  max-height:38px;
}

body.pros #main .features .feature .block{
  padding:30px;
}

body.pros #main .features .feature .block .headline .icon img{
  width:30px;
}

@media (max-width: 991.98px){
  body.pros #main .features .feature .block .headline .icon img{
    width:25px;
  }
}

body.pros #main .features .feature .block .headline .title{
  font-size:16px !important;
}

body.pros #main .features .feature .block .description{
  font-size:14px;
}

.home-slider .owl-carousel .owl-nav{
  width:min(100vw, 120%) !important;
  position:absolute !important;
}

.home-slider .owl-carousel .owl-nav button.owl-prev{
  float:left;
}

.home-slider .owl-carousel .owl-nav button.owl-next{
  float:right;
}

.home-slider .owl-carousel .owl-nav button span{
  font-size:30px;
  background:#ffffff;
  box-shadow:0px 0px 3px #aaaaaa;
  width:40px;
  height:40px;
  line-height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:40px;
  transition:all 200ms;
}

.home-slider .owl-carousel .owl-nav button span:hover{
  background:#aaaaaa;
  box-shadow:0px 0px 8px #aaaaaa;
}

.home-slider .owl-carousel .owl-nav [class*=owl-]:hover{
  background:unset !important;
}

.home-slider .owl-carousel.owl-loaded.owl-drag{
  display:flex;
  justify-content:center;
  align-items:center;
}

.home-slider .owl-carousel .owl-item img{
  height:auto;
}

.dark-slider{
  padding:20px 0;
  background:#000000;
  color:#ffffff;
}

.dark-slider .item-carousel{
  max-width:300px;
}

.dark-slider img{
  height:150px;
  min-height:150px;
  max-height:150px;
  width:300px;
  max-width:300px;
  min-width:300px;
  -o-object-fit:cover;
     object-fit:cover;
  border-radius:8px;
}

.dark-slider .title,
.dark-slider .date,
.dark-slider a{
  color:#ffffff !important;
}

.dark-slider .title{
  margin-top:12px;
  white-space:wrap;
}

.dark-slider .date{
  font-size:13px;
}

.dark-slider .owl-carousel .owl-nav button span{
  background:#000000 !important;
}

.dark-slider .owl-carousel .owl-nav button span:hover{
  background:#aaaaaa !important;
  box-shadow:0px 0px 8px #aaaaaa;
}

.home-hero{
  padding:100px 0 60px;
  background:linear-gradient(135deg, #0077b8 0%, #005a8f 100%);
  position:relative;
  overflow:hidden;
}

@media (max-width: 991.98px){
  .home-hero{
    padding:80px 0 20px;
  }
}

.home-hero::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 60%);
  pointer-events:none;
}

@media (max-width: 991.98px){
  .home-hero .hero-left{
    text-align:center;
    margin-bottom:20px;
  }
}

.home-hero .hero-title{
  font-size:42px;
  font-weight:700;
  line-height:1.3;
  margin-bottom:20px;
  text-shadow:0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199.98px){
  .home-hero .hero-title{
    font-size:36px;
  }
}

@media (max-width: 991.98px){
  .home-hero .hero-title{
    font-size:28px;
    margin-bottom:16px;
  }
}

.home-hero .hero-title strong{
  font-weight:900;
  color:#005a8f;
}

.home-hero .hero-title .title-with-squiggle{
  position:relative;
  display:inline;
  text-shadow:0 0 20px rgba(255, 215, 0, 0.4), 0 0 40px rgba(255, 215, 0, 0.3), 0 0 60px rgba(255, 215, 0, 0.15);
  animation:subtle-glow 3s ease-in-out infinite;
}

.home-hero .subtitle-ufc-wrapper{
  display:flex;
  align-items:center;
  gap:20px;
  margin-bottom:40px;
}

@media (max-width: 991.98px){
  .home-hero .subtitle-ufc-wrapper{
    flex-direction:row;
    align-items:center;
    justify-content:center;
    gap:16px;
    margin-bottom:32px;
    flex-wrap:wrap;
  }
}

.home-hero .subtitle-ufc-wrapper .hero-subtitle{
  font-size:18px;
  font-weight:400;
  opacity:0.95;
  line-height:1.5;
  margin:0;
  display:flex;
  align-items:baseline;
  gap:8px;
}

@media (max-width: 991.98px){
  .home-hero .subtitle-ufc-wrapper .hero-subtitle{
    font-size:16px;
    text-align:center;
    display:flex;
    flex-direction:column;
    gap:4px;
    flex:1;
    align-items:center;
  }
}

.home-hero .subtitle-ufc-wrapper .hero-subtitle .subtitle-number{
  font-size:36px;
  font-weight:900;
  line-height:1;
}

@media (max-width: 991.98px){
  .home-hero .subtitle-ufc-wrapper .hero-subtitle .subtitle-number{
    font-size:32px;
  }
}

.home-hero .subtitle-ufc-wrapper .hero-subtitle .subtitle-text{
  font-size:18px;
}

@media (max-width: 991.98px){
  .home-hero .subtitle-ufc-wrapper .hero-subtitle .subtitle-text{
    font-size:16px;
  }
}

.home-hero .subtitle-ufc-wrapper .badge-ufc-inline{
  display:flex;
  align-items:center;
  gap:8px;
  background:rgba(255, 255, 255, 0.95);
  padding:6px 12px;
  border-radius:6px;
  transform:rotate(-2deg);
  box-shadow:0 2px 8px rgba(0, 0, 0, 0.15);
  flex-shrink:0;
}

@media (max-width: 991.98px){
  .home-hero .subtitle-ufc-wrapper .badge-ufc-inline{
    transform:rotate(-1deg);
  }
}

.home-hero .subtitle-ufc-wrapper .badge-ufc-inline .badge-ufc-text{
  font-size:18px;
  font-weight:bold;
  color:#0077b8;
}

@media (max-width: 991.98px){
  .home-hero .subtitle-ufc-wrapper .badge-ufc-inline .badge-ufc-text{
    font-size:16px;
  }
}

.home-hero .subtitle-ufc-wrapper .badge-ufc-inline .badge-ufc-img{
  width:60px;
  height:auto;
}

@media (max-width: 991.98px){
  .home-hero .subtitle-ufc-wrapper .badge-ufc-inline .badge-ufc-img{
    width:50px;
  }
}

.home-hero .hero-search{
  margin-bottom:32px;
}

@media (max-width: 991.98px){
  .home-hero .hero-search{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    margin-bottom:16px;
    width:100%;
  }
}

.home-hero .hero-search .captcha-wrapper{
  display:flex;
  justify-content:center;
  margin-top:20px;
  width:100%;
}

.home-hero .hero-search .captcha-wrapper #home-recaptcha-container{
  display:flex;
  justify-content:center;
}

@media (max-width: 991.98px){
  .home-hero .hero-search .captcha-wrapper{
    margin-top:16px;
  }
}

.home-hero .hero-right{
  position:relative;
}

@media (max-width: 991.98px){
  .home-hero .hero-right{
    text-align:center;
  }
}

.home-hero .hero-image-wrapper{
  position:relative;
  width:100%;
}

.home-hero .hero-image-wrapper .hero-car{
  width:100%;
  height:auto;
  display:block;
}

.home-hero .hero-image-wrapper .badge-ufc-text{
  background:#ffffff;
  font-size:22px;
  font-weight:bold;
  padding:4px 10px;
  display:inline-block;
  color:#0077b8;
}

@media (max-width: 991.98px){
  .home-hero .hero-image-wrapper .badge-ufc-text{
    font-size:18px;
    padding:3px 8px;
  }
}

.home-hero .hero-image-wrapper .badge-ufc-img{
  width:70px;
  float:right;
  margin-top:-6px;
}

@media (max-width: 991.98px){
  .home-hero .hero-image-wrapper .badge-ufc-img{
    width:55px;
    margin-top:-4px;
  }
}

.partners-section{
  padding:80px 0 60px;
  background:#ffffff;
}

@media (max-width: 991.98px){
  .partners-section{
    padding:60px 0 40px;
  }
}

.partners-section .section-title{
  font-size:36px;
  font-weight:700;
  color:#000000;
  margin-bottom:48px;
  text-align:center;
}

@media (max-width: 991.98px){
  .partners-section .section-title{
    font-size:28px;
    margin-bottom:32px;
  }
}

.partners-section .section-title .highlight{
  color:#0077b8;
}

.vehicle-types-section{
  padding:60px 0;
  background:linear-gradient(135deg, #0077b8 0%, #005a8f 100%);
}

@media (max-width: 991.98px){
  .vehicle-types-section{
    padding:40px 0;
  }
}

.vehicle-types-section .vehicle-types-title{
  text-align:center;
  font-size:36px;
  font-weight:700;
  color:#ffffff;
  margin:0 0 48px 0;
  text-shadow:0 2px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px){
  .vehicle-types-section .vehicle-types-title{
    font-size:28px;
    margin-bottom:32px;
  }
}

.vehicle-types-section .vehicles-grid{
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  gap:20px;
}

@media (max-width: 1199.98px){
  .vehicle-types-section .vehicles-grid{
    grid-template-columns:repeat(5, 1fr);
    gap:16px;
  }
}

@media (max-width: 991.98px){
  .vehicle-types-section .vehicles-grid{
    grid-template-columns:repeat(3, 1fr);
    gap:12px;
  }
}

@media (max-width: 767.98px){
  .vehicle-types-section .vehicles-grid{
    grid-template-columns:repeat(2, 1fr);
    gap:10px;
  }
}

.vehicle-types-section .vehicles-grid .vehicle-type{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  padding:20px 16px;
  background:#ffffff;
  border-radius:12px;
  color:#000000;
  font-size:14px;
  font-weight:600;
  transition:all 0.3s ease;
  text-align:center;
  box-shadow:0 2px 8px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991.98px){
  .vehicle-types-section .vehicles-grid .vehicle-type{
    padding:16px 12px;
    font-size:13px;
    gap:8px;
  }
}

.vehicle-types-section .vehicles-grid .vehicle-type i{
  font-size:32px;
  color:#0077b8;
}

@media (max-width: 991.98px){
  .vehicle-types-section .vehicles-grid .vehicle-type i{
    font-size:28px;
  }
}

.vehicle-types-section .vehicles-grid .vehicle-type:hover{
  transform:translateY(-4px);
  box-shadow:0 8px 20px rgba(0, 0, 0, 0.15);
  background:#ffffff;
}

.stats-features-section{
  padding:80px 0;
  background:linear-gradient(135deg, #0077b8 0%, #005a8f 100%);
  position:relative;
}

@media (max-width: 991.98px){
  .stats-features-section{
    padding:60px 0;
  }
}

.stats-features-section::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
  pointer-events:none;
}

.stats-features-section .container{
  position:relative;
  z-index:1;
}

.stats-features-section .dual-stats-alert{
  margin-bottom:80px;
}

@media (max-width: 991.98px){
  .stats-features-section .dual-stats-alert{
    margin-bottom:60px;
  }
}

.stats-features-section .dual-stats-alert .stats-heading{
  text-align:center;
  font-size:36px;
  font-weight:700;
  color:#ffffff;
  margin:0 0 40px 0;
  text-shadow:0 2px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px){
  .stats-features-section .dual-stats-alert .stats-heading{
    font-size:28px;
    margin-bottom:32px;
  }
}

.stats-features-section .dual-stats-alert .dual-stats-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:24px;
  margin-bottom:32px;
}

@media (max-width: 991.98px){
  .stats-features-section .dual-stats-alert .dual-stats-grid{
    grid-template-columns:1fr;
    gap:16px;
    margin-bottom:24px;
  }
}

.stats-features-section .dual-stats-alert .stat-box{
  display:flex;
  align-items:center;
  gap:24px;
  background:rgba(255, 255, 255, 0.98);
  border-radius:16px;
  padding:32px 28px;
  box-shadow:0 4px 20px rgba(0, 0, 0, 0.15);
  border:2px solid rgba(255, 255, 255, 0.3);
  transition:all 0.3s ease;
}

@media (max-width: 991.98px){
  .stats-features-section .dual-stats-alert .stat-box{
    padding:24px 20px;
    gap:20px;
  }
}

.stats-features-section .dual-stats-alert .stat-box:hover{
  transform:translateY(-4px);
  box-shadow:0 8px 32px rgba(0, 0, 0, 0.25);
  border-color:rgba(255, 255, 255, 0.6);
}

.stats-features-section .dual-stats-alert .stat-box .stat-icon{
  flex-shrink:0;
  width:70px;
  height:70px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  transition:all 0.3s ease;
}

@media (max-width: 991.98px){
  .stats-features-section .dual-stats-alert .stat-box .stat-icon{
    width:60px;
    height:60px;
  }
}

.stats-features-section .dual-stats-alert .stat-box .stat-icon i{
  font-size:36px;
  color:#ffffff;
}

@media (max-width: 991.98px){
  .stats-features-section .dual-stats-alert .stat-box .stat-icon i{
    font-size:32px;
  }
}

.stats-features-section .dual-stats-alert .stat-box.stat-accident .stat-icon{
  background:linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  box-shadow:0 4px 12px rgba(220, 53, 69, 0.4);
}

.stats-features-section .dual-stats-alert .stat-box.stat-stolen .stat-icon{
  background:linear-gradient(135deg, #6c757d 0%, #495057 100%);
  box-shadow:0 4px 12px rgba(108, 117, 125, 0.4);
}

.stats-features-section .dual-stats-alert .stat-box .stat-content{
  flex:1;
}

.stats-features-section .dual-stats-alert .stat-box .stat-percentage{
  font-size:44px;
  font-weight:900;
  color:#000000;
  line-height:1;
  margin-bottom:8px;
  text-shadow:0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px){
  .stats-features-section .dual-stats-alert .stat-box .stat-percentage{
    font-size:36px;
    margin-bottom:6px;
  }
}

.stats-features-section .dual-stats-alert .stat-box .stat-label{
  font-size:18px;
  font-weight:600;
  color:rgba(0, 0, 0, 0.85);
  line-height:1.3;
}

@media (max-width: 991.98px){
  .stats-features-section .dual-stats-alert .stat-box .stat-label{
    font-size:16px;
  }
}

.stats-features-section .dual-stats-alert .stats-description{
  text-align:center;
  font-size:20px;
  font-weight:500;
  color:#ffffff;
  margin:0;
  padding:0 20px;
  opacity:0.95;
  text-shadow:0 2px 4px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991.98px){
  .stats-features-section .dual-stats-alert .stats-description{
    font-size:17px;
    padding:0 10px;
  }
}

.stats-features-section .report-features .features-header{
  text-align:center;
  margin-bottom:60px;
  color:#ffffff;
}

@media (max-width: 991.98px){
  .stats-features-section .report-features .features-header{
    margin-bottom:40px;
  }
}

.stats-features-section .report-features .features-title{
  font-size:42px;
  font-weight:800;
  margin-bottom:16px;
  text-shadow:0 2px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991.98px){
  .stats-features-section .report-features .features-title{
    font-size:32px;
    margin-bottom:12px;
  }
}

.stats-features-section .report-features .features-subtitle{
  font-size:20px;
  margin:0;
  opacity:0.95;
  font-weight:400;
}

@media (max-width: 991.98px){
  .stats-features-section .report-features .features-subtitle{
    font-size:16px;
  }
}

.stats-features-section .report-features .features-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:30px;
}

@media (max-width: 1199.98px){
  .stats-features-section .report-features .features-grid{
    grid-template-columns:repeat(2, 1fr);
    gap:24px;
  }
}

@media (max-width: 991.98px){
  .stats-features-section .report-features .features-grid{
    grid-template-columns:1fr;
    gap:20px;
  }
}

.stats-features-section .report-features .feature-card{
  background:rgba(255, 255, 255, 0.98);
  border-radius:16px;
  padding:32px 28px;
  transition:all 0.3s ease;
  box-shadow:0 4px 16px rgba(0, 0, 0, 0.1);
  border:2px solid transparent;
}

@media (max-width: 991.98px){
  .stats-features-section .report-features .feature-card{
    padding:28px 24px;
  }
}

.stats-features-section .report-features .feature-card:hover{
  transform:translateY(-8px);
  box-shadow:0 12px 32px rgba(0, 0, 0, 0.2);
  border-color:#0077b8;
}

.stats-features-section .report-features .feature-card:hover .feature-icon{
  transform:scale(1.1);
  background:linear-gradient(135deg, rgb(0, 86.0163043478, 133) 0%, rgb(0, 57.9020979021, 92) 100%);
}

.stats-features-section .report-features .feature-icon{
  width:50px;
  height:50px;
  margin-right:16px;
  background:linear-gradient(135deg, #0077b8 0%, #005a8f 100%);
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:all 0.3s ease;
  flex-shrink:0;
}

@media (max-width: 991.98px){
  .stats-features-section .report-features .feature-icon{
    width:45px;
    height:45px;
    margin-right:12px;
  }
}

.stats-features-section .report-features .feature-icon i{
  font-size:24px;
  color:#ffffff;
  transition:all 0.3s ease;
}

@media (max-width: 991.98px){
  .stats-features-section .report-features .feature-icon i{
    font-size:22px;
  }
}

.stats-features-section .report-features .feature-title{
  font-size:20px;
  font-weight:700;
  color:#000000;
  margin-bottom:12px;
  line-height:1.3;
  display:flex;
  align-items:center;
}

@media (max-width: 991.98px){
  .stats-features-section .report-features .feature-title{
    font-size:18px;
    margin-bottom:10px;
  }
}

.stats-features-section .report-features .feature-description{
  font-size:15px;
  color:#000000;
  margin:0;
  line-height:1.6;
}

@media (max-width: 991.98px){
  .stats-features-section .report-features .feature-description{
    font-size:14px;
  }
}

@keyframes pulse{
  0%, 100%{
    transform:scale(1);
  }

  50%{
    transform:scale(1.1);
  }
}

@keyframes subtle-glow{
  0%, 100%{
    text-shadow:0 0 20px rgba(255, 215, 0, 0.4), 0 0 40px rgba(255, 215, 0, 0.3), 0 0 60px rgba(255, 215, 0, 0.15);
  }

  50%{
    text-shadow:0 0 30px rgba(255, 215, 0, 0.6), 0 0 60px rgba(255, 215, 0, 0.45), 0 0 90px rgba(255, 215, 0, 0.25);
  }
}

body.offers #main .home .heading .title{
  margin-top:130px;
  font-size:40px;
  line-height:45px;
  color:#3294F0;
  font-weight:bolder;
}

@media (max-width: 991.98px){
  body.offers #main .home .heading .title{
    font-size:32px;
    line-height:36px;
  }
}

body.offers #main .home .heading .description{
  margin-top:30px;
  font-size:24px;
  line-height:38px;
}

@media (max-width: 991.98px){
  body.offers #main .home .heading .description{
    margin-top:20px;
    font-size:15px;
    line-height:20px;
  }
}

body.offers #main .home .heading .menus{
  margin-top:42px;
}

body.offers #main .home .heading .menus ul{
  list-style-type:none;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  margin:0;
}

body.offers #main .home .heading .menus ul li button{
  font-size:15px;
  line-height:37px;
}

body.offers #main .home .heading .menus ul li button:hover,
body.offers #main .home .heading .menus ul li button:focus,
body.offers #main .home .heading .menus ul li button:active{
  color:#3294F0;
  text-decoration:underline;
}

body.offers #main .home .heading .menus ul li.active button{
  color:#3294F0;
  text-decoration:underline;
}

body.offers #main .home .heading .menus ul li.active button:hover,
body.offers #main .home .heading .menus ul li.active button:focus,
body.offers #main .home .heading .menus ul li.active button:active{
  color:#3294F0;
  text-decoration:underline;
}

body.offers #main .home .heading .menus ul li:not(:first-child){
  padding-left:45px;
}

body.offers #main .offers #standard,
body.offers #main .offers #complete{
  margin-top:44px;
}

@media (max-width: 991.98px){
  body.offers #main .offers #standard,
  body.offers #main .offers #complete{
    margin-top:20px;
  }
}

body.offers #main .offers #standard .block,
body.offers #main .offers #complete .block{
  border:1px solid #EBEBEB;
  border-radius:10px;
  background-color:#ffffff;
  padding:38px;
  display:flex;
  align-items:flex-start;
}

body.offers #main .offers #standard .block.shadow,
body.offers #main .offers #complete .block.shadow{
  box-shadow:0 3px 30px rgba(0, 0, 0, 0.7);
  border:none;
}

body.offers #main .offers #standard .block.shadow-left,
body.offers #main .offers #complete .block.shadow-left{
  background-color:#3294F0;
  box-shadow:0 3px 30px rgba(0, 0, 0, 0.7);
  color:#ffffff;
  border:none;
}

body.offers #main .offers #standard .block.shadow-left .title,
body.offers #main .offers #complete .block.shadow-left .title{
  font-weight:bold;
}

body.offers #main .offers #standard .content-left .amount .title,
body.offers #main .offers #standard .content-right .amount .title,
body.offers #main .offers #complete .content-left .amount .title,
body.offers #main .offers #complete .content-right .amount .title{
  font-size:15px;
}

body.offers #main .offers #standard .content-left .amount .price,
body.offers #main .offers #standard .content-right .amount .price,
body.offers #main .offers #complete .content-left .amount .price,
body.offers #main .offers #complete .content-right .amount .price{
  font-size:24px;
  font-weight:bolder;
}

body.offers #main .offers #standard .content-left .headline .title,
body.offers #main .offers #complete .content-left .headline .title{
  font-size:24px;
  line-height:38px;
}

body.offers #main .offers #standard .content-left .details,
body.offers #main .offers #complete .content-left .details{
  margin-top:30px;
}

body.offers #main .offers #standard .content-left .details ul,
body.offers #main .offers #complete .content-left .details ul{
  list-style-type:none;
  padding:0;
  margin:0;
}

body.offers #main .offers #standard .content-left .details ul.options,
body.offers #main .offers #complete .content-left .details ul.options{
  margin-top:30px !important;
}

body.offers #main .offers #standard .content-left .details ul li,
body.offers #main .offers #complete .content-left .details ul li{
  font-size:15px;
  line-height:25px;
}

body.offers #main .offers #standard .content-left .details ul li img,
body.offers #main .offers #complete .content-left .details ul li img{
  width:17px;
  margin-right:2px;
  margin-top:-2px;
}

body.offers #main .offers #standard .content-left .more a,
body.offers #main .offers #complete .content-left .more a{
  font-size:13px;
  color:#3294F0;
  text-decoration:underline;
}

body.offers #main .offers #standard .content-left .more a:hover,
body.offers #main .offers #standard .content-left .more a:focus,
body.offers #main .offers #standard .content-left .more a:active,
body.offers #main .offers #complete .content-left .more a:hover,
body.offers #main .offers #complete .content-left .more a:focus,
body.offers #main .offers #complete .content-left .more a:active{
  color:#3294F0;
  text-decoration:underline;
}

body.offers #main .offers #standard .block{
  min-height:436px;
}

@media (max-width: 991.98px){
  body.offers #main .offers #standard .block{
    min-height:auto;
  }
}

body.offers #main .offers #standard .content-left .block .headline .title,
body.offers #main .offers #standard .content-right .block .headline .title{
  font-size:24px;
  line-height:38px;
}

body.offers #main .offers #standard .content-left .block .headline .title{
  line-height:initial;
}

body.offers #main .offers #standard .content-left .block .headline .start{
  font-size:15px;
}

body.offers #main .offers #standard .content-left .block .amount{
  margin-top:25px;
}

body.offers #main .offers #standard .content-left .block .redirection{
  text-decoration:underline;
}

body.offers #main .offers #standard .content-left .block .redirection button{
  padding-left:inherit;
}

body.offers #main .offers #standard .content-left .block .more{
  margin-top:15px;
}

body.offers #main .offers #standard .content-right .block .options{
  margin-top:50px;
}

body.offers #main .offers #standard .content-right .block .options ul{
  list-style-type:none;
  padding:0;
  margin:0;
}

body.offers #main .offers #standard .content-right .block .options ul li:not(:last-child){
  margin-bottom:40px;
}

body.offers #main .offers #standard .content-right .block .options ul li .content-left{
  text-align:left;
}

body.offers #main .offers #standard .content-right .block .options ul li .content-left .title{
  font-size:15px;
}

body.offers #main .offers #standard .content-right .block .options ul li .content-left .description{
  font-size:15px;
  margin-top:10px;
}

body.offers #main .offers #standard .content-right .block .options ul li .content-right{
  text-align:right;
  flex:1 0 auto;
}

body.offers #main .offers #standard .content-right .block .options ul li .content-right .amount{
  font-size:15px;
  font-weight:bolder;
}

body.offers #main .offers #standard .content-right .block .options .identicar-content{
  border-radius:15px;
  margin-top:60px;
  min-height:150px;
  overflow:hidden;
}

body.offers #main .offers #standard .content-right .block .options .identicar-content .identicar-left{
  background-color:#ffd100;
}

body.offers #main .offers #standard .content-right .block .options .identicar-content .identicar-left .text-partenariat{
  color:black;
  margin-top:15px;
  text-align:center;
}

body.offers #main .offers #standard .content-right .block .options .identicar-content .identicar-left .text-intermediate{
  color:black;
  margin-top:5px;
  text-align:center;
}

body.offers #main .offers #standard .content-right .block .options .identicar-content .identicar-left .partner-logo{
  text-align:center;
  margin-top:10px;
}

body.offers #main .offers #standard .content-right .block .options .identicar-content .identicar-right{
  background-color:#dadbdf;
}

body.offers #main .offers #standard .content-right .block .options .identicar-content .identicar-right .text-partenariat{
  color:black;
  font-size:20px;
  font-weight:bold;
  margin-top:15px;
  text-align:center;
}

body.offers #main .offers #standard .content-right .block .options .identicar-content .identicar-right .text-intermediate{
  color:black;
  margin-top:10px;
  text-align:center;
}

body.offers #main .offers #standard .content-right .block .options .identicar-content .identicar-right .link-affiliate{
  font-size:18px;
  font-weight:bold;
  margin-bottom:10px;
  margin-top:30px;
  text-align:center;
  text-decoration:underline;
}

body.offers #main .offers #complete .block{
  min-height:401px;
}

@media (max-width: 991.98px){
  body.offers #main .offers #complete .block{
    min-height:auto;
  }
}

body.offers #main .offers #complete .content-left .block .more{
  margin-top:30px;
}

@media (max-width: 991.98px){
  body.offers #main .offers #complete .content-left .block .more{
    margin-top:22px;
  }
}

body.offers #main .offers #complete .content-right .icon img{
  width:30px;
}

body.offers #main .offers #complete .content-right .headline .title{
  margin-top:40px;
  font-size:15px;
  line-height:22px;
}

body.offers #main .offers #complete .content-right .amount{
  margin-top:42px;
}

body.offers #main .offers #complete .content-right .redirection{
  margin-top:64px;
}

body.offers #main .offers #complete .content-right .redirection .btn-primary{
  padding:0 36px;
}

body.partners #main .section-header{
  display:flex;
  align-items:center;
  gap:24px;
  margin-bottom:56px;
}

@media (max-width: 991.98px){
  body.partners #main .section-header{
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
    margin-bottom:40px;
  }
}

body.partners #main .section-header.centered{
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:16px;
}

@media (max-width: 991.98px){
  body.partners #main .section-header.centered{
    gap:12px;
  }
}

body.partners #main .section-header .header-icon{
  width:64px;
  height:64px;
  background:linear-gradient(135deg, #0077b8 0%, #005a8f 100%);
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  box-shadow:0 4px 16px rgba(0, 119, 184, 0.2);
}

@media (max-width: 991.98px){
  body.partners #main .section-header .header-icon{
    width:56px;
    height:56px;
    border-radius:12px;
  }
}

body.partners #main .section-header .header-icon i{
  font-size:28px;
  color:#ffffff;
}

@media (max-width: 991.98px){
  body.partners #main .section-header .header-icon i{
    font-size:24px;
  }
}

body.partners #main .section-header .header-content{
  flex:1;
}

body.partners #main .section-header .header-content .section-title{
  font-size:36px;
  font-weight:700;
  color:#000000;
  margin:0 0 8px 0;
  line-height:1.2;
}

@media (max-width: 991.98px){
  body.partners #main .section-header .header-content .section-title{
    font-size:28px;
  }
}

body.partners #main .section-header .header-content .section-title .highlight{
  color:#0077b8;
}

body.partners #main .section-header .header-content .section-subtitle{
  font-size:16px;
  color:rgba(0, 0, 0, 0.6);
  margin:0;
  line-height:1.5;
}

@media (max-width: 991.98px){
  body.partners #main .section-header .header-content .section-subtitle{
    font-size:14px;
  }
}

body.partners #main .press-section{
  padding:120px 0 80px;
  background:#ffffff;
}

@media (max-width: 991.98px){
  body.partners #main .press-section{
    padding:100px 0 60px;
  }
}

body.partners #main .press-section .press-articles .owl-carousel .owl-stage-outer{
  padding:8px 0 16px;
}

body.partners #main .press-section .press-articles .press-card{
  background:#ffffff;
  border:1px solid rgba(0, 0, 0, 0.08);
  border-radius:16px;
  overflow:hidden;
  transition:all 0.3s ease;
  box-shadow:0 2px 12px rgba(0, 0, 0, 0.04);
  min-width:320px;
  max-width:320px;
  display:flex;
  flex-direction:column;
  height:100%;
}

@media (max-width: 991.98px){
  body.partners #main .press-section .press-articles .press-card{
    min-width:280px;
    max-width:280px;
  }
}

body.partners #main .press-section .press-articles .press-card:hover{
  transform:translateY(-8px);
  box-shadow:0 12px 32px rgba(0, 0, 0, 0.12);
  border-color:rgba(0, 119, 184, 0.2);
}

body.partners #main .press-section .press-articles .press-card:hover .press-overlay{
  opacity:1;
}

body.partners #main .press-section .press-articles .press-card:hover .press-card-link{
  background:rgb(0, 102.5081521739, 158.5);
}

body.partners #main .press-section .press-articles .press-card:hover .press-card-link i{
  transform:translateX(4px);
}

body.partners #main .press-section .press-articles .press-card .press-card-image{
  position:relative;
  width:100%;
  height:200px;
  overflow:hidden;
  background:rgba(0, 0, 0, 0.02);
}

body.partners #main .press-section .press-articles .press-card .press-card-image img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
}

body.partners #main .press-section .press-articles .press-card .press-card-image .press-overlay{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(0, 119, 184, 0.9);
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  transition:opacity 0.3s ease;
}

body.partners #main .press-section .press-articles .press-card .press-card-image .press-overlay i{
  font-size:32px;
  color:#ffffff;
}

body.partners #main .press-section .press-articles .press-card .press-card-content{
  padding:24px;
  display:flex;
  flex-direction:column;
  flex:1;
}

body.partners #main .press-section .press-articles .press-card .press-card-content .press-card-title{
  font-size:20px;
  font-weight:600;
  color:#000000;
  margin:0 0 12px 0;
  line-height:1.3;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

body.partners #main .press-section .press-articles .press-card .press-card-content .press-card-excerpt{
  font-size:14px;
  line-height:1.6;
  color:rgba(0, 0, 0, 0.7);
  margin:0 0 20px 0;
  flex:1;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

body.partners #main .press-section .press-articles .press-card .press-card-content .press-card-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#0077b8;
  color:#ffffff;
  padding:12px 20px;
  border-radius:8px;
  font-size:14px;
  font-weight:500;
  text-decoration:none;
  transition:all 0.3s ease;
  align-self:flex-start;
}

body.partners #main .press-section .press-articles .press-card .press-card-content .press-card-link i{
  font-size:12px;
  transition:transform 0.3s ease;
}

body.partners #main .press-section .press-articles .press-card .press-card-content .press-card-link:hover{
  text-decoration:none;
  color:#ffffff;
}

body.partners #main .supports-section{
  padding:80px 0;
  background:linear-gradient(180deg, rgba(170, 170, 170, 0.3) 0%, #ffffff 100%);
  box-shadow:0 -24px 46px rgba(0, 0, 0, 0.04);
}

@media (max-width: 991.98px){
  body.partners #main .supports-section{
    padding:60px 0;
  }
}

body.partners #main .supports-section .supports-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));
  gap:24px;
  margin-top:48px;
}

@media (max-width: 1199.98px){
  body.partners #main .supports-section .supports-grid{
    grid-template-columns:repeat(auto-fit, minmax(140px, 1fr));
    gap:20px;
  }
}

@media (max-width: 991.98px){
  body.partners #main .supports-section .supports-grid{
    grid-template-columns:repeat(2, 1fr);
    gap:16px;
    margin-top:32px;
  }
}

body.partners #main .supports-section .supports-grid .support-card{
  display:block;
  background:#ffffff;
  border:1px solid rgba(0, 0, 0, 0.08);
  border-radius:12px;
  padding:24px;
  transition:all 0.3s ease;
  text-decoration:none;
  box-shadow:0 2px 8px rgba(0, 0, 0, 0.04);
}

body.partners #main .supports-section .supports-grid .support-card:hover{
  transform:translateY(-4px);
  box-shadow:0 8px 24px rgba(0, 0, 0, 0.12);
  border-color:rgba(0, 119, 184, 0.2);
}

body.partners #main .supports-section .supports-grid .support-card .support-card-inner{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:80px;
}

body.partners #main .supports-section .supports-grid .support-card .support-card-inner img{
  max-width:100%;
  max-height:60px;
  width:auto;
  height:auto;
  transition:all 0.3s ease;
}

body.partners #main .supports-section .supports-grid .support-card:hover .support-card-inner img{
  transform:scale(1.05);
}

body.partners #main .partners-section{
  margin-top:0;
  padding:80px 0;
  background:#ffffff;
}

@media (max-width: 991.98px){
  body.partners #main .partners-section{
    padding:60px 0;
  }
}

body.partners #main .partners-section .partners-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(160px, 1fr));
  gap:24px;
  margin-top:48px;
}

@media (max-width: 1199.98px){
  body.partners #main .partners-section .partners-grid{
    grid-template-columns:repeat(auto-fill, minmax(140px, 1fr));
    gap:20px;
  }
}

@media (max-width: 991.98px){
  body.partners #main .partners-section .partners-grid{
    grid-template-columns:repeat(2, 1fr);
    gap:16px;
    margin-top:32px;
  }
}

body.partners #main .partners-section .partners-grid .partner-card{
  display:block;
  background:#ffffff;
  border:1px solid rgba(0, 0, 0, 0.08);
  border-radius:12px;
  padding:24px;
  transition:all 0.3s ease;
  text-decoration:none;
  box-shadow:0 2px 8px rgba(0, 0, 0, 0.04);
  aspect-ratio:1;
}

body.partners #main .partners-section .partners-grid .partner-card:hover{
  transform:translateY(-4px);
  box-shadow:0 8px 24px rgba(0, 0, 0, 0.12);
  border-color:rgba(0, 119, 184, 0.2);
}

body.partners #main .partners-section .partners-grid .partner-card .partner-card-inner{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}

body.partners #main .partners-section .partners-grid .partner-card .partner-card-inner .partner-logo{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  -o-object-fit:contain;
     object-fit:contain;
  transition:all 0.3s ease;
}

body.partners #main .partners-section .partners-grid .partner-card:hover .partner-card-inner .partner-logo{
  transform:scale(1.05);
}

body.statics #main section.heading{
  background-color:rgba(242, 242, 242, 0.5);
  padding:120px 0 60px 0;
  margin-bottom:20px;
}

body.statics #main section.heading .headline .title{
  font-size:36px;
  line-height:44px;
  font-weight:bolder;
  margin-bottom:0;
}

body.statics #main section.heading .headline .description{
  margin-top:15px;
  font-size:16px;
  line-height:24px;
}

body.statics #main section.heading.secondary{
  padding:60px 0;
}

body.statics #main section.subheading .breadcrumb{
  display:flex;
  align-items:center;
  background-color:unset;
  padding:0;
  margin-bottom:40px;
}

body.statics #main section.subheading .breadcrumb-item:last-child{
  font-weight:bold;
}

body.statics #main section.subheading .breadcrumb-separator{
  margin:0 10px;
}

body.statics #main h2{
  font-size:22px;
  margin-bottom:20px;
}

body.statics #main h3{
  font-size:18px;
  margin-bottom:10px;
}

body.statics.historic h2{
  font-weight:bold;
}

body.statics.historic.model .model-image{
  width:80%;
  margin:auto;
  display:block;
}

body.statics.historic .searchbar{
  padding-top:10px;
  padding-bottom:10px;
  background:linear-gradient(90deg, #2c3d5d, #3d63aa);
}

body.statics.historic .carousel--strikethrough:before{
  content:"";
  position:absolute;
  left:0;
  width:100%;
  height:100px;
  top:60px;
  background-color:#e7e7e7;
}

body.statics.historic .carousel .models-carousel .module-block-inner{
  background:white;
  margin:20px;
  box-shadow:0px 0px 13px 1px #d4d4d4;
  border-radius:10px;
  padding:10px;
}

body.statics.historic .carousel .models-carousel .module-block-inner img{
  width:130px;
  margin:auto;
}

body.statics.historic .carousel .models-carousel{
  margin-bottom:40px;
}

@keyframes checkmark{
  0%{
    height:0;
    width:0;
    opacity:1;
  }

  20%{
    height:0;
    width:7px;
    opacity:1;
  }

  40%{
    height:11px;
    width:7px;
    opacity:1;
  }

  100%{
    height:11px;
    width:7px;
    opacity:1;
  }
}

body.waiting{
  background:linear-gradient(135deg, #005a8f 0%, #003d5c 100%);
  min-height:100vh;
}

body.waiting .waiting-container{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:40px 20px;
}

body.waiting .waiting-content{
  width:100%;
  max-width:800px;
  margin:0 auto;
  text-align:center;
}

body.waiting section#search .search-header .search-icon{
  width:80px;
  height:80px;
  margin:0 auto 30px;
  background:rgba(255, 255, 255, 0.1);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  backdrop-filter:blur(10px);
  border:2px solid rgba(255, 255, 255, 0.2);
}

body.waiting section#search .search-header .search-icon i{
  font-size:36px;
  color:#ffffff;
}

body.waiting section#search .search-header .search-title{
  font-size:42px;
  font-weight:700;
  color:#ffffff;
  margin-bottom:20px;
  line-height:1.2;
}

body.waiting section#search .search-header .search-title .highlight{
  color:#56CCF2;
}

body.waiting section#search .search-header .search-description{
  font-size:18px;
  color:rgba(255, 255, 255, 0.85);
  line-height:1.6;
  margin-bottom:40px;
  max-width:600px;
  margin-left:auto;
  margin-right:auto;
}

body.waiting section#search .autorigin-loading-screen{
  margin-top:50px;
  width:100%;
  overflow:hidden;
  display:none;
}

body.waiting section#search .autorigin-loading-screen .autorigin-loading-phrases{
  width:100%;
  max-width:400px;
  margin:0 auto;
  height:180px;
  overflow:hidden;
  position:relative;
  padding:10px 0;
  text-align:left;
}

body.waiting section#search .autorigin-loading-screen .autorigin-loading-phrases .autorigin-loading-phrase-category{
  transition:all 1s ease;
}

body.waiting section#search .autorigin-loading-screen .autorigin-loading-phrases:before{
  content:" ";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:999999;
  background:transparent;
}

body.waiting section#search .autorigin-loading-screen .autorigin-loading-phrases .autorigin-loading-phrase{
  padding-left:40px;
  position:relative;
  transform:translateY(30px);
  font-size:15px;
  line-height:30px;
  height:30px;
  color:rgba(255, 255, 255, 0.5);
}

body.waiting section#search .autorigin-loading-screen .autorigin-loading-phrases .autorigin-loading-phrase:before{
  content:" ";
  width:18px;
  height:18px;
  position:absolute;
  top:6px;
  left:0;
  border:2px solid rgba(255, 255, 255, 0.5);
  border-radius:50%;
}

body.waiting section#search .autorigin-loading-screen .autorigin-loading-phrases .autorigin-loading-phrase:after{
  opacity:0;
  height:11px;
  width:7px;
  transform-origin:left top;
  border-right:3px solid #ffffff;
  border-top:3px solid #ffffff;
  border-radius:2.5px !important;
  content:"";
  left:4px;
  top:16px;
  position:absolute;
  transform:scaleX(-1) rotate(135deg);
}

body.waiting section#search .autorigin-loading-screen .autorigin-loading-phrases .autorigin-checked{
  color:#ffffff;
}

body.waiting section#search .autorigin-loading-screen .autorigin-loading-phrases .autorigin-checked:before{
  border-color:#ffffff;
}

body.waiting section#search .autorigin-loading-screen .autorigin-loading-phrases .autorigin-checked:after{
  animation:checkmark 200ms ease 100ms forwards;
  opacity:1;
}

body.waiting section#error{
  display:none;
}

body.waiting section#error .error-header{
  margin-bottom:60px;
}

body.waiting section#error .error-header .error-title{
  font-size:42px;
  font-weight:700;
  color:#ffffff;
  margin-bottom:30px;
  line-height:1.2;
}

body.waiting section#error .error-header .error-title .highlight{
  color:#ff6b6b;
}

body.waiting section#error .error-header .error-description{
  font-size:17px;
  color:rgba(255, 255, 255, 0.85);
  line-height:1.7;
  max-width:650px;
  margin:0 auto;
}

body.waiting section#error .error-header .error-description p{
  margin-bottom:16px;
}

body.waiting section#error .error-header .error-description .plate-not-found strong{
  color:#ffffff;
  font-weight:700;
  font-size:20px;
  padding:4px 12px;
  background:rgba(255, 255, 255, 0.15);
  border-radius:4px;
  font-family:"Courier New", monospace;
  letter-spacing:1px;
}

body.waiting section#error .error-header .error-description a{
  color:#56CCF2;
  text-decoration:underline;
  font-weight:600;
  transition:all 0.3s ease;
}

body.waiting section#error .error-header .error-description a:hover{
  color:#ffffff;
  text-decoration:none;
}

body.waiting section#error .error-search-section{
  background:rgba(255, 255, 255, 0.08);
  backdrop-filter:blur(20px);
  border-radius:16px;
  padding:50px 40px;
  border:1px solid rgba(255, 255, 255, 0.15);
}

body.waiting section#error .error-search-section .retry-title{
  font-size:24px;
  font-weight:600;
  color:#ffffff;
  margin-bottom:30px;
}

body.waiting section#error .error-search-section .search-form{
  max-width:550px;
  margin:0 auto;
}

body.waiting section#error .error-search-section .captcha-wrapper{
  margin-top:24px;
  display:flex;
  justify-content:center;
  align-items:center;
  transition:all 0.3s ease;
}

body.waiting #footer,
body.waiting #copyright{
  display:none;
}

@media (max-width: 991.98px){
  body.waiting .waiting-content{
    padding:20px;
  }

  body.waiting section#search .search-header .search-icon{
    width:60px;
    height:60px;
  }

  body.waiting section#search .search-header .search-icon i{
    font-size:28px;
  }

  body.waiting section#search .search-header .search-title{
    font-size:32px;
  }

  body.waiting section#search .search-header .search-description{
    font-size:16px;
  }

  body.waiting section#error .error-header .error-title{
    font-size:28px;
  }

  body.waiting section#error .error-header .error-description{
    font-size:15px;
  }

  body.waiting section#error .error-header .error-description .plate-not-found strong{
    font-size:16px;
  }

  body.waiting section#error .error-search-section{
    padding:30px 20px;
  }

  body.waiting section#error .error-search-section .retry-title{
    font-size:20px;
  }
}

body.semi-report #main{
  margin-top:110px;
}

body.semi-report #main .label{
  font-size:12px;
  border-radius:40px;
  background-color:#F2F2F2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  min-width:100px;
  padding:0 27px;
}

body.semi-report #main .bordered{
  position:relative;
  border:1px solid #EBEBEB;
  border-radius:10px;
}

body.semi-report #main .bordered .headline span.background{
  background-color:#ffffff;
  padding:0 18px;
}

body.semi-report #main .bordered .headline .title{
  font-size:40px;
  line-height:45px;
  font-weight:bolder;
  position:absolute;
  top:-25px;
  left:0;
  right:0;
  margin:0 auto;
  text-align:center;
}

@media (max-width: 991.98px){
  body.semi-report #main .bordered .headline .title{
    font-size:32px;
    line-height:36px;
  }
}

body.semi-report #main .bordered .headline .logo{
  position:absolute;
  top:-48px;
  right:44px;
}

@media (max-width: 991.98px){
  body.semi-report #main .bordered .headline .logo{
    display:none;
  }
}

body.semi-report #main .bordered .headline .logo img{
  height:95px;
}

body.semi-report #main .bordered.primary{
  margin-top:48px;
  padding:95px 100px;
}

@media (max-width: 991.98px){
  body.semi-report #main .bordered.primary{
    padding:95px 40px 30px 40px;
    margin-bottom:60px;
  }
}

@media (max-width: 767.98px){
  body.semi-report #main .bordered.primary{
    padding:95px 20px 30px 20px;
  }
}

body.semi-report #main .bordered.primary::after{
  content:"";
  position:absolute;
  bottom:-1px;
  left:-110px;
  width:1290px;
  height:307px;
  background:transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

@media (max-width: 991.98px){
  body.semi-report #main .bordered.primary::after{
    display:none;
  }
}

body.semi-report #main .bordered.secondary{
  padding:94px 104px;
}

@media (max-width: 991.98px){
  body.semi-report #main .bordered.secondary{
    border:none;
    padding:94px 0 0 0;
  }
}

body.semi-report #main .bordered.secondary .labeling{
  position:absolute;
  top:-20px;
  width:79%;
  left:0;
  right:0;
  margin:0 auto;
}

body.semi-report #main .bordered.secondary .labeling .date{
  font-size:15px;
  color:#CCCCCC;
}

body.semi-report #main .bordered.secondary .labeling .date span{
  background-color:#ffffff;
  padding:0 8px;
}

body.semi-report #main .bordered.secondary .report .car{
  font-size:30px;
  font-weight:bolder;
}

@media (max-width: 991.98px){
  body.semi-report #main .bordered.secondary .report .car{
    font-size:26px;
  }
}

body.semi-report #main .bordered.secondary .report .numberplate{
  font-size:18px;
  color:#3294F0;
  font-weight:bolder;
}

body.semi-report #main .bordered.secondary .report .metrics{
  margin-top:30px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
}

body.semi-report #main .bordered.secondary .report .metrics > div{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background-color:#F2F2F2;
  border-radius:40px;
  border:none;
  padding:0 20px;
  min-height:30px;
  max-height:30px;
  margin-bottom:15px;
  margin-right:10px;
}

body.semi-report #main .bordered.secondary .report .metrics .icon{
  line-height:0;
}

body.semi-report #main .bordered.secondary .report .metrics .icon img{
  height:20px;
}

body.semi-report #main .bordered.secondary .report .metrics .title{
  font-size:12px;
  padding-left:10px;
}

body.semi-report #main .bordered.secondary .report .remember{
  position:relative;
  margin-top:55px;
}

@media (max-width: 991.98px){
  body.semi-report #main .bordered.secondary .report .remember{
    margin-top:20px;
  }
}

body.semi-report #main .bordered.secondary .report .remember .icon img{
  width:40px;
}

body.semi-report #main .bordered.secondary .report .remember .description{
  margin-top:10px;
  font-size:14px;
  line-height:22px;
}

body.semi-report #main .bordered.secondary .report .remember .actions{
  position:absolute;
  display:flex;
  align-items:center;
  justify-content:center;
  top:0;
  left:0;
  right:0;
  margin:0 auto;
  height:100%;
}

@media (max-width: 991.98px){
  body.semi-report #main .bordered.secondary .report .remember .actions{
    position:relative;
    display:block;
  }
}

@media (max-width: 991.98px){
  body.semi-report #main .bordered.secondary .report .remember .actions a,
  body.semi-report #main .bordered.secondary .report .remember .actions button{
    width:100%;
  }
}

body.semi-report #main .bordered.secondary .report .owners .heading{
  font-size:15px;
  line-height:22px;
  margin-top:45px;
}

body.semi-report #main .bordered.secondary .report .blur{
  filter:blur(10px);
  cursor:none;
}

body.semi-report #main .bordered.secondary .border{
  position:relative;
  margin-top:74px;
  border-top:1px solid #CCCCCC;
}

body.semi-report #main .bordered.secondary .border .title{
  position:absolute;
  left:0;
  top:-22px;
  background-color:#ffffff;
  font-size:24px;
  line-height:38px;
  padding-right:28px;
}

@media (max-width: 991.98px){
  body.semi-report #main .bordered.secondary .border .title{
    font-size:15px;
    line-height:20px;
  }
}

body.semi-report #footer,
body.semi-report #copyright{
  display:none;
}

body.report #navbar{
  position:sticky;
}

body.report #main .top{
  background-color:#3294f0;
  width:100%;
  height:150px;
  display:flex;
  align-items:center;
  justify-content:center;
}

body.report #main .report{
  position:relative;
  top:-100px;
}

body.report #main .report section#primary .module-pellets{
  position:relative;
}

body.report #main .report section#primary .module-pellets .aside-left,
body.report #main .report section#primary .module-pellets .aside-right{
  position:absolute;
}

body.report #main .report section#primary .module-pellets .aside-left .module-pellet,
body.report #main .report section#primary .module-pellets .aside-right .module-pellet{
  position:relative;
  top:27px;
}

body.report #main .report section#primary .module-pellets .aside-left .module-pellet img,
body.report #main .report section#primary .module-pellets .aside-right .module-pellet img{
  width:70%;
}

body.report #main .report section#primary .module-pellets .aside-left{
  left:-70px;
}

body.report #main .report section#primary .module-pellets .aside-right{
  right:-130px;
}

body.report #main .report section#primary .module-pellets.responsive .module-pellet{
  display:inline;
  margin-bottom:30px;
}

body.report #main .report section#primary .module-pellets.responsive .module-pellet img{
  width:120px;
}

body.report #main .report section#primary .car,
body.report #main .report section#primary .numberplate{
  font-size:22px;
  line-height:30px;
  color:#3294F0;
  font-weight:800;
}

body.report #main .report section#primary .logo{
  position:absolute;
  width:95px;
  top:-62px;
  left:0;
  right:0;
  margin:0 auto;
}

body.report #main .report section#primary .car-logo{
  display:block;
  width:100px;
  margin:0 auto;
  margin-bottom:30px;
}

body.report #main .report section#environment img{
  width:85%;
}

body.report #main .report section.partners#autovisual img{
  width:75%;
}

body.report #main .report section.partners#eplaque img{
  width:60%;
}

@media (min-width: 992px){
  body.report #main .report section.options#eplaque .module{
    overflow:hidden;
    padding-top:60px;
    padding-bottom:60px;
  }
}

body.report #main .report section.options#eplaque .module img.unpledge-document{
  position:absolute;
  bottom:-140px;
  right:0;
  width:100%;
}

body.report #main .report section.affiliate .module{
  position:relative;
  background:#324e6d !important;
  color:#ffffff;
  font-size:16px;
  padding:40px;
}

body.report #main .report section.affiliate#obvy .title,
body.report #main .report section.affiliate#aalkabot .title{
  font-size:15px;
}

body.report #main .report section.affiliate#obvy img,
body.report #main .report section.affiliate#aalkabot img{
  position:absolute;
  top:60px;
  left:50px;
  width:12%;
}

body.report #main .report section.affiliate#obvy img.car,
body.report #main .report section.affiliate#aalkabot img.car{
  top:100px !important;
  left:20px !important;
  width:32% !important;
}

@media (max-width: 991.98px){
  body.report #main .report section.affiliate#obvy,
  body.report #main .report section.affiliate#aalkabot{
    text-align:center;
  }

  body.report #main .report section.affiliate#obvy img,
  body.report #main .report section.affiliate#aalkabot img{
    margin-bottom:20px;
    width:25%;
  }

  body.report #main .report section.affiliate#obvy img.car,
  body.report #main .report section.affiliate#aalkabot img.car{
    top:80px !important;
    left:0 !important;
    width:32% !important;
  }
}

@media (max-width: 575.98px){
  body.report #main .report section.affiliate#obvy,
  body.report #main .report section.affiliate#aalkabot{
    text-align:center;
  }

  body.report #main .report section.affiliate#obvy img,
  body.report #main .report section.affiliate#aalkabot img{
    width:35%;
  }
}

body.report #main .report .module{
  position:relative;
  background:#ffffff;
  border-radius:10px;
  box-shadow:0 3px 70px rgba(144, 173, 206, 0.2);
  z-index:999;
  padding:30px 0;
  margin-top:50px;
}

body.report #main .report .module.table{
  padding-bottom:0;
  margin-bottom:0;
}

body.report #main .report .module.table .table-responsive .table thead{
  font-weight:bold;
  background:#f7f7fb;
  color:#3294f0;
  font-size:13px;
  line-height:20px;
}

body.report #main .report .module.table .table-responsive .table thead tr th{
  padding:8px;
  border-bottom:none;
  border-top:0;
}

body.report #main .report .module.table .table-responsive .table tbody{
  background:#ffffff;
  color:#324e6d;
  font-size:13px;
  line-height:20px;
}

body.report #main .report .module.table .table-responsive .table tbody tr td{
  padding:8px;
  border-bottom:none;
  border-top:0;
}

body.report #main .report .module .heading{
  font-size:22px;
  line-height:35px;
  font-weight:600;
  color:#000000;
  margin-bottom:20px;
  text-align:center;
}

body.report #main .report .module .subheading{
  font-size:16px;
  font-weight:600;
  color:#000000;
}

body.report #main .report .module .chart .title{
  font-weight:500;
  font-size:14px;
  line-height:22px;
  position:relative;
  color:#324e6d;
}

body.report #main .report .module .chart .data{
  position:absolute;
  font-weight:bold;
  color:#ffffff;
  z-index:999;
  font-style:italic;
  font-size:24px;
  line-height:38px;
}

body.report #main .report .module .chart .data.data-top{
  top:26px;
  left:15px;
}

body.report #main .report .module .chart .data.data-bottom{
  top:74px;
  left:15px;
}

body.report #main .report .module .chart canvas{
  position:relative;
  height:100px !important;
  left:-16px;
}

body.report #main .report .module .border-top{
  border-top:1px solid rgba(0, 0, 0, 0.1);
  margin:40px 0;
}

body.report #main .report .module .module-eplaque{
  border:1px solid #3294f0;
  border-radius:10px;
  padding:10px 40px;
}

body.report #main .report .module .module-notation .notation-icon{
  width:60px;
  height:60px;
  justify-content:center;
  border-radius:5px;
  display:inline-flex;
}

body.report #main .report .module .module-notation .notation-icon.icon-yellow{
  background:#F59B00;
}

body.report #main .report .module .module-notation .notation-icon.icon-blue{
  background:#3294f0;
}

body.report #main .report .module .module-notation .notation-icon.icon-green{
  background:#46c35f;
}

body.report #main .report .module .module-notation .notation-icon.icon-purple{
  background:#ac6bec;
}

body.report #main .report .module .module-notation .notation-icon i{
  align-self:center;
}

body.report #main .report .module .module-notation .notation-stat{
  position:relative;
  top:-4px;
  display:inline-flex;
  justify-content:center;
  border-radius:5px;
  width:60px;
  height:60px;
}

body.report #main .report .module .module-notation .notation-stat.stat-yellow{
  border:1px solid #F59B00;
}

body.report #main .report .module .module-notation .notation-stat.stat-blue{
  border:1px solid #3294f0;
}

body.report #main .report .module .module-notation .notation-stat.stat-green{
  border:1px solid #46c35f;
}

body.report #main .report .module .module-notation .notation-stat.stat-purple{
  border:1px solid #ac6bec;
}

body.report #main .report .module .module-notation .notation-stat > div{
  align-self:center;
}

body.report #main .report .module-expand{
  border-top:1px solid #eff1f3;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}

body.report #main .report .module-expand .expand-header{
  background-color:rgba(50, 78, 109, 0.8);
  padding:30px 70px;
  color:#ffffff;
  cursor:pointer;
}

body.report #main .report .module-expand .expand-content .table tr.highlighted{
  background-color:rgba(255, 235, 59, 0.4);
}

body.report #main p{
  margin-bottom:0;
}

body.report #footer{
  margin-top:0;
}

body.report.report-example section.page{
  padding:70px 0 100px;
}

@media print{
@page{
    margin:0;
    padding:1cm 0;
    background-color:#f7f7f7;
}

@page :first{
    padding:0;
}

  .row{
    width:100%;
    display:table;
    table-layout:fixed;
    padding-left:0;
    padding-right:0;
    margin:0;
  }

  .col{
    display:table-cell;
    vertical-align:top;
  }

  .page-break{
    page-break-after:always;
  }

  .page-break + .page-break{
    display:none;
  }

  .col-1{
    padding-left:0 !important;
    padding-right:0 !important;
    width:calc(8.3333333333% - 10px);
  }

  .col-2{
    padding-left:0 !important;
    padding-right:0 !important;
    width:calc(16.6666666667% - 10px);
  }

  .col-3{
    padding-left:0 !important;
    padding-right:0 !important;
    width:calc(25% - 10px);
  }

  .col-4{
    padding-left:0 !important;
    padding-right:0 !important;
    width:calc(33.3333333333% - 10px);
  }

  .col-5{
    padding-left:0 !important;
    padding-right:0 !important;
    width:calc(41.6666666667% - 10px);
  }

  .col-6{
    padding-left:0 !important;
    padding-right:0 !important;
    width:calc(50% - 10px);
  }

  .col-7{
    padding-left:0 !important;
    padding-right:0 !important;
    width:calc(58.3333333333% - 10px);
  }

  .col-8{
    padding-left:0 !important;
    padding-right:0 !important;
    width:calc(66.6666666667% - 10px);
  }

  .col-9{
    padding-left:0 !important;
    padding-right:0 !important;
    width:calc(75% - 10px);
  }

  .col-10{
    padding-left:0 !important;
    padding-right:0 !important;
    width:calc(83.3333333333% - 10px);
  }

  .col-11{
    padding-left:0 !important;
    padding-right:0 !important;
    width:calc(91.6666666667% - 10px);
  }

  .col-12{
    padding-left:0 !important;
    padding-right:0 !important;
    width:calc(100% - 10px);
  }

  .col-lg-2{
    display:table-cell;
    vertical-align:top;
    width:calc(16.6666666667% - 10px);
    box-sizing:border-box;
    padding-left:5px !important;
    padding-right:5px !important;
  }

  .col-lg-3{
    display:table-cell;
    vertical-align:top;
    width:calc(25% - 10px);
    box-sizing:border-box;
    padding-left:5px !important;
    padding-right:5px !important;
  }

  .col-lg-4{
    display:table-cell;
    vertical-align:top;
    width:calc(33.3333333333% - 10px);
    box-sizing:border-box;
    padding-left:5px !important;
    padding-right:5px !important;
  }

  .col-lg-5{
    display:table-cell;
    vertical-align:top;
    width:calc(41.6666666667% - 10px);
    box-sizing:border-box;
    padding-left:5px !important;
    padding-right:5px !important;
  }

  .col-lg-6{
    display:table-cell;
    vertical-align:top;
    width:calc(50% - 10px);
    box-sizing:border-box;
    padding-left:5px !important;
    padding-right:5px !important;
  }

  .col-lg-7{
    display:table-cell;
    vertical-align:top;
    width:calc(58.3333333333% - 10px);
    box-sizing:border-box;
    padding-left:5px !important;
    padding-right:5px !important;
  }

  .col-lg-8{
    display:table-cell;
    vertical-align:top;
    width:calc(66.6666666667% - 10px);
    box-sizing:border-box;
    padding-left:5px !important;
    padding-right:5px !important;
  }

  .col-lg-10{
    display:table-cell;
    vertical-align:top;
    width:calc(83.3333333333% - 10px);
    box-sizing:border-box;
    padding-left:5px !important;
    padding-right:5px !important;
  }

  .col-lg-11{
    display:table-cell;
    vertical-align:top;
    width:calc(91.6666666667% - 10px);
    box-sizing:border-box;
    padding-left:5px !important;
    padding-right:5px !important;
  }

  .col-lg-12{
    display:table-cell;
    vertical-align:top;
    width:calc(100% - 10px);
    box-sizing:border-box;
    padding-left:5px !important;
    padding-right:5px !important;
  }

  .container{
    margin:auto;
  }

  .container > .row{
    display:block;
  }

  .container > .row > .col-12{
    position:relative;
    display:block !important;
  }

  .d-lg-none{
    display:none !important;
  }

  .d-lg-block{
    display:block !important;
  }

  #navbar,
  #footer,
  #copyright{
    display:none;
  }

  .top{
    display:block;
  }

  section{
    position:relative;
    break-inside:avoid-page;
    display:block;
    margin-top:0 !important;
    padding-top:0.5cm;
    padding-bottom:0 !important;
    background-color:white;
    box-sizing:border-box;
  }

  section:nth-child(1){
    padding-top:0;
  }

  section .module{
    padding:30px 25px !important;
    box-shadow:0 3px 70px rgba(144, 173, 206, 0.2) !important;
  }

  .page-break + section{
    page-break-before:always;
    padding-top:3cm;
  }

  section:first-child .module{
    margin-top:0 !important;
  }

  .justify-content-center .col-10,
  .justify-content-center .col-11{
    margin:auto;
  }

  #primary .date{
    margin-bottom:20px;
  }

  #synthese .heading + .row .col-lg-3{
    display:block;
    float:left;
  }

  #environment .heading + .row{
    display:block;
    text-align:center;
  }

  #environment .heading + .row [class*=col]{
    width:100% !important;
    max-width:100%;
    margin:auto;
    display:block;
  }

  #environment .heading + .row .col-3{
    margin-bottom:10px;
    width:200px !important;
  }

  section.partners .mt-30.mb-30{
    padding:10px;
  }

  .table-responsive{
    max-height:unset !important;
  }

  .table-responsive thead{
    position:relative !important;
  }

  .table-responsive thead tr{
    display:table-row !important;
  }

  section.controvec.options{
    display:none;
  }
}

body.cart #main{
  margin-top:140px;
  margin-bottom:80px;
}

@media (max-width: 991.98px){
  body.cart #main{
    margin-top:120px;
    margin-bottom:60px;
  }
}

body.cart #main .cart-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:32px 0;
  border-bottom:2px solid rgba(0, 119, 184, 0.1);
  margin-bottom:40px;
}

@media (max-width: 991.98px){
  body.cart #main .cart-header{
    flex-direction:column;
    align-items:flex-start;
    padding:24px 0;
    margin-bottom:32px;
  }
}

body.cart #main .cart-header .cart-header-content{
  display:flex;
  align-items:center;
  gap:20px;
}

@media (max-width: 991.98px){
  body.cart #main .cart-header .cart-header-content{
    width:100%;
    margin-bottom:16px;
  }
}

body.cart #main .cart-header .cart-header-content .cart-icon{
  width:56px;
  height:56px;
  background:linear-gradient(135deg, #0077b8 0%, #005a8f 100%);
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

@media (max-width: 991.98px){
  body.cart #main .cart-header .cart-header-content .cart-icon{
    width:48px;
    height:48px;
  }
}

body.cart #main .cart-header .cart-header-content .cart-icon i{
  font-size:26px;
  color:#ffffff;
}

@media (max-width: 991.98px){
  body.cart #main .cart-header .cart-header-content .cart-icon i{
    font-size:22px;
  }
}

body.cart #main .cart-header .cart-header-content .cart-title-wrapper .cart-title{
  font-size:32px;
  font-weight:700;
  color:#000000;
  margin:0;
  line-height:1.2;
}

@media (max-width: 991.98px){
  body.cart #main .cart-header .cart-header-content .cart-title-wrapper .cart-title{
    font-size:26px;
  }
}

body.cart #main .cart-header .cart-header-content .cart-title-wrapper .cart-subtitle{
  font-size:16px;
  color:rgba(0, 0, 0, 0.6);
  margin:4px 0 0 0;
}

@media (max-width: 991.98px){
  body.cart #main .cart-header .cart-header-content .cart-title-wrapper .cart-subtitle{
    font-size:14px;
  }
}

body.cart #main .cart-header .cart-count{
  display:flex;
  align-items:center;
  gap:8px;
  background:rgba(0, 119, 184, 0.1);
  padding:12px 20px;
  border-radius:8px;
}

@media (max-width: 991.98px){
  body.cart #main .cart-header .cart-count{
    align-self:flex-start;
  }
}

body.cart #main .cart-header .cart-count .count-badge{
  font-size:18px;
  font-weight:700;
  color:#0077b8;
}

body.cart #main .cart-header .cart-count .count-text{
  font-size:14px;
  color:rgba(0, 0, 0, 0.7);
}

body.cart #main .cart-items-section .cart-items-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:24px;
}

@media (max-width: 991.98px){
  body.cart #main .cart-items-section .cart-items-header{
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
  }
}

body.cart #main .cart-items-section .cart-items-header .items-title{
  font-size:20px;
  font-weight:600;
  color:#000000;
  margin:0;
}

body.cart #main .cart-items-section .cart-items-header .btn-clear-cart{
  display:flex;
  align-items:center;
  gap:8px;
  background:transparent;
  border:1px solid rgba(0, 0, 0, 0.2);
  padding:10px 18px;
  border-radius:8px;
  font-size:14px;
  color:rgba(0, 0, 0, 0.7);
  transition:all 0.3s ease;
  cursor:pointer;
}

body.cart #main .cart-items-section .cart-items-header .btn-clear-cart i{
  font-size:14px;
}

body.cart #main .cart-items-section .cart-items-header .btn-clear-cart:hover{
  background:rgba(0, 0, 0, 0.05);
  border-color:rgba(0, 0, 0, 0.3);
  color:#000000;
}

body.cart #main .cart-items-section .cart-items-list{
  display:flex;
  flex-direction:column;
  gap:16px;
}

body.cart #main .cart-items-section .cart-item{
  display:flex;
  align-items:center;
  gap:20px;
  background:#ffffff;
  border:1px solid rgba(0, 0, 0, 0.1);
  border-radius:12px;
  padding:24px;
  transition:all 0.3s ease;
  box-shadow:0 2px 8px rgba(0, 0, 0, 0.04);
}

@media (max-width: 991.98px){
  body.cart #main .cart-items-section .cart-item{
    flex-direction:column;
    align-items:flex-start;
    padding:20px;
    gap:16px;
  }
}

body.cart #main .cart-items-section .cart-item:hover{
  box-shadow:0 4px 16px rgba(0, 0, 0, 0.08);
  border-color:rgba(0, 119, 184, 0.3);
}

body.cart #main .cart-items-section .cart-item .cart-item-icon{
  width:48px;
  height:48px;
  background:rgba(0, 119, 184, 0.1);
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

@media (max-width: 991.98px){
  body.cart #main .cart-items-section .cart-item .cart-item-icon{
    width:40px;
    height:40px;
  }
}

body.cart #main .cart-items-section .cart-item .cart-item-icon i{
  font-size:22px;
  color:#0077b8;
}

@media (max-width: 991.98px){
  body.cart #main .cart-items-section .cart-item .cart-item-icon i{
    font-size:18px;
  }
}

body.cart #main .cart-items-section .cart-item .cart-item-details{
  flex:1;
  display:flex;
  flex-direction:column;
  gap:12px;
}

@media (max-width: 991.98px){
  body.cart #main .cart-items-section .cart-item .cart-item-details{
    width:100%;
  }
}

body.cart #main .cart-items-section .cart-item .cart-item-details .cart-item-plate,
body.cart #main .cart-items-section .cart-item .cart-item-details .cart-item-vehicle{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:15px;
}

body.cart #main .cart-items-section .cart-item .cart-item-details .cart-item-plate i,
body.cart #main .cart-items-section .cart-item .cart-item-details .cart-item-vehicle i{
  font-size:14px;
  color:rgba(0, 0, 0, 0.5);
  width:16px;
  text-align:center;
}

body.cart #main .cart-items-section .cart-item .cart-item-details .cart-item-plate .label,
body.cart #main .cart-items-section .cart-item .cart-item-details .cart-item-vehicle .label{
  color:rgba(0, 0, 0, 0.6);
  margin-right:4px;
}

body.cart #main .cart-items-section .cart-item .cart-item-details .cart-item-plate strong,
body.cart #main .cart-items-section .cart-item .cart-item-details .cart-item-vehicle strong{
  color:#0077b8;
  font-weight:600;
}

body.cart #main .cart-items-section .cart-item .cart-item-actions{
  flex-shrink:0;
}

@media (max-width: 991.98px){
  body.cart #main .cart-items-section .cart-item .cart-item-actions{
    width:100%;
  }
}

body.cart #main .cart-items-section .cart-item .cart-item-actions .btn-continue{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:#0077b8;
  color:#ffffff;
  padding:12px 24px;
  border-radius:8px;
  font-size:15px;
  font-weight:500;
  text-decoration:none;
  transition:all 0.3s ease;
}

@media (max-width: 991.98px){
  body.cart #main .cart-items-section .cart-item .cart-item-actions .btn-continue{
    width:100%;
    justify-content:center;
  }
}

body.cart #main .cart-items-section .cart-item .cart-item-actions .btn-continue i{
  font-size:14px;
  transition:transform 0.3s ease;
}

body.cart #main .cart-items-section .cart-item .cart-item-actions .btn-continue:hover{
  background:rgb(0, 102.5081521739, 158.5);
  text-decoration:none;
  color:#ffffff;
}

body.cart #main .cart-items-section .cart-item .cart-item-actions .btn-continue:hover i{
  transform:translateX(4px);
}

body.cart #main .cart-items-section .cart-empty{
  text-align:center;
  padding:80px 20px;
  background:#ffffff;
  border-radius:12px;
  border:1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px){
  body.cart #main .cart-items-section .cart-empty{
    padding:60px 20px;
  }
}

body.cart #main .cart-items-section .cart-empty .empty-icon{
  width:80px;
  height:80px;
  background:rgba(0, 0, 0, 0.05);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 24px;
}

body.cart #main .cart-items-section .cart-empty .empty-icon i{
  font-size:36px;
  color:rgba(0, 0, 0, 0.3);
}

body.cart #main .cart-items-section .cart-empty .empty-title{
  font-size:24px;
  font-weight:600;
  color:#000000;
  margin-bottom:12px;
}

@media (max-width: 991.98px){
  body.cart #main .cart-items-section .cart-empty .empty-title{
    font-size:20px;
  }
}

body.cart #main .cart-items-section .cart-empty .empty-text{
  font-size:16px;
  color:rgba(0, 0, 0, 0.6);
  margin-bottom:32px;
}

@media (max-width: 991.98px){
  body.cart #main .cart-items-section .cart-empty .empty-text{
    font-size:14px;
  }
}

body.cart #main .cart-items-section .cart-empty .btn-start-search{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:14px 32px;
  font-size:15px;
  font-weight:500;
}

body.cart #main .cart-items-section .cart-empty .btn-start-search i{
  font-size:14px;
}

body.cart #main a.payment,
body.cart #main button.payment{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:230px;
  max-width:230px;
  min-height:36px;
  max-height:36px;
  padding:0;
  float:right;
}

body.cart #main .bordered{
  position:relative;
  margin-top:70px;
  border-radius:10px;
  border:1px solid #ebebeb;
  padding:44px 0;
}

body.cart #main .bordered.summary ul{
  list-style-type:none;
  padding:0;
  margin:0;
}

body.cart #main .bordered.summary ul.instructions li{
  display:flex;
  align-items:center;
  padding:0;
}

body.cart #main .bordered.summary ul.instructions li:not(:first-child){
  margin-top:20px;
}

body.cart #main .bordered.summary ul.instructions li .icon{
  display:flex;
  min-width:31px;
  max-width:31px;
}

body.cart #main .bordered.summary ul.instructions li .icon img{
  width:100%;
}

body.cart #main .bordered.summary ul.instructions li .text{
  font-size:15px;
  line-height:25px;
  padding-left:30px;
}

body.cart #main .bordered.summary .box{
  margin-top:30px !important;
}

body.cart #main .bordered.provision{
  margin-bottom:100px;
}

body.cart #main .bordered.provision .labeling .alert{
  font-size:15px;
  color:#3294f0;
  font-weight:bolder;
  padding:0;
  border:none;
  margin-bottom:0;
  border-radius:0;
}

body.cart #main .bordered.provision .labeling .alert span{
  background-color:#ffffff;
  padding:0 8px;
}

body.cart #main .bordered.provision .box{
  margin-top:20px !important;
  background-color:#ffffff;
  border:1px solid #ebebeb;
}

body.cart #main .bordered .no-data{
  font-style:italic;
  font-size:12px;
}

body.cart #main .bordered .labeling{
  position:absolute;
  top:-20px;
  width:82%;
  left:0;
  right:0;
  margin:0 auto;
}

body.cart #main .bordered .labeling .label{
  font-size:12px;
  border-radius:40px;
  background-color:#f2f2f2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  min-width:100px;
  padding:0 27px;
}

body.cart #main .bordered .box{
  display:flex;
  align-items:center;
  background-color:#f8f8f8;
  border-radius:10px;
  padding:0 20px;
  min-height:68px;
  max-height:68px;
}

body.cart #main .bordered .box:not(:first-child){
  margin-top:15px;
}

body.cart #main .bordered .box .content-left{
  display:flex;
  align-items:center;
  cursor:pointer;
  flex-grow:1;
}

body.cart #main .bordered .box .content-left .numberplate{
  font-size:15px;
  line-height:20px;
}

body.cart #main .bordered .box .content-left .car{
  font-size:15px;
  line-height:20px;
}

body.cart #main .bordered .box .content-left .arrow{
  padding-left:20px;
  color:#324e6d;
}

body.cart #main .bordered .box .content-center{
  flex:1 0;
  max-width:50%;
  cursor:pointer;
}

body.cart #main .bordered .box .content-center .product{
  font-size:15px;
  line-height:20px;
}

body.cart #main .bordered .box .content-center .options{
  font-size:15px;
  line-height:20px;
}

body.cart #main .bordered .box .content-right{
  text-align:right;
}

body.cart #main .bordered .box .content-right .amount{
  font-size:20px;
  color:#3294f0;
  font-weight:bolder;
}

body.cart #main .bordered .box .content-right .ht{
  font-size:14px;
  color:#324e6d;
  font-weight:400;
}

body.cart #main .bordered .box .content-right .actions ul{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  list-style-type:none;
  padding:0;
  margin:0;
}

body.cart #main .bordered .box .content-right .actions ul li{
  line-height:0;
}

body.cart #main .bordered .box .content-right .actions ul li a,
body.cart #main .bordered .box .content-right .actions ul li button{
  font-size:12px;
  line-height:20px;
  color:#324e6d;
  text-decoration:underline;
}

body.cart #main .bordered .box .content-right .actions ul li a:hover,
body.cart #main .bordered .box .content-right .actions ul li a:focus,
body.cart #main .bordered .box .content-right .actions ul li a:active,
body.cart #main .bordered .box .content-right .actions ul li button:hover,
body.cart #main .bordered .box .content-right .actions ul li button:focus,
body.cart #main .bordered .box .content-right .actions ul li button:active{
  color:#324e6d;
  text-decoration:underline;
}

body.cart #main .bordered .box .content-right .actions ul li:not(:first-child){
  padding-left:15px;
}

body.cart #main .bordered .card{
  border:none;
  border-radius:0;
}

body.cart #main .bordered .card.card-body{
  padding:0;
}

body.cart #main .bordered .card ul{
  list-style-type:none;
  padding:0;
  margin:0;
}

body.cart #main .bordered .card ul li{
  padding:17px 0;
}

body.cart #main .bordered .card ul li:not(:first-child){
  border-top:1px solid #ebebeb;
}

body.cart #main .bordered .card ul li .content-left{
  text-align:left;
}

body.cart #main .bordered .card ul li .content-left .product{
  font-size:15px;
  line-height:20px;
}

body.cart #main .bordered .card ul li .content-left .options{
  font-size:15px;
  line-height:20px;
}

body.cart #main .bordered .card ul li .content-right{
  text-align:right;
}

body.cart #main .bordered .card ul li .content-right .amount{
  font-size:15px;
  color:#3294f0;
  font-weight:bolder;
}

body.cart #main .bordered .card ul li .content-right .actions ul{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  list-style-type:none;
  padding:0;
  margin:0;
}

body.cart #main .bordered .card ul li .content-right .actions ul li{
  line-height:0;
  padding:0;
}

body.cart #main .bordered .card ul li .content-right .actions ul li:not(:first-child){
  border-top:0;
}

body.cart #main .bordered .card ul li .content-right .actions ul li a,
body.cart #main .bordered .card ul li .content-right .actions ul li button{
  font-size:12px;
  line-height:20px;
  color:#324e6d;
  text-decoration:underline;
}

body.cart #main .bordered .card ul li .content-right .actions ul li a:hover,
body.cart #main .bordered .card ul li .content-right .actions ul li a:focus,
body.cart #main .bordered .card ul li .content-right .actions ul li a:active,
body.cart #main .bordered .card ul li .content-right .actions ul li button:hover,
body.cart #main .bordered .card ul li .content-right .actions ul li button:focus,
body.cart #main .bordered .card ul li .content-right .actions ul li button:active{
  color:#324e6d;
  text-decoration:underline;
}

body.cart #main .bordered .card ul li .content-right .actions ul li:not(:first-child){
  padding-left:15px;
}

body.cart #main .bordered .options.bordered{
  border:1px solid #ebebeb;
  border-radius:10px;
  margin-top:0;
  padding:18px 40px 30px 40px;
  margin-top:15px;
}

body.cart #main .bordered .options.bordered .headline .title{
  font-size:15px !important;
  line-height:20px !important;
  font-weight:normal !important;
  color:#324e6d !important;
  padding-left:0 !important;
  margin-bottom:20px;
}

body.cart #main .bordered .options.bordered .amount{
  text-align:center;
}

body.cart #main .bordered .options.bordered .amount .price{
  font-size:15px;
  color:#3294f0;
  font-weight:bolder;
}

body.cart #main .bordered .options.bordered .amount .details{
  font-size:12px;
}

body.cart #main .bordered .options.bordered .submit button{
  margin-top:10px;
  font-size:13px;
  min-height:35px;
}

body.cart #main .block{
  border:1px solid #ebebeb;
  border-radius:10px;
  background-color:#ffffff;
  padding:0 38px;
  display:flex;
  align-items:center;
}

body.cart #main .block.shadow{
  box-shadow:0 3px 30px rgba(0, 0, 0, 0.04) !important;
  border:none;
}

body.cart #main .block.total{
  padding:0;
  margin-top:25px;
  min-height:88px;
  justify-content:space-between;
}

body.cart #main .block.total .headline{
  display:flex;
  align-items:center;
}

body.cart #main .block.total .headline .icon img{
  width:30px;
}

body.cart #main .block.total .headline .title{
  padding-left:10px;
  font-size:23px;
  text-transform:uppercase;
  color:#324e6d;
  font-weight:400;
}

body.cart #main .block.total .amount,
body.cart #main .block.total .discount{
  display:inline-flex;
  align-items:center;
}

body.cart #main .block.total .amount .total_vat,
body.cart #main .block.total .discount .total_vat{
  font-size:20px;
  color:#3294f0;
  font-weight:bolder;
}

body.cart #main .block.total .amount .total_vat.line-through,
body.cart #main .block.total .discount .total_vat.line-through{
  font-size:13px;
  color:#324e6d;
  padding-right:10px;
  font-weight:normal;
}

body.cart #main .block.total .discount{
  display:none;
  margin-left:20px;
}

body.cart #main .block.total .discount .total_discount{
  font-size:12px;
  color:#2da251;
}

body.cart.payment #main a.invoice,
body.cart.payment #main button.invoice,
body.cart.confirmation #main a.invoice,
body.cart.confirmation #main button.invoice{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:230px;
  max-width:230px;
  min-height:36px;
  max-height:36px;
  padding:0;
  float:right;
}

body.cart.payment #main .bordered.payment,
body.cart.confirmation #main .bordered.payment{
  margin-top:50px;
}

body.cart.payment #main .bordered.payment section#stripe .content-left #card-element,
body.cart.confirmation #main .bordered.payment section#stripe .content-left #card-element{
  border:1px solid #cccccc;
  border-radius:5px;
  padding:14px 15px;
  font-size:15px;
}

body.cart.payment #main .bordered.payment section#stripe .content-left #card-errors,
body.cart.confirmation #main .bordered.payment section#stripe .content-left #card-errors{
  font-size:13px;
  line-height:18px;
  margin-top:4px;
}

body.cart.payment #main .bordered.payment section#stripe .content-right button[data-submit=discount],
body.cart.confirmation #main .bordered.payment section#stripe .content-right button[data-submit=discount]{
  position:absolute;
  right:6px;
  height:100%;
  bottom:6px;
  min-height:36px;
  max-height:36px;
  padding:0 20px;
}

body.cart.payment #main .bordered.payment section#stripe .content-right [data-status],
body.cart.confirmation #main .bordered.payment section#stripe .content-right [data-status]{
  position:absolute;
  margin-top:4px;
  font-size:13px;
  line-height:18px;
}

body.cart.payment #main .bordered.payment section#stripe .content-right [data-status=success],
body.cart.confirmation #main .bordered.payment section#stripe .content-right [data-status=success]{
  color:#2da251;
}

body.cart.payment #main .bordered.payment section#stripe .content-right [data-status=error],
body.cart.confirmation #main .bordered.payment section#stripe .content-right [data-status=error]{
  color:#dc3545;
}

body.cart.payment #main .bordered.payment section#paypal,
body.cart.payment #main .bordered.payment section#credits,
body.cart.confirmation #main .bordered.payment section#paypal,
body.cart.confirmation #main .bordered.payment section#credits{
  margin-top:30px;
  text-align:center;
}

body.cart.payment #main .bordered.payment section#paypal button.description,
body.cart.payment #main .bordered.payment section#credits button.description,
body.cart.confirmation #main .bordered.payment section#paypal button.description,
body.cart.confirmation #main .bordered.payment section#credits button.description{
  color:#324e6d;
}

body.cart.payment #main .bordered.payment section#paypal button.description:hover,
body.cart.payment #main .bordered.payment section#paypal button.description:focus,
body.cart.payment #main .bordered.payment section#paypal button.description:active,
body.cart.payment #main .bordered.payment section#credits button.description:hover,
body.cart.payment #main .bordered.payment section#credits button.description:focus,
body.cart.payment #main .bordered.payment section#credits button.description:active,
body.cart.confirmation #main .bordered.payment section#paypal button.description:hover,
body.cart.confirmation #main .bordered.payment section#paypal button.description:focus,
body.cart.confirmation #main .bordered.payment section#paypal button.description:active,
body.cart.confirmation #main .bordered.payment section#credits button.description:hover,
body.cart.confirmation #main .bordered.payment section#credits button.description:focus,
body.cart.confirmation #main .bordered.payment section#credits button.description:active{
  text-decoration:underline;
  color:#324e6d;
}

body.cart.payment #main .bordered.payment section#paypal .description,
body.cart.payment #main .bordered.payment section#credits .description,
body.cart.confirmation #main .bordered.payment section#paypal .description,
body.cart.confirmation #main .bordered.payment section#credits .description{
  font-size:15px;
  line-height:20px;
  margin-bottom:20px;
}

body.cart.payment #main .bordered.payment section#paypal .explain,
body.cart.payment #main .bordered.payment section#credits .explain,
body.cart.confirmation #main .bordered.payment section#paypal .explain,
body.cart.confirmation #main .bordered.payment section#credits .explain{
  font-size:12px;
  padding-top:20px;
}

body.cart.payment #main .back a,
body.cart.confirmation #main .back a{
  font-size:15px;
  color:#324e6d;
  line-height:20px;
  text-decoration:underline;
}

body.cart.payment #main .back a:hover,
body.cart.payment #main .back a:focus,
body.cart.payment #main .back a:active,
body.cart.confirmation #main .back a:hover,
body.cart.confirmation #main .back a:focus,
body.cart.confirmation #main .back a:active{
  color:#324e6d;
  text-decoration:underline;
}

body.cart #footer{
  display:none;
}

body.cart #copyright{
  margin-top:80px;
  background-color:#ffffff;
  box-shadow:0 -24px 46px rgba(0, 0, 0, 0.04);
}

body.cart #copyright .content-left ul li a{
  color:#324e6d;
}

body.cart #copyright .content-left ul li a:hover,
body.cart #copyright .content-left ul li a:focus,
body.cart #copyright .content-left ul li a:active{
  color:#324e6d;
}

body.cart #copyright .content-right ul li a{
  color:#cccccc;
}

body.cart #copyright .content-right ul li a:hover,
body.cart #copyright .content-right ul li a:focus,
body.cart #copyright .content-right ul li a:active{
  color:#cccccc;
}

body.selection section.home{
  margin-top:110px;
}

body.selection section.home .headline .labeling .label{
  font-size:12px;
  border-radius:40px;
  background-color:#F2F2F2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  min-width:100px;
  padding:0 27px;
}

body.selection section.home .headline .title{
  font-size:18px;
  margin-top:28px;
}

body.selection section.offers{
  margin-top:44px;
}

body.selection section.offers #standard .block,
body.selection section.offers #complete .block{
  border:1px solid #EBEBEB;
  border-radius:10px;
  background-color:#ffffff;
  padding:38px;
  display:flex;
  align-items:flex-start;
}

body.selection section.offers #standard .block.shadow,
body.selection section.offers #complete .block.shadow{
  box-shadow:0 3px 30px rgba(0, 0, 0, 0.7);
  border:none;
}

body.selection section.offers #standard .block.shadow-left,
body.selection section.offers #complete .block.shadow-left{
  background-color:#3294F0;
  box-shadow:0 3px 30px rgba(0, 0, 0, 0.7);
  color:#ffffff;
  border:none;
}

body.selection section.offers #standard .content-left .amount .title,
body.selection section.offers #standard .content-right .amount .title,
body.selection section.offers #complete .content-left .amount .title,
body.selection section.offers #complete .content-right .amount .title{
  font-size:15px;
}

body.selection section.offers #standard .content-left .amount .price,
body.selection section.offers #standard .content-right .amount .price,
body.selection section.offers #complete .content-left .amount .price,
body.selection section.offers #complete .content-right .amount .price{
  font-size:23px;
  font-weight:bolder;
}

body.selection section.offers #standard .content-left .headline .title,
body.selection section.offers #complete .content-left .headline .title{
  font-size:23px;
  line-height:37px;
}

body.selection section.offers #standard .content-left .details,
body.selection section.offers #complete .content-left .details{
  margin-top:30px;
}

body.selection section.offers #standard .content-left .details ul,
body.selection section.offers #complete .content-left .details ul{
  list-style-type:none;
  padding:0;
  margin:0;
}

body.selection section.offers #standard .content-left .details ul.options,
body.selection section.offers #complete .content-left .details ul.options{
  margin-top:30px !important;
}

body.selection section.offers #standard .content-left .details ul li,
body.selection section.offers #complete .content-left .details ul li{
  font-size:15px;
  line-height:25px;
}

body.selection section.offers #standard .content-left .details ul li img,
body.selection section.offers #complete .content-left .details ul li img{
  width:17px;
  margin-right:2px;
  margin-top:-2px;
}

body.selection section.offers #standard .content-left .more,
body.selection section.offers #complete .content-left .more{
  margin-top:20px;
  font-size:11px;
  line-height:14px;
}

body.selection section.offers #standard .block{
  min-height:436px;
}

body.selection section.offers #standard .content-left .block .headline .title,
body.selection section.offers #standard .content-right .block .headline .title{
  font-size:23px;
  line-height:37px;
}

body.selection section.offers #standard .content-left .block .headline .title{
  line-height:initial;
}

body.selection section.offers #standard .content-left .block .headline .start{
  font-size:15px;
}

body.selection section.offers #standard .content-left .block .amount{
  margin-top:25px;
}

body.selection section.offers #standard .content-left .block .redirection{
  margin-top:10px;
}

body.selection section.offers #standard .content-left .block .redirection .consult{
  border-color:#ffffff;
  color:#ffffff;
}

body.selection section.offers #standard .content-left .block .redirection .achat{
  padding-left:inherit;
  text-decoration:underline;
}

body.selection section.offers #standard .content-left .more{
  margin-top:20px;
}

body.selection section.offers #standard .content-right .block .options{
  margin-top:50px;
}

body.selection section.offers #standard .content-right .block .options ul{
  list-style-type:none;
  padding:0;
  margin:0;
}

body.selection section.offers #standard .content-right .block .options ul li{
  margin-bottom:40px;
}

body.selection section.offers #standard .content-right .block .options ul li .content-left{
  text-align:left;
  flex:1 0 80%;
}

body.selection section.offers #standard .content-right .block .options ul li .content-left .title{
  font-size:15px;
}

body.selection section.offers #standard .content-right .block .options ul li .content-left .description{
  font-size:15px;
  margin-top:10px;
}

body.selection section.offers #standard .content-right .block .options ul li .content-right{
  text-align:right;
  flex:1 0 auto;
}

body.selection section.offers #standard .content-right .block .options ul li .content-right .amount{
  font-size:15px;
  font-weight:bolder;
}

body.selection section.offers #complete .block{
  min-height:401px;
}

body.selection section.offers #complete .content-left .block{
  background-color:#3294F0;
  color:white;
}

body.selection section.offers #complete .content-left .block .more{
  margin-top:30px;
}

body.selection section.offers #complete .content-right .icon img{
  width:30px;
}

body.selection section.offers #complete .content-right .headline .title{
  margin-top:40px;
  font-size:15px;
  line-height:22px;
}

body.selection section.offers #complete .content-right .amount{
  margin-top:42px;
}

body.selection section.offers #complete .content-right .amount .price{
  color:#3294F0;
}

body.selection section.offers #complete .content-right .redirection{
  margin-top:26px;
}

body.selection section.offers #complete .content-right .redirection .btn{
  min-width:194px;
  max-width:194px;
}

body.selection.confirmation #main{
  min-height:100vh;
  align-items:center;
  justify-content:center;
  display:flex;
}

body.selection.confirmation #main .block{
  position:relative;
  border:1px solid #EBEBEB;
  border-radius:10px;
  background-color:#ffffff;
  min-height:150px;
}

body.selection.confirmation #main .block .labeling{
  position:absolute;
  top:-20px;
  width:100%;
  left:0;
  right:0;
  text-align:center;
}

body.selection.confirmation #main .block .labeling .label{
  font-size:12px;
  border-radius:40px;
  background-color:#F2F2F2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  min-width:100px;
  padding:0 27px;
}

body.selection.confirmation #main .block .block-content{
  padding:56px 0 60px 0;
}

body.selection.confirmation #main .block .amount{
  position:absolute;
  bottom:-55px;
  width:100%;
  left:0;
  right:0;
  text-align:center;
}

body.selection.confirmation #main .block .amount .label{
  border-radius:10px;
  background-color:#ffffff;
  border:1px solid #EBEBEB;
  box-shadow:0 3px 30px rgba(0, 0, 0, 0.04);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:230px;
  padding:15px 0 18px 0;
}

body.selection.confirmation #main .block .amount .label .title{
  font-size:15px;
}

body.selection.confirmation #main .block .amount .label .total{
  font-size:23px;
  color:#3294F0;
  font-weight:bolder;
}

body.selection.confirmation #main .back{
  position:absolute;
  margin-top:82px;
  text-align:center;
  left:0;
  right:0;
}

body.selection.confirmation #main .back a{
  font-size:15px;
  color:#324E6D;
  text-decoration:underline;
}

body.selection.confirmation #main .back a:hover,
body.selection.confirmation #main .back a:focus,
body.selection.confirmation #main .back a:active{
  color:#324E6D;
  text-decoration:underline;
}

body.selection.confirmation::after{
  height:360px;
}

body.selection #footer,
body.selection #copyright{
  display:none;
}

body.auth #main .bordered{
  position:relative;
  border:1px solid #EBEBEB;
  background-color:#ffffff;
  border-radius:10px;
  padding:30px 0 48px 0;
}

body.auth #main .bordered .headline .icon img{
  width:30px;
  position:absolute;
  top:-20px;
  left:0;
  right:0;
  margin:0 auto;
  background-color:#ffffff;
}

body.auth #main .bordered .headline .title{
  font-size:31px;
  color:#3294F0;
  font-weight:bolder;
}

body.auth #main .bordered .headline .description{
  font-size:15px;
  margin-top:6px;
}

body.auth #main .bordered .headline .description a{
  color:#3294F0;
  text-decoration:underline;
}

body.auth #main .bordered .headline .description a:hover,
body.auth #main .bordered .headline .description a:focus,
body.auth #main .bordered .headline .description a:active{
  color:#3294F0;
  text-decoration:underline;
}

body.auth #main .bordered .forget{
  margin-top:15px;
  font-size:13px;
}

body.auth #main .bordered .forget a{
  color:#324E6D;
  text-decoration:underline;
}

body.auth #main .bordered .forget a:hover,
body.auth #main .bordered .forget a:focus,
body.auth #main .bordered .forget a:active{
  color:#324E6D;
  text-decoration:underline;
}

body.auth #main .bordered.shadow{
  box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border:none;
}

body.auth.login #main,
body.auth.register #main{
  margin-top:165px;
}

body.auth.register #main .optins{
  margin-top:14px;
  text-align:left;
}

body.auth.register #main .optins input{
  height:auto;
}

body.auth.register #main .optins .form-group{
  display:flex;
  align-items:flex-start;
}

body.auth.register #main .optins .form-group > div{
  font-size:14px;
  line-height:20px;
  color:#324E6D;
  padding-left:30px;
}

body.auth.register.api #main{
  margin-bottom:60px;
}

body.auth.register.api #main .content-right .headline .title{
  font-size:24px;
  color:#3294F0;
  font-weight:bolder;
}

body.auth.register.api #main .content-right .details{
  margin-top:30px;
}

body.auth.register.api #main .content-right .details ul{
  list-style-type:none;
  padding:0;
  margin:10px 0 0;
}

body.auth.register.api #main .content-right .details ul li{
  font-size:15px;
  line-height:25px;
}

body.auth.register.api #main .content-right .details ul li img{
  width:15px;
  margin-right:2px;
  margin-top:-2px;
}

body.auth::after{
  content:"";
  background:linear-gradient(#ffffff, rgba(0, 0, 0, 0.05));
  width:100%;
  position:absolute;
  top:0;
  z-index:-1;
}

body.account.dashboard #main{
  margin-top:160px;
}

@media (max-width: 991.98px){
  body.account.dashboard #main{
    margin-top:100px;
  }
}

body.account.dashboard #main .pack-inner{
  padding:24px;
  margin:24px 0;
  text-align:center;
  background:#f8f8f8;
  border-radius:8px;
  box-shadow:0 0 2px 2px #f8f8f8;
}

body.account.dashboard #main .headline{
  display:flex;
  align-items:center;
}

body.account.dashboard #main .headline .icon img{
  width:30px;
}

@media (max-width: 991.98px){
  body.account.dashboard #main .headline .icon img{
    width:23px;
  }
}

body.account.dashboard #main .headline .title{
  font-size:31px;
  line-height:45px;
  font-weight:bolder;
  color:#3294F0;
  padding-left:10px;
}

@media (max-width: 991.98px){
  body.account.dashboard #main .headline .title{
    font-size:24px;
  }
}

body.account.dashboard #main .description{
  margin-top:10px;
  font-size:23px;
  line-height:37px;
}

@media (max-width: 991.98px){
  body.account.dashboard #main .description{
    margin-top:0;
    font-size:16px;
    line-height:30px;
  }
}

body.account.dashboard #main .content-left{
  margin-top:48px;
}

@media (min-width: 992px){
  body.account.dashboard #main .content-left{
    position:sticky;
    top:100px;
  }
}

@media (max-width: 991.98px){
  body.account.dashboard #main .content-left{
    margin-top:20px;
  }
}

body.account.dashboard #main .content-left ul.menu{
  list-style-type:none;
  padding:0;
  margin:0;
}

@media (max-width: 991.98px){
  body.account.dashboard #main .content-left ul.menu{
    display:flex;
    overflow:scroll;
  }
}

@media (min-width: 768px){
  body.account.dashboard #main .content-left ul.menu li:not(:first-child){
    margin-top:20px;
  }
}

body.account.dashboard #main .content-left ul.menu li a{
  display:flex;
  align-items:flex-end;
  color:#324E6D;
  text-decoration:none;
}

body.account.dashboard #main .content-left ul.menu li a .icon{
  line-height:18px;
}

body.account.dashboard #main .content-left ul.menu li a .icon img{
  width:16px;
}

body.account.dashboard #main .content-left ul.menu li a .text{
  font-size:15px;
  padding-left:10px;
}

body.account.dashboard #main .content-left ul.menu li a:hover,
body.account.dashboard #main .content-left ul.menu li a:focus,
body.account.dashboard #main .content-left ul.menu li a:active{
  color:#324E6D;
}

body.account.dashboard #main .content-left ul.menu li a:hover .text,
body.account.dashboard #main .content-left ul.menu li a:focus .text,
body.account.dashboard #main .content-left ul.menu li a:active .text{
  text-decoration:none;
}

body.account.dashboard #main .content-left ul.menu li.active a{
  color:#3294F0;
}

body.account.dashboard #main .content-left ul.menu li.active a .text{
  text-decoration:underline;
}

body.account.dashboard #main .content-right{
  margin-top:48px;
  padding-bottom:80px;
}

@media (max-width: 991.98px){
  body.account.dashboard #main .content-right{
    margin-top:60px;
  }
}

body.account.dashboard #main .content-right section .bordered{
  position:relative;
  border-radius:10px;
  border:1px solid #EBEBEB;
  padding:44px 0;
  transition:all ease-out 0.2s;
}

@media (max-width: 991.98px){
  body.account.dashboard #main .content-right section .bordered{
    padding:44px 0 35px;
    margin-bottom:40px;
  }
}

body.account.dashboard #main .content-right section .bordered .no-data{
  font-style:italic;
  font-size:12px;
}

body.account.dashboard #main .content-right section .bordered .labeling{
  position:absolute;
  top:-20px;
  width:82%;
  left:0;
  right:0;
  margin:0 auto;
}

@media (max-width: 991.98px){
  body.account.dashboard #main .content-right section .bordered .labeling{
    top:-16px;
  }
}

body.account.dashboard #main .content-right section .bordered .labeling .label{
  font-size:12px;
  border-radius:40px;
  background-color:#F2F2F2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  min-width:100px;
  padding:0 27px;
}

@media (max-width: 991.98px){
  body.account.dashboard #main .content-right section .bordered .labeling .label{
    padding:0 20px;
    min-height:31px;
  }
}

body.account.dashboard #main .content-right section .bordered .labeling .count{
  font-size:15px;
  color:#324E6D;
}

@media (max-width: 991.98px){
  body.account.dashboard #main .content-right section .bordered .labeling .count{
    font-size:12px;
  }
}

body.account.dashboard #main .content-right section .bordered .labeling .count span{
  background-color:#ffffff;
  padding:0 8px;
}

body.account.dashboard #main .content-right section[tab-menu=invoices] .box{
  background-color:#F8F8F8;
  border:none;
  border-radius:10px;
  padding:0 20px;
  height:95px;
  font-size:15px;
  line-height:20px;
}

@media (max-width: 991.98px){
  body.account.dashboard #main .content-right section[tab-menu=invoices] .box{
    display:block;
    height:auto;
  }
}

body.account.dashboard #main .content-right section[tab-menu=invoices] .box:not(:first-child){
  margin-top:10px;
}

body.account.dashboard #main .content-right section[tab-menu=invoices] .box [data-report=amount] .discount{
  font-size:12px;
  color:#2DA251;
}

body.account.dashboard #main .content-right section[tab-menu=reports] [data-reports=paid] table.table thead tr th,
body.account.dashboard #main .content-right section[tab-menu=reports] [data-reports=expired] table.table thead tr th{
  border:none;
}

body.account.dashboard #main .content-right section[tab-menu=reports] [data-reports=paid] table.table thead tr th:first-child,
body.account.dashboard #main .content-right section[tab-menu=reports] [data-reports=expired] table.table thead tr th:first-child{
  padding-left:0;
}

body.account.dashboard #main .content-right section[tab-menu=reports] [data-reports=paid] table.table thead tr th:last-child,
body.account.dashboard #main .content-right section[tab-menu=reports] [data-reports=expired] table.table thead tr th:last-child{
  padding-right:0;
}

body.account.dashboard #main .content-right section[tab-menu=reports] [data-reports=paid] table.table tbody tr td:first-child,
body.account.dashboard #main .content-right section[tab-menu=reports] [data-reports=expired] table.table tbody tr td:first-child{
  padding-left:0;
}

body.account.dashboard #main .content-right section[tab-menu=reports] [data-reports=paid] table.table tbody tr td:last-child,
body.account.dashboard #main .content-right section[tab-menu=reports] [data-reports=expired] table.table tbody tr td:last-child{
  padding-right:0;
}

body.account.dashboard #main .content-right section[tab-menu=reports] [data-reports=paid] table.table tbody tr:last-child td,
body.account.dashboard #main .content-right section[tab-menu=reports] [data-reports=expired] table.table tbody tr:last-child td{
  border-bottom:1px solid #EBEBEB;
}

body.account.dashboard #main .content-right section[tab-menu=reports] [data-reports=expired]{
  margin-top:60px;
}

body.account.dashboard #main .content-right section[tab-menu=reports] .card-columns{
  background-color:transparent;
}

@media (min-width: 768px){
  body.account.dashboard #main .content-right section[tab-menu=reports] .card-columns{
    -moz-column-count:2;
         column-count:2;
  }
}

body.account.dashboard #main .content-right section[tab-menu=reports] .card-columns .card{
  background-color:#F8F8F8;
  border-radius:10px;
  border:none;
}

body.account.dashboard #main .content-right section[tab-menu=reports] .card-columns .card .content-padding{
  padding:26px 20px;
}

body.account.dashboard #main .content-right section[tab-menu=reports] .card-columns .card .report_report{
  text-align:center;
  margin-bottom:20px;
}

body.account.dashboard #main .content-right section[tab-menu=reports] .card-columns .card .report_report .numberplate{
  color:#3294F0;
  font-weight:600;
}

body.account.dashboard #main .content-right section[tab-menu=reports] .card-columns .card .report_availability,
body.account.dashboard #main .content-right section[tab-menu=reports] .card-columns .card .report_paid_at,
body.account.dashboard #main .content-right section[tab-menu=reports] .card-columns .card .report_provision{
  display:flex;
  align-items:center;
}

body.account.dashboard #main .content-right section[tab-menu=reports] .card-columns .card .report_availability .count,
body.account.dashboard #main .content-right section[tab-menu=reports] .card-columns .card .report_availability .link,
body.account.dashboard #main .content-right section[tab-menu=reports] .card-columns .card .report_paid_at .count,
body.account.dashboard #main .content-right section[tab-menu=reports] .card-columns .card .report_paid_at .link,
body.account.dashboard #main .content-right section[tab-menu=reports] .card-columns .card .report_provision .count,
body.account.dashboard #main .content-right section[tab-menu=reports] .card-columns .card .report_provision .link{
  padding-left:4px;
}

body.account.dashboard #main .content-right section[tab-menu=reports] .card-columns .card .report_show{
  margin-top:20px;
  text-align:center;
}

body.account.dashboard #main .content-right section[tab-menu=reports] .card-columns .card .verified{
  margin-top:15px;
  text-align:center;
}

body.account.dashboard #main .content-right section[tab-menu=reports] .card-columns .card .verified .report_provision{
  justify-content:center;
}

body.account #footer,
body.account #copyright{
  display:none;
}

body.account.provision #main section.home{
  margin-top:110px;
}

body.account.provision #main section.home .headline .labeling .label{
  font-size:12px;
  border-radius:40px;
  background-color:#F2F2F2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  min-width:100px;
  padding:0 27px;
}

body.account.provision #main section.home .headline .title{
  font-size:31px;
  color:#3294F0;
  font-weight:bolder;
  margin-top:20px;
}

body.account.provision #main section.home .headline .subtitle{
  font-size:16px;
}

body.account.provision #main section.structure{
  margin-top:35px;
  padding-bottom:100px;
}

body.account.provision #main section.structure .content-right .block.shadow .headline .title{
  font-size:24px;
  color:#3294F0;
  font-weight:bolder;
}

body.account.provision #main section.structure .content-right .block.shadow table.table tbody tr td:first-child{
  padding-left:32px;
}

body.account.provision #main section.structure .content-right .block.shadow table.table tbody tr td:last-child{
  padding-right:35px;
}

body.account.provision #main section.structure .block{
  position:relative;
  border:1px solid #EBEBEB;
  border-radius:10px;
  background-color:#ffffff;
  min-height:150px;
}

body.account.provision #main section.structure .block .content-padding{
  padding:56px 0 30px 0;
}

body.account.provision #main section.structure .block .labeling{
  position:absolute;
  top:-20px;
  width:100%;
  left:0;
  right:0;
  text-align:center;
}

body.account.provision #main section.structure .block .labeling .label{
  font-size:12px;
  border-radius:40px;
  background-color:#F2F2F2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  min-width:100px;
  padding:0 27px;
}

body.account.provision #main section.structure .block .title{
  font-size:15px;
}

body.account.provision #main section.structure .block.controls{
  padding-top:55px;
  padding-bottom:30px;
}

body.account.provision #main section.structure .block.controls [data-controls=append] button.remove{
  color:#3294F0;
  text-decoration:underline;
}

body.account.provision #main section.structure .block.controls [data-controls=append] button.remove:hover,
body.account.provision #main section.structure .block.controls [data-controls=append] button.remove:focus,
body.account.provision #main section.structure .block.controls [data-controls=append] button.remove:active{
  color:#3294F0;
  text-decoration:underline;
}

body.account.provision #main section.structure .block.controls [data-controls=create]{
  margin-top:20px;
  text-align:center;
}

body.account.provision #main section.structure .block.controls [data-controls=create] button{
  font-size:15px;
  color:#324E6D;
  font-weight:500;
  text-decoration:underline;
}

body.account.provision #main section.structure .block.controls [data-controls=create] button:hover,
body.account.provision #main section.structure .block.controls [data-controls=create] button:focus,
body.account.provision #main section.structure .block.controls [data-controls=create] button:active{
  color:#324E6D;
  text-decoration:underline;
}

body.account.provision #main section.structure .block.controls [data-controls=submit]{
  margin-top:30px;
}

body.account.provision #main section.structure .back{
  margin-top:38px;
}

body.account.provision #main section.structure .back a{
  font-size:15px;
  color:#324E6D;
  text-decoration:underline;
}

body.account.provision #main section.structure .back a:hover,
body.account.provision #main section.structure .back a:focus,
body.account.provision #main section.structure .back a:active{
  color:#324E6D;
  text-decoration:underline;
}

body.account.provision.confirmation #main section.structure{
  height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:0;
}

body.account.provision::after{
  content:"";
  background-color:#ffffff;
  box-shadow:0 -24px 46px rgba(0, 0, 0, 0.04);
  height:365px;
  width:100%;
  position:absolute;
  bottom:0;
  z-index:-1;
}

body.account.provision #footer,
body.account.provision #copyright{
  display:none;
}

body.account.verification.vin #main section.home{
  margin-top:110px;
}

body.account.verification.vin #main section.home .headline .labeling .label{
  font-size:12px;
  border-radius:40px;
  background-color:#F2F2F2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  min-width:100px;
  padding:0 27px;
}

body.account.verification.vin #main section.home .headline .title{
  font-size:31px;
  color:#3294F0;
  font-weight:bolder;
  margin-top:20px;
}

body.account.verification.vin #main section.home .headline .subtitle{
  font-size:16px;
}

body.account.verification.vin #main section.structure{
  margin-top:60px;
  padding-bottom:100px;
}

body.account.verification.vin #main section.structure .block{
  position:relative;
  border:1px solid #EBEBEB;
  border-radius:10px;
  background-color:#ffffff;
  min-height:150px;
  padding:56px 0 30px 0;
}

body.account.verification.vin #main section.structure .block .labeling{
  position:absolute;
  top:-20px;
  width:100%;
  left:0;
  right:0;
  text-align:center;
}

body.account.verification.vin #main section.structure .block .labeling .label{
  font-size:12px;
  border-radius:40px;
  background-color:#F2F2F2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  min-width:100px;
  padding:0 27px;
}

body.account.verification.vin #main section.structure .block .title{
  font-size:15px;
}

body.account.verification.vin #main section.structure .block.controls{
  padding-top:55px;
  padding-bottom:30px;
}

body.account.verification.vin #main section.structure .block.controls [data-controls=append] button.remove{
  color:#3294F0;
  text-decoration:underline;
}

body.account.verification.vin #main section.structure .block.controls [data-controls=append] button.remove:hover,
body.account.verification.vin #main section.structure .block.controls [data-controls=append] button.remove:focus,
body.account.verification.vin #main section.structure .block.controls [data-controls=append] button.remove:active{
  color:#3294F0;
  text-decoration:underline;
}

body.account.verification.vin #main section.structure .block.controls [data-controls=create]{
  margin-top:20px;
  text-align:center;
}

body.account.verification.vin #main section.structure .block.controls [data-controls=create] button{
  font-size:15px;
  color:#324E6D;
  font-weight:500;
  text-decoration:underline;
}

body.account.verification.vin #main section.structure .block.controls [data-controls=create] button:hover,
body.account.verification.vin #main section.structure .block.controls [data-controls=create] button:focus,
body.account.verification.vin #main section.structure .block.controls [data-controls=create] button:active{
  color:#324E6D;
  text-decoration:underline;
}

body.account.verification.vin #main section.structure .block.controls [data-controls=submit]{
  margin-top:30px;
}

body.account.verification.vin #main section.structure .back{
  margin-top:38px;
}

body.account.verification.vin #main section.structure .back a{
  font-size:15px;
  color:#324E6D;
  text-decoration:underline;
}

body.account.verification.vin #main section.structure .back a:hover,
body.account.verification.vin #main section.structure .back a:focus,
body.account.verification.vin #main section.structure .back a:active{
  color:#324E6D;
  text-decoration:underline;
}

body.account.verification.confirmation #main{
  min-height:100vh;
  align-items:center;
  justify-content:center;
  display:flex;
}

body.account.verification.confirmation #main .block{
  position:relative;
  border:1px solid #EBEBEB;
  border-radius:10px;
  background-color:#ffffff;
  min-height:150px;
}

body.account.verification.confirmation #main .block .labeling{
  position:absolute;
  top:-20px;
  width:100%;
  left:0;
  right:0;
  text-align:center;
}

body.account.verification.confirmation #main .block .labeling .label{
  font-size:12px;
  border-radius:40px;
  background-color:#F2F2F2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  min-width:100px;
  padding:0 27px;
}

body.account.verification.confirmation #main .block .block-content{
  padding:56px 0 60px 0;
}

body.account.verification.confirmation #main .back{
  margin-top:38px;
}

body.account.verification.confirmation #main .back a{
  font-size:15px;
  color:#324E6D;
  text-decoration:underline;
}

body.account.verification.confirmation #main .back a:hover,
body.account.verification.confirmation #main .back a:focus,
body.account.verification.confirmation #main .back a:active{
  color:#324E6D;
  text-decoration:underline;
}

body.account.verification.confirmation::after{
  height:420px;
}

body.account.verification::after{
  content:"";
  background-color:#ffffff;
  box-shadow:0 -24px 46px rgba(0, 0, 0, 0.04);
  height:365px;
  width:100%;
  position:absolute;
  bottom:0;
  z-index:-1;
}

body.account.verification #footer,
body.account.verification #copyright{
  display:none;
}

body.account.unpledge #main section.home{
  margin-top:110px;
}

body.account.unpledge #main section.home .headline .labeling .label{
  font-size:12px;
  border-radius:40px;
  background-color:#F2F2F2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  min-width:100px;
  padding:0 27px;
}

body.account.unpledge #main section.home .headline .title{
  font-size:31px;
  color:#3294F0;
  font-weight:bolder;
  margin-top:20px;
}

body.account.unpledge #main section.home .headline .subtitle{
  font-size:16px;
  margin-top:20px;
}

body.account.unpledge #main section.structure{
  margin-top:60px;
  padding-bottom:100px;
}

body.account.unpledge #main section.structure .block{
  position:relative;
  border:1px solid #EBEBEB;
  border-radius:10px;
  background-color:#ffffff;
  min-height:150px;
  padding:56px 0 30px 0;
}

body.account.unpledge #main section.structure .block .labeling{
  position:absolute;
  top:-20px;
  width:100%;
  left:0;
  right:0;
  text-align:center;
}

body.account.unpledge #main section.structure .block .labeling .label{
  font-size:12px;
  border-radius:40px;
  background-color:#F2F2F2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  min-width:100px;
  padding:0 27px;
}

body.account.unpledge #main section.structure .block .title{
  font-size:15px;
}

body.account.unpledge #main section.structure .back{
  margin-top:38px;
}

body.account.unpledge #main section.structure .back a{
  font-size:15px;
  color:#324E6D;
  text-decoration:underline;
}

body.account.unpledge #main section.structure .back a:hover,
body.account.unpledge #main section.structure .back a:focus,
body.account.unpledge #main section.structure .back a:active{
  color:#324E6D;
  text-decoration:underline;
}

body.account.unpledge::after{
  content:"";
  background-color:#ffffff;
  box-shadow:0 -24px 46px rgba(0, 0, 0, 0.04);
  height:365px;
  width:100%;
  position:absolute;
  bottom:0;
  z-index:-1;
}

body.account.unpledge #footer,
body.account.unpledge #copyright{
  display:none;
}

body.api.iframe #main{
  display:flex;
  align-items:center;
  box-shadow:0 3px 20px rgba(0, 0, 0, 0.04);
  padding-top:30px;
  padding-bottom:40px;
}

body.api.iframe #main img{
  width:150px;
}

body.api.iframe #navbar,
body.api.iframe #footer,
body.api.iframe #copyright{
  display:none;
}

body.api.reports #main section#content .banner-top{
  min-height:150px;
  max-height:150px;
  display:flex;
  justify-content:center;
  align-items:center;
  box-shadow:0 3px 20px rgba(0, 0, 0, 0.04);
}

body.api.reports #main section#content .banner-top img{
  width:80px;
}

body.api.reports #main section#content table{
  margin-top:30px;
  box-shadow:0 3px 20px rgba(0, 0, 0, 0.04);
  border-radius:10px;
}

body.api.reports #main section#content table thead{
  color:#324E6D;
  font-size:18px;
  vertical-align:middle !important;
}

body.api.reports #main section#content table thead th{
  text-align:center;
  vertical-align:middle !important;
}

body.api.reports #main section#content table thead tr th:first-child{
  border-top-left-radius:10px;
}

body.api.reports #main section#content table thead tr th:last-child{
  border-top-right-radius:10px;
}

body.api.reports #main section#content table thead tr th{
  border:none;
  font-weight:500;
  vertical-align:middle !important;
}

body.api.reports #main section#content table tbody{
  font-size:14px;
}

body.api.reports #main section#content table tbody tr:first-child{
  background-color:#F2F2F2;
}

body.api.reports #main section#content table tbody tr th{
  border:none;
  color:#3294F0;
  font-weight:700;
}

body.api.reports #main section#content table tbody tr td{
  border:none;
  font-weight:400;
}

body.api.reports #navbar,
body.api.reports #footer,
body.api.reports #copyright{
  display:none;
}

body.blog #main section.heading{
  background-color:rgba(242, 242, 242, 0.5);
  padding:120px 0 60px 0;
  margin-bottom:60px;
}

body.blog #main section.heading .headline .title{
  font-size:36px;
  line-height:44px;
  font-weight:bolder;
}

body.blog #main section.heading .headline .description{
  margin-top:15px;
  font-size:16px;
  line-height:24px;
}

body.blog #footer{
  margin-top:0;
}

body.blog.index #main section.posts .headline,
body.blog.index #main section.categories .headline{
  font-size:22px;
  font-weight:bolder;
  margin-bottom:20px;
}

body.blog.index #main section.posts .module-post .border-img,
body.blog.index #main section.categories .module-post .border-img{
  border-radius:8px;
}

body.blog.index #main section.posts .module-post .square-img,
body.blog.index #main section.categories .module-post .square-img{
  position:relative;
  width:100%;
  height:135px;
  min-width:100%;
  min-height:135px;
  -o-object-fit:cover;
  object-fit:cover;
  overflow:hidden;
}

body.blog.index #main section.posts .module-post .shadow-img,
body.blog.index #main section.categories .module-post .shadow-img{
  box-shadow:0 0 6px rgba(0, 0, 0, 0.2);
}

body.blog.index #main section.posts .module-post .module-title,
body.blog.index #main section.categories .module-post .module-title{
  min-height:70px;
}

body.blog.index #main section.categories{
  margin-top:40px;
}

body.blog.show #main section.heading{
  margin-bottom:0;
  background-color:#3294f0;
}

body.blog.show #main section.post .bullets-arrow li{
  display:inline-block;
}

body.blog.show #main section.post .bullets-arrow li:not(:first-child):before{
  content:">";
  margin-right:10px;
}

body.blog.show #main section.post .module-post{
  position:relative;
  background:#ffffff !important;
  width:100%;
  border-radius:10px;
  box-shadow:0 3px 70px rgba(144, 173, 206, 0.2);
  padding:40px;
  margin-bottom:20px;
  z-index:999;
}

body.blog.show #main section.post .module-post:first-child{
  margin-top:-40px;
}

body.blog.show #main section.post .module-post a{
  color:inherit;
  text-decoration:none !important;
}

body.blog.show #main section.post .module-post .square-img{
  position:relative;
  width:100%;
  min-width:100%;
  height:135px;
  min-height:135px;
  -o-object-fit:cover;
     object-fit:cover;
  overflow:hidden;
}

body.blog.show #main section.post .module-post .square-little-img{
  position:relative;
  overflow:hidden;
  width:100%;
  min-width:100%;
  height:60px;
  min-height:60px;
  max-height:60px;
  object-fit:cover;
  -o-object-fit:cover;
}

body.blog.show #main section.post .module-post .border-img{
  border-radius:8px;
}

body.blog.show #main section.post .module-post .shadow-img{
  box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 6px;
}

body.blog.show #main section.post .module-post .module-title{
  min-height:70px !important;
}

body.blog.show #main section.post .module-post .post-content figure img{
  width:100% !important;
}

@media (max-width: 991.98px){
  body.blog.show #main section.post .module-post .post-content figure iframe{
    width:100% !important;
    height:100% !important;
  }
}

body.blog.show #main section.post .module-post .post-content p a{
  color:#0077b8 !important;
}

body.blog.show #main figure img{
  width:100% !important;
}

@media (max-width: 991.98px){
  body.blog.show #main figure iframe{
    width:100% !important;
    height:100% !important;
  }
}

body.blog.show #footer{
  margin-top:80px;
}

body.press #main section.content .article{
  position:relative;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  border:1px solid #EBEBEB;
  border-radius:10px;
  min-height:520px;
  margin-bottom:20px;
  width:100%;
}

body.press #main section.content .article .thumbnail{
  padding:8px 8px 0 8px;
}

body.press #main section.content .article .thumbnail img{
  width:100%;
  border-radius:10px;
}

body.press #main section.content .article .author{
  font-size:10px;
  line-height:22px;
  color:#f03232;
  padding:0 20px;
  margin-top:10px;
}

body.press #main section.content .article .name{
  font-size:23px;
  line-height:30px;
  color:#3294F0;
  font-weight:500;
  margin-top:10px;
  padding:0 20px;
}

body.press #main section.content .article .excerpt{
  font-size:15px;
  line-height:22px;
  margin-top:18px;
  margin-bottom:20px;
  padding:0 20px;
}

body.press #main section.content .article .footer{
  position:absolute;
  left:20px;
  right:20px;
  bottom:20px;
  width:86%;
}

body.blog.show #main section.heading{
  margin-bottom:0;
  background-color:#3294f0;
}

body.blog.show #main section.post .bullets-arrow li{
  display:inline-block;
}

body.blog.show #main section.post .bullets-arrow li:not(:first-child):before{
  content:">";
  margin-right:10px;
}

body.blog.show #main section.post .module-post{
  position:relative;
  background:#ffffff !important;
  width:100%;
  border-radius:10px;
  box-shadow:0 3px 70px rgba(144, 173, 206, 0.2);
  padding:40px;
  margin-bottom:20px;
  z-index:999;
}

body.blog.show #main section.post .module-post:first-child{
  margin-top:-40px;
}

body.blog.show #main section.post figure img{
  width:100% !important;
}

@media (max-width: 991.98px){
  body.blog.show #main section.post figure iframe{
    width:100% !important;
    height:100% !important;
  }
}

body.blog.show #main section.post .module-post a{
  color:inherit;
  text-decoration:none !important;
}

body.blog.show #main section.post .module-post .square-img{
  position:relative;
  width:100%;
  min-width:100%;
  height:135px;
  min-height:135px;
  -o-object-fit:cover;
     object-fit:cover;
  overflow:hidden;
}

body.blog.show #main section.post .module-post .square-little-img{
  position:relative;
  overflow:hidden;
  width:100%;
  min-width:100%;
  height:60px;
  min-height:60px;
  max-height:60px;
  object-fit:cover;
  -o-object-fit:cover;
}

body.blog.show #main section.post .module-post .border-img{
  border-radius:8px;
}

body.blog.show #main section.post .module-post .shadow-img{
  box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 6px;
}

body.blog.show #main section.post .module-post .module-title{
  min-height:70px !important;
}

body.blog.show #main section.post .module-post .post-content figure img{
  width:100% !important;
}

@media (max-width: 991.98px){
  body.blog.show #main section.post .module-post .post-content figure iframe{
    width:100% !important;
    height:100% !important;
  }
}

body.blog.show #main section.post .module-post .post-content p a{
  color:#0077b8 !important;
}

body.blog.show #footer{
  margin-top:80px;
}

.offers{
  padding-top:0;
}

@media (max-width: 991.98px){
  .offers{
    margin-top:80px;
    padding-top:80px;
  }
}

body.home #main .offers{
  padding-top:150px;
}

@media (max-width: 991.98px){
  body.home #main .offers{
    padding-top:0;
  }
}

body.selection #main .offers{
  padding-top:60px;
}

.offers #main .container{
  margin-bottom:74px;
}

.offers .discount-banner{
  position:relative;
  background-color:#324e6d;
  color:white;
  padding:50px 80px 30px;
  margin:80px auto 0;
  border-radius:20px;
  font-size:18px;
  text-align:center;
}

@media (max-width: 991.98px){
  .offers .discount-banner{
    padding:50px 20px 30px;
    margin:60px auto 0;
  }
}

.offers .discount-banner .report-amount{
  font-size:22px;
  font-weight:bolder;
  text-decoration:underline;
}

.offers .discount-banner .option-amount{
  font-weight:bold;
}

.offers .discount-banner .no-discount-amount{
  text-decoration:line-through;
  font-weight:bold;
}

.offers .discount-banner div.flash{
  display:block;
  clip-path:polygon(0 0, 90% 1%, 100% 100%, 6% 96%);
  position:absolute;
  left:50%;
  top:-40px;
  transform:translate(-50%, 0);
  width:250px;
  height:70px;
  max-width:60%;
  background:radial-gradient(#e20007, #990606);
  text-transform:uppercase;
  font-weight:bold;
  text-align:center;
  line-height:70px;
  font-size:24px;
}

@media (max-width: 991.98px){
  .offers .discount-banner div.flash{
    font-size:20px;
  }
}

.offers .discount-banner .discount-badge{
  position:absolute;
  right:20px;
  bottom:-30px;
  width:100px;
  height:100px;
  padding-top:24px;
  font-weight:bold;
  max-width:60%;
  max-width:60%;
  font-size:15px;
  clip-path:polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  transform:rotate(10deg);
  background:#990606;
}

@media (max-width: 991.98px){
  .offers .discount-banner .discount-badge{
    bottom:-50px;
    right:-10px;
  }
}

.offers .bordered{
  position:relative;
  border:1px solid #ebebeb;
  border-radius:10px;
  padding-bottom:74px;
  background:white;
}

@media (max-width: 991.98px){
  .offers .bordered{
    border:none;
    border-radius:0;
  }
}

.offers .bordered .heading .title{
  display:none;
  position:absolute;
  background-color:#ffffff;
  top:-25px;
  left:70px;
  padding:0 40px;
  font-size:30px;
  line-height:45px;
  font-weight:bolder;
}

@media (max-width: 991.98px){
  .offers .bordered .heading .title{
    position:relative;
    top:0;
    left:0;
    font-size:26px;
    line-height:36px;
    padding:0;
    text-align:center;
  }
}

body.home .offers .bordered .heading .title{
  display:block;
}

.offers .bordered .heading .menus{
  margin-top:48px;
}

@media (max-width: 991.98px){
  .offers .bordered .heading .menus{
    margin-top:20px;
  }
}

.offers .bordered .heading .menus ul{
  list-style-type:none;
  display:flex;
  align-items:center;
  padding:0;
  margin:0;
}

.offers .bordered .heading .menus ul li button{
  font-size:15px;
  line-height:38px;
}

.offers .bordered .heading .menus ul li button:hover,
.offers .bordered .heading .menus ul li button:focus,
.offers .bordered .heading .menus ul li button:active{
  color:#3294f0;
  text-decoration:underline;
}

.offers .bordered .heading .menus ul li.active button{
  color:#3294f0;
  text-decoration:underline;
}

.offers .bordered .heading .menus ul li.active button:hover,
.offers .bordered .heading .menus ul li.active button:focus,
.offers .bordered .heading .menus ul li.active button:active{
  color:#3294f0;
  text-decoration:underline;
}

.offers .bordered .heading .menus ul li:not(:first-child){
  padding-left:45px;
}

.offers .bordered #standard,
.offers .bordered #complete{
  margin-top:44px;
}

@media (max-width: 991.98px){
  .offers .bordered #standard,
  .offers .bordered #complete{
    margin-top:20px;
  }
}

.offers .bordered #standard .block,
.offers .bordered #complete .block{
  font-size:15px;
  font-weight:400;
  border:1px solid #ebebeb;
  border-radius:10px;
  background-color:#ffffff;
  padding:38px;
  min-height:436px;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  box-shadow:0 3px 30px rgba(0, 0, 0, 0.05);
  cursor:pointer;
}

@media (max-width: 991.98px){
  .offers .bordered #standard .block,
  .offers .bordered #complete .block{
    margin-top:20px;
  }
}

.offers .bordered #standard .block.bg-blue,
.offers .bordered #complete .block.bg-blue{
  background-color:#3294f0;
  color:white;
}

.offers .bordered #standard .block:hover,
.offers .bordered #complete .block:hover{
  background-color:rgba(50, 148, 240, 0.05);
}

@media (max-width: 991.98px){
  .offers .bordered #standard .block,
  .offers .bordered #complete .block{
    min-height:auto;
  }
}

.offers .bordered #standard .details,
.offers .bordered #complete .details{
  height:190px;
  overflow-y:scroll;
}

.offers .bordered #standard .details::-webkit-scrollbar,
.offers .bordered #complete .details::-webkit-scrollbar{
  width:12px;
}

.offers .bordered #standard .details::-webkit-scrollbar-track,
.offers .bordered #complete .details::-webkit-scrollbar-track{
  background-color:transparent;
}

.offers .bordered #standard .details::-webkit-scrollbar-thumb,
.offers .bordered #complete .details::-webkit-scrollbar-thumb{
  background-color:#d6dee1;
  border-radius:20px;
  border:4px solid transparent;
  background-clip:content-box;
}

.offers .bordered #standard .details::-webkit-scrollbar-thumb:hover,
.offers .bordered #complete .details::-webkit-scrollbar-thumb:hover{
  background-color:#a8bbbf;
}

.offers .bordered #standard .amount,
.offers .bordered #complete .amount{
  font-size:24px;
  font-weight:bolder;
  margin-right:30px;
}

.offers .bordered #standard .input-container,
.offers .bordered #complete .input-container{
  display:flex;
  align-items:center;
  justify-content:end;
  width:100%;
}

.offers .bordered #standard .headline .title,
.offers .bordered #complete .headline .title{
  font-size:24px;
  line-height:28px;
  margin-bottom:16px;
  font-weight:bold;
}

.offers .bordered #standard .details,
.offers .bordered #complete .details{
  margin-top:30px;
}

.offers .bordered #standard .details ul,
.offers .bordered #complete .details ul{
  list-style-type:none;
  padding:0;
  margin:0;
}

.offers .bordered #standard .details ul.options,
.offers .bordered #complete .details ul.options{
  margin-top:30px !important;
}

.offers .bordered #standard .details ul li,
.offers .bordered #complete .details ul li{
  font-size:15px;
  line-height:25px;
  word-wrap:nowrap;
}

.offers .bordered #standard .details ul li img,
.offers .bordered #complete .details ul li img{
  width:17px;
  margin-right:2px;
  margin-top:-2px;
}

.offers .bordered #standard .description ul,
.offers .bordered #complete .description ul{
  list-style-type:none;
  display:flex;
  flex-wrap:wrap;
  padding-left:10px;
  -moz-column-gap:20px;
       column-gap:20px;
}

.offers .bordered #standard .description ul li,
.offers .bordered #complete .description ul li{
  position:relative;
  margin-right:6px;
}

.offers .bordered #standard .description ul li:before,
.offers .bordered #complete .description ul li:before{
  display:block;
  position:absolute;
  content:"";
  height:5px;
  width:5px;
  border-radius:4px;
  background-color:black;
  left:-10px;
  bottom:10px;
}

.offers .bordered #standard .more a,
.offers .bordered #complete .more a{
  font-size:13px;
  color:#3294f0;
  text-decoration:underline;
}

.offers .bordered #standard .more a:hover,
.offers .bordered #standard .more a:focus,
.offers .bordered #standard .more a:active,
.offers .bordered #complete .more a:hover,
.offers .bordered #complete .more a:focus,
.offers .bordered #complete .more a:active{
  color:#3294f0;
  text-decoration:underline;
}

.offers .bordered .option-guide{
  cursor:pointer;
  display:block;
  margin-top:20px;
  padding-right:40px;
}

.offers .bordered .price-container{
  -moz-column-gap:10px;
       column-gap:10px;
  margin-top:20px;
}

@media (max-width: 991.98px){
  .offers .bordered .price-container{
    flex-direction:column;
    align-items:center !important;
  }
}

.offers .bordered .price-container .price{
  font-size:40px;
  font-weight:bolder;
}

.offers .bordered .price-container .price-strikethrough{
  text-decoration:line-through;
  font-size:30px;
}


