@charset "UTF-8";
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url(../icons/style.css);
: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; }

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

article, aside, figcaption, figure, footer, header, hgroup, 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[data-original-title], abbr[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; }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

code, kbd, pre, samp {
  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: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

button, input, optgroup, select, 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; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          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: .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; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

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: .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; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.small, small {
  font-size: 80%;
  font-weight: 400; }

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }

.list-inline-item:not(:last-child) {
  margin-right: .5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }

.blockquote-footer::before {
  content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: .5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem; }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px; } }
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  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, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1; }

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13; }

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1; }

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2; }

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3; }

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4; }

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5; }

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6; }

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7; }

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8; }

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9; }

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10; }

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11; }

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }

  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }

  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }

  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }

  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }

  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }

  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }

  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }

  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }

  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }

  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }

.table td, .table th {
  padding: .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-sm td, .table-sm th {
  padding: .3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6; }

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px; }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0; }

.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-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff; }

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db; }

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb; }

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb; }

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5; }

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba; }

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb; }

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe; }

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6; }

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca; }

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-sm > .table-bordered {
    border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-md > .table-bordered {
    border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-lg > .table-bordered {
    border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-xl > .table-bordered {
    border: 0; } }
.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 + .75rem + 2px);
  padding: .375rem .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: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none; } }
.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-ms-input-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=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file, .form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

select.form-control[multiple], select.form-control[size] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: .25rem; }

.form-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: .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; }

.form-check-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: .75rem; }

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: .25rem; }

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px; }

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block; }

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }

.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(.75em + 2.3125rem);
  background: 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, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat; }

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745; }

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block; }

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745; }

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745; }

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745; }

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .25rem; }

.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px; }

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block; }

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(.75em + 2.3125rem);
  background: 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, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat; }

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545; }

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545; }

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545; }

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545; }

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }

.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 0; }

  .form-inline .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 0; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .form-inline .form-control-plaintext {
    display: inline-block; }

  .form-inline .custom-select, .form-inline .input-group {
    width: auto; }

  .form-inline .form-check {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0; }

  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0; }

  .form-inline .custom-control {
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center; }

  .form-inline .custom-control-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;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none; } }
.btn:hover {
  color: #212529;
  text-decoration: none; }

.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.btn.disabled, .btn:disabled {
  opacity: .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: #0069d9;
  border-color: #0062cc; }

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 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: #0062cc;
  border-color: #005cbf; }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

.btn-secondary.focus, .btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 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: #545b62;
  border-color: #4e555b; }

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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: #1e7e34;
  border-color: #1c7430; }

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

.btn-warning.focus, .btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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: #bd2130;
  border-color: #b21f2d; }

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

.btn-light.focus, .btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

.btn-dark.focus, .btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success.focus, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info.focus, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning.focus, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger.focus, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light.focus, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark.focus, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline; }

.btn-link.focus, .btn-link:focus {
  text-decoration: underline; }

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none; }

.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: .5rem; }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none; } }
.fade:not(.show) {
  opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease; }

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none; } }
.dropdown, .dropleft, .dropright, .dropup {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .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: .5rem 0;
  margin: .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: .25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }

  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .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: .125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .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: .125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  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: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529; }

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto; }

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1; }

.btn-toolbar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start; }

.btn-toolbar .input-group {
  width: auto; }

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem; }

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0; }

.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem; }

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem; }

.btn-group-vertical {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%; }

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px; }

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%; }

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0; }

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px; }

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3; }

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4; }

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-file {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }

.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after, .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after, .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .form-control:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2; }

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3; }

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: .375rem .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: .25rem; }

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0; }

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + .5rem + 2px); }

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .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), .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  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:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact; }

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff; }

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff; }

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d; }

.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px; }

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem; }

.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none; } }
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem); }

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .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: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          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: .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-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef; }

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-range:focus {
  outline: 0; }

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range::-moz-focus-outer {
  border: 0; }

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none; } }
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none; } }
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none; } }
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem; }

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default; }

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-moz-range-track {
  cursor: default; }

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd; }

.custom-control-label::before, .custom-file-label, .custom-select {
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: none;
    transition: none; } }
.nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: .5rem 1rem; }

.nav-link:focus, .nav-link:hover {
  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;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  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; }

.nav-pills .nav-link {
  border-radius: .25rem; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item, .nav-fill > .nav-link {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item, .nav-justified > .nav-link {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: .5rem 1rem; }

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          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-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem; }

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start; }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible; }

  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-sm .navbar-toggler {
    display: none; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start; }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible; }

  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-md .navbar-toggler {
    display: none; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start; }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible; }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-lg .navbar-toggler {
    display: none; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start; }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible; }

  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-xl .navbar-toggler {
    display: none; } }
.navbar-expand {
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start; }

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0; }

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem; }

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.navbar-expand .navbar-nav-scroll {
  overflow: visible; }

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.navbar-expand .navbar-toggler {
  display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-text a {
  color: #fff; }

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          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: .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(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0; }

.card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: .75rem; }

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: .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(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); }

.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(.25rem - 1px); }

.card-img, .card-img-bottom, .card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%; }

.card-img, .card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }

  .card-deck .card {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }
.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap; }

  .card-group > .card {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    margin-bottom: 0; }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0; }

  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0; }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0; }

  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0; } }
.card-columns .card {
  margin-bottom: .75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem; }

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem; }

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem; }

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem; }

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none; } }
a.badge:focus, a.badge:hover {
  text-decoration: none; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }

a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc; }

a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }

a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62; }

a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }

a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34; }

a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }

a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b; }

a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }

a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00; }

a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }

a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130; }

a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }

a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5; }

a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }

a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124; }

a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem; }

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: .75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.alert-primary hr {
  border-top-color: #9fcdff; }

.alert-primary .alert-link {
  color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

.alert-secondary hr {
  border-top-color: #c8cbcf; }

.alert-secondary .alert-link {
  color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-success hr {
  border-top-color: #b1dfbb; }

.alert-success .alert-link {
  color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

.alert-info hr {
  border-top-color: #abdde5; }

.alert-info .alert-link {
  color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.alert-warning hr {
  border-top-color: #ffe8a1; }

.alert-warning .alert-link {
  color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-danger hr {
  border-top-color: #f1b0b7; }

.alert-danger .alert-link {
  color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-light hr {
  border-top-color: #ececf6; }

.alert-light .alert-link {
  color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.alert-dark hr {
  border-top-color: #b9bbbe; }

.alert-dark .alert-link {
  color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem; }

.progress-bar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width .6s ease;
  transition: width .6s ease; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none; } }
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none; } }
.media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start; }

.media-body {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1; }

.list-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: .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; }

.list-group-horizontal {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0; }

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0; }

.list-group-horizontal > .list-group-item.active {
  margin-top: 0; }

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0; }

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0; }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0; }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0; }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0; }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }
.list-group-flush {
  border-radius: 0; }

.list-group-flush > .list-group-item {
  border-width: 0 0 1px; }

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff; }

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf; }

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb; }

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5; }

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1; }

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7; }

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6; }

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe; }

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

.close:hover {
  color: #000;
  text-decoration: none; }

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: .25rem; }

.toast:not(:last-child) {
  margin-bottom: .75rem; }

.toast.showing {
  opacity: 1; }

.toast.show {
  display: block;
  opacity: 1; }

.toast.hide {
  display: none; }

.toast-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.toast-body {
  padding: .75rem; }

.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: .5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none; } }
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none; }

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: ""; }

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          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: .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: .5; }

.modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.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;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px); }

.modal-footer > * {
  margin: .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: -webkit-min-content;
    height: -moz-min-content;
    height: min-content; }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px; } }
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }
.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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.show {
  opacity: .9; }

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem; }

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0; }

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0; }

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000; }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem; }

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem; }

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000; }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0; }

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0; }

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000; }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem; }

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem; }

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem; }

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem; }

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem; }

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc(-.5rem - 1px); }

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff; }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem; }

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff; }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem; }

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc(-.5rem - 1px); }

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff; }

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem; }

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff; }

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

.popover-header:empty {
  display: none; }

.popover-body {
  padding: .5rem .75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none; } }
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block; }

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none; }

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s .6s;
  transition: opacity 0s .6s; }

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none; } }
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    -webkit-transition: none;
    transition: none; } }
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          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: .5;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none; } }
.carousel-indicators .active {
  opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s; } }
.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !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; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }

  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }

  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }

  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
      user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0, .my-0 {
  margin-top: 0 !important; }

.mr-0, .mx-0 {
  margin-right: 0 !important; }

.mb-0, .my-0 {
  margin-bottom: 0 !important; }

.ml-0, .mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1, .my-1 {
  margin-top: 0.25rem !important; }

.mr-1, .mx-1 {
  margin-right: 0.25rem !important; }

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1, .mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2, .my-2 {
  margin-top: 0.5rem !important; }

.mr-2, .mx-2 {
  margin-right: 0.5rem !important; }

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2, .mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3, .my-3 {
  margin-top: 1rem !important; }

.mr-3, .mx-3 {
  margin-right: 1rem !important; }

.mb-3, .my-3 {
  margin-bottom: 1rem !important; }

.ml-3, .mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4, .my-4 {
  margin-top: 1.5rem !important; }

.mr-4, .mx-4 {
  margin-right: 1.5rem !important; }

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4, .mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5, .my-5 {
  margin-top: 3rem !important; }

.mr-5, .mx-5 {
  margin-right: 3rem !important; }

.mb-5, .my-5 {
  margin-bottom: 3rem !important; }

.ml-5, .mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0, .py-0 {
  padding-top: 0 !important; }

.pr-0, .px-0 {
  padding-right: 0 !important; }

.pb-0, .py-0 {
  padding-bottom: 0 !important; }

.pl-0, .px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1, .py-1 {
  padding-top: 0.25rem !important; }

.pr-1, .px-1 {
  padding-right: 0.25rem !important; }

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1, .px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2, .py-2 {
  padding-top: 0.5rem !important; }

.pr-2, .px-2 {
  padding-right: 0.5rem !important; }

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2, .px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3, .py-3 {
  padding-top: 1rem !important; }

.pr-3, .px-3 {
  padding-right: 1rem !important; }

.pb-3, .py-3 {
  padding-bottom: 1rem !important; }

.pl-3, .px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4, .py-4 {
  padding-top: 1.5rem !important; }

.pr-4, .px-4 {
  padding-right: 1.5rem !important; }

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4, .px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5, .py-5 {
  padding-top: 3rem !important; }

.pr-5, .px-5 {
  padding-right: 3rem !important; }

.pb-5, .py-5 {
  padding-bottom: 3rem !important; }

.pl-5, .px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3, .my-n3 {
  margin-top: -1rem !important; }

.mr-n3, .mx-n3 {
  margin-right: -1rem !important; }

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3, .mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5, .my-n5 {
  margin-top: -3rem !important; }

.mr-n5, .mx-n5 {
  margin-right: -3rem !important; }

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5, .mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto, .my-auto {
  margin-top: auto !important; }

.mr-auto, .mx-auto {
  margin-right: auto !important; }

.mb-auto, .my-auto {
  margin-bottom: auto !important; }

.ml-auto, .mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-n1 {
    margin: -0.25rem !important; }

  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important; }

  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  .m-sm-n2 {
    margin: -0.5rem !important; }

  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important; }

  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  .m-sm-n3 {
    margin: -1rem !important; }

  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important; }

  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important; }

  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important; }

  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important; }

  .m-sm-n4 {
    margin: -1.5rem !important; }

  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important; }

  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  .m-sm-n5 {
    margin: -3rem !important; }

  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important; }

  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important; }

  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important; }

  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0, .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-n1 {
    margin: -0.25rem !important; }

  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important; }

  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important; }

  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important; }

  .m-md-n2 {
    margin: -0.5rem !important; }

  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important; }

  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important; }

  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important; }

  .m-md-n3 {
    margin: -1rem !important; }

  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important; }

  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important; }

  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important; }

  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important; }

  .m-md-n4 {
    margin: -1.5rem !important; }

  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important; }

  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important; }

  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important; }

  .m-md-n5 {
    margin: -3rem !important; }

  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important; }

  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important; }

  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important; }

  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto, .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-n1 {
    margin: -0.25rem !important; }

  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important; }

  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  .m-lg-n2 {
    margin: -0.5rem !important; }

  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important; }

  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  .m-lg-n3 {
    margin: -1rem !important; }

  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important; }

  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important; }

  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important; }

  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important; }

  .m-lg-n4 {
    margin: -1.5rem !important; }

  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important; }

  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  .m-lg-n5 {
    margin: -3rem !important; }

  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important; }

  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important; }

  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important; }

  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-n1 {
    margin: -0.25rem !important; }

  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important; }

  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  .m-xl-n2 {
    margin: -0.5rem !important; }

  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important; }

  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  .m-xl-n3 {
    margin: -1rem !important; }

  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important; }

  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important; }

  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important; }

  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important; }

  .m-xl-n4 {
    margin: -1.5rem !important; }

  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important; }

  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  .m-xl-n5 {
    margin: -3rem !important; }

  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important; }

  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important; }

  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important; }

  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important; } }
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:focus, a.text-success:hover {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:focus, a.text-light:hover {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    -webkit-box-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; }

  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  img, tr {
    page-break-inside: avoid; }

  h2, h3, p {
    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 td, .table-bordered th {
    border: 1px solid #dee2e6 !important; }

  .table-dark {
    color: inherit; }

  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6; }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.sliderArrows button {
  top: 50% !important;
  margin: 0 !important; }

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }
:root {
  --swiper-theme-color:#007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
     -moz-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity,height,-webkit-transform;
  transition-property: opacity,height,-webkit-transform;
  transition-property: transform,opacity,height;
  transition-property: transform,opacity,height,-webkit-transform; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-search-icon-color: #999;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px; }

.iti {
  position: relative;
  display: inline-block; }

.iti * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute; }

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important; }

[dir=rtl] .iti input.iti__tel-input,
[dir=rtl] .iti input.iti__tel-input[type=text],
[dir=rtl] .iti input.iti__tel-input[type=tel] {
  text-align: right; }

.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: var(--iti-border-width); }

.iti__selected-country {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none; }

.iti__selected-country-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal); }

.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color); }

[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0; }

.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color); }

.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg); }

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding-left: 30px;
  padding-right: 28px;
  padding-top: 10px;
  padding-bottom: 10px; }

[dir=rtl] .iti__search-input {
  padding-left: inherit;
  padding-right: 30px;
  background-position: right 8px center; }

.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color); }

.iti__search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none; }

.iti__search-input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.iti__search-icon {
  position: absolute;
  left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none; }

[dir=rtl] .iti__search-icon {
  left: auto;
  right: 8px; }

.iti__search-icon-svg {
  stroke: var(--iti-search-icon-color);
  fill: none;
  stroke-width: 3; }

.iti__search-clear {
  position: absolute;
  right: 4px;
  background: transparent;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  width: 24px;
  height: 24px; }

.iti__search-clear .iti__search-clear-x {
  stroke-width: 2; }

.iti__search-clear .iti__search-clear-bg {
  fill: var(--iti-search-icon-color); }

[dir=rtl] .iti__search-clear {
  right: auto;
  left: 4px; }

.iti__search-clear:hover, .iti__search-clear:focus-visible {
  background: var(--iti-hover-color);
  outline: none; }

.iti__no-results {
  text-align: center;
  padding: 30px 0; }

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.iti--inline-dropdown .iti__country-list {
  max-height: 185px; }

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap; }

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal; } }
.iti__country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none; }

.iti__dial-code {
  color: var(--iti-dialcode-color); }

.iti__country.iti__highlight {
  background-color: var(--iti-hover-color); }

.iti__country-list .iti__flag, .iti__country-name {
  margin-right: var(--iti-spacer-horizontal); }

[dir=rtl] .iti__country-list .iti__flag, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal); }

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) button.iti__selected-country {
  cursor: pointer; }

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color); }

.iti .iti__selected-dial-code {
  margin-left: 4px;
  line-height: 1; }

[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px; }

.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width); }

.iti--container:hover {
  cursor: pointer; }

.iti__hide {
  display: none; }

.iti__v-hide {
  visibility: hidden; }

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.iti--fullscreen-popup .iti__dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
  position: relative; }

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
          box-shadow: 0px 0px 1px 0px #888;
  background-image: url("/assets/img/icons/flags.png");
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height); }

.iti__ac {
  --iti-flag-offset: 0px; }

.iti__ad {
  --iti-flag-offset: -16px; }

.iti__ae {
  --iti-flag-offset: -32px; }

.iti__af {
  --iti-flag-offset: -48px; }

.iti__ag {
  --iti-flag-offset: -64px; }

.iti__ai {
  --iti-flag-offset: -80px; }

.iti__al {
  --iti-flag-offset: -96px; }

.iti__am {
  --iti-flag-offset: -112px; }

.iti__ao {
  --iti-flag-offset: -128px; }

.iti__ar {
  --iti-flag-offset: -144px; }

.iti__as {
  --iti-flag-offset: -160px; }

.iti__at {
  --iti-flag-offset: -176px; }

.iti__au {
  --iti-flag-offset: -192px; }

.iti__aw {
  --iti-flag-offset: -208px; }

.iti__ax {
  --iti-flag-offset: -224px; }

.iti__az {
  --iti-flag-offset: -240px; }

.iti__ba {
  --iti-flag-offset: -256px; }

.iti__bb {
  --iti-flag-offset: -272px; }

.iti__bd {
  --iti-flag-offset: -288px; }

.iti__be {
  --iti-flag-offset: -304px; }

.iti__bf {
  --iti-flag-offset: -320px; }

.iti__bg {
  --iti-flag-offset: -336px; }

.iti__bh {
  --iti-flag-offset: -352px; }

.iti__bi {
  --iti-flag-offset: -368px; }

.iti__bj {
  --iti-flag-offset: -384px; }

.iti__bl {
  --iti-flag-offset: -400px; }

.iti__bm {
  --iti-flag-offset: -416px; }

.iti__bn {
  --iti-flag-offset: -432px; }

.iti__bo {
  --iti-flag-offset: -448px; }

.iti__bq {
  --iti-flag-offset: -464px; }

.iti__br {
  --iti-flag-offset: -480px; }

.iti__bs {
  --iti-flag-offset: -496px; }

.iti__bt {
  --iti-flag-offset: -512px; }

.iti__bw {
  --iti-flag-offset: -528px; }

.iti__by {
  --iti-flag-offset: -544px; }

.iti__bz {
  --iti-flag-offset: -560px; }

.iti__ca {
  --iti-flag-offset: -576px; }

.iti__cc {
  --iti-flag-offset: -592px; }

.iti__cd {
  --iti-flag-offset: -608px; }

.iti__cf {
  --iti-flag-offset: -624px; }

.iti__cg {
  --iti-flag-offset: -640px; }

.iti__ch {
  --iti-flag-offset: -656px; }

.iti__ci {
  --iti-flag-offset: -672px; }

.iti__ck {
  --iti-flag-offset: -688px; }

.iti__cl {
  --iti-flag-offset: -704px; }

.iti__cm {
  --iti-flag-offset: -720px; }

.iti__cn {
  --iti-flag-offset: -736px; }

.iti__co {
  --iti-flag-offset: -752px; }

.iti__cr {
  --iti-flag-offset: -768px; }

.iti__cu {
  --iti-flag-offset: -784px; }

.iti__cv {
  --iti-flag-offset: -800px; }

.iti__cw {
  --iti-flag-offset: -816px; }

.iti__cx {
  --iti-flag-offset: -832px; }

.iti__cy {
  --iti-flag-offset: -848px; }

.iti__cz {
  --iti-flag-offset: -864px; }

.iti__de {
  --iti-flag-offset: -880px; }

.iti__dj {
  --iti-flag-offset: -896px; }

.iti__dk {
  --iti-flag-offset: -912px; }

.iti__dm {
  --iti-flag-offset: -928px; }

.iti__do {
  --iti-flag-offset: -944px; }

.iti__dz {
  --iti-flag-offset: -960px; }

.iti__ec {
  --iti-flag-offset: -976px; }

.iti__ee {
  --iti-flag-offset: -992px; }

.iti__eg {
  --iti-flag-offset: -1008px; }

.iti__eh {
  --iti-flag-offset: -1024px; }

.iti__er {
  --iti-flag-offset: -1040px; }

.iti__es {
  --iti-flag-offset: -1056px; }

.iti__et {
  --iti-flag-offset: -1072px; }

.iti__fi {
  --iti-flag-offset: -1088px; }

.iti__fj {
  --iti-flag-offset: -1104px; }

.iti__fk {
  --iti-flag-offset: -1120px; }

.iti__fm {
  --iti-flag-offset: -1136px; }

.iti__fo {
  --iti-flag-offset: -1152px; }

.iti__fr {
  --iti-flag-offset: -1168px; }

.iti__ga {
  --iti-flag-offset: -1184px; }

.iti__gb {
  --iti-flag-offset: -1200px; }

.iti__gd {
  --iti-flag-offset: -1216px; }

.iti__ge {
  --iti-flag-offset: -1232px; }

.iti__gf {
  --iti-flag-offset: -1248px; }

.iti__gg {
  --iti-flag-offset: -1264px; }

.iti__gh {
  --iti-flag-offset: -1280px; }

.iti__gi {
  --iti-flag-offset: -1296px; }

.iti__gl {
  --iti-flag-offset: -1312px; }

.iti__gm {
  --iti-flag-offset: -1328px; }

.iti__gn {
  --iti-flag-offset: -1344px; }

.iti__gp {
  --iti-flag-offset: -1360px; }

.iti__gq {
  --iti-flag-offset: -1376px; }

.iti__gr {
  --iti-flag-offset: -1392px; }

.iti__gt {
  --iti-flag-offset: -1408px; }

.iti__gu {
  --iti-flag-offset: -1424px; }

.iti__gw {
  --iti-flag-offset: -1440px; }

.iti__gy {
  --iti-flag-offset: -1456px; }

.iti__hk {
  --iti-flag-offset: -1472px; }

.iti__hn {
  --iti-flag-offset: -1488px; }

.iti__hr {
  --iti-flag-offset: -1504px; }

.iti__ht {
  --iti-flag-offset: -1520px; }

.iti__hu {
  --iti-flag-offset: -1536px; }

.iti__id {
  --iti-flag-offset: -1552px; }

.iti__ie {
  --iti-flag-offset: -1568px; }

.iti__il {
  --iti-flag-offset: -1584px; }

.iti__im {
  --iti-flag-offset: -1600px; }

.iti__in {
  --iti-flag-offset: -1616px; }

.iti__io {
  --iti-flag-offset: -1632px; }

.iti__iq {
  --iti-flag-offset: -1648px; }

.iti__ir {
  --iti-flag-offset: -1664px; }

.iti__is {
  --iti-flag-offset: -1680px; }

.iti__it {
  --iti-flag-offset: -1696px; }

.iti__je {
  --iti-flag-offset: -1712px; }

.iti__jm {
  --iti-flag-offset: -1728px; }

.iti__jo {
  --iti-flag-offset: -1744px; }

.iti__jp {
  --iti-flag-offset: -1760px; }

.iti__ke {
  --iti-flag-offset: -1776px; }

.iti__kg {
  --iti-flag-offset: -1792px; }

.iti__kh {
  --iti-flag-offset: -1808px; }

.iti__ki {
  --iti-flag-offset: -1824px; }

.iti__km {
  --iti-flag-offset: -1840px; }

.iti__kn {
  --iti-flag-offset: -1856px; }

.iti__kp {
  --iti-flag-offset: -1872px; }

.iti__kr {
  --iti-flag-offset: -1888px; }

.iti__kw {
  --iti-flag-offset: -1904px; }

.iti__ky {
  --iti-flag-offset: -1920px; }

.iti__kz {
  --iti-flag-offset: -1936px; }

.iti__la {
  --iti-flag-offset: -1952px; }

.iti__lb {
  --iti-flag-offset: -1968px; }

.iti__lc {
  --iti-flag-offset: -1984px; }

.iti__li {
  --iti-flag-offset: -2000px; }

.iti__lk {
  --iti-flag-offset: -2016px; }

.iti__lr {
  --iti-flag-offset: -2032px; }

.iti__ls {
  --iti-flag-offset: -2048px; }

.iti__lt {
  --iti-flag-offset: -2064px; }

.iti__lu {
  --iti-flag-offset: -2080px; }

.iti__lv {
  --iti-flag-offset: -2096px; }

.iti__ly {
  --iti-flag-offset: -2112px; }

.iti__ma {
  --iti-flag-offset: -2128px; }

.iti__mc {
  --iti-flag-offset: -2144px; }

.iti__md {
  --iti-flag-offset: -2160px; }

.iti__me {
  --iti-flag-offset: -2176px; }

.iti__mf {
  --iti-flag-offset: -2192px; }

.iti__mg {
  --iti-flag-offset: -2208px; }

.iti__mh {
  --iti-flag-offset: -2224px; }

.iti__mk {
  --iti-flag-offset: -2240px; }

.iti__ml {
  --iti-flag-offset: -2256px; }

.iti__mm {
  --iti-flag-offset: -2272px; }

.iti__mn {
  --iti-flag-offset: -2288px; }

.iti__mo {
  --iti-flag-offset: -2304px; }

.iti__mp {
  --iti-flag-offset: -2320px; }

.iti__mq {
  --iti-flag-offset: -2336px; }

.iti__mr {
  --iti-flag-offset: -2352px; }

.iti__ms {
  --iti-flag-offset: -2368px; }

.iti__mt {
  --iti-flag-offset: -2384px; }

.iti__mu {
  --iti-flag-offset: -2400px; }

.iti__mv {
  --iti-flag-offset: -2416px; }

.iti__mw {
  --iti-flag-offset: -2432px; }

.iti__mx {
  --iti-flag-offset: -2448px; }

.iti__my {
  --iti-flag-offset: -2464px; }

.iti__mz {
  --iti-flag-offset: -2480px; }

.iti__na {
  --iti-flag-offset: -2496px; }

.iti__nc {
  --iti-flag-offset: -2512px; }

.iti__ne {
  --iti-flag-offset: -2528px; }

.iti__nf {
  --iti-flag-offset: -2544px; }

.iti__ng {
  --iti-flag-offset: -2560px; }

.iti__ni {
  --iti-flag-offset: -2576px; }

.iti__nl {
  --iti-flag-offset: -2592px; }

.iti__no {
  --iti-flag-offset: -2608px; }

.iti__np {
  --iti-flag-offset: -2624px; }

.iti__nr {
  --iti-flag-offset: -2640px; }

.iti__nu {
  --iti-flag-offset: -2656px; }

.iti__nz {
  --iti-flag-offset: -2672px; }

.iti__om {
  --iti-flag-offset: -2688px; }

.iti__pa {
  --iti-flag-offset: -2704px; }

.iti__pe {
  --iti-flag-offset: -2720px; }

.iti__pf {
  --iti-flag-offset: -2736px; }

.iti__pg {
  --iti-flag-offset: -2752px; }

.iti__ph {
  --iti-flag-offset: -2768px; }

.iti__pk {
  --iti-flag-offset: -2784px; }

.iti__pl {
  --iti-flag-offset: -2800px; }

.iti__pm {
  --iti-flag-offset: -2816px; }

.iti__pr {
  --iti-flag-offset: -2832px; }

.iti__ps {
  --iti-flag-offset: -2848px; }

.iti__pt {
  --iti-flag-offset: -2864px; }

.iti__pw {
  --iti-flag-offset: -2880px; }

.iti__py {
  --iti-flag-offset: -2896px; }

.iti__qa {
  --iti-flag-offset: -2912px; }

.iti__re {
  --iti-flag-offset: -2928px; }

.iti__ro {
  --iti-flag-offset: -2944px; }

.iti__rs {
  --iti-flag-offset: -2960px; }

.iti__ru {
  --iti-flag-offset: -2976px; }

.iti__rw {
  --iti-flag-offset: -2992px; }

.iti__sa {
  --iti-flag-offset: -3008px; }

.iti__sb {
  --iti-flag-offset: -3024px; }

.iti__sc {
  --iti-flag-offset: -3040px; }

.iti__sd {
  --iti-flag-offset: -3056px; }

.iti__se {
  --iti-flag-offset: -3072px; }

.iti__sg {
  --iti-flag-offset: -3088px; }

.iti__sh {
  --iti-flag-offset: -3104px; }

.iti__si {
  --iti-flag-offset: -3120px; }

.iti__sj {
  --iti-flag-offset: -3136px; }

.iti__sk {
  --iti-flag-offset: -3152px; }

.iti__sl {
  --iti-flag-offset: -3168px; }

.iti__sm {
  --iti-flag-offset: -3184px; }

.iti__sn {
  --iti-flag-offset: -3200px; }

.iti__so {
  --iti-flag-offset: -3216px; }

.iti__sr {
  --iti-flag-offset: -3232px; }

.iti__ss {
  --iti-flag-offset: -3248px; }

.iti__st {
  --iti-flag-offset: -3264px; }

.iti__sv {
  --iti-flag-offset: -3280px; }

.iti__sx {
  --iti-flag-offset: -3296px; }

.iti__sy {
  --iti-flag-offset: -3312px; }

.iti__sz {
  --iti-flag-offset: -3328px; }

.iti__tc {
  --iti-flag-offset: -3344px; }

.iti__td {
  --iti-flag-offset: -3360px; }

.iti__tg {
  --iti-flag-offset: -3376px; }

.iti__th {
  --iti-flag-offset: -3392px; }

.iti__tj {
  --iti-flag-offset: -3408px; }

.iti__tk {
  --iti-flag-offset: -3424px; }

.iti__tl {
  --iti-flag-offset: -3440px; }

.iti__tm {
  --iti-flag-offset: -3456px; }

.iti__tn {
  --iti-flag-offset: -3472px; }

.iti__to {
  --iti-flag-offset: -3488px; }

.iti__tr {
  --iti-flag-offset: -3504px; }

.iti__tt {
  --iti-flag-offset: -3520px; }

.iti__tv {
  --iti-flag-offset: -3536px; }

.iti__tw {
  --iti-flag-offset: -3552px; }

.iti__tz {
  --iti-flag-offset: -3568px; }

.iti__ua {
  --iti-flag-offset: -3584px; }

.iti__ug {
  --iti-flag-offset: -3600px; }

.iti__us {
  --iti-flag-offset: -3616px; }

.iti__uy {
  --iti-flag-offset: -3632px; }

.iti__uz {
  --iti-flag-offset: -3648px; }

.iti__va {
  --iti-flag-offset: -3664px; }

.iti__vc {
  --iti-flag-offset: -3680px; }

.iti__ve {
  --iti-flag-offset: -3696px; }

.iti__vg {
  --iti-flag-offset: -3712px; }

.iti__vi {
  --iti-flag-offset: -3728px; }

.iti__vn {
  --iti-flag-offset: -3744px; }

.iti__vu {
  --iti-flag-offset: -3760px; }

.iti__wf {
  --iti-flag-offset: -3776px; }

.iti__ws {
  --iti-flag-offset: -3792px; }

.iti__xk {
  --iti-flag-offset: -3808px; }

.iti__ye {
  --iti-flag-offset: -3824px; }

.iti__yt {
  --iti-flag-offset: -3840px; }

.iti__za {
  --iti-flag-offset: -3856px; }

.iti__zm {
  --iti-flag-offset: -3872px; }

.iti__zw {
  --iti-flag-offset: -3888px; }

.iti__globe {
  background-image: url("/assets/img/icons/globe.png");
  background-size: contain;
  background-position: right;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 19px; }

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: url("/assets/img/icons/flags@2x.png"); }

  .iti__globe {
    background-image: url("/assets/img/icons/globe@2x.png"); } }
/*!
*   MA5-mobile-menu
*   v 4.0.0
*   Copyright (c) 2016 Tomasz Kalinowski
*   GitHub: https://github.com/ma-5/ma5-mobile-menu
*/
.ma5menu {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.ma5menu *, .ma5menu *:after, .ma5menu *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.ma5menu--active .ma5menu__page {
  margin-right: -17px;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
  transition: -webkit-transform 0.3s ease-out 0s;
  -webkit-transition: -webkit-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s; }

@media (min-width: 768px) {
  .ma5menu--active .ma5menu__page {
    -webkit-transform: translate3d(360px, 0, 0);
    transform: translate3d(360px, 0, 0); } }
.ma5menu > ul {
  display: none; }

.ma5menu__head {
  padding: 0 5px;
  border-bottom: 1px solid #0c589e;
  height: 60px;
  text-align: center;
  color: #fff;
  background-color: transparent;
  position: relative; }

.ma5menu__header {
  line-height: 35px;
  color: #fff;
  background-color: transparent; }

.ma5menu__header a {
  color: #ffc107; }

.ma5menu__header a:hover {
  color: #ffc107; }

.ma5menu__close {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22/%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-position: 50% 50%; }

.ma5menu__toggle:hover .ma5menu__close {
  color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23ffc107%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22/%3E%3C/svg%3E");
  background-color: transparent; }

.ma5menu__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M14%206l-3.75%205%202.85%203.8-1.6%201.2C9.81%2013.75%207%2010%207%2010l-6%208h22L14%206z%22/%3E%3C/svg%3E");
  background-size: 40px 40px;
  background-position: 50% 50%; }

.ma5menu__home:hover .ma5menu__logo {
  color: #ffc107; }

.ma5menu__home {
  font-weight: 700;
  color: inherit; }

.ma5menu__tools {
  display: none; }

.ma5menu__footer .ma5menu__tools {
  display: block; }

.ma5menu__footer {
  padding: 20px 20px 30px 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
  text-transform: none; }

.ma5menu__footer a {
  color: #ffc107; }

.ma5menu__footer a:hover {
  color: #ffc107; }

.ma5menu__toggle {
  cursor: pointer;
  color: #fff;
  background-color: #0e65b6;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  width: 52px;
  height: 38px;
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  font-weight: 400;
  padding: 8px 12px;
  border-radius: 4px;
  -webkit-transition: -webkit-box-shadow .15s ease-in-out;
  transition: -webkit-box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }

.ma5menu__toggle:hover {
  color: #fff;
  background-color: #ef6c00; }

.ma5menu__header .ma5menu__toggle {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: transparent; }

.ma5menu__header .ma5menu__toggle:hover {
  color: #ffc107;
  background-color: transparent; }

.ma5menu--left .ma5menu__header .ma5menu__toggle {
  right: 0; }

.ma5menu--right .ma5menu__header .ma5menu__toggle {
  left: 0; }

.ma5menu__icon-toggle {
  display: inline-block;
  position: absolute;
  margin: auto;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  vertical-align: top;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M3%2018h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z%22/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat; }

.ma5menu__icon-up {
  margin: 0;
  width: 44px;
  height: 44px;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6z%22/%3E%3C/svg%3E"); }

.ma5menu__alert {
  display: block;
  text-align: center;
  width: 280px;
  height: 50px;
  bottom: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 500;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 101, 182, 0)), color-stop(50%, #0e65b6));
  background-image: linear-gradient(to bottom, rgba(14, 101, 182, 0) 0%, #0e65b6 50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 50px;
  -webkit-transition: background-position .4s ease-in .3s;
  transition: background-position .4s ease-in .3s;
  will-change: auto;
  pointer-events: none; }

@media (min-width: 768px) {
  .ma5menu__alert {
    width: 360px; } }
.ma5menu__container--scroll .ma5menu__alert {
  background-position: 0 0;
  -webkit-transition: background-position .4s ease-out;
  transition: background-position .4s ease-out;
  pointer-events: auto; }

.ma5menu__alert-content {
  width: 150px;
  height: 40px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: bottom .4s ease-in;
  transition: bottom .4s ease-in; }

.ma5menu__container--scroll .ma5menu__alert-content {
  bottom: 0;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: ma5-arrowDown;
  animation-name: ma5-arrowDown;
  -webkit-transition: bottom .4s ease-out .4s;
  transition: bottom .4s ease-out .4s; }

.ma5menu__container {
  -webkit-transition: none !important;
  transition: none !important;
  position: fixed;
  background-color: #0e65b6;
  height: 100%;
  top: 0;
  line-height: 19px;
  overflow: hidden;
  border: none;
  z-index: 10000;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.14); }

@media (max-width: 767px) {
  .ma5menu__container {
    width: 280px; } }
@media (min-width: 768px) {
  .ma5menu__container {
    width: 360px; } }
.ma5menu--left .ma5menu__container {
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
  left: 0; }

.ma5menu--right .ma5menu__container {
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
  right: -280px; }

.ma5menu--ready.ma5menu--left .ma5menu__container {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.noie.ma5menu--ready.ma5menu--left .ma5menu__container {
  -webkit-animation-name: ma5menuOut;
  animation-name: ma5menuOut; }

.ie.ma5menu--ready.ma5menu--left .ma5menu__container {
  -webkit-animation-name: ma5menuOutIEphone;
  animation-name: ma5menuOutIEphone; }

@media (min-width: 768px) {
  .ie.ma5menu--ready.ma5menu--left .ma5menu__container {
    -webkit-animation-name: ma5menuOutIEtablet;
    animation-name: ma5menuOutIEtablet; } }
.ma5menu--ready.ma5menu--right .ma5menu__container {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.noie.ma5menu--ready.ma5menu--right .ma5menu__container {
  -webkit-animation-name: ma5menuOutB;
  animation-name: ma5menuOutB; }

.ie.ma5menu--ready.ma5menu--right .ma5menu__container {
  -webkit-animation-name: ma5menuOutBIEphone;
  animation-name: ma5menuOutBIEphone; }

@media (min-width: 768px) {
  .ie.ma5menu--ready.ma5menu--right .ma5menu__container {
    -webkit-animation-name: ma5menuOutBIEtablet;
    animation-name: ma5menuOutBIEtablet; } }
.ma5menu--active.ma5menu--left .ma5menu__container {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.noie.ma5menu--active.ma5menu--left .ma5menu__container {
  -webkit-animation-name: ma5menuOutB;
  animation-name: ma5menuOutB; }

.ie.ma5menu--active.ma5menu--left .ma5menu__container {
  -webkit-animation-name: ma5menuOutBIEphone;
  animation-name: ma5menuOutBIEphone; }

@media (min-width: 768px) {
  .ie.ma5menu--active.ma5menu--left .ma5menu__container {
    -webkit-animation-name: ma5menuOutBIEtablet;
    animation-name: ma5menuOutBIEtablet; } }
.ma5menu--active.ma5menu--right .ma5menu__container {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.noie.ma5menu--active.ma5menu--right .ma5menu__container {
  -webkit-animation-name: ma5menuIn;
  animation-name: ma5menuIn; }

.ie.ma5menu--active.ma5menu--right .ma5menu__container {
  -webkit-animation-name: ma5menuInIEphone;
  animation-name: ma5menuInIEphone; }

@media (min-width: 768px) {
  .ie.ma5menu--active.ma5menu--right .ma5menu__container {
    -webkit-animation-name: ma5menuInIEtablet;
    animation-name: ma5menuInIEtablet; } }
@media (min-width: 768px) {
  .ma5menu--left .ma5menu__container {
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
    padding: 0;
    left: 0; } }
@media (min-width: 768px) {
  .ma5menu--right .ma5menu__container {
    -webkit-transform: translate3d(360px, 0, 0);
    transform: translate3d(360px, 0, 0);
    right: -360px; } }
.safari .ma5menu__container {
  height: 100%; }

.preload .ma5menu__container {
  opacity: 0;
  z-index: -1; }

.ma5menu__panel {
  display: none;
  width: 280px;
  height: 80%;
  height: calc(100% - 60px);
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  top: 60px;
  left: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 100;
  color: rgba(255, 255, 255, 0.1);
  background-color: #0e65b6;
  scrollbar-color: #0a4b87 #0e65b6;
  scrollbar-width: thin; }

@media (min-width: 768px) {
  .ma5menu__panel {
    width: 360px; } }
.ma5menu__panel.has-scrollbar {
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.ma5menu__panel:hover::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.4); }

.ma5menu__panel::-webkit-scrollbar {
  width: 9px;
  background-color: #0d60ad; }

.ma5menu__panel::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.15);
  outline: none;
  border-right: 3px solid #0d60ad; }

.ma5menu__panel:first-of-type {
  z-index: 160; }

.ma5menu__panel--parent-leave, .ma5menu__panel--parent-enter {
  z-index: 180;
  display: block; }

.ma5menu__panel--active-leave, .ma5menu__panel--active-enter {
  z-index: 190;
  display: block; }

.ma5menu__panel--active-enter {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.noie .ma5menu__panel--active-enter {
  -webkit-animation-name: ma5-panelIn;
  animation-name: ma5-panelIn; }

.ie .ma5menu__panel--active-enter {
  -webkit-animation-name: ma5-panelInIEphone;
  animation-name: ma5-panelInIEphone; }

@media (min-width: 768px) {
  .ie .ma5menu__panel--active-enter {
    -webkit-animation-name: ma5-panelInIEtablet;
    animation-name: ma5-panelInIEtablet; } }
.ma5menu__panel--active-leave {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.noie .ma5menu__panel--active-leave {
  -webkit-animation-name: ma5-panelOut;
  animation-name: ma5-panelOut; }

.ie .ma5menu__panel--active-leave {
  -webkit-animation-name: ma5-panelOutIEphone;
  animation-name: ma5-panelOutIEphone; }

@media (min-width: 768px) {
  .ie .ma5menu__panel--active-leave {
    -webkit-animation-name: ma5-panelOutIEtablet;
    animation-name: ma5-panelOutIEtablet; } }
.ma5menu__panel--parent-enter {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.noie .ma5menu__panel--parent-enter {
  -webkit-animation-name: ma5menuOut;
  animation-name: ma5menuOut; }

.ie .ma5menu__panel--parent-enter {
  -webkit-animation-name: ma5menuOutIEphone;
  animation-name: ma5menuOutIEphone; }

@media (min-width: 768px) {
  .ie .ma5menu__panel--parent-enter {
    -webkit-animation-name: ma5menuOutIEtablet;
    animation-name: ma5menuOutIEtablet; } }
.ma5menu__panel--parent-leave {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.noie .ma5menu__panel--parent-leave {
  -webkit-animation-name: ma5menuOutB;
  animation-name: ma5menuOutB; }

.ie .ma5menu__panel--parent-leave {
  -webkit-animation-name: ma5menuOutBIEphone;
  animation-name: ma5menuOutBIEphone; }

@media (min-width: 768px) {
  .ie .ma5menu__panel--parent-leave {
    -webkit-animation-name: ma5menuOutBIEtablet;
    animation-name: ma5menuOutBIEtablet; } }
.ma5menu__panel.lvl-0 {
  text-transform: uppercase; }

.ma5menu__panel.lvl-1 {
  text-transform: none; }

.ma5menu__panel > ul {
  margin: 0;
  padding: 0; }

.ma5menu__panel > ul li {
  position: relative;
  font-size: 0;
  padding-right: 0;
  margin-bottom: 0;
  line-height: 0; }

.ma5menu__panel > ul li:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.3); }

.ma5menu__panel > ul li a, .ma5menu__panel > ul li .ma5menu__category {
  display: inline-block;
  vertical-align: top;
  text-decoration: none !important;
  width: 100%;
  outline: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  pointer-events: none;
  letter-spacing: .3px;
  -webkit-transition: color .3s ease-out, background-color .3s ease-out;
  transition: color .3s ease-out, background-color .3s ease-out;
  padding: 15px 20px 15px 20px;
  font-size: 15px;
  line-height: 19px;
  overflow: hidden;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  min-height: 50px; }

.ma5menu__panel > ul li a {
  color: #fff;
  background-color: transparent; }

.ma5menu__panel > ul li a:hover {
  color: #ffc107;
  background-color: transparent;
  -webkit-transition: none;
  transition: none; }

.ma5menu__panel > ul li .ma5menu__category {
  position: relative;
  text-align: left;
  background-position: calc(100% - 13px) 50%;
  color: #fff;
  background-color: transparent; }

.ma5menu__panel > ul li .ma5menu__category:hover {
  color: #ffc107;
  background-color: transparent;
  -webkit-transition: none;
  transition: none; }

.ma5menu__panel > ul li .ma5menu__category.ma5menu__path {
  color: #ffc107 !important;
  background-color: transparent !important; }

.ma5menu__panel > ul li .ma5menu__category.ma5menu__path:hover {
  color: #ffc107 !important;
  background-color: transparent !important;
  -webkit-transition: none;
  transition: none; }

.ma5menu__panel > ul li > .ma5menu__btn--enter + a {
  padding-right: 60px;
  margin-right: -50px; }

.ma5menu__panel--active {
  z-index: 170;
  display: block; }

.ma5menu__panel--active > ul li a, .ma5menu__panel--active > ul li .ma5menu__category {
  pointer-events: auto; }

.ma5menu__btn--enter, .ma5menu__btn--leave {
  font-size: 13px;
  cursor: pointer;
  display: block;
  position: absolute;
  padding: 0;
  top: 0;
  height: 100%;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px 24px;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out; }

.ma5menu__btn--enter:hover, .ma5menu__btn--leave:hover {
  -webkit-transition: none;
  transition: none; }

.ma5menu__btn--enter {
  z-index: 0;
  left: auto;
  right: 0;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z%22/%3E%3C/svg%3E");
  width: 50px; }

.ma5menu__btn--enter:hover {
  color: #ffc107;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23ffc107%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z%22/%3E%3C/svg%3E"); }

.ma5menu__btn--enter:before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: -2px;
  background-color: transparent;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.ma5menu__btn--leave {
  left: 0;
  right: auto;
  color: #fff;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z%22/%3E%3C/svg%3E");
  width: 50px; }

.ma5menu__btn--leave:hover {
  color: #ffc107;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23ffc107%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z%22/%3E%3C/svg%3E"); }

.ma5menu__leave:hover .ma5menu__btn--leave {
  color: #ffc107;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23ffc107%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z%22/%3E%3C/svg%3E"); }

.ma5menu__btn--leave:before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  background-color: transparent;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.ma5menu__leave {
  font-size: 15px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  display: block;
  position: relative;
  padding: 0 44px 0 44px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 50px;
  line-height: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: -44px; }

.ma5menu__leave:hover {
  color: #ffc107;
  background-color: rgba(255, 255, 255, 0.1); }

.ma5menu__leave + .ma5menu__btn--enter {
  bottom: 0;
  height: calc(100% - 50px);
  top: auto; }

.ma5menu__path {
  color: #ffc107 !important;
  background-color: transparent !important; }

.ma5menu--overflow {
  overflow-x: hidden !important; }

.ma5menu--left:before, .ma5menu--right:before {
  content: "";
  display: block;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.01);
  z-index: -1;
  -webkit-transition: background-color 0.4s ease-out 0.5s, z-index 0.8s linear;
  transition: background-color 0.4s ease-out 0.5s, z-index 0.8s linear;
  width: 100%; }

.ma5menu--active:before {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: background-color 0.4s ease-in;
  transition: background-color 0.4s ease-in;
  z-index: 9000; }

.ma5menu--active > body .container * {
  -ms-touch-action: none;
  touch-action: none;
  pointer-events: none; }

@media (max-width: 767px) {
  .ma5menu--active > body * {
    pointer-events: none; }

  .ma5menu--active > body .ma5menu__toggle {
    pointer-events: auto; }

  .ma5menu--active > body .ma5menu__toggle * {
    pointer-events: auto; }

  .ma5menu--active > body .ma5menu__container {
    pointer-events: auto; }

  .ma5menu--active > body .ma5menu__container * {
    pointer-events: auto; }

  .ma5menu--active > body .ma5menu__container .ma5menu__alert {
    pointer-events: none; }

  .ma5menu--active > body .ma5menu__container--scroll {
    pointer-events: auto; } }
@media (max-width: 1199px) {
  .ma5menu--active.has-body-scrollbar {
    overflow: hidden;
    overflow-y: scroll;
    height: auto;
    min-height: 100%;
    -webkit-overflow-scrolling: touch; } }
.ma5menu--active.ma5menu--left:before {
  right: 0; }

.ma5menu--active.ma5menu--right:before {
  left: 0; }

.ma5menu--swipe {
  position: relative;
  overflow-x: hidden !important; }

.ma5menu--swipe body {
  position: relative; }

.ma5menu--swipe.ma5menu--left body {
  -webkit-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out;
  left: 0; }

.ma5menu--swipe.ma5menu--right body {
  -webkit-transition: right 0.5s ease-out;
  transition: right 0.5s ease-out;
  right: 0; }

.ma5menu--swipe.ma5menu--active.ma5menu--left body {
  left: 280px; }

@media (min-width: 768px) {
  .ma5menu--swipe.ma5menu--active.ma5menu--left body {
    left: 360px; } }
.ma5menu--swipe.ma5menu--active.ma5menu--right body {
  right: 280px; }

@media (min-width: 768px) {
  .ma5menu--swipe.ma5menu--active.ma5menu--right body {
    right: 360px; } }
.ma5menu__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

@-webkit-keyframes ma5-panelIn {
  0% {
    -webkit-transform: translate3d(280px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }
@keyframes ma5-panelIn {
  0% {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes ma5-panelOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(280px, 0, 0); } }
@keyframes ma5-panelOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0); } }
@-webkit-keyframes ma5menuIn {
  0% {
    -webkit-transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-280px, 0, 0); } }
@keyframes ma5menuIn {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0); } }
@-webkit-keyframes ma5menuOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-280px, 0, 0); } }
@keyframes ma5menuOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0); } }
@-webkit-keyframes ma5menuOutB {
  0% {
    -webkit-transform: translate3d(-280px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }
@keyframes ma5menuOutB {
  0% {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@media (min-width: 768px) {
  @-webkit-keyframes ma5-panelIn {
    0% {
      -webkit-transform: translate3d(360px, 0, 0); }
    100% {
      -webkit-transform: translate3d(0, 0, 0); } }
  @keyframes ma5-panelIn {
    0% {
      -webkit-transform: translate3d(360px, 0, 0);
      transform: translate3d(360px, 0, 0); }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
  @-webkit-keyframes ma5-panelOut {
    0% {
      -webkit-transform: translate3d(0, 0, 0); }
    100% {
      -webkit-transform: translate3d(360px, 0, 0); } }
  @keyframes ma5-panelOut {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    100% {
      -webkit-transform: translate3d(360px, 0, 0);
      transform: translate3d(360px, 0, 0); } }
  @-webkit-keyframes ma5menuIn {
    0% {
      -webkit-transform: translate3d(0, 0, 0); }
    100% {
      -webkit-transform: translate3d(-360px, 0, 0); } }
  @keyframes ma5menuIn {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    100% {
      -webkit-transform: translate3d(-360px, 0, 0);
      transform: translate3d(-360px, 0, 0); } }
  @-webkit-keyframes ma5menuOut {
    0% {
      -webkit-transform: translate3d(0, 0, 0); }
    100% {
      -webkit-transform: translate3d(-360px, 0, 0); } }
  @keyframes ma5menuOut {
    0% {
      -webkit-transform: translate3d(0, 0, 0); }
    100% {
      -webkit-transform: translate3d(-360px, 0, 0); } }
  @-webkit-keyframes ma5menuOutB {
    0% {
      -webkit-transform: translate3d(-360px, 0, 0); }
    100% {
      -webkit-transform: translate3d(0, 0, 0); } }
  @keyframes ma5menuOutB {
    0% {
      -webkit-transform: translate3d(-360px, 0, 0);
      transform: translate3d(-360px, 0, 0); }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } } }
@-webkit-keyframes ma5-panelInIEphone {
  0% {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes ma5-panelInIEphone {
  0% {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes ma5-panelOutIEphone {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0); } }
@keyframes ma5-panelOutIEphone {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0); } }
@-webkit-keyframes ma5menuInIEphone {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0); } }
@keyframes ma5menuInIEphone {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0); } }
@-webkit-keyframes ma5menuOutIEphone {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0); } }
@keyframes ma5menuOutIEphone {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0); } }
@-webkit-keyframes ma5menuOutBIEphone {
  0% {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes ma5menuOutBIEphone {
  0% {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes ma5-panelInIEtablet {
  0% {
    -webkit-transform: translate3d(360px, 0, 0);
    transform: translate3d(360px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes ma5-panelInIEtablet {
  0% {
    -webkit-transform: translate3d(360px, 0, 0);
    transform: translate3d(360px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes ma5-panelOutIEtablet {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(360px, 0, 0);
    transform: translate3d(360px, 0, 0); } }
@keyframes ma5-panelOutIEtablet {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(360px, 0, 0);
    transform: translate3d(360px, 0, 0); } }
@-webkit-keyframes ma5menuInIEtablet {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0); } }
@keyframes ma5menuInIEtablet {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0); } }
@-webkit-keyframes ma5menuOutIEtablet {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0); } }
@keyframes ma5menuOutIEtablet {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0); } }
@-webkit-keyframes ma5menuOutBIEtablet {
  0% {
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes ma5menuOutBIEtablet {
  0% {
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes ma5-arrowDown {
  0% {
    opacity: 1; }
  40% {
    opacity: 0; }
  60% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
@keyframes ma5-arrowDown {
  0% {
    opacity: 1; }
  40% {
    opacity: 0; }
  60% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

@-webkit-keyframes placeHolderAnim {
  0% {
    background-position: -468px 0; }
  to {
    background-position: 468px 0; } }

@keyframes placeHolderAnim {
  0% {
    background-position: -468px 0; }
  to {
    background-position: 468px 0; } }
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
.allicons > div {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #000000;
  margin: 5px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all .35s ease;
  transition: all .35s ease; }
  .allicons > div:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out; }
  .allicons > div i {
    font-size: 25px;
    color: #000000;
    vertical-align: middle;
    -webkit-transition: all .35s ease;
    transition: all .35s ease; }
  .allicons > div:hover, .allicons > div.is--active {
    background: #000000; }
    .allicons > div:hover i, .allicons > div.is--active i {
      color: #ffffff; }
      .allicons > div:hover i:after, .allicons > div.is--active i:after {
        content: attr(class);
        text-align: center;
        position: fixed;
        left: 0;
        bottom: 10px;
        width: 100%;
        font-size: 15px;
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        background: #232323;
        padding: 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        z-index: 999; }

[class*=icon-] {
  font-family: "xicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html,
body {
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)) ;
  font-family: "Montserrat";
  color: #000000;
  font-weight: 400; }

p {
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)) ;
  color: #414141;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 20px 0; }

.h1 {
  font-size: calc(25px + (50 - 25) * (100vw - 320px) / (1920 - 320)) ;
  color: #000000;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 20px 0; }
  .h1 span {
    color: #B90B2E;
    font-weight: 500; }

.h2 {
  font-size: calc(25px + (44 - 25) * (100vw - 320px) / (1920 - 320)) ;
  color: #000000;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px 0; }

.h3 {
  font-size: calc(25px + (44 - 25) * (100vw - 320px) / (1920 - 320)) ;
  color: #000000;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px 0; }

.h4 {
  font-size: calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320)) ;
  color: #1C1C1C;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 20px 0; }
  .h4.fs-24 {
    font-size: calc(17px + (24 - 17) * (100vw - 320px) / (1920 - 320)) ; }

.h5 {
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)) ;
  color: #000000;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 20px 0; }

.h6 {
  font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320)) ;
  color: #1C1C1C;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px 0; }

.heading1 .h3 {
  text-decoration: underline;
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
  color: #000000;
  font-weight: 700;
  margin: 5px 0 10px 0; }

.f-12 {
  font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320)) ; }

.fw-3 {
  font-weight: 300; }
.fw-4 {
  font-weight: 400 !important; }
.fw-5 {
  font-weight: 500 !important; }
.fw-6 {
  font-weight: 600 !important; }
.fw-7 {
  font-weight: 700 !important; }

.s-font {
  font-family: "Montserrat"; }

.lh-7 {
  line-height: .7 !important; }
.lh-8 {
  line-height: .8; }
.lh-9 {
  line-height: .9; }
.lh-1 {
  line-height: 1; }
.lh-12 {
  line-height: 1.2; }
.lh-13 {
  line-height: 1.3; }
.lh-14 {
  line-height: 1.4; }
.lh-15 {
  line-height: 1.5; }
.lh-16 {
  line-height: 1.6; }
.lh-17 {
  line-height: 1.7; }
.lh-18 {
  line-height: 1.8; }
.lh-19 {
  line-height: 1.9; }
.lh-20 {
  line-height: 2; }

.f-10 {
  font-size: calc(8px + (10 - 8) * (100vw - 320px) / (1920 - 320)) ; }
.f-11 {
  font-size: calc(9px + (11 - 9) * (100vw - 320px) / (1920 - 320)) ; }
.f-12 {
  font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320)) ; }
.f-13 {
  font-size: calc(11px + (13 - 11) * (100vw - 320px) / (1920 - 320)) ; }
.f-14 {
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ; }
.f-15 {
  font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)) ; }
.f-16 {
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)) ; }
.f-17 {
  font-size: calc(13px + (17 - 13) * (100vw - 320px) / (1920 - 320)) ; }
.f-18 {
  font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320)) ; }
.f-19 {
  font-size: calc(13px + (19 - 13) * (100vw - 320px) / (1920 - 320)) ; }
.f-20 {
  font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)) ; }
.f-21 {
  font-size: calc(14px + (21 - 14) * (100vw - 320px) / (1920 - 320)) ; }
.f-22 {
  font-size: calc(14px + (22 - 14) * (100vw - 320px) / (1920 - 320)) ; }
.f-23 {
  font-size: calc(15px + (23 - 15) * (100vw - 320px) / (1920 - 320)) ; }
.f-24 {
  font-size: calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320)) ; }
.f-25 {
  font-size: calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)) ; }
.f-26 {
  font-size: calc(15px + (26 - 15) * (100vw - 320px) / (1920 - 320)) ; }
.f-27 {
  font-size: calc(16px + (27 - 16) * (100vw - 320px) / (1920 - 320)) ; }
.f-28 {
  font-size: calc(16px + (28 - 16) * (100vw - 320px) / (1920 - 320)) ; }
.f-29 {
  font-size: calc(17px + (29 - 17) * (100vw - 320px) / (1920 - 320)) ; }
.f-30 {
  font-size: calc(18px + (30 - 18) * (100vw - 320px) / (1920 - 320)) ; }
.f-31 {
  font-size: calc(18px + (31 - 18) * (100vw - 320px) / (1920 - 320)) ; }
.f-32 {
  font-size: calc(18px + (32 - 18) * (100vw - 320px) / (1920 - 320)) ; }
.f-34 {
  font-size: calc(19px + (34 - 19) * (100vw - 320px) / (1920 - 320)) ; }
.f-35 {
  font-size: calc(19px + (35 - 19) * (100vw - 320px) / (1920 - 320)) ; }

.form-group {
  margin-bottom: 20px; }
  .form-group.flex-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 5px; }
    .form-group.flex-group .label {
      color: #000000;
      font-weight: 400;
      font-size: 10px;
      margin: 0; }
    .form-group.flex-group.sty1 .label {
      color: #000000;
      font-weight: 400;
      font-size: 14px;
      margin: 0; }

.claim-form .form-control:focus {
  border: 1px solid #B90B2E; }
.claim-form .iti__selected-country-primary {
  border-radius: 10px 0 0 10px; }

.textarea,
.form-control {
  font-size: calc(11px + (13 - 11) * (100vw - 320px) / (1920 - 320)) ;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #C7C7C7;
  border-radius: 10px;
  line-height: normal;
  overflow: hidden;
  font-weight: 400;
  width: 100%;
  padding: 12px 10px;
  height: 40px;
  text-align: left;
  -webkit-transition: all .35s ease;
  transition: all .35s ease; }
  .textarea::-webkit-input-placeholder,
  .form-control::-webkit-input-placeholder {
    color: #9A9A9A;
    font-size: 12px;
    font-weight: 400; }
  .textarea:-ms-input-placeholder,
  .form-control:-ms-input-placeholder {
    color: #9A9A9A;
    font-size: 12px;
    font-weight: 400; }
  .textarea::-ms-input-placeholder,
  .form-control::-ms-input-placeholder {
    color: #9A9A9A;
    font-size: 12px;
    font-weight: 400; }
  .textarea::placeholder,
  .form-control::placeholder {
    color: #9A9A9A;
    font-size: 12px;
    font-weight: 400; }
  .textarea.is--error,
  .form-control.is--error {
    border-color: red !important; }
  .textarea[read-only],
  .form-control[read-only] {
    color: #232323;
    background-color: #ffffff; }
  .textarea.is--disabled,
  .form-control.is--disabled {
    background-color: #ffffff;
    color: #eeeeee; }
  .textarea.is--focus,
  .form-control.is--focus {
    background-color: #ffffff; }
  .textarea.is--used,
  .form-control.is--used {
    background-color: #ffffff; }
  .textarea:focus,
  .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.select2-results__options, .select2-search__field {
  font-size: 12px !important; }

.form-select {
  position: relative; }
  .form-select .form-control {
    height: 40px !important;
    width: 100% !important; }
  .form-select .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #C7C7C7;
    font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320)) ; }
  .form-select .select2-selection__arrow {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: auto !important; }
  .form-select .select2-selection__clear {
    display: none !important; }

.custom-selection {
  position: relative;
  /* ⭐ FIX 1 — focus/open par border-radius tootne na do */
  /* ⭐ FIX 2 — dropdown thoda neeche aaye, taake border-radius cut na ho */
  /* ⭐ FIX 3 — container overflow allow kare, warna radius cut hota hai */ }
  .custom-selection .form-control {
    height: 40px !important;
    width: 100% !important; }
  .custom-selection .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 49px;
    border-radius: 10px;
    border-radius: 50px;
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ;
    padding: 0 20px;
    color: #414141;
    background-color: #F3F3F3;
    border: none; }
  .custom-selection .select2-selection__arrow {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: auto !important; }
  .custom-selection .select2-selection__clear {
    display: none !important; }
  .custom-selection .select2-container--default.select2-container--focus .select2-selection--single,
  .custom-selection .select2-container--default .select2-selection--single:focus,
  .custom-selection .select2-container--default.select2-container--open .select2-selection--single {
    border-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-color: #C7C7C7 !important; }
  .custom-selection .select2-container--open .select2-dropdown {
    margin-top: 6px !important;
    border-radius: 0 0 50px 50px !important;
    -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08) !important;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08) !important; }
  .custom-selection .select2-container {
    overflow: visible !important;
    z-index: 1; }

.animateLable {
  position: relative;
  margin-bottom: 20px; }
  .animateLable .label {
    left: 20px;
    top: 50%;
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320)) ;
    font-weight: 400;
    color: #9A9A9A;
    margin-bottom: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    position: absolute;
    line-height: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none; }
    .animateLable .label::before {
      content: '';
      position: absolute;
      top: -1px;
      bottom: -1px;
      left: -3px;
      right: -3px;
      z-index: 1;
      background: #ffffff; }
    .animateLable .label span {
      position: relative;
      z-index: 2; }
  .animateLable .form-control {
    padding: 10px 20px;
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320)) ;
    border-radius: 10px;
    background: #ffffff;
    border-color: #9A9A9A;
    height: 60px; }
    .animateLable .form-control.is--focus {
      border-color: #B90B2E; }
    .animateLable .form-control.is--used {
      border-color: #B90B2E; }
    .animateLable .form-control:focus {
      border-color: #B90B2E; }
  .animateLable .form-ic {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .animateLable .form-ic i {
      color: #717171;
      font-style: 14px; }
  .animateLable.is--focus .form-ic, .animateLable.is--used .form-ic {
    visibility: hidden;
    opacity: 0; }
  .animateLable.is--focus .form-control, .animateLable.is--used .form-control {
    border-color: #B90B2E; }
  .animateLable.is--focus .label, .animateLable.is--used .label {
    top: 0;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
    color: #B90B2E;
    font-weight: 600;
    opacity: 1; }
    .animateLable.is--focus .label span, .animateLable.is--used .label span {
      color: #B90B2E; }
  .animateLable select {
    color: #AEAEAE; }
    .animateLable select option {
      color: #000000; }
  .animateLable .dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #9A9A9A;
    border-radius: 10px;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 5px;
    display: none;
    z-index: 10; }
    .animateLable .dropdown-list li {
      padding: 10px 20px;
      cursor: pointer;
      -webkit-transition: background 0.2s ease;
      transition: background 0.2s ease; }
      .animateLable .dropdown-list li:hover {
        background: #f2f2f2; }
  .animateLable.icon.is--focus .form-ic, .animateLable.icon.is--used .form-ic {
    visibility: visible;
    opacity: 1; }
  @media (max-width: 991px) {
    .animateLable .form-control {
      height: 45px; } }

.sameonwhatsapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0; }
  .sameonwhatsapp .custom-checkbox {
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .sameonwhatsapp label {
    margin-bottom: 0; }

.iti,
select {
  width: 100%;
  font-size: 14px; }

.iti--allow-dropdown.iti--show-flags .iti__selected-dial-code {
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
  font-weight: 400; }

.iti__arrow {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 5px;
  pointer-events: auto; }

.textarea {
  height: 220px; }
  .textarea.form-control {
    height: 220px; }

.label {
  font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320)) ;
  font-weight: 700;
  color: #000000;
  position: relative;
  display: block;
  margin-bottom: 5px; }

.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  gap: 0 12px; }
  .custom-checkbox .label {
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320)) ;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
    color: #232323; }
  .custom-checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    width: 18px;
    height: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border: 2px solid #333;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .custom-checkbox input:checked {
      background-color: #B90B2E;
      border-color: #B90B2E; }
    .custom-checkbox input::after {
      content: "";
      position: absolute;
      display: none; }
    .custom-checkbox input:checked::after {
      display: block;
      top: 0px;
      left: 4px;
      width: 6px;
      height: 12px;
      border: solid white;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .custom-checkbox.sty1 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .custom-checkbox.sty1 input {
      top: 2px; }

.custom-radio {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #fff9e9;
  border-radius: 50%;
  padding: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .custom-radio input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0; }
    .custom-radio input:checked ~ .as-radio,
    .custom-radio input [checked="checked"] ~ .as-radio {
      background-color: #B90B2E; }
  .custom-radio:hover {
    border-color: #000000; }
  .custom-radio:focus {
    border-color: #000000; }
  .custom-radio .as-radio {
    width: 50%;
    height: 50%;
    border-radius: 50%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: transparent; }

.search-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0; }
  .search-box .form-control {
    padding-right: 40px; }
  .search-box .btn {
    background-color: transparent;
    border-radius: 2px;
    height: 28px;
    width: 28px;
    text-align: center;
    border: 0;
    position: absolute;
    right: 1px;
    top: 1px;
    margin: 0;
    line-height: 0;
    padding: 0;
    color: #B90B2E; }
    .search-box .btn > i {
      padding: 0; }
    .search-box .btn:hover {
      background-color: #eeeeee; }

.btn {
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)) ;
  font-family: "Montserrat";
  font-weight: 500;
  padding: 10px 25px;
  border-radius: 100px;
  text-align: center; }
  @media (max-width: 991px) {
    .btn {
      padding: 8px 18px; } }
  .btn.btn-primary {
    background-color: #B90B2E;
    border-color: #B90B2E;
    color: #ffffff;
    padding: 10px 35px; }
    .btn.btn-primary.flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .btn.btn-primary.lg {
      border-radius: 100px;
      padding: 10px 60px; }
    .btn.btn-primary.md {
      border-radius: 10px;
      padding: 12px 20px; }
    .btn.btn-primary.account {
      border-radius: 12px;
      gap: 0 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 8px 55px; }
      .btn.btn-primary.account i {
        font-size: 10px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transition: .32s all ease-out;
        transition: .32s all ease-out; }
      .btn.btn-primary.account:hover i {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
    .btn.btn-primary:not(:disabled):not(.disabled).active:focus, .btn.btn-primary:not(:disabled):not(.disabled):active:focus, .btn.btn-primary.focus, .btn.btn-primary:focus {
      -webkit-box-shadow: 0 0 2px 0.2rem rgba(185, 11, 46, 0.3);
              box-shadow: 0 0 2px 0.2rem rgba(185, 11, 46, 0.3); }
    .btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:hover, .btn.btn-primary.focus, .btn.btn-primary:focus {
      background-color: #FFC200;
      border-color: #FFC200;
      color: #000000; }
    .btn.btn-primary.bx-shade {
      -webkit-box-shadow: 0px 0px 30px #B90B2E;
              box-shadow: 0px 0px 30px #B90B2E; }
      .btn.btn-primary.bx-shade:not(:disabled):not(.disabled).active, .btn.btn-primary.bx-shade:not(:disabled):not(.disabled):active, .btn.btn-primary.bx-shade:hover, .btn.btn-primary.bx-shade.focus, .btn.btn-primary.bx-shade:focus {
        background-color: #FFC200;
        border-color: #FFC200;
        -webkit-box-shadow: 0px 0px 30px #FFC200;
                box-shadow: 0px 0px 30px #FFC200;
        color: #000000; }
    @media (max-width: 991px) {
      .btn.btn-primary {
        padding: 8px 30px !important;
        border-radius: 20px !important; }
        .btn.btn-primary.md {
          border-radius: 10px !important; } }
  .btn.btn-transparent {
    background-color: transparent;
    border-color: #B90B2E;
    color: #B90B2E;
    padding: 12px 20px;
    border-radius: 10px; }
    .btn.btn-transparent.flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .btn.btn-transparent:not(:disabled):not(.disabled).active:focus, .btn.btn-transparent:not(:disabled):not(.disabled):active:focus, .btn.btn-transparent.focus, .btn.btn-transparent:focus {
      -webkit-box-shadow: 0 0 2px 0.2rem rgba(185, 11, 46, 0.3);
              box-shadow: 0 0 2px 0.2rem rgba(185, 11, 46, 0.3); }
    .btn.btn-transparent:not(:disabled):not(.disabled).active, .btn.btn-transparent:not(:disabled):not(.disabled):active, .btn.btn-transparent:hover, .btn.btn-transparent.focus, .btn.btn-transparent:focus {
      background-color: #FFC200;
      border-color: #FFC200;
      color: #000000; }
    .btn.btn-transparent.bx-shade {
      -webkit-box-shadow: 0px 0px 30px #B90B2E;
              box-shadow: 0px 0px 30px #B90B2E; }
      .btn.btn-transparent.bx-shade:not(:disabled):not(.disabled).active, .btn.btn-transparent.bx-shade:not(:disabled):not(.disabled):active, .btn.btn-transparent.bx-shade:hover, .btn.btn-transparent.bx-shade.focus, .btn.btn-transparent.bx-shade:focus {
        background-color: #FFC200;
        border-color: #FFC200;
        -webkit-box-shadow: 0px 0px 30px #FFC200;
                box-shadow: 0px 0px 30px #FFC200;
        color: #000000; }
    @media (max-width: 991px) {
      .btn.btn-transparent {
        padding: 8px 20px; } }
  .btn.btn-secondary {
    background-color: #FFC200;
    border-color: #FFC200;
    color: #000000; }
    .btn.btn-secondary.lg {
      padding: 10px 35px; }
    .btn.btn-secondary.md {
      border-radius: 10px;
      padding: 12px 20px; }
    .btn.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn.btn-secondary.focus, .btn.btn-secondary:focus {
      -webkit-box-shadow: 0 0 2px 0.2rem rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 2px 0.2rem rgba(0, 0, 0, 0.3); }
    .btn.btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:hover, .btn.btn-secondary.focus, .btn.btn-secondary:focus {
      background-color: #B90B2E;
      border-color: #B90B2E;
      color: #ffffff; }
    @media (max-width: 991px) {
      .btn.btn-secondary {
        padding: 8px 30px !important;
        border-radius: 20px !important; } }
  .btn.btn-Blue4 {
    background-color: #1D90FF;
    border-color: #1D90FF;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 400;
    padding: 12px 60px; }
    .btn.btn-Blue4:not(:disabled):not(.disabled).active:focus, .btn.btn-Blue4:not(:disabled):not(.disabled):active:focus, .btn.btn-Blue4.focus, .btn.btn-Blue4:focus {
      -webkit-box-shadow: 0 0 2px 0.2rem rgba(29, 144, 255, 0.3);
              box-shadow: 0 0 2px 0.2rem rgba(29, 144, 255, 0.3); }
    .btn.btn-Blue4:not(:disabled):not(.disabled).active, .btn.btn-Blue4:not(:disabled):not(.disabled):active, .btn.btn-Blue4:hover, .btn.btn-Blue4.focus, .btn.btn-Blue4:focus {
      background-color: #B90B2E;
      border-color: #B90B2E;
      color: #ffffff; }
    @media (max-width: 991px) {
      .btn.btn-Blue4 {
        padding: 8px 30px !important;
        border-radius: 20px !important; } }
  .btn.btn-round {
    border-radius: 25px;
    background-color: transparent;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320)) ;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #FFC200; }
    .btn.btn-round i {
      color: #ffffff;
      -webkit-transition: .25s all ease-in;
      transition: .25s all ease-in;
      display: block;
      font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)) ; }
    .btn.btn-round:not(:disabled):not(.disabled).active:focus, .btn.btn-round:not(:disabled):not(.disabled):active:focus, .btn.btn-round.focus, .btn.btn-round:focus {
      -webkit-box-shadow: 0 0 2px 0.2rem rgba(255, 194, 0, 0.3);
              box-shadow: 0 0 2px 0.2rem rgba(255, 194, 0, 0.3); }
    .btn.btn-round:not(:disabled):not(.disabled).active, .btn.btn-round:not(:disabled):not(.disabled):active, .btn.btn-round:hover, .btn.btn-round.focus, .btn.btn-round:focus {
      background-color: #B90B2E;
      border-color: #B90B2E; }
      .btn.btn-round:not(:disabled):not(.disabled).active i, .btn.btn-round:not(:disabled):not(.disabled):active i, .btn.btn-round:hover i, .btn.btn-round.focus i, .btn.btn-round:focus i {
        -webkit-transform: rotate(-25deg);
                transform: rotate(-25deg); }
  .btn.btn-link {
    color: #007ADE;
    padding: 0 0;
    font-weight: 500;
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ;
    position: relative;
    line-height: normal; }
    .btn.btn-link:before {
      content: "";
      position: absolute;
      top: 100%;
      right: 0;
      height: 1px;
      width: 100%;
      background-color: #007ADE;
      -webkit-transition: .35s all ease-in-out;
      transition: .35s all ease-in-out; }
    .btn.btn-link:hover, .btn.btn-link.focus, .btn.btn-link:focus {
      text-decoration: none;
      color: #007ADE; }
      .btn.btn-link:hover:before, .btn.btn-link.focus:before, .btn.btn-link:focus:before {
        width: 0; }
    .btn.btn-link.link-white {
      color: #ffffff; }
      .btn.btn-link.link-white:hover, .btn.btn-link.link-white.focus, .btn.btn-link.link-white:focus {
        color: #B90B2E; }
  .btn.is-disabled, .btn.disabled, .btn:disabled,
  .btn [disabled],
  .btn [disabled="disabled"] {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #ffffff;
    cursor: none; }
  .btn.sm-pd {
    padding: 5px 10px; }
  .btn.md-pd {
    padding: 5px 20px; }
  .btn.xl-pd {
    padding: 11px 20px;
    font-size: calc(12px + (17 - 12) * (100vw - 320px) / (1920 - 320)) ; }
  .btn.min-wd100 {
    min-width: 100px; }
  .btn.wdper-100 {
    width: 100%; }

button:focus,
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }

.form_message {
  display: none; }

.formStepsSec {
  height: 55px; }

.form-steps {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  height: 0; }
  .form-steps.is--active {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    height: auto; }

.selects-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 50px;
  max-width: 50%; }
  .selects-area .label {
    margin-bottom: 0;
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ;
    font-weight: 400; }
  .selects-area .custom-form {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }

.phone-group .iti__country-container button {
  overflow: hidden; }

html {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100vh;
  overflow-x: hidden; }
  body.is--menu {
    overflow: hidden; }

*,
*:after,
*:before {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  max-width: 100%; }

a {
  text-decoration: none !important;
  outline: none !important;
  color: #B90B2E; }
  a:hover {
    color: #000000; }

svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.js-tosvg {
  max-width: 100%;
  max-height: 100%; }
  .js-tosvg polygon,
  .js-tosvg path {
    -webkit-transition: fill .35s linear;
    transition: fill .35s linear; }

input::-ms-clear {
  display: none; }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .container {
    max-width: 1320px; } }

.defaultOverlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  width: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2); }

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0; }

.is--menu .defaultOverlay {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit; }

.bgc-iPrimary {
  background-color: #B90B2E; }
.bgc-iSecondary {
  background-color: #FFC200; }
.bgc-black {
  background-color: #000000; }
.bgc-white {
  background-color: #ffffff; }
.bgc-box1 {
  background-color: #FDECEC; }
.bgc-box2 {
  background-color: #EEF5FF; }
.bgc-box3 {
  background-color: #FFEEFA; }
.bgc-box4 {
  background-color: #FEF5E9; }
.bgc-box5 {
  background-color: #E5FDDE; }
.bgc-box6 {
  background-color: #F0F2FF; }
.bgc-box7 {
  background-color: #BFECFF; }
.bgc-box8 {
  background-color: #FFEDC8; }
.bgc-Gray12 {
  background-color: #FBFBFB !important; }

.gradient-1 {
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(42%, #282828), color-stop(87%, #2f312c), color-stop(99%, #1e1e1e));
  background: linear-gradient(to bottom, black 0%, #282828 42%, #2f312c 87%, #1e1e1e 99%); }

.cl-primary {
  color: #B90B2E; }
.cl-secondary {
  color: #FFC200 !important; }
.cl-white {
  color: #ffffff; }
.cl-black {
  color: #000000; }
.cl-black1 {
  color: #414141; }
.cl-black3 {
  color: #1C1C1C !important; }
.cl-Blue2 {
  color: #2F80ED; }
.cl-Blue3 {
  color: #202AE8; }
.cl-Gray13 {
  color: #6C6C6C; }
.cl-Gray23 {
  color: #4F4F4F; }
.cl-red2 {
  color: #BE1E2D; }

.stripe {
  padding: 50px 0;
  position: relative; }
  .stripe-1 {
    padding-top: 80px;
    position: relative; }
  .stripe-2 {
    padding-bottom: 80px;
    position: relative; }
  .stripe-3 {
    padding: 80px 0;
    position: relative; }
    @media (max-width: 991px) {
      .stripe-3 {
        padding: 50px 0; } }
  .stripe-4 {
    padding: 200px 0 80px;
    position: relative; }
    @media (max-width: 991px) {
      .stripe-4 {
        padding: 50px 0; } }
  .stripe-5 {
    padding: 145px 0;
    position: relative; }
    @media (max-width: 1600px) {
      .stripe-5 {
        padding: 110px 0; } }
    @media (max-width: 1199px) {
      .stripe-5 {
        padding: 70px 0; } }

.fflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .fflex.jc-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .fflex.jc-fe {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .fflex.jc-sb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .fflex.ai-c {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .fflex.ai-fe {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .fflex.fd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .fflex.fw-w {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.wdper-50 {
  width: 50%; }
.wdper-60 {
  width: 60%; }
.wdper-100 {
  width: 100%; }

.wdpx-10 {
  width: 10px; }

.calcwd-100 {
  width: calc(100% - 20px); }

.ht-100 {
  height: 100%; }

.minht-100 {
  height: 100%; }

.maxht-100 {
  height: 100%; }

.calcht-100 {
  height: calc(100% - 20px); }

.pl-10,
.plr-10 {
  padding-left: 10px; }

.pr-10,
.plr-10 {
  padding-right: 10px; }

.pt-20,
.ptb-20 {
  padding-top: 20px; }

.pb-10,
.ptb-10 {
  padding-bottom: 10px; }

.ml-10,
.mlr-10 {
  margin-left: 10px; }

.mr-10,
.mlr-10 {
  margin-right: 10px; }

.mt-20,
.mtb-20 {
  margin-top: 20px; }
.mt-30,
.mtb-30 {
  margin-top: 30px; }

.mb-10,
.mtb-10 {
  margin-bottom: 10px; }
.mb-20,
.mtb-20 {
  margin-bottom: 20px; }

.parallax-sec {
  text-align: center;
  color: #ffffff; }
  .parallax-sec .heading1 {
    position: relative; }
    .parallax-sec .heading1 p {
      color: #ffffff; }
    .parallax-sec .heading1 h4 {
      color: #ffffff; }
    .parallax-sec .heading1 h3 {
      color: #B90B2E; }
  .parallax-sec .zindex1 {
    position: relative; }
    .parallax-sec .zindex1 p {
      color: #ffffff; }

.bg-detail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.flex-50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .flex-50 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 575px) {
      .flex-50 > li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }

.pointer-none {
  pointer-events: none; }

.tabs-sec .tabs-content {
  display: none; }
  .tabs-sec .tabs-content.is--active {
    display: block; }

.accordion-wrapper:last-child .accor-row:last-child {
  margin-bottom: 0; }
.accordion-wrapper .accor-row {
  margin: 15px 0;
  overflow: hidden; }
  .accordion-wrapper .accor-row:last-child {
    margin-bottom: 35px; }
  .accordion-wrapper .accor-row.is-active {
    background-color: transparent; }
    .accordion-wrapper .accor-row.is-active .js-accor-link {
      background-color: #B90B2E;
      color: #fff; }
  .accordion-wrapper .accor-row .js-accor-link {
    padding: 6px 20px;
    cursor: pointer;
    background: #F0EFEF;
    border-radius: 10px;
    color: #414141;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
    position: relative;
    z-index: 1; }
    .accordion-wrapper .accor-row .js-accor-link .accor-ic i {
      font-size: calc(7px + (8 - 7) * (100vw - 320px) / (1920 - 320)) ; }
    .accordion-wrapper .accor-row .js-accor-link h3 {
      margin: 0; }
  .accordion-wrapper .accor-row .accor-content {
    display: none;
    padding: 10px;
    background: #F0EFEF;
    position: relative; }
    .accordion-wrapper .accor-row .accor-content::before {
      position: absolute;
      content: "";
      background-color: #F0EFEF;
      width: 100%;
      height: 35px;
      top: -17px;
      left: 0;
      right: 0;
      pointer-events: none;
      z-index: 0; }
    .accordion-wrapper .accor-row .accor-content p {
      position: relative;
      margin: 0;
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ; }
    .accordion-wrapper .accor-row .accor-content.opened-accor-content p:not(:last-child) {
      margin: 0 0 15px 0; }
    .accordion-wrapper .accor-row .accor-content ul {
      list-style: disc;
      padding-left: 20px; }
      .accordion-wrapper .accor-row .accor-content ul li {
        font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
        color: #414141; }
        .accordion-wrapper .accor-row .accor-content ul li::marker {
          font-size: calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)) ; }
.accordion-wrapper.order-wrapper {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
  border-radius: 4px; }
  .accordion-wrapper.order-wrapper .accor-row.is-active {
    background-color: transparent; }
    .accordion-wrapper.order-wrapper .accor-row.is-active .js-accor-link {
      background-color: #ffffff;
      color: #000000; }
  .accordion-wrapper.order-wrapper .accor-row .js-accor-link {
    padding: 12px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)) ;
    color: #000000;
    position: relative;
    font-weight: 700;
    border-radius: 0; }
    .accordion-wrapper.order-wrapper .accor-row .js-accor-link .accor-ic i {
      font-size: calc(7px + (8 - 7) * (100vw - 320px) / (1920 - 320)) ;
      color: #000000; }
  .accordion-wrapper.order-wrapper .accor-row .accor-content {
    display: none;
    padding: 10px 20px;
    background: #ffffff; }
    .accordion-wrapper.order-wrapper .accor-row .accor-content::before {
      background-color: transparent; }
    .accordion-wrapper.order-wrapper .accor-row .accor-content.opened-accor-content p:not(:last-child) {
      margin: 0 0 15px 0; }
    .accordion-wrapper.order-wrapper .accor-row .accor-content ul {
      list-style: none;
      padding-left: 0; }

.hover-box {
  position: relative; }
  .hover-box:hover .reveal-bg {
    opacity: 1; }
  .hover-box .reveal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 238px;
    height: 238px;
    opacity: 0;
    margin: -150px 0 0 -150px;
    overflow: hidden;
    pointer-events: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 5; }
    @media (max-width: 767px) {
      .hover-box .reveal-bg {
        width: 150px;
        height: 150px; } }

.hover-wrap {
  margin-top: 50px; }

.hover-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 15px;
  padding: 15px;
  position: relative; }
  .hover-flex:before {
    content: '';
    position: absolute;
    background: blue;
    left: 0;
    top: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
    margin: auto; }
  .hover-flex .hover-ic {
    color: #ffffff;
    font-size: calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)) ;
    width: calc(35px + (96 - 35) * (100vw - 320px) / (1920 - 320));
    height: calc(35px + (96 - 35) * (100vw - 320px) / (1920 - 320));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    overflow: hidden; }
    .hover-flex .hover-ic:before {
      content: '';
      position: absolute;
      background: #FFC200;
      left: 0;
      top: 0;
      height: 100%;
      border-radius: 10px;
      width: 100%;
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transition: all .9s ease-in-out;
      transition: all .9s ease-in-out;
      z-index: -1; }
  .hover-flex:hover {
    border-color: transparent; }
    .hover-flex:hover::before {
      height: 100%; }
    .hover-flex:hover .hover-ic::before {
      -webkit-transform: scale(1);
              transform: scale(1); }
  @media (max-width: 767px) {
    .hover-flex {
      margin-bottom: 8px;
      padding: 8px; } }

@media (max-width: 991px) {
  br {
    display: none; } }

.no-before::before {
  content: none; }

@media (max-width: 991px) {
  .md-none {
    display: none; } }

@media (max-width: 991px) {
  .md-block {
    display: block !important; } }

@media (max-width: 991px) {
  .md-20 {
    margin-bottom: 20px; } }

@media (max-width: 991px) {
  .md-10 {
    margin-bottom: 10px; } }

@media (max-width: 991px) {
  .pt-mdt-0 {
    padding-top: 0; } }

@media (max-width: 991px) {
  .px-mdd-15 {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 991px) {
  .mdt-20 {
    margin-top: 20px; } }

.img-100 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.bx {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15); }

@media (min-width: 992px) {
  .pr-md-0 {
    padding-right: 0 !important; } }
.dtbl {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .dtbl .dtd {
    display: table-cell;
    vertical-align: top; }

::-webkit-scrollbar {
  width: 8px;
  background-color: #000; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #eee;
          box-shadow: inset 0 0 5px #eee; }

::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#B90B2E));
  background: linear-gradient(transparent, #B90B2E);
  border-radius: 6px; }

.bx-shadow {
  background: #ffffff;
  -webkit-box-shadow: -10px 0px 30px rgba(143, 143, 143, 0.25);
          box-shadow: -10px 0px 30px rgba(143, 143, 143, 0.25);
  border-radius: 40px; }
  @media (max-width: 991px) {
    .bx-shadow {
      border-radius: 20px; } }

.scambtn {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.signupalerbox p {
  margin-bottom: 0px !important; }

.img-responsive {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.anchor-underline {
  text-decoration: underline !important; }
  .anchor-underline.sty1:hover {
    color: #FFC200; }

.shape {
  position: absolute;
  pointer-events: none; }
  .shape.sitepanel-bg {
    top: 0;
    left: 0; }
  .shape.ad-bx {
    width: 40px;
    height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(143, 143, 143, 0.25);
    border-radius: 10px 0px 0px 0px;
    top: 0;
    left: 0; }
    .shape.ad-bx span {
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
      font-weight: 500;
      color: #000000; }
  .shape.bdr-line {
    background-color: #BDBDBD;
    bottom: 0;
    width: 90%;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0; }
    .shape.bdr-line.sty1 {
      width: 100%; }
  .shape.camera {
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #B90B2E;
    border-radius: 50%;
    z-index: 1;
    bottom: 10px;
    right: 10px; }
    .shape.camera i {
      color: #ffffff;
      font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320)) ; }

.pos-1 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(185, 11, 46, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  width: calc(500px + (829 - 500) * (100vw - 320px) / (1920 - 320));
  height: calc(500px + (829 - 500) * (100vw - 320px) / (1920 - 320));
  inset: 0;
  margin: auto; }
.pos-2 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(185, 11, 46, 0.25) 0%, rgba(246, 246, 246, 0.25) 100%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  width: calc(500px + (829 - 500) * (100vw - 320px) / (1920 - 320));
  height: calc(500px + (829 - 500) * (100vw - 320px) / (1920 - 320));
  left: -80%;
  border-radius: 50%;
  left: -28%; }
.pos-3 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(185, 11, 46, 0.3) 0%, rgba(24, 24, 24, 0.3) 100%);
  width: calc(500px + (773 - 500) * (100vw - 320px) / (1920 - 320));
  height: calc(500px + (773 - 500) * (100vw - 320px) / (1920 - 320));
  border-radius: 50%;
  -webkit-filter: blur(60px);
          filter: blur(60px);
  right: -5%;
  top: -29%;
  z-index: 0; }
.pos-4 {
  bottom: 0;
  left: 0; }
.pos-5 {
  opacity: 0.20;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -17%;
  left: 69%; }
.pos-6 {
  opacity: 0.20;
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -17%;
  left: 69%; }

.partner-abs {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 30px 30px 0 0;
  overflow: hidden; }
  @media (max-width: 991px) {
    .partner-abs {
      border-radius: 0; } }

.review-header {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px; }
  .review-header span {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
    color: #414141;
    margin-top: 5px;
    font-weight: 500; }
  .review-header h4 {
    font-size: calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320)) ;
    margin: 10px 0 10px 0;
    font-weight: 600;
    color: #B90B2E; }
  .review-header .review-head-badge-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px; }
    .review-header .review-head-badge-links a.inner-link {
      font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)) ;
      color: #B90B2E;
      font-weight: 500;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 5px; }
      .review-header .review-head-badge-links a.inner-link span {
        font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)) ;
        color: #1c1c1c;
        text-decoration: underline;
        font-weight: 400;
        margin: 0; }

.review-section .review-main-heading {
  font-size: calc(17px + (20 - 17) * (100vw - 320px) / (1920 - 320)) ;
  font-weight: 600;
  color: #1c1c1c; }
.review-section p {
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
  color: #414141;
  font-weight: 400; }

.tab-sec .tabs-content {
  display: none; }
  .tab-sec .tabs-content.is--active {
    display: block; }

.review-tab-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-bottom: 20px; }
  .review-tab-links li {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
    color: #414141;
    font-weight: 400;
    padding: 10px 25px;
    background: #F3F3F3;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: 0.35s ease-in-out all;
    transition: 0.35s ease-in-out all; }
    .review-tab-links li a {
      color: #000000; }
    .review-tab-links li.is--active, .review-tab-links li:hover {
      color: #000000;
      background-color: #FFC200; }

.review-form-body .rate {
  float: inline-start;
  height: 46px;
  padding: 0; }
  .review-form-body .rate input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    pointer-events: none; }
.review-form-body .rate:not(:checked) > input {
  position: absolute; }
.review-form-body .rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc; }
.review-form-body .rate:not(:checked) > label:before {
  content: '★ '; }
.review-form-body .rate > input:checked ~ label {
  color: #ffc700; }
.review-form-body .rate:not(:checked) > label:hover,
.review-form-body .rate:not(:checked) > label:hover ~ label {
  color: #deb217; }
.review-form-body .rate > input:checked + label:hover,
.review-form-body .rate > input:checked + label:hover ~ label,
.review-form-body .rate > input:checked ~ label:hover,
.review-form-body .rate > input:checked ~ label:hover ~ label,
.review-form-body .rate > label:hover ~ input:checked ~ label {
  color: #c59b08; }
.review-form-body .custom-form .form-control {
  padding-left: 35px;
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ; }
  .review-form-body .custom-form .form-control::-webkit-input-placeholder {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ; }
  .review-form-body .custom-form .form-control:-ms-input-placeholder {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ; }
  .review-form-body .custom-form .form-control::-ms-input-placeholder {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ; }
  .review-form-body .custom-form .form-control::placeholder {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ; }

.textarea-body span {
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
  color: #414141;
  font-weight: 400; }
  .textarea-body span strong {
    font-weight: 600; }

.verify-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 0 0; }
  .verify-options .option {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .verify-options .option input[type="radio"] {
      position: absolute;
      opacity: 0; }
    .verify-options .option input:checked + label::after {
      content: "";
      width: 6px;
      height: 6px;
      background: #c02533;
      /* your primary color */
      border-radius: 50%;
      position: absolute;
      left: 2px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .verify-options .option label {
      padding-left: 17px;
      cursor: pointer;
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
      color: #333;
      position: relative; }
      .verify-options .option label::before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 2px solid #ccc;
        background-color: #ccc;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }

.review-box {
  position: relative;
  width: 100%; }
  .review-box textarea {
    width: 100%;
    padding: 18px;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
    resize: none;
    border-radius: 20px;
    border: 1px solid #D8D8D8;
    background: #FFFBEF;
    outline: none; }
    .review-box textarea::-webkit-input-placeholder {
      color: #414141; }
    .review-box textarea:-ms-input-placeholder {
      color: #414141; }
    .review-box textarea::-ms-input-placeholder {
      color: #414141; }
    .review-box textarea::placeholder {
      color: #414141; }
  .review-box .char-count {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
    color: #414141; }
  .review-box.sty1 textarea {
    height: 60px; }
  .review-box.sty2 {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0; }
    .review-box.sty2 textarea {
      height: 150px; }

.review-label {
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
  color: #414141;
  font-weight: 400;
  margin: 0; }
  .review-label span {
    text-decoration: underline; }

.review-header .right-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.review-header .review-head-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end; }
  .review-header .review-head-links a i {
    font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320)) ;
    color: #4c4c4c; }
  .review-header .review-head-links span {
    margin-top: 5px;
    font-weight: 400;
    text-decoration: underline;
    margin: 0 0 0 5px; }

.business-detail-card {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 17.0069px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 17.0069px rgba(0, 0, 0, 0.05);
  border-radius: 9px;
  padding: 25px; }
  .business-detail-card .business-detail-list {
    -webkit-column-count: 2;
            column-count: 2;
    gap: 0 70px; }
    @media (max-width: 991.98px) {
      .business-detail-card .business-detail-list {
        -webkit-column-count: 1;
                column-count: 1; } }
    .business-detail-card .business-detail-list li {
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
      color: #414141;
      margin-bottom: 5px;
      font-weight: 400;
      margin-bottom: 15px; }
      .business-detail-card .business-detail-list li a {
        color: #004AAA;
        text-decoration: underline;
        display: inline-block; }
      .business-detail-card .business-detail-list li span {
        display: block;
        line-height: normal; }

.img-link-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px; }
  .img-link-card img {
    overflow: hidden;
    border-radius: 10px; }
  .img-link-card a {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
    color: #004AAA;
    text-decoration: underline !important;
    display: inline-block; }

.featured-content .featured-content-img-cards {
  padding: 0; }
.featured-content .featured-content-img-card {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.05);
  border-radius: 9px;
  overflow: hidden; }
  .featured-content .featured-content-img-card .content {
    padding: 25px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    .featured-content .featured-content-img-card .content p {
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
      color: #414141;
      font-weight: 600;
      margin: 0; }

.left-panel .left-panel-card {
  border-radius: 9px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 17.0069px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 17.0069px rgba(0, 0, 0, 0.05);
  padding: 20px 25px;
  margin: 0 0 40px 0; }
  .left-panel .left-panel-card h5 {
    font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)) ;
    color: #1c1c1c;
    font-weight: 600;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .left-panel .left-panel-card h5 i {
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
      color: #ffffff;
      margin-right: 10px;
      background-color: #B90B2E;
      margin: 0 8px 0 0;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      width: 25px;
      height: 25px; }
  .left-panel .left-panel-card span {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
    color: #414141;
    font-weight: 400; }
  .left-panel .left-panel-card p {
    line-height: normal; }
  .left-panel .left-panel-card ul li {
    color: #004AAA;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
    font-weight: 400;
    margin-bottom: 15px; }
    .left-panel .left-panel-card ul li:last-child {
      margin-bottom: 0; }
    .left-panel .left-panel-card ul li a {
      color: #004AAA; }
      .left-panel .left-panel-card ul li a span {
        text-decoration: underline;
        color: #004AAA; }
      .left-panel .left-panel-card ul li a i {
        margin-right: 3px; }

.text-underline {
  text-decoration: underline !important; }

.alert-grading h2 {
  font-size: calc(26px + (45 - 26) * (100vw - 320px) / (1920 - 320)) !important;
  text-decoration: none !important; }
.alert-grading a {
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
  text-decoration: underline !important;
  color: #414141; }

.trust-score-panel .trust-score-bar {
  height: 9px !important;
  margin: 10px 0 10px !important; }
.trust-score-panel .trust-score-indicator {
  width: 21px !important;
  height: 21px !important;
  border-color: transparent !important;
  background: rgba(255, 255, 255, 0.55) !important;
  -webkit-box-shadow: 0px 0px 6.7px 3px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0px 0px 6.7px 3px rgba(0, 0, 0, 0.3) !important; }
  .trust-score-panel .trust-score-indicator::before {
    width: 17px !important;
    height: 17px !important;
    background: rgba(255, 255, 255, 0.66) !important;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.12) !important;
            box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.12) !important; }
.trust-score-panel .trust-score-panel-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0; }
  .trust-score-panel .trust-score-panel-footer span {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
    color: #414141;
    font-weight: 700 !important; }
  .trust-score-panel .trust-score-panel-footer .trust-score-value {
    color: var(--score-color);
    font-weight: 700; }
    .trust-score-panel .trust-score-panel-footer .trust-score-value i {
      color: #434343 !important;
      font-weight: 700 !important; }

a.panel-ft-link {
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
  color: #414141;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
  border-top: 0.5px solid #00000030;
  padding: 20px 0 0 0; }

.review-box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 17.0069px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 17.0069px rgba(0, 0, 0, 0.05);
  border-radius: 9px;
  padding: 0px 20px;
  position: relative; }
  .review-box.review-top-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .review-box.review-top-box .left-column {
      -webkit-box-flex: 0.5;
          -ms-flex: 0.5;
              flex: 0.5;
      border-right: 0.5px solid #00000030;
      border-radius: 8px; }
      .review-box.review-top-box .left-column .review-main-heading {
        margin-bottom: 0; }
    .review-box.review-top-box .right-column {
      -webkit-box-flex: 0.5;
          -ms-flex: 0.5;
              flex: 0.5;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 15px; }
  .review-box p {
    margin: 0; }
  .review-box.sty1 {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0; }

.star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .star-rating .star {
    font-size: calc(17px + (23 - 17) * (100vw - 320px) / (1920 - 320)) ;
    color: #D9D9D9;
    margin-right: 5px; }
    .star-rating .star.filled {
      color: #FFC200; }
  .star-rating p {
    margin: 0; }

.boderer-radius-10 {
  border-radius: 10px !important; }

.detail-box h6 {
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)) ; }

.panel-dynamic-links {
  text-align: justify; }
  .panel-dynamic-links a {
    color: #f2f2f2;
    font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320)) ;
    text-decoration: underline; }

.post-box {
  position: relative;
  width: 100%; }
  .post-box .post-frame {
    height: 304px;
    border-radius: 6px;
    position: relative;
    overflow: hidden; }
    .post-box .post-frame:after {
      content: "\e90d";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: -1;
      margin: auto;
      font-size: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320)) ;
      color: #ffffff;
      line-height: 1;
      font-family: "xicons";
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-animation-duration: 2s;
              animation-duration: 2s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-name: placeHolderAnim;
              animation-name: placeHolderAnim;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      background: rgba(246, 247, 248, 0.5);
      background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eee), color-stop(18%, #ddd), color-stop(33%, #eee));
      background: linear-gradient(90deg, #eee 8%, #ddd 18%, #eee 33%);
      -webkit-transition: all .35s;
      transition: all .35s; }
    .post-box .post-frame img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .post-box .post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
  .post-box .highlight-btn {
    position: absolute;
    top: 18px;
    left: 18px; }
    .post-box .highlight-btn:before {
      content: '';
      border-radius: 50%;
      width: 9px;
      height: 9px;
      border: 2px solid #ffffff;
      -webkit-box-shadow: 0 0 10px #ffffff, inset 0 0 10px #ffffff;
              box-shadow: 0 0 10px #ffffff, inset 0 0 10px #ffffff;
      position: absolute;
      left: 8px;
      top: 6px; }
  .post-box .h3 {
    font-size: calc(15px + (26 - 15) * (100vw - 320px) / (1920 - 320)) ;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    padding: 20px; }
    @media (max-width: 575px) {
      .post-box .h3 {
        padding: 15px; } }
  .post-box .h4 {
    font-size: calc(15px + (16 - 15) * (100vw - 320px) / (1920 - 320)) ;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    text-transform: capitalize;
    padding: 20px;
    line-height: 1.5; }
    .post-box .h4:after {
      display: none; }
    @media (max-width: 575px) {
      .post-box .h4 {
        padding: 15px; } }
  .post-box p {
    font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320)) ;
    color: #000000;
    line-height: 1.3;
    margin: 0;
    font-weight: 500; }
  .post-box .post-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), to(black));
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, black 100%);
    height: 50%;
    width: 100%;
    z-index: 0;
    border-radius: 6px; }
  .post-box .post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .post-box.sty1 .post-frame {
    height: 75px; }
  .post-box.sty1 .highlight-btn {
    bottom: 0;
    left: 0;
    top: inherit;
    padding: 4px 6px; }
    .post-box.sty1 .highlight-btn:before {
      display: none; }
    .post-box.sty1 .highlight-btn i {
      margin: 0 4px 0 0; }
  .post-box.sty1 .post-content {
    position: static;
    padding-top: 10px; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  position: static;
  margin-top: 20px;
  gap: 0 10px; }
  .slick-dots li button {
    background: none;
    border: none;
    text-indent: 9999px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #EAB6C0;
    opacity: 1;
    padding: 0; }
  .slick-dots li.slick-active button {
    background-color: #B90B2E;
    opacity: 1;
    outline: none; }
  .custom-pagination .slick-dots li {
    display: none; }
    .custom-pagination .slick-dots li.slick-active {
      display: block; }

.sliderArrows button.slick-arrow {
  position: absolute;
  background-color: #FDF2C5;
  border: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 23px;
  border-radius: 50%;
  padding: 0;
  left: -12px;
  margin: 0 75px;
  overflow: hidden;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1; }
  .sliderArrows button.slick-arrow > i {
    font-size: 14px;
    color: #000000;
    opacity: 0.40; }
  .sliderArrows button.slick-arrow.slick-next {
    right: -12px;
    left: auto; }
  .sliderArrows button.slick-arrow.slick-disabled {
    opacity: .5;
    cursor: not-allowed; }
    .sliderArrows button.slick-arrow.slick-disabled:hover > i {
      color: #ffffff; }
  .sliderArrows button.slick-arrow:hover {
    background: #F5AB35; }
    .sliderArrows button.slick-arrow:hover i {
      color: #000000;
      opacity: 1; }
@media (max-width: 991px) {
  .sliderArrows {
    display: none; } }

.slickIndicator {
  width: 190px;
  position: absolute;
  top: 50%;
  left: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .slickIndicator .sliderArrows button.slick-arrow {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 77px;
    height: 77px;
    margin: 25px 0 0 0;
    opacity: 1;
    display: block; }
    .slickIndicator .sliderArrows button.slick-arrow.slick-prev {
      margin-top: 0; }
    .slickIndicator .sliderArrows button.slick-arrow.slick-next > i {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .slickIndicator .sliderArrows button.slick-arrow > i {
      color: #232323;
      font-size: 14px; }
    .slickIndicator .sliderArrows button.slick-arrow.slick-disabled {
      opacity: .5;
      cursor: not-allowed; }
      .slickIndicator .sliderArrows button.slick-arrow.slick-disabled:hover > i {
        color: #232323; }
    .slickIndicator .sliderArrows button.slick-arrow:hover > i {
      color: #232323; }
  .slickIndicator .sliderDots.custom-pagination {
    margin: 35px 0  30px 0; }
    .slickIndicator .sliderDots.custom-pagination .slick-dots {
      position: static;
      -webkit-transform: none;
              transform: none;
      display: block; }
      .slickIndicator .sliderDots.custom-pagination .slick-dots li {
        font-size: 85px;
        font-weight: 500;
        color: #FFC200;
        line-height: 1;
        position: relative;
        height: auto;
        -webkit-transition: all .35s ease;
        transition: all .35s ease; }
        .slickIndicator .sliderDots.custom-pagination .slick-dots li.slick-active {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
  .slickIndicator .slick-progress {
    width: 100%;
    display: block;
    position: relative;
    height: 4px;
    background-color: #eeeeee; }
    .slickIndicator .slick-progress span {
      position: absolute;
      height: 4px;
      width: 0;
      background-color: #FFC200;
      -webkit-transition: all .35s ease;
      transition: all .35s ease; }
  @media (max-width: 1700px) {
    .slickIndicator {
      width: 140px; }
      .slickIndicator .sliderArrows button.slick-arrow {
        width: 50px;
        height: 50px;
        margin: 20px 0 0 0; }
        .slickIndicator .sliderArrows button.slick-arrow.slick-prev {
          margin-top: 0; }
      .slickIndicator .sliderDots.custom-pagination {
        margin: 30px 0  20px 0; }
        .slickIndicator .sliderDots.custom-pagination .slick-dots li {
          font-size: calc(30px + (55 - 30) * (100vw - 320px) / (1920 - 320)) ; } }
  @media (max-width: 1580px) {
    .slickIndicator {
      width: 100px;
      left: 15px; } }
  @media (max-width: 1500px) {
    .slickIndicator {
      max-width: 100%;
      width: 100%;
      position: static; }
      .slickIndicator .sliderArrows,
      .slickIndicator .slick-progress {
        display: none; }
      .slickIndicator .sliderDots.custom-pagination {
        margin: 50px 0  0 0; }
        .slickIndicator .sliderDots.custom-pagination .slick-dots {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .slickIndicator .sliderDots.custom-pagination .slick-dots li {
            font-size: 0;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: #B90B2E;
            margin: 0 8px;
            display: block;
            cursor: pointer; }
            .slickIndicator .sliderDots.custom-pagination .slick-dots li.slick-active {
              background-color: #FFC200; } }
  @media (max-width: 991px) {
    .slickIndicator .sliderDots.custom-pagination .slick-dots li {
      width: 13px;
      height: 13px; } }
  @media (max-width: 767px) {
    .slickIndicator .sliderDots.custom-pagination .slick-dots li {
      margin: 0 6px; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  -webkit-transition: all .35s ease;
  transition: all .35s ease; }
  .header .top-header {
    background: #B90B2E;
    padding: 12px 0;
    text-align: center;
    -webkit-transition: all .35s ease;
    transition: all .35s ease; }
    .header .top-header p {
      color: #ffffff;
      font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)) ;
      margin: 0;
      font-weight: 500; }
      .header .top-header p a {
        color: #FFC200;
        position: relative; }
        .header .top-header p a:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 1px;
          bottom: 0;
          right: 0;
          background-color: #FFC200;
          -webkit-transition: .35s all ease-in-out;
          transition: .35s all ease-in-out; }
        .header .top-header p a:hover:before {
          width: 0%; }
  .header .bottom-header {
    padding: 30px 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease; }
    .header .bottom-header .fflex {
      position: relative; }
    .header .bottom-header .searchinput-wrap {
      background: transparent !important;
      padding: 10px 0;
      width: 0%;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    @media (max-width: 991px) {
      .header .bottom-header {
        padding: 10px 0; }
        .header .bottom-header .searchinput-wrap {
          display: none; }
        .header .bottom-header .fflex {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
  .header.sticky-header .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 150px; }
  .header.sticky-header .bottom-header {
    background: #000000;
    padding: 20px 0;
    border-bottom: 2px solid #FFC200; }
    .header.sticky-header .bottom-header .searchinput-wrap {
      width: 0%;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .header.sticky-header .bottom-header .searchinput-wrap .search-flex {
        max-width: 100%; }
  .header.sticky-header .navigation {
    gap: 0 20px; }
    .header.sticky-header .navigation > ul > li {
      padding-left: 10px; }
      .header.sticky-header .navigation > ul > li > a {
        font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320)) ; }
        @media (min-width: 992px) {
          .header.sticky-header .navigation > ul > li > a {
            padding: 2px 0; } }
    .header.sticky-header .navigation .header-btn {
      display: none; }
    .header.sticky-header .navigation .header-sticky {
      display: block; }
      .header.sticky-header .navigation .header-sticky .btn {
        background-color: transparent;
        border: 2px solid #B90B2E;
        padding: 9px 30px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .header.sticky-header .navigation .header-sticky .btn i {
          font-size: calc(16px + (25 - 16) * (100vw - 320px) / (1920 - 320)) ;
          color: #FFC200; }
        .header.sticky-header .navigation .header-sticky .btn:hover {
          background-color: #B90B2E;
          border-color: #B90B2E;
          -webkit-box-shadow: 0px 0px 30px #B90B2E;
                  box-shadow: 0px 0px 30px #B90B2E; }
  @media (max-width: 1600px) {
    .header.sticky-header .navigation > ul > li {
      padding-left: 10px; } }
  @media (max-width: 991px) {
    .header.sticky-header .bottom-header .searchinput-wrap {
      display: none; } }

.logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 209px;
  -webkit-transition: all .35s ease;
  transition: all .35s ease; }
  @media (max-width: 1600px) {
    .logo {
      width: 170px; } }
  @media (max-width: 991px) {
    .logo {
      width: 130px; } }

.dropdown {
  background: -webkit-gradient(linear, left top, left bottom, from(#252525), color-stop(16.77%, #252525));
  background: linear-gradient(180deg, #252525 0%, #252525 16.77%);
  -webkit-box-shadow: 0px 20px 30px rgba(255, 194, 0, 0.2);
          box-shadow: 0px 20px 30px rgba(255, 194, 0, 0.2);
  border-radius: 0px 0px 20px 20px;
  padding: 20px;
  display: none;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  right: 0; }
  .dropdown.d-block {
    z-index: 10; }
  .dropdown.small-block {
    width: 60%;
    left: inherit;
    max-width: 70%; }
    .dropdown.small-block .dropdown-flex .drop-mid {
      width: calc(50% - 10px); }
    @media (max-width: 1366px) {
      .dropdown.small-block {
        width: 70%; } }
  .dropdown .dropdown-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 15px; }
  .dropdown .drop-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(33% - 10px); }
    .dropdown .drop-left li {
      padding: 15px;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 10px;
      margin-bottom: 15px;
      cursor: pointer;
      border: 1px solid transparent; }
      .dropdown .drop-left li p {
        color: #DADADA;
        margin-bottom: 0;
        font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ; }
      .dropdown .drop-left li.is--active {
        border-color: #FFC200; }
        .dropdown .drop-left li.is--active .drop-ic {
          visibility: visible;
          opacity: 1; }
    .dropdown .drop-left .drop-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 10px;
      margin-bottom: 12px; }
      .dropdown .drop-left .drop-flex .h5 {
        color: #ffffff;
        margin-bottom: 0; }
      .dropdown .drop-left .drop-flex .drop-ic {
        color: #ffffff;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
  .dropdown .drop-mid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(35% - 10px); }
    .dropdown .drop-mid .drop-links li a {
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
      color: #F2F2F2;
      margin-bottom: 5px;
      border-radius: 10px;
      padding: 10px 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      cursor: pointer;
      border-radius: 6px;
      overflow: hidden; }
      .dropdown .drop-mid .drop-links li a:hover {
        font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)) ; }
    .dropdown .drop-mid .drop-links li i {
      color: #ffffff;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
    .dropdown .drop-mid .drop-links li.is--active a {
      font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320)) ;
      background: #323232; }
    .dropdown .drop-mid .drop-links li.is--active i {
      visibility: visible;
      opacity: 1;
      font-size: 10px; }
  .dropdown .drop-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .dropdown .drop-right .drop-content {
      background: -webkit-gradient(linear, left top, right top, from(#FFF3CE), color-stop(90%, #FFD4DC));
      background: linear-gradient(90deg, #FFF3CE 0%, #FFD4DC 90%);
      border-radius: 10px;
      padding: 40px 20px; }
      .dropdown .drop-right .drop-content .h4 {
        margin-bottom: 10px;
        display: block;
        font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)) ; }
      .dropdown .drop-right .drop-content p {
        color: #2B2B2B;
        font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
        line-height: 1.3;
        margin-bottom: 10px; }
    .dropdown .drop-right .drop-btn {
      margin-top: 20px; }
      .dropdown .drop-right .drop-btn .btn {
        padding: 10px 40px; }
  .dropdown .tabs-content {
    display: none; }
    .dropdown .tabs-content.is--active {
      display: block; }
  .dropdown.signup-dropdown {
    width: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    padding: 15px 0; }
  .dropdown .simple-dropdown li a {
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)) ;
    color: #F2F2F2;
    padding: 12px 25px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .dropdown .simple-dropdown li a:hover {
      background: rgba(255, 255, 255, 0.1);
      color: #FFC200; }
  @media (max-width: 991px) {
    .dropdown .drop-left {
      width: 100%; }
    .dropdown .drop-mid {
      width: 100%; }
    .dropdown .drop-right {
      width: 100%; } }

.navigation {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px; }
  .navigation > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .navigation > ul > li {
      padding: 0 0 0 40px; }
      .navigation > ul > li > a {
        font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320)) ;
        color: #ffffff;
        font-family: "Montserrat";
        display: block;
        font-weight: 500;
        position: relative;
        padding: 0;
        -webkit-transition: all .35s ease;
        transition: all .35s ease; }
        .navigation > ul > li > a i {
          font-size: calc(8px + (8 - 8) * (100vw - 320px) / (1920 - 320)) ;
          color: #B90B2E;
          font-weight: 400;
          margin-left: 5px; }
        .navigation > ul > li > a:before {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          bottom: 0;
          width: 0;
          height: 2px;
          background-color: #FFC200;
          -webkit-transition: all .35s ease;
          transition: all .35s ease;
          display: none; }
        .navigation > ul > li > a:before {
          width: 36px; }
      .navigation > ul > li .signup-icon .user-icon {
        font-size: calc(17px + (25 - 17) * (100vw - 320px) / (1920 - 320)) ;
        color: #ffffff; }
      .navigation > ul > li.lang-change {
        border-left: 1px solid #B90B2E;
        padding-left: 30px;
        margin-left: 30px; }
        .navigation > ul > li.lang-change a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          line-height: .6;
          gap: 0 4px; }
          .navigation > ul > li.lang-change a::before {
            display: none; }
      .navigation > ul > li:hover > a {
        color: #FFC200; }
        .navigation > ul > li:hover > a:before {
          width: 36px; }
      .navigation > ul > li.is--active > a {
        font-weight: 600; }
        .navigation > ul > li.is--active > a:before {
          width: 36px; }
  @media (max-width: 1400px) {
    .navigation {
      gap: 0 20px; } }
  .navigation .header-btn .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 9px 30px !important;
    color: #FFC200; }
    .navigation .header-btn .btn i {
      font-size: calc(18px + (30 - 18) * (100vw - 320px) / (1920 - 320)) ; }
  .navigation .header-sticky {
    display: none; }
  @media (max-width: 1199px) {
    .navigation > ul > li {
      padding: 0 0 0 25px; }
    .navigation .header-btn {
      display: none; } }
  @media (max-width: 991px) {
    .navigation {
      position: fixed;
      top: 0;
      left: -100%;
      width: 280px;
      height: 100%;
      background-color: #000000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      z-index: 11;
      -webkit-transition: all .50s ease-in-out;
      transition: all .50s ease-in-out;
      -webkit-box-shadow: 0 10px 5px 2px rgba(0, 0, 0, 0.2);
              box-shadow: 0 10px 5px 2px rgba(0, 0, 0, 0.2); }
      .navigation ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .navigation ul li {
          padding: 10px 0 !important; }
          .navigation ul li.lang-change {
            border-left: 0;
            margin-left: 0; }
            .navigation ul li.lang-change a {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              line-height: .6;
              gap: 0 4px; }
              .navigation ul li.lang-change a::before {
                display: none; }
          .navigation ul li a {
            font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)) ; }
      .navigation .header-btn {
        margin-top: 10px;
        display: none; } }
  .navigation.is--open {
    left: 0; }

.nav-hamburger {
  width: 28px;
  height: 21px;
  position: relative;
  cursor: pointer;
  display: none;
  margin-left: auto;
  z-index: 12; }
  .nav-hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #B90B2E;
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
    .nav-hamburger span:nth-child(even) {
      left: 50%;
      border-radius: 0 9px 9px 0; }
    .nav-hamburger span:nth-child(odd) {
      left: 0px;
      border-radius: 9px 0 0 9px; }
    .nav-hamburger span:nth-child(1), .nav-hamburger span:nth-child(2) {
      top: 0px; }
    .nav-hamburger span:nth-child(3), .nav-hamburger span:nth-child(4) {
      top: 50%;
      margin-top: -2px; }
    .nav-hamburger span:nth-child(5), .nav-hamburger span:nth-child(6) {
      bottom: 0px; }
  .nav-hamburger.is--active span:nth-child(1), .nav-hamburger.is--active span:nth-child(6) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .nav-hamburger.is--active span:nth-child(2), .nav-hamburger.is--active span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .nav-hamburger.is--active span:nth-child(1) {
    top: 6px;
    left: 4px; }
  .nav-hamburger.is--active span:nth-child(2) {
    left: calc(50% - 4px);
    top: 6px; }
  .nav-hamburger.is--active span:nth-child(3) {
    left: -50%;
    opacity: 0; }
  .nav-hamburger.is--active span:nth-child(4) {
    left: 100%;
    opacity: 0; }
  .nav-hamburger.is--active span:nth-child(5) {
    left: 4px;
    top: 12px; }
  .nav-hamburger.is--active span:nth-child(6) {
    left: calc(50% - 4px);
    top: 12px; }
  @media (max-width: 991px) {
    .nav-hamburger {
      display: block; } }

.searchinput-wrap {
  background: transparent;
  border-radius: 40px;
  -webkit-box-shadow: -10px 0px 30px rgba(255, 194, 0, 0.51);
          box-shadow: -10px 0px 30px rgba(255, 194, 0, 0.51);
  padding: 0 !important;
  overflow: hidden;
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 380px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .searchinput-wrap .search-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px 15px;
    padding: 0 !important;
    max-width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .searchinput-wrap .search-flex .btn {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      height: 49px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 0 10px; }
      .searchinput-wrap .search-flex .btn i {
        font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)) ; }
  .searchinput-wrap .search-bar {
    width: 100%;
    height: 49px;
    position: relative; }
    .searchinput-wrap .search-bar .form-control {
      background: #2A2A2A;
      border-radius: 100px;
      width: 100%;
      height: 100%;
      padding: 10px 67px 10px 30px;
      font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)) ;
      color: #ffffff;
      border: transparent; }
      .searchinput-wrap .search-bar .form-control::-webkit-input-placeholder {
        font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)) ;
        font-weight: 500; }
      .searchinput-wrap .search-bar .form-control:-ms-input-placeholder {
        font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)) ;
        font-weight: 500; }
      .searchinput-wrap .search-bar .form-control::-ms-input-placeholder {
        font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)) ;
        font-weight: 500; }
      .searchinput-wrap .search-bar .form-control::placeholder {
        font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)) ;
        font-weight: 500; }
    .searchinput-wrap .search-bar .search-ic {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0px;
      color: #999999;
      line-height: 0.6;
      font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)) ;
      width: 100px;
      height: 95%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #FFC200;
      border-radius: 100px;
      gap: 0 12px;
      -webkit-box-shadow: inset 0 0 10px rgba(255, 194, 0, 0.6), 0 0 12px rgba(255, 194, 0, 0.7), 0 0 20px rgba(255, 194, 0, 0.4);
              box-shadow: inset 0 0 10px rgba(255, 194, 0, 0.6), 0 0 12px rgba(255, 194, 0, 0.7), 0 0 20px rgba(255, 194, 0, 0.4); }
      .searchinput-wrap .search-bar .search-ic i {
        color: #000000;
        font-weight: 700;
        font-size: calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320)) ; }
      .searchinput-wrap .search-bar .search-ic:hover {
        -webkit-box-shadow: inset 0 0 14px rgba(255, 194, 0, 0.8), 0 0 18px rgba(255, 194, 0, 0.9), 0 0 30px rgba(255, 194, 0, 0.5);
                box-shadow: inset 0 0 14px rgba(255, 194, 0, 0.8), 0 0 18px rgba(255, 194, 0, 0.9), 0 0 30px rgba(255, 194, 0, 0.5); }
  @media (max-width: 1400px) {
    .searchinput-wrap {
      width: 270px; } }
  @media (max-width: 575px) {
    .searchinput-wrap .search-bar .form-control {
      padding: 10px 40px; }
    .searchinput-wrap .search-bar .search-ic {
      left: 20px; } }
  @media (max-width: 480px) {
    .searchinput-wrap {
      border-radius: 8px; }
      .searchinput-wrap .search-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .searchinput-wrap .search-flex .btn {
          width: 100%;
          border-radius: 8px;
          height: 40px; }
      .searchinput-wrap .search-bar {
        height: 40px; }
        .searchinput-wrap .search-bar .form-control {
          border-radius: 8px;
          padding: 10px 20px 10px 40px; } }

.searchinput-wrap.animate-width {
  width: 45% !important; }
  .searchinput-wrap.animate-width .search-flex {
    max-width: 100% !important; }
  @media (max-width: 1400px) {
    .searchinput-wrap.animate-width {
      width: 40% !important; } }
  @media (max-width: 1199px) {
    .searchinput-wrap.animate-width {
      width: 35% !important; } }
  @media (max-width: 991px) {
    .searchinput-wrap.animate-width {
      display: none; } }

/* MA5 Menu Styles */
.site-menu {
  display: none; }

.ma5menu__logo {
  display: none; }

.ma5menu__head {
  border-bottom: 0; }

.ma5menu__container {
  background-color: #000000; }

.ma5menu__header .mob-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px auto; }

.ma5menu__panel {
  background-color: #000000; }
  .ma5menu__panel ul li:first-of-type {
    border-top: 1px solid #FFC200; }
  .ma5menu__panel ul li a {
    font-size: 13px; }

.ma5menu__leave {
  font-weight: 600; }

.ma5menu__toggle {
  background-color: #B90B2E;
  display: none !important; }
  .ma5menu__toggle:hover {
    background-color: #FFC200; }
  @media (max-width: 991px) {
    .ma5menu__toggle {
      display: block !important; } }

.footer {
  background: #181818;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px; }

.sec-footertop {
  background-position: center;
  background-size: cover;
  padding: 0;
  position: relative; }
  .sec-footertop .footer-content {
    padding-top: 100px;
    position: relative;
    padding-bottom: 30px; }
    @media (max-width: 991px) {
      .sec-footertop .footer-content {
        padding-top: 50px; } }

.footer-top {
  margin-bottom: 50px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 50px; }
  .footer-top .brand-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer-top .brand-list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 42%;
      background: #FFFAFA;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 10px;
      height: 93px;
      position: relative; }
      .footer-top .brand-list li::after, .footer-top .brand-list li::before {
        content: '';
        position: absolute;
        inset: 0;
        -webkit-transition: all 0.5s, border-radius 1s;
        transition: all 0.5s, border-radius 1s; }
      .footer-top .brand-list li::after {
        border-right: 2px solid #B90B2E;
        border-left: 2px solid #B90B2E;
        -webkit-transform: scale(1, 0);
                transform: scale(1, 0); }
      .footer-top .brand-list li::before {
        border-top: 2px solid #B90B2E;
        border-bottom: 2px solid #B90B2E;
        -webkit-transform: scale(0, 1);
                transform: scale(0, 1); }
      .footer-top .brand-list li:hover::before, .footer-top .brand-list li:hover::after {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        border-radius: 10px; }
      .footer-top .brand-list li:hover .trend-content .trend-ic {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        background: #B90B2E; }
      .footer-top .brand-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1; }
  .footer-top .review-content .h1 {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0; }
    .footer-top .review-content .h1 strong {
      font-weight: 600; }
  .footer-top .review-content p {
    color: #F2F2F2;
    margin: 15px 0 25px; }
  @media (max-width: 991px) {
    .footer-top {
      padding-bottom: 30px;
      margin-bottom: 30px; }
      .footer-top .brand-list {
        margin-bottom: 20px; } }
  @media (max-width: 575px) {
    .footer-top .brand-list li {
      height: auto;
      padding: 10px; }
      .footer-top .brand-list li img {
        height: 30px; } }
  @media (max-width: 480px) {
    .footer-top .brand-list li {
      width: 100%; } }

@media (min-width: 992px) {
  .logo-widget {
    padding-right: 35px; } }
.logo-widget a {
  display: inline-block;
  margin-bottom: 20px; }
.logo-widget p {
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
  color: #ffffff;
  margin: 15px 0;
  line-height: 1.8; }

.link-widget {
  margin-bottom: 20px; }
  .link-widget span {
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)) ;
    color: #ffffff;
    font-weight: 500;
    border-bottom: 1px solid #B90B2E;
    margin: 0 0 20px;
    padding-bottom: 5px;
    display: inline-block; }
    .link-widget span.d-inline {
      line-height: 1.8; }
  .link-widget ul li {
    margin-bottom: 12px;
    line-height: 21px; }
    .link-widget ul li a {
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
      color: #ffffff;
      display: inline-block;
      font-weight: 400;
      line-height: normal;
      position: relative;
      padding-bottom: 2px; }
      .link-widget ul li a::before {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        margin: 0 auto;
        width: 0;
        height: 1px;
        background: #FFC200;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .link-widget ul li a.is--active::before, .link-widget ul li a:hover::before {
        width: 100%; }

.email-area {
  border-radius: 10px;
  height: 37px;
  margin-top: 15px;
  position: relative;
  overflow: hidden; }
  .email-area .form-control {
    width: 100%;
    height: 100%;
    padding: 10px 60px 10px 15px;
    border: 0;
    color: #000000; }
    .email-area .form-control::-webkit-input-placeholder {
      color: #BDBDBD; }
    .email-area .form-control:-ms-input-placeholder {
      color: #BDBDBD; }
    .email-area .form-control::-ms-input-placeholder {
      color: #BDBDBD; }
    .email-area .form-control::placeholder {
      color: #BDBDBD; }
  .email-area .email-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #000000;
    background: #FFC200;
    height: 100%;
    width: 48px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  margin-top: 10px; }
  .social-links li {
    margin-bottom: 0;
    position: relative;
    padding: 4px;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 40px; }
    .social-links li img {
      width: 100%;
      height: 100%; }
    .social-links li::after, .social-links li::before {
      content: '';
      position: absolute;
      inset: 0;
      -webkit-transition: all 0.5s, border-radius 1s;
      transition: all 0.5s, border-radius 1s;
      border-radius: 6px; }
    .social-links li::after {
      border-right: 2px solid #FFC200;
      border-left: 2px solid #FFC200;
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0); }
    .social-links li::before {
      border-top: 2px solid #FFC200;
      border-bottom: 2px solid #FFC200;
      -webkit-transform: scale(0, 1);
              transform: scale(0, 1); }
    .social-links li a {
      padding-bottom: 0 !important;
      width: 100%;
      height: 100%;
      margin-bottom: 0; }
      .social-links li a::before {
        display: none; }
    .social-links li:hover::before, .social-links li:hover::after {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }
  @media (max-width: 991px) {
    .social-links {
      gap: 0 20px; } }

.sec-copyright .fflex {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .sec-copyright .fflex.sty1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px 15px; }
    .sec-copyright .fflex.sty1 img {
      max-width: 100px; }
.sec-copyright p {
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
  color: #ffffff;
  margin: 0; }
.sec-copyright .copyright-links {
  margin-left: auto; }
@media (max-width: 767px) {
  .sec-copyright .fflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0; }
  .sec-copyright p {
    text-align: center; }
  .sec-copyright .copyright-links {
    margin-left: 0;
    margin-top: 10px; } }

.copyright-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .copyright-links li {
    padding-left: 12px;
    margin-left: 12px;
    position: relative;
    border-left: 1px solid #ffffff; }
    .copyright-links li a {
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
      color: #ffffff;
      display: block;
      line-height: 14px;
      position: relative;
      padding-bottom: 2px; }
      .copyright-links li a::before {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        margin: 0 auto;
        width: 0;
        height: 1px;
        background: #FFC200;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .copyright-links li a:hover:before {
        width: 100%; }
    .copyright-links li.is--active {
      text-decoration: underline !important; }
    .copyright-links li:first-child {
      padding-left: 0;
      margin-left: 0;
      border-left: 0; }

pre {
  color: #414141 !important; }
  @media (max-width: 991px) {
    pre {
      white-space: pre-wrap;
      word-wrap: break-word;
      overflow-x: hidden; } }

.defaultsection {
  padding: 30px; }
  .defaultsection .font-medium {
    font-weight: 600;
    color: #1C1C1C; }

.ulbulit {
  padding-left: 15px; }
  .ulbulit ul,
  .ulbulit ol {
    padding: 0 0 0 20px; }
    .ulbulit ul > li,
    .ulbulit ol > li {
      list-style: disc;
      padding: 0 0 0 0px;
      color: #414141; }
  .ulbulit p {
    color: #414141; }
  .ulbulit.styling1 ul > li,
  .ulbulit.styling1 ol > li {
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ;
    padding: 8px 0; }
    .ulbulit.styling1 ul > li strong,
    .ulbulit.styling1 ol > li strong {
      font-weight: 500; }
    .ulbulit.styling1 ul > li:first-child,
    .ulbulit.styling1 ol > li:first-child {
      padding-top: 0; }
    .ulbulit.styling1 ul > li:last-child,
    .ulbulit.styling1 ol > li:last-child {
      padding-bottom: 0; }
  .ulbulit.styling2 ul > li,
  .ulbulit.styling2 ol > li {
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ;
    padding: 8px 0; }
    .ulbulit.styling2 ul > li strong,
    .ulbulit.styling2 ol > li strong {
      font-weight: 700;
      display: block; }
    .ulbulit.styling2 ul > li:first-child,
    .ulbulit.styling2 ol > li:first-child {
      padding-top: 0; }
    .ulbulit.styling2 ul > li:last-child,
    .ulbulit.styling2 ol > li:last-child {
      padding-bottom: 0; }

.ulbulit.paddingli-list ul li {
  padding-bottom: 15px; }
.ulbulit.paddingli-list.sty1 ul li {
  padding-bottom: 0px; }

.custom-form input {
  margin-bottom: 18px; }
.custom-form textarea {
  padding: 20px 20px !important;
  height: 150px !important;
  border-radius: 20px !important; }
.custom-form .form-control,
.custom-form .form-select {
  background-color: #F3F3F3;
  border: none;
  border-radius: 50px;
  height: 49px;
  padding: 0 20px;
  font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #414141; }
  .custom-form .form-control::-webkit-input-placeholder,
  .custom-form .form-select::-webkit-input-placeholder {
    color: #414141;
    opacity: 1;
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ; }
  .custom-form .form-control:-ms-input-placeholder,
  .custom-form .form-select:-ms-input-placeholder {
    color: #414141;
    opacity: 1;
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ; }
  .custom-form .form-control::-ms-input-placeholder,
  .custom-form .form-select::-ms-input-placeholder {
    color: #414141;
    opacity: 1;
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ; }
  .custom-form .form-control::placeholder,
  .custom-form .form-select::placeholder {
    color: #414141;
    opacity: 1;
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ; }
  .custom-form .form-control:focus,
  .custom-form .form-select:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 1px #b90b2e4a;
            box-shadow: 0 0 0 1px #b90b2e4a; }
.custom-form .select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%; }
  .custom-form .select-wrapper select.form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath fill='%23B90B2E' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 25px; }
    .custom-form .select-wrapper select.form-select::-webkit-input-placeholder {
      color: #414141;
      opacity: 1;
      font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ; }
    .custom-form .select-wrapper select.form-select:-ms-input-placeholder {
      color: #414141;
      opacity: 1;
      font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ; }
    .custom-form .select-wrapper select.form-select::-ms-input-placeholder {
      color: #414141;
      opacity: 1;
      font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ; }
    .custom-form .select-wrapper select.form-select::placeholder {
      color: #414141;
      opacity: 1;
      font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ; }
    .custom-form .select-wrapper select.form-select:focus {
      outline: none;
      border-color: #b90b2e;
      -webkit-box-shadow: 0 0 0 1px #b90b2e4a;
              box-shadow: 0 0 0 1px #b90b2e4a; }
.custom-form .form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 4px; }
.custom-form button {
  border-radius: 50px;
  height: 49px;
  font-weight: 600;
  letter-spacing: 0.5px; }
.custom-form .custom-checkbox input {
  margin-bottom: 0 !important; }
.custom-form.sty1 input {
  margin-bottom: 0px; }

.businessprofile {
  padding: 40px;
  position: relative; }
  .businessprofile .position-top {
    position: relative;
    z-index: 1; }
  .businessprofile:after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #fff;
    opacity: 0.7;
    border-radius: 30px;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05); }

.databasebox {
  padding: 40px;
  position: relative; }
  .databasebox h2 {
    font-weight: bold; }
  .databasebox .position-top {
    position: relative;
    z-index: 1; }
  .databasebox:after {
    content: '';
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, right top, from(#FFC0CD), to(#FFEEB8));
    background: linear-gradient(90deg, #FFC0CD 0%, #FFEEB8 100%);
    opacity: 0.7;
    border-radius: 30px; }
  .databasebox h4 {
    color: #1C1C1C !important; }
  .databasebox .flexboxcustom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991px) {
      .databasebox .flexboxcustom {
        display: block !important; } }
    .databasebox .flexboxcustom .boxes-item-database {
      padding: 35px 25px;
      border-radius: 20px;
      background-color: #ffffff57;
      border: 2px solid #FFFFFF;
      width: 18%; }
      @media (max-width: 991px) {
        .databasebox .flexboxcustom .boxes-item-database {
          width: 100% !important;
          margin: 20px 0; } }
      .databasebox .flexboxcustom .boxes-item-database p {
        margin-bottom: 0;
        font-weight: 500;
        margin-bottom: 0;
        font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1920 - 320)) ; }
        @media (max-width: 1367px) {
          .databasebox .flexboxcustom .boxes-item-database p {
            font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)) ; } }
      .databasebox .flexboxcustom .boxes-item-database h3 {
        margin-bottom: 18px; }

.inner-data-text {
  padding: 40px; }
  .inner-data-text .text-dark {
    color: #1C1C1C !important;
    font-weight: 500; }
  .inner-data-text h4 {
    font-weight: bold; }

.report-sec.inner-data-text {
  padding: 40px; }

.video iframe {
  width: 100%; }
  @media (max-width: 991px) {
    .video iframe {
      height: 250px;
      width: 100%; } }

@media (max-width: 991px) {
  .videofull {
    margin-bottom: 30px; } }
.videofull iframe {
  width: 100%;
  height: 270px; }
  @media (max-width: 991px) {
    .videofull iframe {
      height: 250px; } }

.flexaligncentercustom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.our-partner-page h2 {
  font-size: calc(14px + (22 - 14) * (100vw - 320px) / (1920 - 320)) ;
  font-weight: 600; }
.our-partner-page .partnerlogo {
  padding: 38px;
  -webkit-box-shadow: -10px 0px 30px rgba(143, 143, 143, 0.15);
          box-shadow: -10px 0px 30px rgba(143, 143, 143, 0.15);
  border-radius: 20px;
  height: 262px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1370px) {
    .our-partner-page .partnerlogo {
      height: 200px; } }
  @media (max-width: 991px) {
    .our-partner-page .partnerlogo {
      height: 200px; } }
  .our-partner-page .partnerlogo img {
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .our-partner-page .partnerlogo img {
        max-width: 80%; } }

.custom-four-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 60px;
  row-gap: 40px; }
  @media (max-width: 991px) {
    .custom-four-grid {
      grid-template-columns: repeat(1, 1fr);
      display: block; } }

.partnerthumb p {
  font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)) ;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .partnerthumb p {
      margin-bottom: 20px; } }

.custompaddingbottom {
  padding-bottom: 100px !important; }

.boxdarkaddress {
  background-color: #2F2F2F;
  border-radius: 12px;
  padding: 24px; }
  @media (max-width: 991px) {
    .boxdarkaddress {
      margin-left: 0px; } }
  .boxdarkaddress h3 {
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px; }
  .boxdarkaddress p {
    color: #F2F2F2 !important; }

.boxaddress {
  padding: 25px 20px;
  border-radius: 12px; }
  .boxaddress h3 {
    font-size: calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320)) ;
    font-weight: 700; }
  .boxaddress p {
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ;
    font-weight: 400;
    line-height: 1.4; }
  .boxaddress.red {
    background-color: #FDECEC;
    border: 0.8px solid #FA8585; }
  .boxaddress.yellow {
    background-color: #FEF5E9;
    border: 0.8px solid #FFBB60; }
  .boxaddress.bdr-primary {
    border: 0.8px solid #B90B2E; }

.radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem; }
  .radio-wrapper .custom-radio-input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #D9D9D9;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    -webkit-transition: border 0.2s ease, background 0.2s ease;
    transition: border 0.2s ease, background 0.2s ease; }
    .radio-wrapper .custom-radio-input:checked {
      border-color: #B90B2E;
      background-color: #B90B2E; }
      .radio-wrapper .custom-radio-input:checked::after {
        content: "";
        position: absolute;
        top: 4px;
        left: 4px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #fff; }
    .radio-wrapper .custom-radio-input:focus-visible {
      outline: 2px solid rgba(185, 11, 46, 0.3);
      outline-offset: 2px; }
  .radio-wrapper label {
    cursor: pointer;
    color: #222;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-bottom: 0; }

.customgap {
  gap: 40px; }

.ulbulit.abc-bulit {
  list-style: none;
  /* default bullets remove */
  counter-reset: list-counter;
  /* counter reset */ }

.ulbulit.abc-bulit li {
  counter-increment: list-counter;
  /* counter increment */
  position: relative;
  margin-bottom: 0.5em;
  /* thoda spacing optional */ }

.ulbulit.abc-bulit li::before {
  content: counter(list-counter,lower-alpha) ") ";
  /* a), b), c) */
  position: absolute;
  left: -2em;
  /* adjust spacing if needed */ }

.ulbulit.abc-bulit ul li {
  list-style: none !important; }

.ulbulit.count-two ul li {
  list-style: none !important; }

.ulbulit.count-two ul {
  list-style: none;
  /* default bullets remove */
  padding-left: 2em;
  /* left spacing for letters */
  margin: 0;
  counter-reset: list-counter;
  /* counter reset */ }

.ulbulit.count-two li {
  counter-increment: list-counter;
  position: relative;
  margin-bottom: 0.5em;
  /* spacing between items */ }

.ulbulit.count-two li::before {
  content: counter(list-counter,lower-roman) ") ";
  /* i), ii), iii) */
  position: absolute;
  left: -2em;
  /* adjust spacing */ }

.ulbulit.count-number ul li {
  list-style: none !important; }

.ulbulit.count-number ul {
  list-style: none;
  /* default bullets remove */
  padding-left: 2.5em;
  /* left spacing for numbers */
  margin: 0;
  counter-reset: list-counter;
  /* main counter reset */ }

.ulbulit.count-number li {
  counter-increment: list-counter;
  /* increment main counter */
  position: relative;
  margin-bottom: 0.5em; }

.ulbulit.count-number li::before {
  content: "1." counter(list-counter) " ";
  /* 1.1, 1.2, 1.3 */
  position: absolute;
  left: -2.5em;
  /* adjust spacing */ }

.customnumbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px; }

.btn.btn-secondary.md {
  padding: 10px 20px; }

.boxesinners .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.boxesinners .col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.boxesinners .col-lg-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.box-inner-page {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.09);
  padding: 30px;
  border-radius: 10px;
  margin: 15px 0; }
  .box-inner-page .icons-text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px; }
    .box-inner-page .icons-text-box h3 {
      font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)) ;
      font-weight: 600; }
  .box-inner-page p {
    font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)) ;
    line-height: 20px; }
  .box-inner-page .btn {
    font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)) ;
    border-radius: 50px !important;
    padding: 8px 20px !important; }

.btnw-width .report-btn a.btn-secondary {
  width: 100%; }

.iconwithlink {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }
  .iconwithlink a {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
    text-decoration: underline !important;
    color: #414141; }

.spaceoff .boxdarkaddress {
  margin-left: 0;
  margin-bottom: 20px; }
  .spaceoff .boxdarkaddress p {
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320)) ;
    line-height: 15px; }
  .spaceoff .boxdarkaddress h3 {
    font-size: calc(15px + (23 - 15) * (100vw - 320px) / (1920 - 320)) ; }
  .spaceoff .boxdarkaddress h4 {
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)) ;
    color: #fff;
    font-weight: 600; }
  .spaceoff .boxdarkaddress .flexhrefs {
    display: inline-block; }
    .spaceoff .boxdarkaddress .flexhrefs a.hrefstyle {
      color: #F2F2F2;
      font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320)) ;
      text-decoration: underline !important;
      padding: 0 10px 0 0; }

.text-iconside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px; }
  .text-iconside .sm-headings h4 {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
    color: #F2F2F2;
    margin-bottom: 0; }

.numberul ul {
  counter-reset: numberlist;
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px; }
  .numberul ul li {
    position: relative;
    padding-left: 25px;
    color: #FFFFFF !important;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320)) ; }
    .numberul ul li .text-dark {
      color: #fff !important;
      text-decoration: underline; }
    .numberul ul li:after {
      counter-increment: numberlist;
      content: counter(numberlist) ".";
      position: absolute;
      left: 0;
      top: 0;
      width: 1.5rem;
      text-align: right;
      font-weight: 600;
      left: -10px;
      color: #fff; }

@media (max-width: 991px) {
  .customtopmobile {
    margin-top: 50px; } }

.forminside-select .form-select {
  background-color: #FCF0C9 !important; }

.customcountry ul li a {
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
  color: #414141;
  text-decoration: underline !important; }

.signup-boxs .bgc-box8 {
  min-height: 200px;
  border: 1px solid transparent;
  padding: 30px 40px;
  border-radius: 10px !important;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .signup-boxs .bgc-box8:hover {
    border-color: #edbd59; }
  .signup-boxs .bgc-box8 .info-flex {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .signup-boxs .bgc-box8 .info-flex .h4 {
      margin: 0 0 10px 0 !important; }
    .signup-boxs .bgc-box8 .info-flex P {
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
      margin: 0 0 10px 0;
      color: #686868; }

.articalpage a.text-dark {
  color: #414141 !important;
  font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320)) ;
  text-decoration: underline !important; }
.articalpage p.text-dark.cstmdark {
  color: #414141 !important;
  font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320)) ;
  text-decoration: underline !important;
  text-align: right;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .articalpage p.text-dark.cstmdark {
      text-align: center; } }
.articalpage small {
  color: #414141 !important;
  font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320)) ; }

.artileimagebox {
  position: relative; }
  .artileimagebox .image-article-image {
    position: relative; }
  .artileimagebox .heading-articles {
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 991px) {
      .artileimagebox .heading-articles {
        width: 100%; } }
    .artileimagebox .heading-articles h3 {
      color: #fff;
      text-align: center;
      margin: 0px auto;
      padding: 0 50px; }
      @media (max-width: 991px) {
        .artileimagebox .heading-articles h3 {
          padding: 0 20px; } }
      .artileimagebox .heading-articles h3 span {
        color: #B90B2E !important;
        display: block !important; }
        @media (max-width: 991px) {
          .artileimagebox .heading-articles h3 span {
            display: inline-block !important; } }

.articalpage .fullwidth-cards .flexboxcustom {
  display: block; }
  .articalpage .fullwidth-cards .flexboxcustom .boxes-item-database {
    width: 100%;
    display: block;
    margin-bottom: 20px; }

.thank-wrap {
  background: #ffffff;
  -webkit-box-shadow: 0px 14px 14px rgba(184, 11, 45, 0.26), 0px 4px 8px rgba(184, 11, 45, 0.29);
          box-shadow: 0px 14px 14px rgba(184, 11, 45, 0.26), 0px 4px 8px rgba(184, 11, 45, 0.29);
  border-radius: 30px;
  padding: 50px 45px;
  max-width: 72%;
  margin: 0 auto;
  position: relative; }
  .thank-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 6px;
    border-radius: inherit;
    background: -webkit-gradient(linear, left top, right top, from(#FFC0CD), to(#FFEEB8));
    background: linear-gradient(90deg, #FFC0CD, #FFEEB8);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none; }
  @media (max-width: 991px) {
    .thank-wrap {
      padding: 40px 20px;
      border-radius: 20px;
      max-width: 100%; } }

.thank-bullits li span {
  color: #414141;
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
  display: block; }

.thank-txt .h4 {
  color: #1C1C1C;
  font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320)) ; }
.thank-txt p {
  color: #414141;
  font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320)) ; }
.thank-txt a {
  color: #B90B2E;
  font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320)) ; }

.notice-title {
  color: #1C1C1C;
  font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ; }

.forget-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.create-txt {
  font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320)) ; }

.accredited-wrap {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .accredited-wrap .accredited-left {
    -webkit-box-flex: 7;
        -ms-flex: 7;
            flex: 7; }
  .accredited-wrap .accredited-right {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
    padding-left: 40px; }
  @media (max-width: 991px) {
    .accredited-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .accredited-wrap .accredited-left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; }
      .accredited-wrap .accredited-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px; } }

.benfits-area {
  padding-top: 90px; }
  @media (max-width: 1199px) {
    .benfits-area {
      padding-top: 30px; } }

.benifits-bullits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .benifits-bullits li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .benifits-bullits li .box-inner-page {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 8px 0; }
      .benifits-bullits li .box-inner-page p {
        font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ; }
  @media (max-width: 1199px) {
    .benifits-bullits li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 47%;
              flex: 0 0 47%;
      max-width: 47%; } }
  @media (max-width: 767px) {
    .benifits-bullits li {
      margin: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.custom_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .custom_radio input[type="radio"] {
    display: none; }
  .custom_radio input[type="radio"] + label {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    margin-right: 2em;
    cursor: pointer;
    line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .custom_radio input[type="radio"] + label:before, .custom_radio input[type="radio"] + label:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 1em;
      height: 1em;
      border-radius: 50%;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border: 2px solid #D9D9D9; }
    .custom_radio input[type="radio"] + label:before {
      -webkit-box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 2em #D9D9D9;
              box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 2em #D9D9D9; }
  .custom_radio input[type="radio"]:checked + label:before {
    -webkit-box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #B90B2E;
            box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #B90B2E; }

.recaptha-txt {
  color: #1C1C1C;
  font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ;
  font-weight: 500; }
  .recaptha-txt a {
    font-weight: 600;
    color: #1C1C1C;
    text-decoration: underline !important; }

.articles-listing li {
  margin: 10px 0; }
  > .articles-listing li:first-child {
    margin-top: 0; }
  > .articles-listing li:last-child {
    margin-bottom: 0; }
  .articles-listing li .alternate-box {
    width: 100%;
    padding: 35px 30px;
    position: relative; }

.article-bx {
  padding: 24px 15px;
  background-color: #ffffff;
  border: 2px solid #DBDBDB;
  -webkit-box-shadow: 0px 0px 30px 10px rgba(255, 194, 0, 0.05);
          box-shadow: 0px 0px 30px 10px rgba(255, 194, 0, 0.05);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .article-bx .article-left {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4; }
  .article-bx .article-right {
    -webkit-box-flex: 8;
        -ms-flex: 8;
            flex: 8;
    padding: 0 60px 0 30px; }
  .article-bx:hover {
    border-color: #B90B2E; }
    .article-bx:hover .article-left .article-img img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .article-bx:hover .article-btn .btn-round:hover {
      background-color: #B90B2E; }
  @media (max-width: 991px) {
    .article-bx {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .article-bx .article-right {
        padding: 0; } }

.article-right h4 {
  margin-bottom: 10px; }
.article-right p {
  font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ;
  color: #414141;
  margin: 10px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.article-img {
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  height: 100%; }
  .article-img img {
    -webkit-transition: .35s all ease-out;
    transition: .35s all ease-out; }

.article-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .article-date li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 12px;
    margin: 0 !important; }
    .article-date li span {
      color: #B1B1B1;
      display: block;
      font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ;
      font-weight: 400; }
    .article-date li:first-child {
      padding-left: 0; }
  .article-date li + li {
    border-left: 1px solid #ccc;
    padding-left: 12px; }
  @media (max-width: 991px) {
    .article-date {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .article-date li {
        margin: 0 !important; } }

.article-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 991px) {
    .article-btn {
      margin-top: 10px; } }

@media (max-width: 991px) {
  .article-txt {
    text-align: center; } }

.js-report-block {
  margin: 10px 0; }

.btn-area-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  padding: 20px 0; }
  @media (max-width: 575px) {
    .btn-area-sec {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px 0; }
      .btn-area-sec .btn {
        width: 100%; } }

.partner-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .partner-area li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
    max-width: 24%;
    padding: 0 12px; }
  @media (max-width: 1199px) {
    .partner-area li {
      padding: 0 5px; } }
  @media (max-width: 991px) {
    .partner-area li {
      padding: 10px 5px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
              flex: 0 0 48%;
      max-width: 48%; } }
  @media (max-width: 767px) {
    .partner-area li {
      padding: 10px 0px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.partner-bx {
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #ffffff;
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  height: 100%; }
  .partner-bx .icon {
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px; }
    .partner-bx .icon i {
      font-size: calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320)) ; }
  .partner-bx .h5 {
    color: #1C1C1C;
    font-weight: 600;
    font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)) ;
    margin-bottom: 5px; }
  .partner-bx p {
    margin-bottom: 0;
    color: #1C1C1C;
    font-weight: 400;
    font-size: calc(11px + (12 - 11) * (100vw - 320px) / (1920 - 320)) ; }

.press-bullits {
  list-style: disc !important;
  list-style-position: inside !important; }
  .press-bullits li a {
    color: #414141;
    font-weight: 400;
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ;
    text-decoration: underline !important; }
    .press-bullits li a:hover {
      color: #B90B2E; }

.press-wrapper {
  position: relative; }

#showMoreBtn {
  display: none; }

.verify-opt-txt {
  padding-left: 90px; }
  @media (max-width: 575px) {
    .verify-opt-txt {
      padding-left: 0; } }

.order-wrap {
  max-width: 570px;
  margin: 0 auto; }

.order-bullits {
  list-style: none !important;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .order-bullits li {
    width: 50%;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ; }
    .order-bullits li strong {
      font-weight: 600; }
    .order-bullits li:nth-child(even) {
      text-align: right;
      color: #6C6C6C !important; }
    .order-bullits li:nth-last-child(-n+2) {
      border-top: 1px solid #E0E0E0;
      padding-top: 12px; }
      .order-bullits li:nth-last-child(-n+2) strong {
        font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)) ;
        font-weight: 700;
        color: #000000; }

.payment-wrap {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  padding: 30px 20px; }
  .payment-wrap h5 {
    font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)) ;
    font-weight: 700;
    color: #000000; }

.payment-areas {
  background: rgba(185, 11, 46, 0.1);
  border-radius: 4px;
  padding: 10px 15px;
  border: 1px solid #B90B2E; }

.google-bullits {
  background-color: #ffffff;
  border: 1px solid #B2BCCA;
  border-radius: 4px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .google-bullits.sty1 {
    background-color: transparent;
    border: none;
    padding: 0;
    border-radius: 0; }
  @media (max-width: 575px) {
    .google-bullits.sty1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px 0; } }

.google-sign {
  width: 40px;
  height: 40px; }

.pay-bullits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .pay-bullits li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    padding: 10px 0; }
    .pay-bullits li .animateLable {
      margin-bottom: 0; }
      .pay-bullits li .animateLable .form-control {
        height: 44px;
        border-radius: 3px; }
      .pay-bullits li .animateLable .label {
        font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ; }
      .pay-bullits li .animateLable.is--focus .form-ic, .pay-bullits li .animateLable.is--used .form-ic, .pay-bullits li .animateLable.is--hover .form-ic {
        visibility: hidden;
        opacity: 0; }
      .pay-bullits li .animateLable.is--focus .form-control, .pay-bullits li .animateLable.is--used .form-control, .pay-bullits li .animateLable.is--hover .form-control {
        border-color: #B90B2E; }
      .pay-bullits li .animateLable.is--focus .label, .pay-bullits li .animateLable.is--used .label, .pay-bullits li .animateLable.is--hover .label {
        top: 0;
        font-size: calc(11px + (12 - 11) * (100vw - 320px) / (1920 - 320)) ;
        color: #828282;
        font-weight: 400;
        opacity: 1; }
        .pay-bullits li .animateLable.is--focus .label span, .pay-bullits li .animateLable.is--used .label span, .pay-bullits li .animateLable.is--hover .label span {
          color: #828282; }
  @media (max-width: 575px) {
    .pay-bullits li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.secure-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px; }
  .secure-btn span {
    color: #1C1C1C;
    font-weight: 400; }

.secure-icon {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #B90B2E;
  border-radius: 50%; }
  .secure-icon i {
    color: #B90B2E;
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)) ; }

.cookie-row {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block; }
  .cookie-row .cookie-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateY(-50px);
            transform: translate(-50%, -50%) translateY(-50px);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    background: -webkit-gradient(linear, left top, right top, from(#2D2D2D), color-stop(11.06%, #262626), color-stop(86.06%, #262626), to(#2D2D2D));
    background: linear-gradient(90deg, #2D2D2D 0%, #262626 11.06%, #262626 86.06%, #2D2D2D 100%);
    border: 0.8px solid #FFC200;
    border-radius: 10px;
    padding: 20px 0;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    height: 301px;
    border-radius: 10px; }
    @media (max-width: 420px) {
      .cookie-row .cookie-wrap {
        height: auto; } }
    @media (max-width: 380px) {
      .cookie-row .cookie-wrap {
        height: 420px; } }
  .cookie-row .cookie-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease; }

.cookie-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px; }
  .cookie-flex .cookie-content {
    text-align: center; }
    .cookie-flex .cookie-content h6,
    .cookie-flex .cookie-content .h6 {
      font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320)) ;
      color: #ffffff;
      margin-bottom: 17px;
      font-weight: 700;
      display: block; }
    .cookie-flex .cookie-content p {
      font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320)) ;
      color: #ffffff;
      font-weight: 300;
      padding: 0 90px; }
      @media (max-width: 991px) {
        .cookie-flex .cookie-content p {
          padding: 0; } }
  .cookie-flex .cookie-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
    .cookie-flex .cookie-btns li a {
      padding: 10px 20px;
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
      text-decoration: inherit; }
      .cookie-flex .cookie-btns li a:nth-child(2) {
        margin: 0; }
      @media (max-width: 420px) {
        .cookie-flex .cookie-btns li a {
          width: 100%;
          margin-bottom: 10px; } }
    @media (max-width: 420px) {
      .cookie-flex .cookie-btns {
        display: block; } }
  @media (max-width: 991px) {
    .cookie-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .cookie-flex .cookie-btn {
        margin-top: 20px;
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }

.cookie-show {
  z-index: 9999; }
  .cookie-show .cookie-wrap {
    -webkit-transform: translate(-50%, -50%) translateY(0);
            transform: translate(-50%, -50%) translateY(0);
    opacity: 1; }
  .cookie-show .cookie-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.bullit-title h6 {
  font-weight: 600;
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)) ; }

.orbit-container {
  position: relative;
  width: 450px;
  height: 450px;
  margin: 50px auto; }
  @media (max-width: 1199px) {
    .orbit-container {
      zoom: 90%; } }

.orbit {
  position: absolute;
  border: 1px solid #B90B2E;
  border-style: dashed;
  border-radius: 50%;
  -webkit-animation: rotate 8s linear infinite;
          animation: rotate 8s linear infinite; }

.orbit-0 {
  width: 540px;
  height: 540px;
  top: -45px;
  left: -45px;
  -webkit-animation-duration: 10s;
          animation-duration: 10s; }

.orbit-1 {
  width: 450px;
  height: 450px; }

.orbit-2 {
  width: 333px;
  height: 333px;
  top: 59px;
  left: 59px;
  -webkit-animation-duration: 6s;
          animation-duration: 6s; }

.orbit-3 {
  width: 207px;
  height: 207px;
  top: 122px;
  left: 122px;
  -webkit-animation-duration: 4s;
          animation-duration: 4s; }

.icon-circle {
  width: 55px;
  height: 55px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.orbit-0 .icon-circle:nth-child(1) {
  top: 0;
  left: 50%; }

.orbit-0 .icon-circle:nth-child(2) {
  top: 75%;
  left: 6%; }

.orbit-0 .icon-circle:nth-child(3) {
  top: 75%;
  left: 94%; }

.orbit-2 .icon-circle:nth-child(1) {
  top: 0;
  left: 50%; }

.orbit-2 .icon-circle:nth-child(2) {
  top: 75%;
  left: 6%; }

.orbit-2 .icon-circle:nth-child(3) {
  top: 75%;
  left: 94%; }

.icon-circle img {
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain; }

.center-logo {
  width: 115px;
  height: 115px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .center-logo:before {
    content: "";
    position: absolute;
    width: 170%;
    height: 170%;
    top: -45px;
    left: -45px;
    border: 2px solid red;
    border-radius: 50%; }

.center-logo img {
  width: 100%;
  -webkit-animation: heartbeat 1.5s ease-in-out infinite;
          animation: heartbeat 1.5s ease-in-out infinite; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  14% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  28% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  42% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  14% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  28% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  42% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.video-thumb {
  cursor: pointer; }

@media (max-width: 991px) {
  .orbit-container {
    width: 400px;
    height: 400px; }

  .orbit-0 {
    width: 480px;
    height: 480px;
    top: -40px;
    left: -40px; }

  .orbit-1 {
    width: 400px;
    height: 400px; }

  .orbit-2 {
    width: 300px;
    height: 300px;
    top: 50px;
    left: 50px; }

  .orbit-3 {
    width: 180px;
    height: 180px;
    top: 110px;
    left: 110px; }

  .center-logo {
    width: 100px;
    height: 100px; }
    .center-logo:before {
      top: -40px;
      left: -40px; } }
@media (max-width: 767px) {
  .orbit-container {
    width: 350px;
    height: 350px; }

  .orbit-0 {
    width: 420px;
    height: 420px;
    top: -35px;
    left: -35px; }

  .orbit-1 {
    width: 350px;
    height: 350px; }

  .orbit-2 {
    width: 260px;
    height: 260px;
    top: 45px;
    left: 45px; }

  .orbit-3 {
    width: 160px;
    height: 160px;
    top: 95px;
    left: 95px; }

  .center-logo {
    width: 90px;
    height: 90px; }
    .center-logo:before {
      top: -35px;
      left: -35px; }

  .icon-circle {
    width: 50px;
    height: 50px; } }
@media (max-width: 575px) {
  .orbit-container {
    width: 300px;
    height: 300px; }

  .orbit-0 {
    width: 360px;
    height: 360px;
    top: -30px;
    left: -30px; }

  .orbit-1 {
    width: 300px;
    height: 300px; }

  .orbit-2 {
    width: 220px;
    height: 220px;
    top: 40px;
    left: 40px; }

  .orbit-3 {
    width: 140px;
    height: 140px;
    top: 80px;
    left: 80px; }

  .center-logo {
    width: 80px;
    height: 80px; }
    .center-logo:before {
      top: -30px;
      left: -30px; }

  .icon-circle {
    width: 45px;
    height: 45px; } }
@media (max-width: 480px) {
  .orbit-container {
    width: 280px;
    height: 280px; }

  .orbit-0 {
    width: 336px;
    height: 336px;
    top: -28px;
    left: -28px; }

  .orbit-1 {
    width: 280px;
    height: 280px; }

  .orbit-2 {
    width: 205px;
    height: 205px;
    top: 38px;
    left: 38px; }

  .orbit-3 {
    width: 130px;
    height: 130px;
    top: 75px;
    left: 75px; }

  .center-logo {
    width: 70px;
    height: 70px; }
    .center-logo:before {
      top: -28px;
      left: -28px; }

  .icon-circle {
    width: 40px;
    height: 40px; } }
@media (max-width: 375px) {
  .orbit-container {
    width: 260px;
    height: 260px; }

  .orbit-0 {
    width: 312px;
    height: 312px;
    top: -26px;
    left: -26px; }

  .orbit-1 {
    width: 260px;
    height: 260px; }

  .orbit-2 {
    width: 192px;
    height: 192px;
    top: 34px;
    left: 34px; }

  .orbit-3 {
    width: 120px;
    height: 120px;
    top: 70px;
    left: 70px; }

  .center-logo {
    width: 65px;
    height: 65px; }
    .center-logo:before {
      top: -26px;
      left: -26px; }

  .icon-circle {
    width: 38px;
    height: 38px; } }
@media (max-width: 320px) {
  .orbit-container {
    width: 240px;
    height: 240px; }

  .orbit-0 {
    width: 288px;
    height: 288px;
    top: -24px;
    left: -24px; }

  .orbit-1 {
    width: 240px;
    height: 240px; }

  .orbit-2 {
    width: 177px;
    height: 177px;
    top: 32px;
    left: 32px; }

  .orbit-3 {
    width: 110px;
    height: 110px;
    top: 65px;
    left: 65px; }

  .center-logo {
    width: 60px;
    height: 60px; }
    .center-logo:before {
      top: -24px;
      left: -24px; }

  .icon-circle {
    width: 35px;
    height: 35px; } }
.text-bxx .h6 {
  font-weight: 700;
  color: #414141;
  font-size: calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320)) ; }
.text-bxx p {
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ; }

.icon-accre {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #B90B2E;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .icon-accre i {
    font-size: calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320)) ;
    color: #ffffff; }

.review-inp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.review-left .form-group .form-control {
  font-size: calc(11px + (13 - 11) * (100vw - 320px) / (1920 - 320)) ;
  color: #000000;
  background-color: #FFFBEF;
  border: 1px solid #D8D8D8;
  border-radius: 20px;
  font-weight: 400;
  width: 100%;
  padding: 12px 15px;
  height: 59px; }

.important-note {
  border: 1px dashed #B90B2E;
  border-radius: 10px;
  background-color: #FFD7DF;
  padding: 25px;
  margin-top: 40px; }
  .important-note .h6 {
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)) ;
    font-weight: 600;
    color: #1C1C1C; }
  .important-note p {
    color: #414141;
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ;
    margin-bottom: 0; }

.star-bxx-area {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 17.0069px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 17.0069px rgba(0, 0, 0, 0.05);
  border-radius: 8.50343px;
  padding: 30px 25px; }
  .star-bxx-area .star-rating {
    margin: 10px 0; }
    .star-bxx-area .star-rating .star {
      font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)) ; }
  .star-bxx-area p {
    color: #414141;
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ;
    margin-bottom: 0;
    line-height: 1.2; }

.date-star {
  color: #414141;
  font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ; }
  .date-star strong {
    font-weight: 500; }

.star-bxxx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  margin-bottom: 10px; }
  .star-bxxx span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 24px;
    height: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #1C1C1C;
    border-radius: 50%; }
    .star-bxxx span i {
      font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)) ;
      color: #ffffff; }
  .star-bxxx h6 {
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)) ;
    font-weight: 600;
    margin-bottom: 0; }

.template-txt,
.template-bottom {
  max-width: 70%;
  margin: 0 auto;
  padding-bottom: 20px; }
  .template-txt p,
  .template-bottom p {
    color: #414141;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320)) ; }
  .template-txt strong,
  .template-bottom strong {
    color: #414141;
    font-size: calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320)) ; }
  @media (max-width: 1600px) {
    .template-txt,
    .template-bottom {
      max-width: 85%; } }

.template-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.template-inner-bx {
  max-width: 70%;
  margin: 0 auto; }
  .template-inner-bx .template-txt,
  .template-inner-bx .template-bottom {
    max-width: 100%; }
    .template-inner-bx .template-txt h6,
    .template-inner-bx .template-bottom h6 {
      color: #1C1C1C;
      font-weight: 700;
      font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320)) ; }
    .template-inner-bx .template-txt h5,
    .template-inner-bx .template-bottom h5 {
      color: #414141;
      font-size: calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320)) ; }
  @media (max-width: 1600px) {
    .template-inner-bx {
      max-width: 80%; } }

.welcome-bullits li {
  padding-left: 15px;
  font-size: calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320)) ;
  color: #414141;
  position: relative; }
  .welcome-bullits li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #202AE8;
    border-radius: 50%;
    top: 10px;
    left: 0; }
  .welcome-bullits li a {
    font-weight: 500;
    text-decoration: underline !important;
    color: #202AE8; }

.profile-wrappp {
  background: -webkit-gradient(linear, left top, right top, from(#FFC0CD), to(#FFEEB8));
  background: linear-gradient(90deg, #FFC0CD 0%, #FFEEB8 100%);
  border-radius: 30px;
  padding: 60px 0; }
  .profile-wrappp .remove-profile {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #ffffff;
    border-radius: 40px;
    max-width: 565px;
    margin: 20px auto 0; }

.profile-form {
  background-color: #FBFBFB;
  -webkit-box-shadow: -10px 0px 30px rgba(143, 143, 143, 0.25);
          box-shadow: -10px 0px 30px rgba(143, 143, 143, 0.25);
  border-radius: 40px;
  max-width: 565px;
  margin: 0 auto; }
  @media (max-width: 575px) {
    .profile-form {
      padding: 0 30px; } }

.account-area-left .icon-top {
  font-size: calc(20px + (34 - 20) * (100vw - 320px) / (1920 - 320)) ;
  color: #1C1C1C; }
.account-area-left h6 {
  font-weight: 700;
  font-size: calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320)) ;
  color: #1C1C1C; }

.profile-imgg {
  display: inline-block;
  width: 144px;
  height: 144px;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer; }
  .profile-imgg img {
    background-size: cover;
    height: 100%; }
  @media (max-width: 575px) {
    .profile-imgg {
      width: 114px;
      height: 114px; } }

.account-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 575px) {
    .account-area {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px 0; } }

.account-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 8px; }

.animate-label {
  font-weight: 700;
  color: #414141; }

.current-area p {
  color: #1C1C1C;
  font-weight: 500;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)) ; }

.current-title-left h4 {
  color: #1C1C1C;
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)) ;
  font-weight: 700; }

.current-title-right .btn {
  border-radius: 10px;
  border: 1px solid #B90B2E;
  background-color: #ffffff;
  font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ;
  font-weight: 700;
  text-transform: uppercase;
  color: #B90B2E;
  padding: 8px 20px; }
  .current-title-right .btn:hover {
    background-color: #B90B2E;
    color: #ffffff; }
@media (max-width: 575px) {
  .current-title-right {
    width: 100%; }
    .current-title-right .btn {
      width: 100%; } }

.current-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 575px) {
    .current-title {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px 0; } }

.current-area {
  padding-bottom: 50px; }

.details-bullits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 0 15px; }
  .details-bullits li {
    gap: 0 10px;
    width: 100%; }
    .details-bullits li:first-child a {
      background: #FFFFFF;
      border: 1px solid #B90B2E;
      border-radius: 10px;
      color: #B90B2E;
      width: 100%; }
    .details-bullits li:last-child a {
      background: #B90B2E;
      border: 1px solid #B90B2E;
      border-radius: 10px; }
  .details-bullits a {
    width: 100%; }

.fflex-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 30px; }
  .fflex-btn li {
    width: 30%; }
    .fflex-btn li a {
      width: 100%; }

.partner-wrap {
  background: linear-gradient(272.55deg, #161F42 0.25%, #000921 41.01%, #000921 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(36, 124, 255, 0.3);
          box-shadow: 0px 0px 30px rgba(36, 124, 255, 0.3);
  border-radius: 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 30px 0; }
  .partner-wrap .h1 {
    margin-bottom: 30px; }
  .partner-wrap p {
    margin: 20px 0 0; }
  .partner-wrap .partner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    gap: 0 30px;
    overflow: hidden; }
    .partner-wrap .partner-list .li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 10px;
      margin: 0 15px;
      height: auto;
      padding: 10px 20px;
      background: #ffffff;
      min-height: 101px;
      max-width: 242px;
      width: 100%; }
    .partner-wrap .partner-list::before {
      position: absolute;
      left: 0;
      top: -20px;
      bottom: -20px;
      width: 10%;
      z-index: 2;
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 9, 33, 0.75)), to(rgba(0, 9, 33, 0)));
      background: linear-gradient(90deg, rgba(0, 9, 33, 0.75) 0%, rgba(0, 9, 33, 0) 100%);
      border-radius: 0 50px 50px 0; }
    .partner-wrap .partner-list::after {
      position: absolute;
      right: 0;
      top: -20px;
      bottom: -20px;
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 9, 33, 0.75)), to(rgba(0, 9, 33, 0)));
      background: linear-gradient(90deg, rgba(0, 9, 33, 0.75) 0%, rgba(0, 9, 33, 0) 100%);
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      width: 10%;
      z-index: 2; }
    @media (max-width: 575px) {
      .partner-wrap .partner-list .li {
        min-height: 84px;
        max-width: 150px; } }

@media (max-width: 991px) {
  .round-img svg {
    width: 100%; } }

.info-margin {
  margin-top: 50px; }

.infos-box {
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 30px 40px;
  position: relative;
  overflow: hidden;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
  margin-bottom: 20px;
  min-height: 200px; }
  .infos-box .opacityone p {
    margin-bottom: 13px; }
  .infos-box .opacityone .flex-btn {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.3, 1);
    transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.3, 1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.3, 1), opacity 0.5s ease;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.3, 1), opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.3, 1);
    z-index: 1;
    display: none; }
  .infos-box:hover .flex-btn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    z-index: 1;
    padding: 8px 10px;
    display: block;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    position: relative;
    z-index: 1;
    height: auto; }
  .infos-box .h4 {
    margin-bottom: 10px;
    display: block; }
  .infos-box p {
    margin-bottom: 0;
    position: absolute;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
    height: 0;
    z-index: -1;
    overflow: hidden;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.3, 1);
    transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.3, 1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.3, 1), opacity 0.5s ease;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.3, 1), opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.3, 1); }
  .infos-box .arrow-ic {
    color: transparent;
    position: absolute;
    bottom: 20px;
    right: 27px;
    bottom: 28px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease; }
  .infos-box .info-img {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    width: auto; }
  .infos-box .info-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 15px; }
    .infos-box .info-flex .info-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
  .infos-box .info-img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .infos-box:hover {
    border-color: #FA8585; }
    .infos-box:hover .info-img {
      -webkit-transform: scale(0);
              transform: scale(0);
      overflow: hidden;
      width: 0; }
    .infos-box:hover p {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      position: relative;
      z-index: 1;
      height: auto; }
    .infos-box:hover .arrow-ic {
      -webkit-transform: scale(1);
              transform: scale(1);
      color: #FA8585;
      opacity: 1; }
    .infos-box:hover.bgc-box2 {
      border-color: #80b5ff; }
      .infos-box:hover.bgc-box2 .arrow-ic {
        color: #80b5ff; }
    .infos-box:hover.bgc-box3 {
      border-color: #ff8fdd; }
      .infos-box:hover.bgc-box3 .arrow-ic {
        color: #ff8fdd; }
    .infos-box:hover.bgc-box4 {
      border-color: #ffc881; }
      .infos-box:hover.bgc-box4 .arrow-ic {
        color: #ffc881; }
    .infos-box:hover.bgc-box5 {
      border-color: #6cff40; }
      .infos-box:hover.bgc-box5 .arrow-ic {
        color: #6cff40; }
    .infos-box:hover.bgc-box6 {
      border-color: #7f90ff; }
      .infos-box:hover.bgc-box6 .arrow-ic {
        color: #7f90ff; }
    .infos-box:hover.bgc-box7 {
      border-color: #1C1C1C; }
      .infos-box:hover.bgc-box7 .arrow-ic {
        color: #1C1C1C; }
    .infos-box:hover.bgc-box8 {
      border-color: #000000; }
      .infos-box:hover.bgc-box8 .arrow-ic {
        color: #000000; }

.data-sec {
  border-radius: 30px 30px 0px 0px;
  position: relative; }
  .data-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, right top, from(#FFC0CD), to(#FFEEB8));
    background: linear-gradient(90deg, #FFC0CD 0%, #FFEEB8 100%);
    opacity: 0.7; }
  .data-sec .data-wrap {
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid #ffffff;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    padding: 48px 20px 48px 44px; }

.alert-wrap {
  position: relative; }
  @media (min-width: 1400px) {
    .alert-wrap {
      margin-left: 40px; } }
  .alert-wrap .alert-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px 0; }
    .alert-wrap .alert-list .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .alert-wrap .alert-list li {
      max-width: 200px;
      padding: 0 15px; }
  @media (max-width: 360px) {
    .alert-wrap::before, .alert-wrap::after {
      width: 50px !important; }
    .alert-wrap .alert-list li {
      max-width: 120px; } }

.gred-bef {
  position: relative; }
  .gred-bef::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 123px;
    height: 100%;
    z-index: 2;
    pointer-events: none; }
  .gred-bef::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    width: 123px;
    height: 100%;
    z-index: 2;
    pointer-events: none; }

.flex-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 30px;
  margin-bottom: 40px; }
  .flex-head .heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 67%; }
    .flex-head .heading p {
      margin-bottom: 0; }
  .flex-head .flex-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    @media (min-width: 992px) {
      .flex-head .flex-btn .btn {
        padding: 10px 45px; } }
  @media (max-width: 575px) {
    .flex-head {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .flex-head .heading {
        width: 100%;
        margin-bottom: 20px; } }

.trend-content {
  margin-top: 15px; }
  .trend-content .h4 {
    margin-bottom: 10px; }
  .trend-content .trend-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .trend-content .trend-list li {
      border-right: 1px solid #B1B1B1;
      font-size: calc(11px + (14 - 11) * (100vw - 320px) / (1920 - 320)) ;
      color: #B1B1B1;
      line-height: 1;
      padding-right: 10px;
      margin-right: 10px; }
      .trend-content .trend-list li:last-child {
        border: 0; }
  .trend-content .trend-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 10px 20px;
    bottom: 20px; }
  .trend-content .trend-ic {
    width: 50px;
    height: 50px;
    width: calc(25px + (50 - 25) * (100vw - 320px) / (1920 - 320));
    height: calc(25px + (50 - 25) * (100vw - 320px) / (1920 - 320));
    font-size: calc(10px + (17 - 10) * (100vw - 320px) / (1920 - 320)) ;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    background: #FFC200;
    -webkit-transition: all 0.50s ease-in-out;
    transition: all 0.50s ease-in-out;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.trend-sec {
  background: #F6F6F6; }
  .trend-sec .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .trend-sec .slick-track .slick-slide {
      height: auto;
      padding: 0 15px; }

.trend-box {
  background: #ffffff;
  padding: 20px 20px 60px;
  border: 1px solid #FFF0F0;
  border-radius: 20px;
  position: relative;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  display: block; }
  .trend-box::after, .trend-box::before {
    content: '';
    position: absolute;
    inset: 0;
    -webkit-transition: all 0.5s, border-radius 1s;
    transition: all 0.5s, border-radius 1s; }
  .trend-box::after {
    border-right: 2px solid #B90B2E;
    border-left: 2px solid #B90B2E;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0); }
  .trend-box::before {
    border-top: 2px solid #B90B2E;
    border-bottom: 2px solid #B90B2E;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1); }
  .trend-box:hover::before, .trend-box:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    border-radius: 20px; }
  .trend-box:hover .trend-content .trend-ic {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #B90B2E; }

@media (min-width: 992px) {
  .scam-sec .slick-current {
    max-width: 643px;
    width: 100% !important; } }
.scam-sec .slick-current .scam-box {
  border: 2px solid #B90B2E;
  -webkit-transition: border .5s ease-in;
  transition: border .5s ease-in; }
.scam-sec .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0; }
.scam-sec .slick-slide {
  padding: 0 15px;
  height: auto; }
.scam-sec .js-slide {
  margin: 0 -15px; }
@media (max-width: 767px) {
  .scam-sec .gred-bef::before, .scam-sec .gred-bef::after {
    display: none; }
  .scam-sec .js-slide {
    padding: 0 20px; }
  .scam-sec .slick-track {
    padding: 20px 0 0; }
  .scam-sec .scam-box {
    max-width: 575px;
    margin: 0 auto;
    height: auto; } }

.scam-box {
  margin-top: 40px;
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 30px 10px rgba(255, 194, 0, 0.05);
          box-shadow: 0px 0px 30px 10px rgba(255, 194, 0, 0.05);
  border-radius: 20px;
  max-width: 100%;
  width: 100%;
  height: calc(100% - 20px);
  border: 2px solid transparent;
  margin-bottom: 20px;
  padding: 20px; }
  .scam-box .scam-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 12px; }
  .scam-box .scam-img {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    overflow: hidden; }
  .scam-box .scam-content .h5 {
    margin-bottom: 5px; }
  .scam-box .scam-body {
    margin-top: 25px; }
    .scam-box .scam-body .h5 {
      margin-bottom: 5px; }
    .scam-box .scam-body span.h5 {
      position: absolute;
      bottom: 20px; }

.term-link {
  color: #232323;
  font-weight: 500;
  text-decoration: underline !important; }

.account-area {
  text-align: center; }
  .account-area p {
    color: #6C6C6C;
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320)) ;
    line-height: 1.2; }
  .account-area.sty1 p {
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ; }

.click-here {
  color: #367AFF;
  font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320)) ;
  font-weight: 600;
  text-decoration: underline !important; }

.signin-link {
  background: #FFFFFF;
  border: 1px solid #E6E8E7;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320)) ;
  font-weight: 600;
  padding: 17px 20px;
  gap: 0 8px;
  color: #232323; }
  .signin-link span {
    line-height: 1;
    display: inline-block; }
  .signin-link img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  @media (max-width: 991px) {
    .signin-link {
      padding: 13px 20px; } }

.sign-wrap {
  background: #ffffff;
  -webkit-box-shadow: -10px 0px 30px rgba(143, 143, 143, 0.25);
          box-shadow: -10px 0px 30px rgba(143, 143, 143, 0.25);
  border-radius: 40px;
  padding: 80px 30px; }
  .sign-wrap .sign-head {
    text-align: center;
    margin-bottom: 25px; }
    .sign-wrap .sign-head .h4 {
      margin-bottom: 10px; }
    .sign-wrap .sign-head p {
      color: #6C6C6C;
      margin-bottom: 0; }
  .sign-wrap .sign-box {
    max-width: 520px;
    margin: 0 auto; }
    .sign-wrap .sign-box.sty1 {
      max-width: 510px; }
  .sign-wrap .sign-btn .btn {
    border-radius: 10px;
    height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .sign-wrap .divider {
    position: relative;
    text-align: center;
    margin: 15px 0;
    pointer-events: none; }
    .sign-wrap .divider span {
      color: #6E6E6E;
      font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320)) ;
      font-weight: 500;
      background: #ffffff;
      padding: 2px 9px;
      display: inline-block;
      position: relative;
      z-index: 2;
      line-height: 1;
      pointer-events: none; }
    .sign-wrap .divider::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      background: #D9D9D9;
      height: 1px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .sign-wrap .sign-footer a {
    margin-bottom: 20px; }
  .sign-wrap.sty1 {
    padding: 35px 30px 35px; }
  @media (max-width: 991px) {
    .sign-wrap {
      padding: 40px 20px;
      border-radius: 20px; }
      .sign-wrap .sign-btn .btn {
        height: 45px;
        border-radius: 10px !important; } }

.cta-sec {
  position: relative;
  z-index: 2; }
  .cta-sec.m-bottom {
    margin-bottom: -120px; }
  .cta-sec.m-top {
    margin-top: -120px; }
  @media (max-width: 991px) {
    .cta-sec {
      padding: 50px 0;
      margin: 0 !important; }
      .cta-sec.sty1 {
        padding: 20px 0 0; } }
  @media (max-width: 575px) {
    .cta-sec .cta-wrap {
      margin: 0 -15px;
      border-radius: 0; } }

.cta-wrap {
  padding: 40px 40px;
  border-radius: 15px; }
  @media (max-width: 575px) {
    .cta-wrap {
      padding: 30px 20px; } }

.cta-content .h1 {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 5px; }
  .cta-content .h1 strong {
    font-weight: 600; }
.cta-content p {
  color: #ffffff; }
.cta-content .btn {
  border: 2px solid #FFC200; }
  .cta-content .btn:hover {
    background: transparent;
    border-color: #FFC200;
    color: #ffffff; }

.cta-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  border: 2px solid #bc8f37;
  padding: 30px 20px;
  gap: 15px 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .cta-flex .cta-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 68px;
    background: linear-gradient(98.01deg, #A66F17 -17.12%, #C49C44 9.14%, #A66F17 30.68%, #F2BB62 58.52%, #B99139 77.96%, #F1CB7B 92.14%);
    border-radius: 10px; }
    .cta-flex .cta-left .cta-top {
      background: #ffffff;
      padding: 20px 5px;
      text-align: center;
      width: calc(100% - 4px);
      margin: 2px auto 0;
      border-radius: 10px 10px 0 0; }
    .cta-flex .cta-left .cta-bottom {
      text-align: center; }
    .cta-flex .cta-left span {
      font-size: 8px;
      font-weight: 600;
      display: inline-block;
      line-height: 1.2;
      padding: 4px 0; }
  .cta-flex .cta-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: inline-block;
    line-height: 1; }
    .cta-flex .cta-right span {
      font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320)) ;
      color: #ffffff;
      font-weight: 600; }
    .cta-flex .cta-right .h3 {
      font-size: calc(18px + (28 - 18) * (100vw - 320px) / (1920 - 320)) ;
      color: #ffffff;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 0; }
  .cta-flex.sty1 {
    border: 1px solid #B90B2E; }
    .cta-flex.sty1 .cta-right span {
      color: #000000; }
    .cta-flex.sty1 .cta-right .h3 {
      color: #B90B2E; }
  @media (max-width: 420px) {
    .cta-flex .cta-left {
      width: 100%; } }

.newsletter-wrap {
  position: relative;
  padding: 40px 40px;
  overflow: hidden;
  border-radius: 30px; }
  .newsletter-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, right top, from(#FFC0CD), to(#FFEEB8));
    background: linear-gradient(90deg, #FFC0CD 0%, #FFEEB8 100%);
    opacity: 0.7; }
  .newsletter-wrap .newsletter-box {
    position: relative;
    z-index: 1; }
  @media (max-width: 575px) {
    .newsletter-wrap {
      padding: 30px 20px;
      border-radius: 20px; } }

.social-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 30px; }
  .social-area li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .social-area li .social-ic {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .social-area li .social-ic i {
      color: #ffffff;
      font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320)) ; }
  .social-area li .social-content {
    background: #ffffff;
    padding: 5px 30px 5px 10px;
    border-radius: 0 10px 10px 0; }
    .social-area li .social-content span {
      font-size: calc(9px + (10 - 9) * (100vw - 320px) / (1920 - 320)) ;
      font-weight: 400;
      display: block;
      color: #000000;
      line-height: 1; }
    .social-area li .social-content p {
      font-size: calc(11px + (14 - 11) * (100vw - 320px) / (1920 - 320)) ;
      font-weight: 500;
      margin-bottom: 0;
      color: #000000;
      line-height: 1; }
  .social-area li.twitter .social-ic {
    background: linear-gradient(38.95deg, #282828 10.61%, #000000 77.49%); }
  .social-area li.youtube .social-ic {
    background: #FF0000; }
  @media (max-width: 575px) {
    .social-area {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.email-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin: 15px 0 15px; }
  .email-search .email-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 49px; }
    .email-search .email-btn .btn {
      height: 100%; }
      @media (min-width: 992px) {
        .email-search .email-btn .btn {
          border-radius: 100px;
          padding: 10px 55px;
          border-radius: 100px; } }
  .email-search .form-control {
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid #ffffff;
    border-radius: 30px;
    padding: 10px 20px;
    height: 49px;
    color: #000000; }
  @media (max-width: 575px) {
    .email-search {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .email-search .form-control {
        height: 40px; }
      .email-search .email-btn {
        width: 100%;
        height: 40px; } }

.after-wrap {
  padding: 140px 40px;
  overflow: hidden;
  border-radius: 30px;
  position: relative; }
  .after-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, right top, from(#FFC0CD), to(#FFEEB8));
    background: linear-gradient(90deg, #FFC0CD 0%, #FFEEB8 100%);
    opacity: 0.7; }
  .after-wrap.sty1 {
    padding: 30px 20px;
    border-radius: 20px; }
  .after-wrap.sty2 {
    padding: 80px 40px;
    border-radius: 20px; }
  @media (max-width: 1600px) {
    .after-wrap {
      padding: 80px 40px; } }
  @media (max-width: 1199px) {
    .after-wrap {
      padding: 70px 40px; } }
  @media (max-width: 991px) {
    .after-wrap {
      padding: 30px 20px; } }

.after-inner {
  position: relative;
  z-index: 1;
  max-width: 567px; }
  .after-inner p {
    color: #414141;
    font-size: calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320)) ;
    line-height: 1.4; }
    .after-inner p strong {
      color: #1C1C1C;
      font-weight: 500; }
  @media (max-width: 1199px) {
    .after-inner {
      max-width: 70%; } }

@media (max-width: 991px) {
  .md-block {
    display: block !important; } }

.profile-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px; }
  .profile-flex .profile-img {
    height: calc(60px + (115 - 60) * (100vw - 320px) / (1920 - 320));
    width: calc(60px + (115 - 60) * (100vw - 320px) / (1920 - 320));
    border-radius: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    overflow: hidden; }
  .profile-flex .profile-content .h4 {
    margin-bottom: 5px;
    font-weight: 700; }
  .profile-flex .profile-content p {
    margin-bottom: 0;
    color: #6C6C6C; }
  @media (max-width: 575px) {
    .profile-flex .profile-content .h4 {
      margin-bottom: 0; } }

.profile-wrap {
  padding: 30px 50px; }
  .profile-wrap .profile-body {
    padding: 40px 0; }
    .profile-wrap .profile-body p {
      font-size: calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)) ;
      font-weight: 400;
      color: #0F0F0F;
      margin-bottom: 0; }
      .profile-wrap .profile-body p.mt-top {
        margin-top: 20px; }
  @media (max-width: 575px) {
    .profile-wrap {
      padding: 30px 20px; }
      .profile-wrap .profile-body {
        padding: 20px 0; } }

.profile-btn {
  text-align: center; }
  .profile-btn .btn {
    letter-spacing: -0.01em;
    border-radius: 10px !important;
    font-weight: 600;
    max-width: 507px;
    width: 100%; }

.personal-box {
  padding: 40px 30px; }
  .personal-box.sty1 {
    padding: 50px 50px 65px; }

.personal-wrap {
  max-width: 508px;
  margin: 0 auto; }
  .personal-wrap .sign-head {
    text-align: center;
    margin: 40px 0; }
    .personal-wrap .sign-head .h4 {
      margin-bottom: 0;
      display: block; }
  @media (max-width: 767px) {
    .personal-wrap .sign-head {
      margin: 20px 0; } }

.personal-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px; }
  .personal-btn a {
    width: 100%; }
  @media (max-width: 991px) {
    .personal-btn a {
      border-radius: 10px !important; } }

.panel-wrap {
  background: #2F2F2F;
  padding: 30px 20px;
  border-radius: 12px; }
  .panel-wrap .h5 {
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)) ;
    color: #ffffff;
    font-weight: 700; }
  .panel-wrap p {
    color: #F2F2F2;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
    line-height: 1.3; }
  .panel-wrap .p-head {
    color: #ffffff;
    font-size: calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320)) ;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    margin: 13px 0; }
  .panel-wrap .panel-ic {
    margin-bottom: 5px; }
    .panel-wrap .panel-ic i {
      font-size: calc(40px + (60 - 40) * (100vw - 320px) / (1920 - 320)) ;
      color: #ffffff; }
  .panel-wrap .panel-btn .btn {
    width: 100%; }
  .panel-wrap .panel-img {
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden; }

.remove-profile {
  background: rgba(185, 11, 46, 0.1);
  border: 1px solid #B90B2E;
  border-radius: 40px;
  padding: 30px 20px;
  text-align: center; }
  .remove-profile .btn {
    width: 100%;
    max-width: 242px; }

.upload-area {
  position: relative;
  height: calc(100px + (144 - 100) * (100vw - 320px) / (1920 - 320));
  width: calc(100px + (144 - 100) * (100vw - 320px) / (1920 - 320));
  border-radius: 50%;
  overflow: hidden;
  margin: 20px auto 0; }
  .upload-area.is-image::before {
    display: none; }
  .upload-area.is-image .upload-ic {
    display: none; }
  .upload-area::before {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    inset: 10px;
    z-index: 2; }
  .upload-area .upload-img {
    position: absolute;
    inset: 0; }
  .upload-area .upload-ic {
    position: absolute;
    z-index: 2;
    color: #B90B2E;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .upload-area .upload-ic i {
      font-size: calc(25px + (40 - 25) * (100vw - 320px) / (1920 - 320)) ; }
  .upload-area .insert-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3; }
    .upload-area .insert-img::file-selector-button {
      width: 100%;
      height: 100%;
      border: none;
      cursor: pointer; }

.check-area {
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #ffffff;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  padding: 30px 20px; }
  .check-area p {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ; }

.dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #414141;
  vertical-align: middle;
  display: inline-block; }

.check-list {
  margin-bottom: 20px; }
  .check-list li {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
    color: #414141;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 7px;
    margin-bottom: 12px;
    line-height: 1.2; }

.report-sec {
  padding: 30px 30px; }

.report-type .form-control {
  background: #F3F3F3;
  border: none;
  border-radius: 100px;
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
  color: #000000;
  height: 49px;
  padding: 10px 40px; }
  .report-type .form-control::-webkit-input-placeholder {
    color: #414141; }
  .report-type .form-control:-ms-input-placeholder {
    color: #414141; }
  .report-type .form-control::-ms-input-placeholder {
    color: #414141; }
  .report-type .form-control::placeholder {
    color: #414141; }
@media (max-width: 991px) {
  .report-type .form-control {
    padding: 10px 20px;
    height: 40px; } }

.web-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 30px;
  margin: 25px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .web-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px 5px;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
    color: #414141;
    line-height: 1; }

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 15px;
  margin: 25px 0; }
  .category-list li {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
    color: #414141;
    line-height: 1;
    background: #F3F3F3;
    padding: 13px 21px;
    border-radius: 30px;
    cursor: pointer; }
    .category-list li:hover, .category-list li.active {
      background: #FFC200;
      color: #1C1C1C; }
    @media (max-width: 991px) {
      .category-list li {
        padding: 12px 18px; } }
  .category-list.sty1 li:hover, .category-list.sty1 li.active {
    background: #181818;
    color: #ffffff; }

.report-text {
  margin-bottom: 10px; }
  .report-text .textarea {
    background: #F3F3F3;
    border: none;
    border-radius: 12px;
    padding: 20px 30px;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
    color: #000000; }
    .report-text .textarea::-webkit-input-placeholder {
      color: #414141; }
    .report-text .textarea:-ms-input-placeholder {
      color: #414141; }
    .report-text .textarea::-ms-input-placeholder {
      color: #414141; }
    .report-text .textarea::placeholder {
      color: #414141; }

.report-box {
  margin-bottom: 30px; }
  .report-box p {
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)) ;
    font-weight: 600;
    color: #1C1C1C;
    line-height: 1;
    margin-bottom: 10px; }
  .report-box .custom-checkbox {
    margin-bottom: 20px;
    gap: 0 8px; }
    .report-box .custom-checkbox .label {
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
      color: #414141; }

.detail-box {
  margin-bottom: 25px; }
  .detail-box .h4 {
    margin-bottom: 15px;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%; }
  .detail-box strong {
    font-weight: 500; }
  .detail-box p {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
    line-height: 1.2; }
  .detail-box.sty1 p {
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320)) ;
    line-height: 1.2; }

.report-list {
  margin-bottom: 20px; }
  .report-list li {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
    color: #414141;
    margin-bottom: 12px;
    line-height: 1.2; }
    .report-list li i {
      margin-right: 5px; }
    .report-list li strong {
      font-weight: 500; }
    .report-list li a {
      color: #414141;
      text-decoration: underline !important; }
  .report-list.column-count-2 {
    -webkit-column-count: 2;
            column-count: 2; }
  .report-list.sty1 li {
    font-weight: 500; }
  .report-list.sty2 {
    -webkit-column-count: 2;
            column-count: 2; }
    @media (max-width: 991.98px) {
      .report-list.sty2 {
        -webkit-column-count: 1;
                column-count: 1; } }
    .report-list.sty2 li {
      background: -webkit-gradient(linear, left top, right top, from(#FFF3CE), to(#FFD4DC));
      background: linear-gradient(90deg, #FFF3CE 0%, #FFD4DC 100%);
      border: 1px solid #B90B2E;
      border-radius: 10px;
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
      font-weight: bold;
      line-height: 1.4;
      color: #414141;
      padding: 15px 10px;
      text-align: center; }
      .report-list.sty2 li span {
        color: #B90B2E;
        font-size: calc(17px + (26 - 17) * (100vw - 320px) / (1920 - 320)) ;
        font-weight: bold;
        display: block; }

.link-area {
  margin-bottom: 15px; }
  .link-area.sty1 li {
    display: block;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ; }
    .link-area.sty1 li a {
      display: inline-block;
      text-decoration: underline !important; }
  .link-area li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 10px;
    color: #ffffff;
    margin-bottom: 10px; }
    .link-area li a {
      color: #ffffff;
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ; }

.download-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px; }
  .download-links .download-btn {
    background-color: rgba(255, 255, 255, 0.97);
    color: #414141;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48.5%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 48.5%;
            flex: 1 0 48.5%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0.5px solid transparent;
    -webkit-transition: 0.15s all;
    transition: 0.15s all; }
    .download-links .download-btn:hover, .download-links .download-btn:focus, .download-links .download-btn:active, .download-links .download-btn:focus-visible, .download-links .download-btn:focus-within {
      background: rgba(185, 11, 46, 0.06);
      border-color: #B90B2E;
      color: #B90B2E;
      -webkit-box-shadow: 0px 0px 6px rgba(185, 11, 46, 0.25);
              box-shadow: 0px 0px 6px rgba(185, 11, 46, 0.25); }

.inner-bg {
  background-color: #FBFBFB;
  background: #FBFBFB; }

.download-app-card {
  background-color: #F3F3F3;
  border-radius: 20px;
  padding: 15px 50px 0; }
  @media (max-width: 991.98px) {
    .download-app-card {
      text-align: center; } }
  .download-app-card .download-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .download-app-card .app-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 15px 0 0 0; }
    @media (max-width: 991.98px) {
      .download-app-card .app-btns {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .download-app-card .app-store-box span {
    color: #414141;
    font-weight: 500; }

@media (max-width: 991.98px) {
  .md-gap-25 {
    gap: 25px !important; } }
.instantly-know-card {
  background-color: #03152B;
  position: relative;
  border-radius: 20px;
  background-image: url(/assets/img/mix/danger-symbol-image.webp);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover; }
  .instantly-know-card h3 {
    font-size: calc(26px + (47 - 26) * (100vw - 320px) / (1920 - 320));
    color: #fff; }
  .instantly-know-card span {
    font-size: calc(26px + (36 - 18) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    background-color: #B90B2E;
    padding: 2px 8px; }
  .instantly-know-card h4 {
    font-size: calc(18px + (36 - 18) * (100vw - 320px) / (1920 - 320));
    color: #fff; }
    .instantly-know-card h4 strong {
      font-weight: 700; }
  .instantly-know-card .instantly-know-content {
    padding: 50px 0 50px 50px; }
    @media (max-width: 991.98px) {
      .instantly-know-card .instantly-know-content {
        padding: 25px 15px;
        text-align: center; } }

.video-link-card {
  -webkit-transition: 0.35s all;
  transition: 0.35s all; }
  .video-link-card .video-link-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .video-link-card .video-link-head a i {
      font-size: calc(17px + (29 - 17) * (100vw - 320px) / (1920 - 320)); }
    .video-link-card .video-link-head .video-author {
      color: #414141;
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
      font-weight: 600; }
    .video-link-card .video-link-head .date {
      color: #414141;
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
      font-weight: 400; }
  .video-link-card .yt-thumb-wrapper {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden; }
    .video-link-card .yt-thumb-wrapper .yt-thumb {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .video-link-card .yt-thumb-wrapper::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 80px;
      height: 80px;
      background: rgba(0, 0, 0, 0.6);
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: none; }
    .video-link-card .yt-thumb-wrapper::before {
      content: "";
      position: absolute;
      top: 50%;
      left: calc(50% + 5px);
      border-left: 28px solid #fff;
      border-top: 18px solid transparent;
      border-bottom: 18px solid transparent;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: none; }
    .video-link-card .yt-thumb-wrapper:hover::after {
      background: rgba(185, 11, 46, 0.6);
      z-index: 1; }
    .video-link-card .yt-thumb-wrapper:hover::before {
      border-left-color: rgba(255, 255, 255, 0.8);
      z-index: 2; }
    .video-link-card .yt-thumb-wrapper .video-text {
      position: absolute;
      content: "";
      bottom: 10%;
      margin: 0 auto;
      width: 100%; }
      @media (max-width: 575px) {
        .video-link-card .yt-thumb-wrapper .video-text {
          bottom: 5%; } }
      .video-link-card .yt-thumb-wrapper .video-text h3 {
        color: #fff;
        font-size: calc(22px + (44 - 22) * (100vw - 320px) / (1920 - 320)) ;
        font-weight: 700; }
      .video-link-card .yt-thumb-wrapper .video-text h4 {
        color: #fff;
        font-size: calc(15px + (33 - 15) * (100vw - 320px) / (1920 - 320)) ;
        font-weight: 500; }
        .video-link-card .yt-thumb-wrapper .video-text h4 span {
          color: #B90B2E; }

.tool-tips-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 35px; }
  .tool-tips-tags a {
    text-decoration: underline !important;
    color: #414141;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)); }
    .tool-tips-tags a:hover {
      color: #B90B2E; }

.gradient-bg-box {
  position: relative;
  border-radius: 30px;
  z-index: 0;
  padding: 35px 0 0 0;
  margin-bottom: 80px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 192, 205, 0.7)), to(rgba(255, 238, 184, 0.7)));
  background: linear-gradient(90deg, rgba(255, 192, 205, 0.7) 0%, rgba(255, 238, 184, 0.7) 100%); }
  .gradient-bg-box.sty1 {
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 0; }
  .gradient-bg-box .detail-box {
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    padding: 30px 20px; }

.gradient-box-top-head p {
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
  line-height: 1.2; }

.custom-padding-30-40 {
  padding: 30px 40px; }
  .custom-padding-30-40.sty1 {
    padding: 40px 40px 80px; }
  @media (max-width: 991.98px) {
    .custom-padding-30-40 {
      padding: 15px 20px; }
      .custom-padding-30-40.sty1 {
        padding: 30px; } }

.order-confirmation-box {
  background-color: #FBFBFB;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 40px; }

.inner-box {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #FFFFFF;
  border-radius: 20px; }

.order-confirmation-content-box {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
  padding: 20px; }

.list-style-none {
  list-style: none !important; }
  .list-style-none li::marker {
    display: none !important;
    list-style: none !important; }

.colored-shadow-box {
  -webkit-box-shadow: 0px 4px 8px rgba(184, 11, 45, 0.29);
          box-shadow: 0px 4px 8px rgba(184, 11, 45, 0.29);
  border-radius: 30px;
  background: #FFFFFF; }

.btn-sty2 {
  border-radius: 10px !important;
  font-weight: 600 !important; }

.banner {
  padding: 200px 0 0;
  position: relative;
  background: #181818; }
  .banner.inner {
    padding: 200px 0 180px; }
  .banner-content {
    text-align: center; }
    .banner-content .h1 {
      color: #ffffff;
      margin-bottom: 50px; }
      .banner-content .h1 span {
        color: #FFC200; }
  .banner.md-inner {
    height: 491px;
    padding: 115px 0 0; }
    .banner.md-inner .banner-content .h1 {
      margin-bottom: 10px;
      line-height: 1.2; }
    .banner.md-inner .banner-content p {
      color: #DADADA;
      margin-bottom: 0; }
  @media (max-width: 991px) {
    .banner.inner {
      padding: 200px 0 100px; }
    .banner.md-inner {
      height: auto;
      padding: 200px 0 130px; }
      .banner.md-inner .banner-content .h1 {
        margin-bottom: 0; } }

.search-wrap {
  background-color: #181818;
  border-radius: 40px;
  -webkit-box-shadow: -10px 0px 30px rgba(255, 194, 0, 0.51);
          box-shadow: -10px 0px 30px rgba(255, 194, 0, 0.51);
  padding: 19px 0;
  overflow: hidden; }
  .search-wrap .search-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px 15px;
    padding: 0 20px; }
    .search-wrap .search-flex .btn {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      height: 49px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 0 10px; }
      .search-wrap .search-flex .btn i {
        font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)) ; }
  .search-wrap .search-bar {
    width: 100%;
    height: 49px;
    position: relative; }
    .search-wrap .search-bar .form-control {
      background: #2A2A2A;
      border-radius: 100px;
      width: 100%;
      height: 100%;
      padding: 10px 67px;
      font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)) ;
      font-weight: 500;
      color: #ffffff; }
    .search-wrap .search-bar .search-ic {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 40px;
      color: #ffffff;
      line-height: 0.6;
      font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)) ; }
  .search-wrap.white {
    background-color: #FDFDFD;
    -webkit-box-shadow: -10px 0px 30px rgba(185, 11, 46, 0.32);
            box-shadow: -10px 0px 30px rgba(185, 11, 46, 0.32); }
    .search-wrap.white .search-bar .form-control {
      background-color: #E5E5E5;
      color: #000000; }
      .search-wrap.white .search-bar .form-control::-webkit-input-placeholder {
        color: #000000;
        font-weight: 400; }
      .search-wrap.white .search-bar .form-control:-ms-input-placeholder {
        color: #000000;
        font-weight: 400; }
      .search-wrap.white .search-bar .form-control::-ms-input-placeholder {
        color: #000000;
        font-weight: 400; }
      .search-wrap.white .search-bar .form-control::placeholder {
        color: #000000;
        font-weight: 400; }
    .search-wrap.white .search-bar .search-ic {
      color: #000000; }
  @media (max-width: 575px) {
    .search-wrap .search-bar .form-control {
      padding: 10px 40px; }
    .search-wrap .search-bar .search-ic {
      left: 20px; } }
  @media (max-width: 480px) {
    .search-wrap {
      border-radius: 8px; }
      .search-wrap .search-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .search-wrap .search-flex .btn {
          width: 100%;
          border-radius: 8px;
          height: 40px; }
      .search-wrap .search-bar {
        height: 40px; }
        .search-wrap .search-bar .form-control {
          border-radius: 8px;
          padding: 10px 20px 10px 40px; } }

.swiper-container {
  max-width: 1600px;
  margin: 70px auto 0;
  width: 100%; }
  .swiper-container .swiper-wrapper {
    padding: 77px 0 50px; }
  .swiper-container .swiper-slide {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    top: 105px;
    scale: 1.6; }
    .swiper-container .swiper-slide.swiper-slide-prev, .swiper-container .swiper-slide.swiper-slide-next {
      top: 50px;
      scale: 1.6; }
    .swiper-container .swiper-slide.swiper-slide-active {
      top: 0;
      scale: 1.5; }
    .swiper-container .swiper-slide img {
      width: 100%;
      height: 100%; }
  @media (max-width: 1199px) {
    .swiper-container .swiper-wrapper {
      padding: 0; }
    .swiper-container .swiper-slide {
      scale: 1 !important; }
      .swiper-container .swiper-slide.swiper-slide-prev, .swiper-container .swiper-slide.swiper-slide-next {
        top: 55px; } }

.search-area {
  padding: 30px 40px; }

.top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .top-flex .review-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 30%; }
  .top-flex .trust-score-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 20px;
    width: 60%; }
  @media (max-width: 991px) {
    .top-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .top-flex .trust-score-section {
        width: 100%; } }

.review-area .domain {
  font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320)) ;
  font-weight: 700;
  color: #ffffff; }
  .review-area .domain span {
    color: #FFC200; }
.review-area p {
  font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320)) ;
  color: #ffffff; }
.review-area .visit-link a {
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)) ;
  color: #FFC200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 7px;
  font-weight: 700;
  margin-bottom: 10px; }
  .review-area .visit-link a span {
    color: #ffffff;
    position: relative;
    font-weight: 400;
    padding: 0;
    -webkit-transition: all 0.020s ease-in;
    transition: all 0.020s ease-in; }
    .review-area .visit-link a span::before {
      content: '';
      position: absolute;
      width: 100%;
      -webkit-transition: all 0.020s ease-in;
      transition: all 0.020s ease-in;
      bottom: 0;
      height: 1px;
      background: #ffffff; }
  .review-area .visit-link a:hover span {
    color: #ffd54f; }
    .review-area .visit-link a:hover span::before {
      background: #ffd54f; }

.legit {
  background: #00B16A;
  color: #ffffff;
  font-size: calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320)) ;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 4px 10px;
  margin: 20px -45px;
  position: relative; }

.search-trust .trust-head {
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)) ;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px; }
  .search-trust .trust-head span {
    color: #FFC200; }
.search-trust p {
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
  color: #DADADA;
  margin-bottom: 10px; }

.link {
  position: relative;
  color: #ffffff; }
  .link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #ffffff; }
  .link:hover {
    color: #FFC200; }
    .link:hover::before {
      background: #FFC200; }

.highlight-sec {
  padding: 20px 0;
  position: relative;
  z-index: 1; }
  .highlight-sec .high-box {
    background: #F0FFEB;
    padding: 40px 20px;
    border-radius: 10px;
    height: calc(100% - 20px);
    margin-bottom: 20px; }
    .highlight-sec .high-box.sty1 {
      background: #FDECEC; }
      .highlight-sec .high-box.sty1 .high-head {
        color: #B90B2E; }
      .highlight-sec .high-box.sty1 .high-list li i {
        color: #B90B2E; }
  .highlight-sec .high-head {
    color: #00B16A;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)) ;
    font-weight: 600;
    margin-bottom: 20px;
    display: block; }
  .highlight-sec .high-list li {
    color: #181818;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 0 5px;
    line-height: 1.1;
    margin-bottom: 15px; }
    .highlight-sec .high-list li i {
      color: #00B16A; }
    .highlight-sec .high-list li .link {
      color: #181818;
      font-weight: 700;
      text-decoration: underline !important; }
      .highlight-sec .high-list li .link::before {
        display: none; }

.review-sec {
  background: rgba(255, 255, 255, 0.05);
  border: 0.7px solid #FFFFFF;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
  padding: 30px 20px; }
  .review-sec .review-head {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320)) ;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px; }
    .review-sec .review-head span {
      color: #FFC200; }
  .review-sec .review-box {
    margin-bottom: 20px;
    position: relative;
    z-index: 1; }
    .review-sec .review-box span {
      font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)) ;
      color: #ffffff;
      display: block;
      margin-bottom: 8px; }
    .review-sec .review-box p {
      color: #E2E2E2;
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
      margin-bottom: 0; }

.verify-sec {
  padding: 30px 0; }

.verify-box {
  background: #FDECEC;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FDECEC;
  border: 1px solid #B90B2E;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 100%; }
  .verify-box .verify-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 80%; }
    .verify-box .verify-flex span {
      color: #000000;
      font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320)) ;
      font-weight: 600; }
    .verify-box .verify-flex p {
      color: #686868;
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
      line-height: 1.2; }
  .verify-box .verify-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .verify-box.sty1 .verify-flex p {
    line-height: 1.6; }

.network-sec {
  background: #F6F6F6;
  border-radius: 20px;
  padding: 40px 30px; }
  .network-sec .network-box {
    background: #ffffff;
    border: 1px solid #FFF0F0;
    border-radius: 10px;
    padding: 20px; }
  .network-sec .network-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 7px;
    padding: 10px 10px;
    position: relative;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    gap: 0 15px; }
    .network-sec .network-flex::after, .network-sec .network-flex::before {
      content: '';
      position: absolute;
      inset: 0;
      -webkit-transition: all 0.5s, border-radius 1s;
      transition: all 0.5s, border-radius 1s;
      border-radius: 10px; }
    .network-sec .network-flex::after {
      border-right: 1px solid #B90B2E;
      border-left: 1px solid #B90B2E;
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0); }
    .network-sec .network-flex::before {
      border-top: 1px solid #B90B2E;
      border-bottom: 1px solid #B90B2E;
      -webkit-transform: scale(0, 1);
              transform: scale(0, 1); }
    .network-sec .network-flex:hover {
      -webkit-transform: scale(1.01);
              transform: scale(1.01); }
      .network-sec .network-flex:hover::before, .network-sec .network-flex:hover::after {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1); }
      .network-sec .network-flex:hover .network-ic {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        background: #B90B2E; }
  .network-sec .network-img {
    overflow: hidden;
    border-radius: 10px;
    width: 21%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .network-sec .network-content {
    width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .network-sec .network-content span {
      font-size: calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320)) ;
      font-weight: 600;
      color: #1C1C1C; }
    .network-sec .network-content p {
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
      color: #414141; }
  .network-sec .nwtwork-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 12px 0; }
    .network-sec .nwtwork-list li {
      color: #B1B1B1;
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
      border-right: 1px solid #B1B1B1;
      padding-right: 10px;
      margin-right: 10px;
      line-height: .9; }
      .network-sec .nwtwork-list li:last-child {
        border: 0; }
  .network-sec .network-ic {
    width: 50px;
    height: 50px;
    width: calc(25px + (50 - 25) * (100vw - 320px) / (1920 - 320));
    height: calc(25px + (50 - 25) * (100vw - 320px) / (1920 - 320));
    font-size: calc(10px + (17 - 10) * (100vw - 320px) / (1920 - 320)) ;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    background: #FFC200;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: auto;
    position: relative;
    z-index: 1; }
  .network-sec.sty1 {
    background: transparent;
    border-radius: 0;
    padding: 0; }

.claim-sec {
  background: -webkit-gradient(linear, left top, right top, from(#FFF3CE), to(#FFD4DC));
  background: linear-gradient(90deg, #FFF3CE 0%, #FFD4DC 100%);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px; }
  .claim-sec .claim-wrap {
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid #ffffff;
    border-radius: 20px;
    padding: 30px 20px; }

.claim-box .h1 {
  display: block;
  line-height: 1; }
.claim-box .register-btn .btn {
  padding: 7px 30px; }
.claim-box p {
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
  color: #000000;
  line-height: 1; }
  .claim-box p span {
    color: #B90B2E;
    font-weight: 600; }
.claim-box .claim-list {
  margin-bottom: 10px; }
  .claim-box .claim-list li {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
    color: #000000;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    line-height: 1.2;
    gap: 0 5px; }
    .claim-box .claim-list li .dot {
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background: #000000;
      display: inline-block;
      vertical-align: middle;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      position: relative;
      top: -3px; }
    .claim-box .claim-list li span {
      color: #B90B2E;
      font-weight: 600; }
    .claim-box .claim-list li .link {
      color: #000000;
      font-weight: 600;
      text-decoration: underline !important; }
      .claim-box .claim-list li .link::before {
        display: none; }

.claim-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 30px; }
  .claim-flex .claim-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 46%; }
  .claim-flex .claim-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  @media (max-width: 1199px) {
    .claim-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .claim-flex .claim-left {
        width: 100%; } }

.customer-sec {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  background: #FDFDFF;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 20px; }

.customer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px; }
  .customer-flex .customer-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(18% - 5px);
    background: linear-gradient(331.16deg, #FFD4DC 2.56%, #FFF3CE 52.36%);
    border-radius: 10px;
    padding: 20px;
    min-height: 262px; }
    .customer-flex .customer-left > span {
      font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)) ;
      font-weight: 600;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0 10px;
      margin-bottom: 10px; }
    .customer-flex .customer-left .total-list {
      margin-bottom: 10px; }
      .customer-flex .customer-left .total-list li {
        font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ; }
        .customer-flex .customer-left .total-list li span {
          font-weight: 500; }
    .customer-flex .customer-left a {
      color: #3379FB;
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
      text-decoration: underline !important; }
  .customer-flex .customer-mid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(36% - 5px); }
    .customer-flex .customer-mid .h5 {
      margin-bottom: 5px; }
    .customer-flex .customer-mid > span {
      color: #00B16A;
      font-weight: 600; }
  .customer-flex .customer-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .customer-flex .customer-right > span {
      color: #00B16A;
      font-weight: 600; }
  @media (max-width: 1199px) {
    .customer-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .customer-flex .customer-left {
        width: 100%;
        margin-bottom: 10px;
        min-height: auto; }
      .customer-flex .customer-mid {
        width: 100%; }
        .customer-flex .customer-mid .progress-bar {
          width: 80%; }
      .customer-flex .customer-right {
        margin-top: 15px; } }

.trust-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px; }
  .trust-list li {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(25% - 8px);
    -webkit-box-shadow: 2px 6px 8px -4px rgba(0, 0, 0, 0.12);
            box-shadow: 2px 6px 8px -4px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .trust-list li a {
      display: block; }
    .trust-list li span {
      font-size: calc(11px + (12 - 11) * (100vw - 320px) / (1920 - 320)) ;
      font-weight: 500;
      margin: 5px 0;
      display: block;
      color: #000000; }
    .trust-list li p {
      font-size: calc(10px + (10 - 10) * (100vw - 320px) / (1920 - 320)) ;
      color: #000000;
      line-height: 1;
      margin-bottom: 5px;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
    .trust-list li:hover {
      -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
              box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); }
      .trust-list li:hover p {
        color: #B90B2E; }
  @media (max-width: 991px) {
    .trust-list li {
      width: calc(50% - 8px); } }
  @media (max-width: 575px) {
    .trust-list li {
      width: calc(100% - 8px); } }

.progress-bar {
  background: #D8D8D8;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 78%;
  height: 11px; }
  .progress-bar .line {
    border-radius: 6px;
    background: #00B16A;
    height: 100%; }

.star-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px 15px;
  margin-top: 12px; }
  .star-box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 7px;
    margin-bottom: 15px; }
    .star-box li span {
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
      font-weight: 500;
      color: #000000;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .star-box li:nth-child(2) .line {
      background: #73CF11; }
    .star-box li:nth-child(3) .line {
      background: #FFCE00; }
    .star-box li:nth-child(4) .line {
      background: #FF8622; }
    .star-box li:nth-child(5) {
      margin-bottom: 0; }
      .star-box li:nth-child(5) .line {
        background: #FF3722; }

.alternate-sec {
  background: rgba(255, 255, 255, 0.1);
  border: 0.8px solid #ffffff;
  border-radius: 20px;
  padding: 25px 20px;
  margin-bottom: 30px; }
  .alternate-sec .alt-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px; }
    .alternate-sec .alt-flex .h5 {
      margin-bottom: 0; }

.alternate-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
  margin-top: 20px; }
  @media (max-width: 991px) {
    .alternate-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.alternate-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
  width: calc(33.33% - 10px);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 12px 10px; }
  .alternate-box .alternate-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px; }
    .alternate-box .alternate-head > span, .alternate-box .alternate-head a {
      font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)) ;
      font-weight: 600;
      margin-bottom: 0;
      color: #000000; }
  .alternate-box .alt-box {
    background: linear-gradient(98.01deg, #A66F17 -17.12%, #C49C44 9.14%, #A66F17 30.68%, #F2BB62 58.52%, #B99139 77.96%, #F1CB7B 92.14%);
    border-radius: 10px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 145px;
    gap: 0 10px; }
    .alternate-box .alt-box .alt-img {
      background: #ffffff;
      border-radius: 10px;
      width: 41px;
      height: 38px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .alternate-box .alt-box .alt-img img {
        max-width: 26px; }
    .alternate-box .alt-box span {
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
      font-weight: 500;
      color: #1C1C1C;
      line-height: 1;
      display: inline-block; }
  .alternate-box > p {
    color: #414141;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ; }
  .alternate-box .trust-score-section {
    min-width: 100%;
    gap: 12px; }
    .alternate-box .trust-score-section .trust-score-header {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .alternate-box .trust-score-section .trust-score-label {
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
      color: #434343; }
    .alternate-box .trust-score-section .trust-score-value {
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ; }
      .alternate-box .trust-score-section .trust-score-value i {
        color: #434343; }
    .alternate-box .trust-score-section .trust-score-indicator {
      width: 21px;
      height: 21px;
      left: var(--indicator-left2, 100%); }
      .alternate-box .trust-score-section .trust-score-indicator::before {
        width: 15px;
        height: 15px; }
    .alternate-box .trust-score-section .trust-score-bar {
      height: 9px;
      margin: 0; }
  .alternate-box .grade {
    font-size: calc(11px + (12 - 11) * (100vw - 320px) / (1920 - 320)) ;
    font-weight: 500; }
    .alternate-box .grade span {
      color: #00B16A;
      font-weight: 700; }
  @media (max-width: 991px) {
    .alternate-box {
      width: 100%;
      margin: 10px 0; } }
  @media (max-width: 575px) {
    .alternate-box .alternate-head {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px 0; } }

.alternate-footer {
  background: #E2E2E2;
  border-radius: 10px;
  padding: 15px 12px;
  margin-top: 10px; }
  .alternate-footer .foot-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 10px; }
    .alternate-footer .foot-flex span {
      font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
      display: block;
      line-height: 1.2; }
  .alternate-footer .foot-img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  margin-top: 10px; }
  .contact-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 10px;
    font-size: calc(11px + (12 - 11) * (100vw - 320px) / (1920 - 320)) ;
    color: #434343;
    font-weight: 500; }
    .contact-list li .contact-ic {
      width: 17px;
      height: 17px;
      border-radius: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #B90B2E; }
      .contact-list li .contact-ic i {
        font-size: 8px;
        line-height: 17px;
        color: #ffffff; }
        .contact-list li .contact-ic i.fs-9 {
          font-size: 9px; }
    .contact-list li a {
      color: #000000; }
  .contact-list.sty1 li:last-child {
    margin-left: auto; }
  @media (max-width: 991px) {
    .contact-list.sty1 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .contact-list.sty1 li:last-child {
        margin-left: 0;
        width: 100%;
        margin-top: 10px; } }

.testi-sec {
  margin-bottom: 30px;
  padding: 0 34px;
  position: relative;
  z-index: 2; }

.testi-wrap {
  background: rgba(255, 255, 255, 0.05);
  border: 0.7px solid #E5E5E5;
  border-radius: 10px;
  padding: 20px 20px;
  max-width: 286px;
  width: 100%;
  height: 100%;
  margin: 0 auto; }
  .testi-wrap .testi-area {
    height: 100%; }
  .testi-wrap .star-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 5px;
    margin: 10px 0; }
  .testi-wrap .h5 {
    color: #ffffff;
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320)) ;
    font-weight: 600; }
  .testi-wrap p {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
    color: #B1B1B1;
    margin-bottom: 0; }
  .testi-wrap .testi-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .testi-wrap .testi-flex p {
      color: #ffffff; }
    .testi-wrap .testi-flex .testi-ic {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      .testi-wrap .testi-flex .testi-ic i {
        color: #F5AB35;
        opacity: 0.10;
        font-size: calc(40px + (60 - 40) * (100vw - 320px) / (1920 - 320)) ; }
  @media (max-width: 1399px) {
    .testi-wrap {
      max-width: 100% !important; } }

.js-testi {
  margin: 0 -15px; }
  .js-testi .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .js-testi .slides {
    padding: 0 15px;
    height: auto; }
  .js-testi .slick-current .testi-wrap {
    max-width: 529px;
    background: -webkit-gradient(linear, left top, right top, from(#FFD4DC), to(#FFF3CE));
    background: linear-gradient(90deg, #FFD4DC 0%, #FFF3CE 100%);
    border-radius: 10px; }
    .js-testi .slick-current .testi-wrap .h5 {
      color: #000000; }
    .js-testi .slick-current .testi-wrap p {
      color: #000000; }
    .js-testi .slick-current .testi-wrap .testi-area {
      background: rgba(255, 255, 255, 0.3);
      border: 2px solid #ffffff;
      border-radius: 10px;
      padding: 20px; }

.accordian-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  gap: 0 20px; }
  .accordian-sec .accord-left {
    background: -webkit-gradient(linear, left top, right top, from(#FFD4DC), to(#FFF3CE));
    background: linear-gradient(90deg, #FFD4DC 0%, #FFF3CE 100%);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: relative;
    border-radius: 10px;
    width: 25%;
    padding: 13px 0 0 13px; }
  .accordian-sec .accord-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 48px 20px 20px; }
    .accordian-sec .accord-right .tabs-sec {
      height: 668px;
      overflow-y: hidden;
      scroll-behavior: auto !important;
      will-change: scroll-position; }
      .accordian-sec .accord-right .tabs-sec .tab-main10 {
        padding-bottom: 270px; }
      .accordian-sec .accord-right .tabs-sec::-webkit-scrollbar-track {
        background: #ffffff; }
      .accordian-sec .accord-right .tabs-sec .h4 {
        display: block;
        margin: 0px 0 15px; }
  .accordian-sec .accord-head {
    background: #B90B2E;
    padding: 12px 5px;
    position: relative;
    margin-bottom: 20px; }
    .accordian-sec .accord-head::before {
      content: '';
      position: absolute;
      height: 100%;
      background: #B90B2E;
      right: 100%;
      left: -50px;
      top: 0; }
    .accordian-sec .accord-head::after {
      content: '';
      position: absolute;
      background: #B90B2E;
      -webkit-clip-path: polygon(0% 0%, 100% 48%, 100% 52%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 48%, 100% 52%, 0% 100%);
      height: 100%;
      width: 23px;
      left: 100%;
      top: 0; }
    .accordian-sec .accord-head .h4 {
      color: #ffffff;
      font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320)) ;
      font-weight: 600;
      display: block;
      line-height: 1;
      margin-bottom: 5px; }
  .accordian-sec .accord-wrap {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px 0px 0px 10px;
    padding: 10px 0 10px 10px; }
    .accordian-sec .accord-wrap .tabs-list li {
      font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320)) ;
      color: #101010;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0 10px;
      padding: 13px 0 13px 15px;
      position: relative; }
      .accordian-sec .accord-wrap .tabs-list li i {
        color: #525252;
        font-size: calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320)) ; }
      .accordian-sec .accord-wrap .tabs-list li::before {
        content: '';
        position: absolute;
        background: #B90B2E;
        -webkit-clip-path: polygon(0% 0%, 100% 48%, 100% 52%, 0% 100%);
                clip-path: polygon(0% 0%, 100% 48%, 100% 52%, 0% 100%);
        height: 100%;
        width: 18px;
        left: 100%;
        opacity: 0;
        pointer-events: none;
        top: 0; }
      .accordian-sec .accord-wrap .tabs-list li::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 90%;
        left: 0;
        background: #ffffff; }
      .accordian-sec .accord-wrap .tabs-list li:last-child {
        margin-bottom: 20px; }
        .accordian-sec .accord-wrap .tabs-list li:last-child::after {
          display: none; }
      .accordian-sec .accord-wrap .tabs-list li.is--active {
        background: #B90B2E;
        color: #ffffff; }
        .accordian-sec .accord-wrap .tabs-list li.is--active i {
          color: #ffffff; }
        .accordian-sec .accord-wrap .tabs-list li.is--active::before {
          opacity: 1; }
        .accordian-sec .accord-wrap .tabs-list li.is--active::after {
          display: none; }
  .accordian-sec .tabs-content {
    display: block;
    height: 100vh; }

.dt-wrap {
  max-height: 65vh;
  overflow-y: auto;
  scroll-behavior: auto !important;
  will-change: scroll-position;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px; }
  .dt-wrap::-webkit-scrollbar {
    width: 10px; }
  .dt-wrap::-webkit-scrollbar-track {
    background: #000000; }
  .dt-wrap::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 0; }
    .dt-wrap::-webkit-scrollbar-thumb:hover {
      background: #a8a8a8; }
  .dt-wrap .dtbl {
    border-bottom: 0.5px dashed rgba(0, 0, 0, 0.2); }
  .dt-wrap .dtd {
    padding: 15px 15px;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) ;
    color: #686868; }
    .dt-wrap .dtd strong {
      color: #000000;
      font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320)) ; }
    .dt-wrap .dtd:nth-child(odd) {
      background: rgba(247, 247, 255, 0.5); }

.trust-score-section {
  --score: $score;
  --score-color: $score-color;
  --indicator-left: calc(var(--score) * 1%);
  --gradient-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px; }
  .trust-score-section .trust-score-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .trust-score-section .trust-score-header .trust-score-help {
      font-size: 1em;
      font-weight: 400;
      color: #fbc02d;
      text-decoration: underline; }
      .trust-score-section .trust-score-header .trust-score-help:hover {
        color: #ffd54f; }
  .trust-score-section .trust-score-value {
    font-size: 2em;
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320)) ;
    color: #00B16A;
    font-weight: 700;
    color: var(--score-color, #4caf50); }
    .trust-score-section .trust-score-value i {
      color: #ffffff;
      font-style: normal; }
  .trust-score-section .trust-score-label {
    font-size: 1.8em;
    font-weight: 700;
    color: #e0e0e0; }
  .trust-score-section .trust-score-bar {
    position: relative;
    width: 100%;
    height: 35px;
    margin: 10px 0 20px;
    background: #2a2a2a;
    border-radius: 100px;
    overflow: visible; }
    .trust-score-section .trust-score-bar::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(#F50000), color-stop(50%, #F9AD08), to(#00B16A));
      background: linear-gradient(90deg, #F50000 0%, #F9AD08 50%, #00B16A 100%);
      border-radius: 100px;
      clip-path: inset(0 calc(100% - var(--gradient-width, 100%)) 0 0);
      -webkit-clip-path: inset(0 calc(100% - var(--gradient-width, 100%)) 0 0);
      z-index: 1; }
    .trust-score-section .trust-score-bar .trust-score-range {
      position: absolute;
      left: -35px;
      right: -35px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 100%;
      margin: 0;
      padding: 0;
      background: transparent;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
      z-index: 10;
      cursor: pointer;
      overflow: visible;
      opacity: 0; }
  .trust-score-section .trust-score-visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    overflow: visible; }
    .trust-score-section .trust-score-visual .trust-score-labels {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      padding: 0; }
      .trust-score-section .trust-score-visual .trust-score-labels .label-item {
        font-size: 0.9em;
        font-weight: 400;
        color: #e0e0e0;
        text-align: center;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        -webkit-transition: color 0.3s ease, font-weight 0.3s ease;
        transition: color 0.3s ease, font-weight 0.3s ease; }
  .trust-score-section .trust-score-indicator {
    position: absolute;
    left: var(--indicator-left, 100%);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 83px;
    height: 83px;
    background-color: transparent;
    border: none;
    border: 1px solid #ffffff;
    background: var(--score-color, #4caf50);
    border-color: var(--score-color, #4caf50);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: none;
    z-index: 2; }
    .trust-score-section .trust-score-indicator::before {
      content: '';
      background: rgba(255, 255, 255, 0.8);
      -webkit-box-shadow: 0px 0px 6.7px 3px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 0px 6.7px 3px rgba(0, 0, 0, 0.3);
      position: absolute;
      inset: 0;
      border-radius: 50%;
      width: 70px;
      height: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: auto; }
    .trust-score-section .trust-score-indicator .indicator-value {
      font-size: calc(15px + (19 - 15) * (100vw - 320px) / (1920 - 320)) ;
      font-weight: 700;
      color: #00B16A;
      text-align: center;
      position: relative;
      z-index: 5; }
      .trust-score-section .trust-score-indicator .indicator-value i {
        font-size: calc(11px + (12 - 11) * (100vw - 320px) / (1920 - 320)) ;
        color: #434343;
        font-style: normal; }
  @media (max-width: 1024px) {
    .trust-score-section {
      min-width: 450px; } }
  @media (max-width: 768px) {
    .trust-score-section {
      width: 100%;
      min-width: unset; }
      .trust-score-section .trust-score-label {
        font-size: 1.5em; }
      .trust-score-section .trust-score-value {
        font-size: 1.7em; }
      .trust-score-section .trust-score-indicator {
        width: 70px;
        height: 70px; }
      .trust-score-section .trust-score-range::-webkit-slider-thumb {
        width: 70px;
        height: 70px;
        margin-top: -25px; }
      .trust-score-section .trust-score-range::-moz-range-thumb {
        width: 70px;
        height: 70px; }
      .trust-score-section .indicator-value {
        font-size: 1em; }
      .trust-score-section .trust-score-labels {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 8px;
        padding: 0 35px; }
        .trust-score-section .trust-score-labels .label-item {
          font-size: 0.85em;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 4px);
                  flex: 0 0 calc(50% - 4px); } }
  @media (max-width: 480px) {
    .trust-score-section .trust-score-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 8px; }
      .trust-score-section .trust-score-header .trust-score-label {
        font-size: 1.3em; }
      .trust-score-section .trust-score-header .trust-score-value {
        font-size: 1.5em; }
    .trust-score-section .trust-score-indicator {
      width: 60px;
      height: 60px; }
    .trust-score-section .trust-score-range::-webkit-slider-thumb {
      width: 60px;
      height: 60px;
      margin-top: -20px; }
    .trust-score-section .trust-score-range::-moz-range-thumb {
      width: 60px;
      height: 60px; }
    .trust-score-section .indicator-value {
      font-size: 0.9em; }
    .trust-score-section .trust-score-labels {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 8px;
      padding: 0; }
      .trust-score-section .trust-score-labels .label-item {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: left;
        font-size: 0.8em; } }

.minht-100 {
  min-height: 100%; }
.minht-100vh {
  min-height: 100vh; }
.minht-400p {
  min-height: 400px; }

.c-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  bottom: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }
  .c-popup .popup {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    margin: 0 auto;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    display: none;
    height: 100%; }
    .c-popup .popup .contact-form {
      background: #B90B2E;
      padding: 40px;
      position: relative;
      pointer-events: auto;
      width: 100%; }
    .c-popup .popup .popup-wrap {
      background: #ffffff;
      width: 100%;
      pointer-events: auto;
      -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
              box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
      border-radius: 0.3rem;
      position: relative; }
    .c-popup .popup .pop-border {
      border-radius: 30px;
      background: #ffffff;
      width: 100%;
      pointer-events: auto;
      position: relative;
      background-color: #ffffff;
      overflow: hidden;
      -webkit-box-shadow: 0px 88px 25px rgba(184, 11, 45, 0.01), 0px 56px 23px rgba(184, 11, 45, 0.04), 0px 32px 19px rgba(184, 11, 45, 0.15), 0px 14px 14px rgba(184, 11, 45, 0.26), 0px 4px 8px rgba(184, 11, 45, 0.29);
              box-shadow: 0px 88px 25px rgba(184, 11, 45, 0.01), 0px 56px 23px rgba(184, 11, 45, 0.04), 0px 32px 19px rgba(184, 11, 45, 0.15), 0px 14px 14px rgba(184, 11, 45, 0.26), 0px 4px 8px rgba(184, 11, 45, 0.29); }
    .c-popup .popup .c-close {
      position: absolute;
      top: -15px;
      right: -15px;
      z-index: 999;
      color: #ffffff;
      padding: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #B90B2E;
      font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)) ;
      border-radius: 50%;
      line-height: normal;
      width: 38px;
      height: 38px; }
      .c-popup .popup .c-close:hover {
        color: #ffffff; }
      .c-popup .popup .c-close.sty1 {
        top: 30px;
        right: 30px;
        font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320)) ;
        width: 20px;
        height: 20px;
        line-height: inherit; }
      @media (max-width: 991px) {
        .c-popup .popup .c-close {
          top: -17px;
          right: -12px;
          width: 30px;
          height: 30px; } }
    .c-popup .popup.popup-centered {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%; }
    .c-popup .popup.active {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
  .c-popup .overlay {
    display: block;
    height: auto;
    right: 0;
    bottom: 0;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: -1;
    position: absolute; }
  .c-popup.popup--open {
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    padding: 0 17px;
    background: rgba(0, 0, 0, 0.6); }

.c-popup .popup.sm-popup {
  max-width: 500px; }
.c-popup .popup.md-popup {
  max-width: 705px; }
.c-popup .popup.lg-popup {
  max-width: 1220px; }
.c-popup .popup.wd-995 {
  max-width: 995px; }

.popup-box {
  text-align: center;
  position: relative;
  padding: 40px 0; }
  .popup-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 20px;
    border-radius: inherit;
    background: -webkit-gradient(linear, left top, right top, from(#FFC0CD), to(#FFEEB8));
    background: linear-gradient(90deg, #FFC0CD, #FFEEB8);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none; }
  .popup-box .popup-content {
    max-width: 480px;
    margin: 0 auto;
    overflow: hidden; }
    .popup-box .popup-content .h6 {
      color: #B90B2E;
      font-size: calc(16px + (30 - 16) * (100vw - 320px) / (1920 - 320)) ;
      font-weight: 600;
      text-transform: uppercase; }
    .popup-box .popup-content p {
      color: #414141;
      font-size: calc(11px + (12 - 11) * (100vw - 320px) / (1920 - 320)) ; }

.contentDiv {
  width: 300px;
  height: 1000px;
  background-color: #ff0000; }

button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent;
  -webkit-box-shadow: inset 0 0 10px rgba(255, 194, 0, 0.6), 0 0 12px rgba(255, 194, 0, 0.7), 0 0 20px rgba(255, 194, 0, 0.4);
          box-shadow: inset 0 0 10px rgba(255, 194, 0, 0.6), 0 0 12px rgba(255, 194, 0, 0.7), 0 0 20px rgba(255, 194, 0, 0.4);
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  button.back-to-top:hover, button.back-to-top:active, button.back-to-top:focus {
    outline: 0 !important; }
  button.back-to-top::before, button.back-to-top::after {
    content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #ea5d5f;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    height: 0;
    line-height: 0;
    margin: 18px auto 0;
    width: 0;
    border-radius: 20px;
    visibility: hidden; }
  button.back-to-top::after {
    border-bottom-color: #fff;
    position: relative;
    top: -24px; }
  button.back-to-top.show {
    display: block;
    background: #fff;
    color: #00ab6c;
    font-size: 25px;
    right: 25px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    visibility: visible;
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25); }
    button.back-to-top.show::before, button.back-to-top.show::after {
      visibility: visible; }
    button.back-to-top.show:active {
      -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25); }

.packages-area:hover .packages-head {
  background-color: #B90B2E; }
  .packages-area:hover .packages-head .top-btn a {
    background-color: #FFC200; }
.packages-area:hover .prices-area .prices-mid span {
  background-color: #9F0020; }
.packages-area:hover .packages-body {
  background-color: #323232;
  -webkit-box-shadow: 0px 4px 64px -22px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 64px -22px rgba(0, 0, 0, 0.25); }
  .packages-area:hover .packages-body h6 {
    color: #ffffff; }
  .packages-area:hover .packages-body .package-bullits::-webkit-scrollbar-thumb {
    background: #FFC200 !important; }
  .packages-area:hover .packages-body .package-bullits li {
    color: #ffffff; }
    .packages-area:hover .packages-body .package-bullits li:before {
      content: "";
      background-image: url(/assets/img/mix/icon-yellow.png); }
  .packages-area:hover .packages-body .bottom-txt h4, .packages-area:hover .packages-body .bottom-txt p {
    color: #ffffff; }
@media (max-width: 1199px) {
  .packages-area {
    margin: 10px 0; } }

.packages-head {
  padding: 20px 20px 80px;
  background-color: #323232;
  -webkit-box-shadow: 0px 4px 64px -22px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 64px -22px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  min-height: 350px;
  position: relative; }
  .packages-head p {
    color: #ffffff;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320)) ; }
  .packages-head.sty1 {
    min-height: 200px; }
  @media (max-width: 991px) {
    .packages-head {
      min-height: 300px; } }

.top-btn a {
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)) ;
  font-weight: 700;
  color: #000000;
  border-radius: 100px;
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 37px;
  text-transform: uppercase; }

.price {
  font-size: calc(16px + (30 - 16) * (100vw - 320px) / (1920 - 320)) ;
  font-weight: 700;
  color: #ffffff; }
  .price span {
    color: #F2F2F2;
    font-weight: 400;
    padding-left: 4px;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320)) ; }
  .price.sty1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    line-height: 1; }

.prices-bottom {
  font-style: italic;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff; }

.monthly-offer {
  color: #ffffff;
  font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ;
  font-weight: 300; }

.pacakges-btn {
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto; }
  .pacakges-btn a {
    background-color: #FFC200;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)) ;
    font-weight: 500;
    padding: 12px 35px;
    border-radius: 100px;
    text-align: center;
    color: #414141; }
    .pacakges-btn a:hover {
      background-color: #000000;
      color: #ffffff; }

.packages-body {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 64px -22px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 64px -22px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 25px 8px 25px 18px; }

.package-bullits {
  height: 350px;
  overflow-y: auto;
  padding-right: 10px; }
  .package-bullits::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
    border-radius: 10px;
    background-color: #F5F5F5; }
  .package-bullits::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5; }
  .package-bullits::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #000 !important;
    -webkit-box-shadow: none !important; }
  .package-bullits li {
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ;
    color: #414141;
    padding: 4px 0 4px 20px;
    font-weight: 400;
    position: relative;
    line-height: 1.8; }
    .package-bullits li span {
      position: absolute;
      left: 0;
      height: 100%; }
      .package-bullits li span img {
        display: none; }
    .package-bullits li:before {
      content: "";
      position: absolute;
      background-image: url(/assets/img/mix/package-arrow.png);
      width: 9px;
      height: 9px;
      top: 10px;
      left: 0;
      background-repeat: no-repeat;
      background-size: cover; }
    .package-bullits li:first-child {
      padding-top: 0; }
    .package-bullits li:last-child {
      padding-bottom: 0; }
  .package-bullits.sty1 {
    height: 200px; }
  @media (max-width: 991px) {
    .package-bullits {
      height: 200px; } }

.bottom-txt h4 {
  color: #414141;
  font-weight: 600; }
.bottom-txt p {
  color: #414141;
  font-weight: 400;
  font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320)) ; }

.prices-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 90px; }
  .prices-area.sty1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.prices-mid span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 64px;
  width: 64px;
  font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320)) ;
  background-color: #212121;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  color: #ffffff; }

.template-main-wrapper {
  height: 100%;
  position: relative;
  padding: 121px 0 59px; }
  .template-main-wrapper .template-inner-bx {
    background-color: #ffffff;
    border: 1px solid #FFC200;
    -webkit-box-shadow: 0px 4px 8px rgba(184, 11, 45, 0.13);
            box-shadow: 0px 4px 8px rgba(184, 11, 45, 0.13);
    border-radius: 30px;
    padding: 29px 50px; }
    .template-main-wrapper .template-inner-bx .template-txt {
      padding-bottom: 50px; }
  @media (max-width: 991px) {
    .template-main-wrapper .template-inner-bx {
      padding: 20px 30px; }
      .template-main-wrapper .template-inner-bx .template-txt {
        padding-bottom: 30px; } }

.template-header {
  background-color: #181818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 28px 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%; }
  @media (max-width: 1199px) {
    .template-header {
      padding: 20px 0px; }
      .template-header img {
        height: 50px; } }
  @media (max-width: 991px) {
    .template-header {
      padding: 15px 0px; }
      .template-header img {
        height: 45px; } }

.template-footer {
  background-color: #181818;
  text-align: center;
  padding: 18px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0; }
  .template-footer p {
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)) ;
    color: #ffffff;
    margin-bottom: 0; }

.template-icon {
  left: 87%;
  position: absolute;
  top: 190px; }
  @media (max-width: 1600px) {
    .template-icon {
      left: 85%; } }
  @media (max-width: 1400px) {
    .template-icon {
      left: 82%; } }
  @media (max-width: 1300px) {
    .template-icon {
      left: 85%; } }
  @media (max-width: 1199px) {
    .template-icon {
      display: none; } }
