@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ec1c23;
  --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: #ec1c23;
  --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", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

article, aside, 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", 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: #fff;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

b,
strong {
  font-weight: bolder;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

table {
  border-collapse: collapse;
}

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

button {
  border-radius: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

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;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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


@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-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=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

textarea.form-control {
  height: auto;
}

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

.form-text {
  display: block;
  margin-top: 0.25rem;
}

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

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.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(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  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 + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.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") no-repeat right 0.75rem center/8px 10px, 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ec1c23;
  min-height: 18px;
}


.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ec1c23;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ec1c23' 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='%23ec1c23' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ec1c23;
  box-shadow: 0 0 0 0.2rem rgba(236, 28, 35, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ec1c23;
  padding-right: calc(0.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") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ec1c23' 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='%23ec1c23' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ec1c23;
  box-shadow: 0 0 0 0.2rem rgba(236, 28, 35, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ec1c23;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ec1c23;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ec1c23;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f04b51;
  background-color: #f04b51;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(236, 28, 35, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ec1c23;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ec1c23;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ec1c23;
  box-shadow: 0 0 0 0.2rem rgba(236, 28, 35, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    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 .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  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: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #fff;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  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 {
  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;
  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 {
  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;
  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 {
  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;
  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 {
  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;
  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 {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ec1c23;
  border-color: #ec1c23;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d01118;
  border-color: #c51017;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #d01118;
  border-color: #c51017;
  box-shadow: 0 0 0 0.2rem rgba(239, 62, 68, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ec1c23;
  border-color: #ec1c23;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c51017;
  border-color: #b90f15;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 62, 68, 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;
  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 {
  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;
  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 {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #ec1c23;
  border-color: #ec1c23;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ec1c23;
  border-color: #ec1c23;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 28, 35, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ec1c23;
  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: #ec1c23;
  border-color: #ec1c23;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(236, 28, 35, 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 {
  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 {
  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 {
  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 {
  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-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

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

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

.dropdown-menu-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: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  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=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

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

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

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

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  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 {
  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: 0.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: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.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: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  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 + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  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 + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.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: none;
}
.custom-range:focus::-webkit-slider-thumb {
  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: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.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: 0.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;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.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: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.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 {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

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

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.navbar-light .navbar-brand {
  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:hover, .navbar-light .navbar-nav .nav-link:focus {
  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 .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  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:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  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 .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  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:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

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

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

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

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

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

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

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

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

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

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



.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

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


html,
body,
main.container {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #333333;
}

a {
  text-decoration: none;
  font-weight: 500;
}

a:hover, a:focus, a:visited {
  outline: none;
  border: #ec1c23;
  box-shadow: none;
  color: #ec1c23;
  text-decoration: none;
  font-weight: 600;
}

a {
  color: #ec1c23;
}

.form-theme p {
  font-family: 'Barlow';
  color: #fff;
}
.form-theme ul {
  list-style: none;
}
.form-theme footer {
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
}
.form-theme footer h4 {
  color: #373737;
  font-size: 18px;
  letter-spacing: 0.18px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
}
.form-theme footer h4 a {
  color: #373737;
  font-weight: 500;
}
.form-theme footer h3 {
  color: #373737;
  font-size: 15px;
  letter-spacing: 0.18px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
}
.form-theme footer ul.flex-column li.nav-item {
  color: #666666;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
  letter-spacing: 0.16px;
  background: transparent;
  padding: 0;
}
.form-theme footer ul.flex-column li.nav-item a.nav-link {
  color: #666666;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
  letter-spacing: 0.16px;
  background: transparent;
  padding: 0;
}
.form-theme footer ul.flex-column li.nav-item .font-w {
  font-weight: 500 !important;
}
.form-theme footer ul.social-media {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
.form-theme footer ul.social-media li {
  float: left;
  margin: 0 6px;
  padding: 0;
}
.form-theme footer ul.social-media li a {
  padding: 0;
}
.form-theme footer ul.social-media li a img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  width: 19px;
  height: 19px;
}
.form-theme footer .aap-links {
  margin: 10px 0;
}
.form-theme footer .aap-links ul {
  display: flex;
  justify-content: left;
  align-items: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-theme footer .aap-links ul li {
  margin: 10px 0;
  float: left;
}
.form-theme footer .aap-links ul li a.android-icon {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  margin-right: 10px;
  padding: 8px 16px 8px 34px;
  background: #fff;
  width: 150px;
  border-radius: 30px;
  color: #666666;
  box-shadow: 0px 0px 10px 1px #dedbdb;
}
.form-theme footer .aap-links ul li a.android-icon::before {
  content: url("/images/new-sign-up/ios-icon.svg");
  color: #ec1c23;
  font-weight: bold;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 0;
  position: absolute;
  left: 13px;
  line-height: 23px;
  top: 6px;
}
.form-theme footer .aap-links ul li a.ios-icon {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  padding: 8px 16px 8px 34px;
  background: #fff;
  box-shadow: 0px 0px 10px 1px #dedbdb;
  border-radius: 30px;
  color: #666666;
  width: 150px;
}
.form-theme footer .aap-links ul li a.ios-icon::before {
  content: url("/images/new-sign-up/android-icon.svg");
  color: #ec1c23;
  font-weight: bold;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 0;
  position: absolute;
  left: 14px;
  line-height: 34px;
}
.badge-img img {
  max-width: 150px;
  display: block;
  margin: 0 auto -5px;
}
.custom-testimonial-slider {
  text-align: center;
}

.custom-testimonial-slider .description p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.16pt;
  font-weight: 500;
  margin: 0;
}

.custom-testimonial-slider .author-section {
  font-weight: normal;
  padding-top: 10px;
}

.custom-testimonial-slider .author-section .author {
  color: #666666;
  font-size: 13px;
  line-height: normal;
  font-weight: 500;
}

.custom-testimonial-slider .author-section strong {
  color: #333;
}

.custom-testimonial-slider .description {
  padding-top: 5px;
}

.star-img {
  min-height: 36px;
  display: block;
  text-align: center;
}

.star-img img + img {
  margin-left: -5px;
}

.custom-testimonial-slider .star-img img {
  display: inline-block;
}

.custom-testimonial-slider .slick-arrow {
  display: none !important;
}

.custom-testimonial-slider button {
  border: 0;
  background: transparent;
}

.custom-testimonial-slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  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-top: 20px;
}

.custom-testimonial-slider .slick-dots button {
  display: none;
}

.custom-testimonial-slider .slick-dots li {
  border: 1px solid #979797;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50px;
  margin: 0 5px;
}

.custom-testimonial-slider .slick-dots li.slick-active {
  background: #ed1c24;
  border-color: #ed1c24;
  width: 12px;
  height: 12px;
}

.star-img img.last{
  margin-left: -10px;
  margin-top: -3px;
}

.signup-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cm-checkbox-sec label {
  height: auto !important;
  overflow: initial !important;
  padding-bottom: 9px !important;
}

.signup-form-right-col>.sign-up {
  padding: 40px 20px !important;
}

.signup-form-right-col>.sign-up>.col-12 {
  padding: 0;
}

.signup-form-right-col>.sign-up .row .col-xl-6,.signup-form-right-col>.sign-up .row .col-xl-12 {
  padding: 0 10px !important;
}

.signup-form-right-col>.sign-up .row {
  margin: 0 -10px;
}

.form-theme .form-bg {
  background-image: url(/images/new-sign-up/home-top-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  position: relative;
}

.signup-row .badge-img {
  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-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.signup-row .badge-img .item {
  margin: 0 1px;
}

.signup-row .badge-img img {
  margin: 0;
  max-width: 106px;
}
.signup-row .badge-img.badge-img-update img  {
  max-width: 105px;
}
.signup-row .badge-img img.medal-last {
  height: 111.33px;
}
.form-theme .form-bg .sign-up {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 8px 2px #72727236;
  /* margin: 45px 60px 0 55px !important; */
  padding: 50px 0;
}

.form-theme .form-bg .sign-up h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}

.form-theme .form-bg .sign-up h3 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}
.form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked) + label {
  position: relative;
  overflow: hidden;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-theme .form-bg .sign-up .checkbox-sec [type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  transition: 0.2s;
}
.form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked) + label:before {
  top: 0px;
  width: 19px;
  height: 19px;
  border: 2px solid red;
}
.form-theme .form-bg .sign-up .checkbox-sec [type=checkbox] + label:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  transition: 0.2s;
}
.form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked) + label:after {
  top: 0px;
  width: 19px;
  height: 19px;
  border: 2px solid red;
  z-index: 0;
}
.form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:checked + label:before {
  top: 2px;
  left: 2px;
  width: 6px;
  height: 12px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid red;
  border-bottom: 1px solid red;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
.form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:checked + label:after {
  top: 0px;
  width: 19px;
  height: 19px;
  border: 2px solid red;
  z-index: 0;
}
.form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:checked + label {
  position: relative;
  overflow: hidden;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.form-theme .form-bg .sign-up .btn-primary {
  margin: 0 auto;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ec1c23 !important;
  border-color: #ec1c23 !important;
  color: #fff;
  font-size: 16px;
}
.form-theme .form-bg .sign-up .btn-primary:hover {
  background: #fff !important;
  border: 1px solid #ec1c23 !important;
  color: #ec1c23 !important;
}
.form-theme .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: 0;
  background-color: #ffffff !important;
  z-index: 999;
  border-bottom: 1px solid #ddd;
  box-shadow: 0px 1px 3px 0px #d2d0d0dd;
}
.form-theme .form-bg .sign-up .form-control {
  height: calc(1.5em + 0.75rem + 8px);
  color: #969696;
  font-size: 16px;
}
.form-theme .form-bg .sign-up .form-control:focus {
  border-color: #ed38338a;
  outline: 0;
  box-shadow: 0 0 0 -0.8rem rgb(237 56 51 / 64%);
}
#stickyHeader {
  color: #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}
.home-head-wrp {
  min-height: 105px;
}
#stickyHeader .app nav a.navbar-brand {
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  padding: 0 0 12px 0;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}
img {
  max-width: 100%;
}
#stickyHeader .app nav ul#first-menu {
  width: 100%;
}
#stickyHeader .app nav ul#first-menu li {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}
#stickyHeader .app .ton-hedr-nav li a {
  text-transform: uppercase;
  color: #000;
  font-size: 13px!important;
  line-height: 15px;
  font-weight: 500;
  padding: 9px 22px;
  letter-spacing: 1px;
}

#stickyHeader .app .ton-hedr-nav li a {
  padding: 9px 10px;
}
.cm_discord a {
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
  -ms-box-shadow: 0 0 6px 0 rgb(0 0 0/10%);
  -o-box-shadow: 0 0 6px 0 rgb(0 0 0/10%);
  border-radius: 5px;
  padding: 5px 15px 5px 5px!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
#stickyHeader .app .ton-hedr-nav li.cm_discord a {
  cursor: pointer!important;
  color: #333!important;
}
.cm_discord em {
  font-style: normal;
  font-size: 12px;
  text-transform: none;
  font-family: barlow;
  font-weight: 500;
  letter-spacing: -.04px;
  line-height: normal;
}
.cm_discord .discord {
  border-radius: 3px;
  background: #5965f3;
  max-width: 30px;
  display: inline-block;
  padding: 2px 5px;
  margin-right: 8px;
}
#stickyHeader .app .ton-hedr-nav .separator {
  background-color: #333;
  width: 1px;
  height: 15px;
  margin: 11px 0;
  padding: 0;
}

#stickyHeader .app .ton-hedr-nav li.nav-item.cm-talk-us>a {
  font-family: barlow semi condensed!important;
  background-color: #fff;
  border-radius: 5px;
  color: #f13d3d!important;
  font-weight: 500!important;
  font-size: 14px!important;
  padding: 9px 20px!important;
  margin-right: 0;
  border: 1px solid #fff;
  text-transform: capitalize!important;
  box-shadow: 0 0 10px 1px #dedbdb;
  cursor: pointer!important;
  letter-spacing: 0;
}

#stickyHeader .app .ton-hedr-nav li.nav-item.cm-talk-us>a:hover {
  background-color: #f13d3d;
  border: 1px solid transparent;
  color: #fff!important;
}
.custom-header ul#first-menu>li.has-submenu>a {
  cursor: pointer;
}

#stickyHeader .app nav ul#first-menu li a {
  font-family: barlow semi condensed!important;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 17px 8px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: .14px;
  text-align: left;
  position: relative;
}

#stickyHeader .app nav ul#first-menu li a strong {
  display: block;
  font-weight: 500;
  font-size: 16px;
}
#stickyHeader .app nav ul#first-menu li .sign-in {
  font-family: barlow semi condensed!important;
  background-color: #f13d3d;
  border-radius: 5px;
  color: #fff!important;
  font-weight: 500;
  font-size: 14px;
  padding: 9px 20px;
  margin-top: 7px;
  margin-right: 0;
  border: 1px solid #f13d3d;
  text-transform: capitalize;
  box-shadow: 0 0 10px 1px #dedbdb;
}

#stickyHeader .app nav ul#first-menu li .sign-in:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #f13d3d!important;
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li {
  padding: 10px 0;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown .lft-wht-bg {
  background: #fff;
  box-shadow: 0 1px 5px #ddd;
  border-radius: 12px 0 0 12px;
  padding: 25px;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown .rgt-wht-bg {
  background: #f7f7f7;
  box-shadow: 0 1px 5px #ddd;
  border-radius: 0 12px 12px 0;
  padding: 25px;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left {
  padding: 0 10px;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left h5,
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left h5 a {
  color: #ec1c23!important;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  padding-bottom: 0 !important;
  margin-bottom: 0;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li {
  padding: 0;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a {
  display: block;
  text-transform: capitalize;
  margin: 5px 0 0;
  padding: 5px 0;
  border: none;
  color: #000!important;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a svg {
  width: 20px;
  height: 20px;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text h6 {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text p {
  font-size: 15px;
  line-height: 20px;
  color: #333;
  padding-bottom: 0;
  margin-bottom: 0;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left h5 {
  padding-bottom: 3px !important;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-right h6.txt-red {
  color: #ec1c23;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-right p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #333;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-right {
  padding: 0 10px;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 10px;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li {
  padding: 2px 19px;
  margin: 0;
  width: 100%;
  position: relative;
  font-size: 15px;
  line-height: 22px;
  color: #333;
  font-weight: 400;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li:before {
  content: "\2022";
  color: #ec1c23;
  font-weight: 700;
  display: inline-block;
  width: 19px;
  margin-left: 0;
  font-size: 29px;
  position: absolute;
  left: 4px;
  line-height: 19px;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-right p a {
  color: #f13d3d!important;
  font-size: 15px;
  padding: 0;
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text h6 span {
  text-transform: lowercase!important;
}
.row.cm-header-green-img {
  margin-top: 5px;
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .txt-16 li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .aap-links>h6 {
  font-size: 16px;
  font-weight: 600;
  padding-left: 30px;
  color: #333;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .aap-links h6.android-icon::before {
  content: url(../../../images/new-sign-up/android-icon.svg);
  color: #ec1c23;
  font-weight: 700;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 0;
  font-size: 34px;
  position: absolute;
  left: 36px;
  line-height: 19px;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .aap-links h6.ios-icon::before {
  content: url(../../../images/new-sign-up/ios-icon.svg);
  color: #ec1c23;
  font-weight: 700;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 0;
  font-size: 34px;
  position: absolute;
  left: -2px;
  line-height: 19px;
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-right h6 {
  line-height: 25px;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .aap-links h6.ios-icon {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
}

.sub-menu-right.aap-links {
  padding-bottom: 20px!important;
}

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

#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul.txt-16 li a:last-child {
  margin-bottom: 5px;
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-right h6 {
  color: #333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .subscribe {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 5px #ddd;
  text-align: center;
}

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

#stickyHeader .app nav ul#first-menu li ul.dropdown li .subscribe p {
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .subscribe #social-media {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .subscribe #social-media li {
  float: left;
  margin: 0 6px;
  padding: 0;
  display: block;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .subscribe #social-media li a {
  padding: 0;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .subscribe form {
  position: relative;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .subscribe form .input-group .form-control {
  border-radius: 25px!important;
  border: 1px solid #e4e4e4!important;
  font-size: 12px;
  color: #acacac;
  height: 38px;
  position: relative;
  z-index: 1;
  outline: none;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .subscribe form .btn-primary {
  background-color: transparent;
  border: transparent;
}

#stickyHeader .app nav ul#first-menu li ul.dropdown li .subscribe form .btn-primary::after {
  content: url(../../../images/new-sign-up/subscribe-icon.png);
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 5px;
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .subscribe #social-media li a img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  width: 19px;
  height: 19px;
}

#stickyHeader .app nav ul#first-menu li a:hover {
  text-decoration: none;
  color: #f13d3d;
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .aap-links h6.android-icon {
  font-size: 16px;
  font-weight: 600;
  padding-left: 30px;
}
.pl-5, .px-5 {
  padding-left: 3rem!important;
}
footer h3 a {
  color: #373737!important;
}
.custom-copyright-section {
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding: 15px;
  text-align: center;
}
.custom-copyright-section p {
  margin: 0;
  font-family: barlow!important;
  font-size: 16px;
  line-height: normal;
}
.mt-2 {
  margin-top: 10px!important;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 8px !important;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.alert-danger button#close span, .alert-success button#close span {
  display: none;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.thankyou-signing.form-theme .form-bg .sign-up {
  padding: 50px 0;
}
.thankyou-signing.form-theme .form-bg .sign-up .thank-p {
  font-size: 20px;
  color: #333333;
  font-stretch: normal;
  letter-spacing: normal;
}

.cm_password_page form>div {
  margin-left: auto;
  margin-right: auto;
}

.cm_password_page form i {
  position: absolute;
  top: 14px;
  right: 30px;
}

.bottom_sec .or-section {
  text-align: center;
  border-top: 1px solid #e2e1e6;
  position: relative;
  margin-bottom: 10px;
}
.bottom_sec .or-section span {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  top: -19px;
}
.bottom_sec {
  padding-top: 25px;
}
.bottom_sec .authenticate-sec {
  padding-top: 15px;
}
.bottom_sec .download_btns {
  line-height: normal;
  padding-top: 25px;
}
.bottom_sec .authenticate-sec .auth-inner {
  border: 1px solid #c8c8c8;
  border-radius: 6px;
  text-align: center;
  line-height: normal;
  margin-bottom: 10px;
  width: 100%;
}
.bottom_sec .authenticate-sec .auth-inner a {
  display: block;
  padding: 8px 10px;
  color: #333;
}
.bottom_sec .authenticate-sec .auth-inner img {
  width: 18px;
  margin-right: 20px;
}
.bottom_sec .authenticate-sec .auth-inner span {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Barlow', sans-serif;
}
.bottom_sec .download_btns p {
  font-size: 14px;
  line-height: normal;
  color: #333;
  font-weight: 500;
  padding-bottom: 10px;
  margin: 0;
  font-family: 'Barlow', sans-serif;
}
.bottom_sec .download_btns .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottom_sec .download_btns .imgs img {
  max-width: 100px;
  margin-right: 10px;
}
.sign-get-started body {
  color: #fff;
  overflow-x: hidden;
  height: 100%;
  background-color: #D1C4E9;
  background-repeat: no-repeat;
}
.sign-get-started .form-bg .sign-up {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 8px 2px #72727236;
  margin: 50px 0;
  padding: 50px;
}
.sign-get-started .form-bg .sign-up h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}
.sign-get-started .form-bg .sign-up h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
.sign-get-started .form-bg .sign-up p {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}
.sign-get-started .form-bg .sign-up p a {
  color: #ec1c23;
}
.sign-get-started .form-bg .sign-up .thank-p {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
}
.sign-get-started .form-bg .sign-up .form-control {
  height: calc(1.5em + 0.75rem + 8px);
  color: #969696;
  font-size: 16px;
}
.sign-get-started .form-bg .sign-up .form-control:focus {
  border-color: #ed38338a;
  outline: 0;
  box-shadow: 0 0 0 -0.8rem rgba(237, 56, 51, 0.64);
}
.sign-get-started .form-bg .sign-up textarea {
  width: 100%;
  height: 83px;
  padding: 12px 20px;
  box-sizing: border-box;
  height: 85px !important;
  color: #969696;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  resize: none;
}
.sign-get-started .form-bg .sign-up textarea::-moz-placeholder {
  text-align: left;
}
.sign-get-started .form-bg .sign-up textarea:-ms-input-placeholder {
  text-align: left;
}
.sign-get-started .form-bg .sign-up textarea::-ms-input-placeholder {
  text-align: left;
}
.sign-get-started .form-bg .sign-up textarea::placeholder {
  text-align: left;
}
.sign-get-started .form-bg .sign-up .back-btn {
  color: #000;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 0 0;
}
.sign-get-started .form-bg .sign-up .back-btn::before {
  content: url("/images/new-sign-up/back-arrow.png");
  width: 30px;
  height: 20px;
}
.sign-get-started .form-bg .sign-up .back-btn:hover {
  text-decoration: none;
}
.sign-get-started .form-bg .sign-up a.btn-a {
  margin: 0 auto;
  width: 200px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ec1c23;
  border-color: #ec1c23;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
.sign-get-started .form-bg .sign-up a.btn-a:hover {
  background: #fff;
  border: 1px solid #ec1c23;
  outline: none;
  color: #ec1c23;
  box-shadow: none;
  cursor: pointer;
}
.sign-get-started .form-bg .sign-up-box-s {
  border: 1px solid #e8e8e8;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 1px 5px #ddd;
  border-radius: 9px;
  text-align: left;
  text-decoration: none;
  padding: 0px;
}
.sign-get-started .form-bg .sign-up-box-s svg {
  height: 40px;
  width: 40px;
}
.sign-get-started .form-bg .sign-up-box-s .sign-up-panal {
  width: 100%;
  padding: 10px 0 0 0;
}
.sign-get-started .form-bg .sign-up-box-s .sign-up-panal h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding: 13px 0 0 0;
  margin: 0;
}
.sign-get-started .form-bg .sign-up-box-s .sign-up-panal p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #333333;
}
.sign-get-started .form-bg .sign-up-box-s .back-btn {
  display: inline;
}
.sign-get-started .form-bg .sign-up-box-s .back-btn::after {
  content: url(../../images/form-img/left-arrow.png);
  width: 30px;
  height: 30px;
  top: 10px;
  right: 5px;
  position: absolute;
  display: inline-block;
}
.sign-get-started .fieldlabels {
  color: #455A64 !important;
  text-align: left;
}
.sign-get-started #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: #455A64;
  padding-left: 0px;
  margin-top: 30px;
}
.sign-get-started #progressbar li {
  list-style-type: none;
  font-size: 13px;
  width: 50%;
  float: left;
  position: relative;
  font-weight: 400;
}
.sign-get-started #progressbar #step1:before {
  content: "1";
  color: #333333;
}
.sign-get-started #progressbar #step2:before {
  content: "2";
  color: #333333;
}
.sign-get-started #progressbar #step3:before {
  content: "2";
  color: #fff;
}
.sign-get-started #progressbar li {
  font-size: 18px;
  color: #838383;
}
.sign-get-started #progressbar li:before {
  width: 27px;
  height: 27px;
  line-height: 25px;
  display: block;
  font-size: 18px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0px;
  position: relative;
  z-index: 2;
  border: 1px solid #cfd2d6;
}
.sign-get-started #progressbar li:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #455A64;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 0;
}
.sign-get-started #progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: -50%;
}
.sign-get-started #progressbar li:nth-child(2):after {
  left: -50%;
}
.sign-get-started #progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  left: 50%;
}
.sign-get-started #progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sign-get-started #progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.sign-get-started #progressbar li.active {
  font-weight: 600;
  color: #333333;
}
.sign-get-started #progressbar li.active:before, .sign-get-started #progressbar li.active:after {
  background: #ec1c23;
  border: none;
}
.sign-get-started #progressbar li.active #step2:before {
  content: "2";
  color: #333333;
}
.sign-get-started .card {
  background-color: transparent;
  box-shadow: none;
  padding: 0px;
  z-index: 0;
  display: none;
}
.sign-get-started .card.show {
  display: block;
}

.product-select {
  cursor: pointer;
}
.product-selected {
  border: 2px solid #ec1c23 !important;
}
.cm-signup-video-embed h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding: 13px 20px 0;
  margin: 0;
}

.cm-signup-video-embed>.row {
  margin: 0;
}

.cm-create-project-page form {
  padding-top: 30px;
}

.cm-create-project-page form>.row {
  padding-bottom: 30px;
}

.cm-create-project-page svg {
  height: 30px !important;
  width: 30px !important;
}

.cm-create-project-page .col-xl-2 {
  text-align: center;
}

.sign-get-started .form-bg .cm-create-project-page .sign-up-box-s {
  border: 1px solid #e8e8e8 !important;
}
.form-theme .form-bg .sign-up .sign_in_button_bottom .btn-primary {
  width: 100%;
  text-align: center;
  margin: 0 !important;
  display: inline-block;
}
.sign_in_button_bottom>.row {
  flex-wrap: initial;
  align-items: center;
}
.form-theme .form-bg .sign-up .sign_in_button_bottom a.back-btn {
  padding: 0;
}
.sign_in_button_bottom {
  padding: 0;
  padding-top: 20px;
  clear: both;
  overflow: hidden;
}
.sign_in_button_bottom>.row>div {
  text-align: center;
}
.cm-create-project-page .sign-up {
  padding-bottom: 90px !important;
}
.sign-get-started .form-bg .sign-up-box-s {
  position: relative;
}

.sign-get-started .form-bg .sign-up-box-s .product-select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 9px;
}

.sign-get-started .form-bg .sign-up-box-s .col-xl-2 {
  position: static;
}
.add-info-page.form-theme .form-bg .sign-up {
  margin: 0 !important;
}
.add-info-page .form-bg {
  padding: 60px 0;
}

.cm_additional_page {
  max-width: 700px;
  margin: 0 auto;
}

/* media queries */
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mobile-trigger {
    display: none!important;
  }
  .custom-header .navbar-collapse {
    height: auto!important;
    overflow: initial!important;
  }
  .custom-header ul {
    position: static!important;
  }
  .custom-header ul.nav {
    display: flex!important;
  }
  .custom-header ul.nav.ton-hedr-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .custom-header .navbar-nav ul.dropdown {
    top: 77px!important;
    left: 0!important;
    position: absolute!important;
    width: 100%!important;
    z-index: 9;
  }
  .custom-header ul#first-menu ul.dropdown {
    display: none!important;
  }
  .cm-mobile-nav-item {
    display: none!important;
  }
  .custom-header ul#first-menu>li:hover>ul.dropdown {
    display: block!important;
  }
  li.dl-back {
    display: none!important;
  }
  .custom-header .navbar-nav {
    display: flex!important;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #stickyHeader .app nav ul#first-menu li a strong {
    font-size: 15px;
    line-height: 18px;
  }
  #stickyHeader .app nav ul#first-menu li a {
    font-size: 12px;
    padding: 0 18px 8px 0;
  }
  footer .aap-links ul {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .hs-menu-wrapper {
    position: fixed;
    height: calc(100vh - 60px)!important;
    top: 60px;
    background: #fff;
    z-index: 9999;
    width: 100%;
    display: initial!important;
    right: -100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: right .5s ease;
    -o-transition: right .5s ease;
    transition: right .5s ease;
  }
  .mobile-trigger {
    border: 0;
    background: 0 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 0;
  }
  .mobile-trigger span {
    width: 30px;
    background: #273185;
    height: 2px;
    display: block;
    cursor: pointer;
    position: relative;
  }
  .mobile-trigger span:before {
    position: absolute;
    top: -9px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 30px;
    background: #273185;
    height: 2px;
    content: "";
    display: block;
  }
  .mobile-trigger span:after {
    position: absolute;
    top: 9px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 30px;
    background: #273185;
    height: 2px;
    content: "";
    display: block;
  }
  .home-head-wrp {
    min-height: 60px;
  }
  .cm_discord.dis_mob {
    display: block !important;
  }
  .custom-header .app>nav.navbar {
    justify-content: initial;
    position: relative;
  }
  .cm_discord.dis_mob a {
    color: #333;
    cursor: pointer!important;
    font-size: 13px!important;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .mobile-open .mobile-trigger span {
    height: 0;
  }
  .mobile-open .mobile-trigger span:before {
    -webkit-transform: rotate(45deg) translate(4.25px,3.25px);
    -ms-transform: rotate(45deg) translate(4.25px,3.25px);
    transform: rotate(45deg) translate(4.25px,3.25px);
    top: -6px;
  }
  .mobile-open .mobile-trigger span:after {
    -webkit-transform: rotate(-45deg) translate(5.25px,-4.25px);
    -ms-transform: rotate(-45deg) translate(5.25px,-4.25px);
    transform: rotate(-45deg) translate(5.25px,-4.25px);
    top: 6px;
  }
  .mobile-open .hs-menu-wrapper {
    right: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: right .5s ease;
    -o-transition: right .5s ease;
    transition: right .5s ease;
  }
  .hs-menu-wrapper .ton-hedr-nav {
    display: none!important
  }
  .hs-menu-wrapper .navbar-nav>li {
    display: block!important
  }
  .hs-menu-wrapper .navbar-nav>li>a,#stickyHeader .app nav ul#first-menu li a {
    padding: 3px 20px!important;
    border-bottom: 1px solid #e2e1da;
    font-family: lato,sans-serif!important;
    line-height: 59px;
    font-size: 14px;
    letter-spacing: 0;
    color: #353738;
    pointer-events: initial!important;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease
  }
  .hs-menu-wrapper .navbar-nav>li:first-child>a {
    border-top: 1px solid #e2e1da
  }
  .hs-menu-wrapper .navbar-nav>li.cm-talk-us {
    padding: 3px 20px!important;
    border-bottom: 1px solid #e2e1da!important;
    font-family: lato,sans-serif!important;
    line-height: 59px;
    font-size: 14px;
    letter-spacing: 0;
    color: #353738
  }
  .hs-menu-wrapper .navbar-nav>li .dropdown {
    display: none;
    height: calc(100vh - 60px)!important;
    overflow-y: auto!important;
    overflow-x: hidden!important
  }
  .hs-menu-wrapper .navbar-nav>li>a:hover {
    background: #f13d3d;
    color: #fff!important
  }
  .hs-menu-wrapper .navbar-nav>li.has-submenu>a:after {
    display: inline-block;
    background-size: contain;
    right: 20px!important;
    top: 50%!important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f105"!important;
    font-family: fontawesome;
    font-size: 26px;
    color: #bcbcbc;
    font-weight: 400
  }
  .hs-menu-wrapper .navbar-nav>li.has-submenu>a:hover:after {
    color: #fff
  }
  .hs-menu-wrapper .navbar-nav>li .dropdown .lft-wht-bg {
    padding: 0!important;
    background: 0 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
  }
  .hs-menu-wrapper .navbar-nav>li .dropdown .row {
    display: block;
    margin: 0
  }
  li.dl-back>a {
    display: block;
    cursor: pointer!important;
    border: 0!important;
    font-size: 17px!important;
    color: #ed1c24!important
  }
  li.dl-back>a:before {
    content: "\f104";
    font-family: fontawesome;
    margin-right: 10px;
    font-size: 22px;
    line-height: normal
  }
  .hs-menu-wrapper .navbar-nav>li .dropdown .row>div {
    padding: 0
  }
  .hs-menu-wrapper .col-md-12 {
    padding: 0
  }
  .hs-menu-wrapper .sub-menu-left {
    padding: 0!important;
    margin-bottom: 20px;
    margin-top: 0!important
  }
  .hs-menu-wrapper .sub-menu-left h5 a {
    display: block;
    border: 0!important
  }
  li.dl-back {
    -webkit-box-shadow: 0 8px 6px -6px rgba(199,199,199,.5);
    box-shadow: 0 8px 6px -6px rgba(199,199,199,.5);
    padding: 0!important
  }
  .hs-menu-wrapper .sub-menu-left h5 a,.hs-menu-wrapper .sub-menu-left h5 {
    font-size: 18px!important;
    line-height: normal!important;
    font-weight: 500!important
  }
  .hs-menu-wrapper ul.plat-tab-ul,.hs-menu-wrapper ul.plat-tab-ul[data-level=level-3] {
    display: block!important;
    position: static!important
  }
  .hs-menu-wrapper ul.plat-tab-ul a .row .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .hs-menu-wrapper ul.plat-tab-ul a .col-md-2 {
    width: auto!important;
    max-width: initial!important;
    -webkit-box-flex: initial!important;
    -ms-flex: initial!important;
    flex: initial!important
  }
  .hs-menu-wrapper ul.plat-tab-ul a .col-md-10 {
    float: initial!important;
    padding-left: 20px!important
  }
  .hs-menu-wrapper ul.plat-tab-ul a .col-md-2 svg {
    width: 25px!important;
    height: 25px!important
  }
  #stickyHeader .app nav ul#first-menu h5 a {
    padding: 0!important
  }
  .hs-menu-wrapper .sub-menu-left h5 {
    font-family: lato,sans-serif!important;
    padding: 10px 20px
  }
  .hs-menu-wrapper ul.plat-tab-ul a .col-md-10 h6 {
    font-family: barlow!important
  }
  .hs-menu-wrapper ul.plat-tab-ul a .col-md-10 p {
    font-family: barlow!important;
    font-size: 14px!important
  }
  .hs-menu-wrapper ul.plat-tab-ul a {
    margin: 0!important
  }
  .hs-menu-wrapper ul.plat-tab-ul>li>a {
    line-height: normal!important
  }
  .hs-menu-wrapper ul.plat-tab-ul>li {
    margin-bottom: 15px!important
  }
  .hs-menu-wrapper .sub-menu-left h5 {
    margin: 0!important;
    padding-bottom: 0!important
  }
  .hs-menu-wrapper img {
    width: 100%;
    display: block;
    max-width: 400px
  }
  .hs-menu-wrapper .cm-header-green-img a {
    display: block;
    border: 0!important
  }
  .hs-menu-wrapper .rgt-wht-bg {
    margin-top: 30px!important;
    border-radius: 0!important
  }
  .hs-menu-wrapper .rgt-wht-bg li.dl-back {
    display: none!important
  }
  .hs-menu-wrapper .rgt-wht-bg article {
    padding: 0!important
  }
  .hs-menu-wrapper .rgt-wht-bg a {
    border: 0!important;
    padding: 0!important
  }
  #stickyHeader .app nav ul#first-menu .rgt-wht-bg a {
    padding: 0!important;
    line-height: 20px
  }
  #stickyHeader .app nav ul#first-menu .rgt-wht-bg p {
    line-height: normal!important
  }
  body.mobile-open {
    overflow: hidden
  }
  .hs-menu-wrapper .navbar-nav>li .dropdown>li:last-child {
    padding-bottom: 0!important
  }
  .hs-menu-wrapper ul.plat-tab-ul li.dl-back {
    display: none!important
  }
  .hs-menu-wrapper ul.plat-tab-ul {
    padding-top: 20px!important
  }
  .hs-menu-wrapper .col-12 {
    padding: 0!important
  }
  .hs-menu-wrapper .rgt-wht-bg.col-12 {
    padding: 30px 20px!important
  }
  .hs-menu-wrapper .rgt-wht-bg h6 {
    padding-bottom: 10px!important;
    font-family: lato,sans-serif!important
  }
  .hs-menu-wrapper .rgt-wht-bg h6.android-icon {
    position: relative
  }
  .hs-menu-wrapper .rgt-wht-bg h6.android-icon:before {
    left: 0!important
  }
  .hs-menu-wrapper article.sub-menu-right.pl-0 p a {
    display: block;
    border: 0!important
  }
  #stickyHeader .app nav .hs-menu-wrapper ul#first-menu article.sub-menu-right.pl-0 p {
    line-height: normal!important;
    margin: 0!important
  }
  #stickyHeader .app nav .hs-menu-wrapper ul#first-menu article.sub-menu-right {
    padding: 0!important
  }
  #stickyHeader .app nav .hs-menu-wrapper ul#first-menu article.sub-menu-right.pl-0 p a {
    line-height: normal
  }
  .hs-menu-wrapper ul#social-media {
    -webkit-box-pack: initial!important;
    -ms-flex-pack: initial!important;
    justify-content: initial!important;
    margin-bottom: 20px!important
  }
  .hs-menu-wrapper ul#social-media li.dl-back {
    display: none
  }
  .hs-menu-wrapper ul#social-media>li {
    width: auto!important
  }
  .hs-menu-wrapper article.subscribe {
    padding: 20px!important
  }
  .hs-menu-wrapper .navbar-nav>li.cm-talk-us>a.nav-link.sign-in {
    font-size: 16px!important;
    width: auto!important;
    display: inline-block!important;
    line-height: normal!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: 1px solid #f13d3d!important;
    padding: 20px!important
  }
  #stickyHeader .app nav ul#first-menu li.cm-talk-us .sign-in {
    padding: 13px 20px!important;
    line-height: normal!important
  }
  #stickyHeader .app nav ul#first-menu li.cm-talk-us .sign-in:after {
    content: none
  }
  header#stickyHeader>.container-fluid .app ul#second-menu {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    max-width: 500px;
    overflow-x: auto!important;
    overflow-y: hidden
  }
  header#stickyHeader>.container-fluid .app nav.pr-2 {
    padding: .5rem 1rem!important;
    justify-content: space-around!important
  }
  .hs-menu-wrapper .navbar-nav>li.language-nav-item {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: initial!important;
    -webkit-box-direction: initial!important;
    -ms-flex-direction: initial!important;
    flex-direction: initial!important
  }
  .hs-menu-wrapper .navbar-nav>li.language-nav-item>a {
    border: 0!important;
    line-height: normal!important;
    text-transform: uppercase!important
  }
  .hs-menu-wrapper .navbar-nav>li.language-nav-item {
    padding: 15px 0!important;
    color: #353738!important
  }
  .hs-menu-wrapper .navbar-nav>li.language-nav-item a {
    color: #353738!important;
    background: 0 0!important
  }
  .hs-menu-wrapper .navbar-nav>li.language-nav-item a:hover {
    color: #f13d3d!important
  }
  li.dl-back>a:before {
    content: "\f104";
    font-family: fontawesome;
    margin-right: 10px;
    font-size: 22px;
    line-height: normal
  }
  #stickyHeader .app nav ul#first-menu li.dl-back a {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  #stickyHeader .app nav ul#first-menu li a strong {
    font-size: 14px;
    display: inline-flex;
  }
  .hs-menu-wrapper .navbar-nav>li.has-submenu>a:after {
    position: absolute;
  }
  #stickyHeader .app nav ul#first-menu li .sign-in {
    font-family: lato,sans-serif!important;
  }
  .hs-menu-wrapper ul.plat-tab-ul {
    padding-top: 17px!important;
  }
  .custom-header .fa.fa-arrow-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .mt-5, .my-5 {
    margin-top: 1rem!important;
  }
  footer .pl-5 {
    padding-left: 1rem!important;
  }
  footer h4 {
    margin-top: 15px;
  }
  .form-theme .form-bg {
    background-image: none;
    height: 100%;
    margin-bottom: 50px;
  }
  .signup-row {
    display: block;
    padding-top: 0px;
  }

  .signup-row.mobile-signup {
    display:flex;
    flex-direction: column-reverse;

  }

  .mobile-signup .signup-form-left-col {
    padding-bottom: 0;
    padding-top: 50px;
    margin-top:0;
  }

  .signup-row>div {
    max-width: 100%;
  }

  .signup-form-left-col {
    padding-bottom: 50px;
  }

  .signup-row .badge-img img {
    margin: 0;
    max-width: 100px;
  }

  .signup-row .badge-img img.medal-last {
    height: 101.23px;
  }

  .form-theme .form-bg .sign-up {
    margin: 10px 0;
  }

  .form-theme .form-bg .sign-up h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .form-theme .form-bg .sign-up h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .form-theme .form-bg .sign-up p {
    font-size: 14px;
    line-height: 20px;
  }

  /* .flag-container {
    left: 0 !important;
  } */
  .form-theme .form-bg .sign-up .btn-primary {
    width: auto;
  }
  .thankyou-signing.form-theme .form-bg .sign-up {
    margin: 30px auto;
    padding: 20px;
    max-width: 80%;
  }
  .thankyou-signing.form-theme .form-bg .sign-up .thank-p {
    font-size: 16px;
  }
  .cm-create-project-page .sign-up {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .cm-create-project-page .sign-up form .row>div {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: left;
  }
  .cm-create-project-page .sign-up form .row>div>.row {
    height: auto !important;
    margin-top: 0 !important;
    justify-content: initial !important;
  }
  .cm-create-project-page .sign-up form>.row>div>div {
    margin-bottom: 15px;
  }
  .cm-create-project-page svg {
    margin-top: 20px;
  }
  .sign-get-started .form-bg .sign-up-box-s .sign-up-panal h4 {
    padding: 0;
  }
  .sign_in_button_bottom>.row {
    flex-wrap: wrap;
  }
  .form-theme .form-bg .sign-up .sign_in_button_bottom a.back-btn {
    margin-bottom: 20px;
  }
  .cm-create-project-page .sign-up {
    padding-bottom: 50px !important;
  }
  .cm-create-project-page form>.row {
    padding: 0;
  }
  .cm-create-project-page {
    margin: 0;
  }
  .cm_additional_page span#iso2_code {
    left: 15px !important;
  }
  .cm_additional_page select#country_iso2_code {
    left: 27px !important;
  }
  .inside-started-wrapper .col-lg-2 {
    max-width: 12.666667%;
  }
  .inside-started-wrapper .col-lg-12 {
    max-width: 83.3333333333%;
  }
}
@media(max-width:767px) {
  .company-linked ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .company-linked ul li {
    margin-bottom: 10px;
  }
  .brand-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .brand-wrapper p {
    margin-right: 0!important;
    text-align:center!important;
  }
  .inside-started-wrapper .col-lg-2 {
    max-width: 16.666667%;
  }
  /* span#isd_code {
    left: 70px !important;
  } */
  .cm_password_page .sign-up {
    max-width: 80%;
    margin: 40px auto 10px !important;
  }
  .sign-get-started .form-bg .sign-up {
    padding: 30px;
  }
}
@media(max-width:580px) {
  .flag-container {
    width: 93px !important;
  }
}
@media (max-width: 400px) {
  .cm_discord.dis_mob a {
    padding: 4px!important;
    position: relative;
    top: 5px;
  }
  .cm_discord .discord {
    max-width: 24px;
    margin-right: 3px;
  }
  .cm_discord em {
    font-size: 11px;
  }
  .custom-header .navbar-brand {
    padding: 0!important;
    margin-right: 7px!important;
  }
  .custom-header .navbar-brand>img {
    max-width: 110px;
  }
  .custom-header .app>nav.navbar .mobile-trigger {
    top: 5px;
    margin-right: 10px;
  }

}

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

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

.select-drop-arrow select{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0.5rem 2rem 0.5rem 1rem;
}
.select-drop-arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  position: absolute;
  right: 20px;
  cursor: pointer;
  top: 14px;
  font-size: 11px;
  color: #969696;
  pointer-events:none;
}
select::-ms-expand {
  display:block;
}
.flag-edit select{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0.5rem 2rem 0.5rem 1rem;
  text-indent: 3px;
  background:none;
}
.flag-edit::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  position: absolute;
  left: 28px;
  cursor: pointer;
  top: 6px;
  z-index: 999;
  font-size: 11px;
  color: #969696;
  pointer-events: none;
}
.brand-logo-edit {
  position: absolute;
  top: 45px;
}
@media (max-width: 768px) {
  .brand-logo-edit {
    position: absolute;
    top: 0px;
  }
}


/* new-form css start */
.navbar-brand:hover {
  font-weight: inherit;
}
  #registration-form .mt-4 {
    margin-top: 1rem!important;
  }
  #registration-form .invalid-feedback {
    min-height: inherit;
    margin-top:0;
  }
  .form-theme.new-bg {
    background-image: url(/images/new-sign-up/home-new-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
  }
  .form-theme .form-bg.form-bg-edit {
    background: inherit;
  }
  .form-bg-edit .signup-row {
    align-items: center;
    justify-content: space-between;
    -webkit-box-align: inherit;
  }
  .free-credit span {
    color: #ed1c24;
  }
  .form-theme .form-bg .sign-up h3.free-credit {
    font-size: 17px;
  }
  .seprater {
    border: 1px solid #333333;
    margin: 0 5px;
    display: inline-block;
    height: 18px;
    position: relative;
    top: 3px;
  }
  .brand-wrapper .navbar-brand {
    margin-right:0;
  }
  .brand-wrapper {
    justify-content: space-between;
    padding-top: 25px;
    align-items: center;
    margin-bottom: 45px;
  }
  .brand-wrapper p {
    text-align: right;
    align-self: flex-end;
    margin: 0 60px 0 0;
  }
  /* .signup-form-left-col {
    margin-top: 0;
  } */
  @media(min-width: 1600px) {
    .brand-wrapper {
      margin-bottom: 90px;
    }
  }
  
  /* .signup-form-right-col {
    background-image: url(/images/new-sign-up/form-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  } */
  .authenticate-sec.authenticate-sec-edit {
    display:flex;
    justify-content: center;
    padding-top: 6px;
  }
  .authenticate-sec.authenticate-sec-edit .auth-inner {
    border: none;
    margin-bottom:0;
  }
  .authenticate-sec.authenticate-sec-edit .auth-inner a {
    padding: 5px 5px;
  }
  .authenticate-sec.authenticate-sec-edit .auth-inner img{
    width: 100%;
    margin-right:0;
  }
  .form-theme .form-bg .sign-up .btn-primary.w-100 {
    width: 100%;
  }
  .started-wrapper {
    margin-top: 35px;
  }
  .inside-started-wrapper {
    margin-bottom: 18px;
    display: flex;
  }
  .inside-started-wrapper .image-box {
    max-width: 45px;
  }
  .inside-started-wrapper .image-box img {
    width: 100%;
  }
  .inside-started-wrapper .col-lg-2 {
    padding-right: 0;
  }
  .inside-started-wrapper .col-lg-10 {
    padding-left:0;
  }
  .started-content {
    margin-left: 14px;
  }
  .started-content h5 {
    color: #fff;
    font-size: 20px;
    font-family: 'Barlow';
    margin-bottom: 2px;
  }
  .started-content p {
    font-family: 'Barlow'!important;
  }
  .started-content ul {
    padding:0;
  }
  .started-content ul li {
    display: inline-block;
    padding-right: 15px;
  }
  .started-content ul li:last-child {
    padding-right: 0;
  }
  .started-content ul li span:first-child {
    max-width: 22px;
    margin-right: 5px;
    display: inline-block;
  }
  .started-content ul li span:nth-child(2) {
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
    font-family: 'Barlow';
  }
  .mb-10 {
    margin-bottom: 10px;
  }
  .mb-5 {
    margin-bottom: 5px;
  }
  .signup-form-left-col h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    font-family: 'Barlow';
    margin-bottom: 25px;
  }
  .company-linked {
    margin-top: 0;
  }
  .company-linked h5 {
    color: #fff;
    font-weight: 600;
    font-family: 'Barlow';
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .company-linked ul {
    padding:0;
    margin-top: 15px;
  }
  .company-linked ul li {
    display: inline-block;
    margin-right: 15px;
    /* max-width: 70px; */
  }
  .company-linked ul li img {
    width: 100%;
  }
  /* .company-linked ul li:first-child {
    max-width: 40px;
  }
  .company-linked ul li:nth-child(2) {
    max-width: 95px;
  } */
  .company-linked ul li:nth-child(5) {
    max-width: 108px;
    margin-right:0;
  }
  @media (max-width: 400px) {
    .signup-form-right-col {
      background-size: contain;
    }
    .mobile-signup .signup-form-left-col {
      display: none;
    }
    .form-theme .form-bg.new-bg {
      margin-bottom: 20px;
    }
    .form-theme .form-bg .sign-up {
      margin: 22px 0 0 0;
      padding: 20px 10px!important;
    }
    .brand-wrapper p {
      margin-right:0;
      font-size: 15px;
    }
    .brand-wrapper {
      flex-wrap: wrap;
      align-items: inherit;
      padding-top: 0px;
      margin-bottom: 0 !important;
    }
    .brand-wrapper .navbar-brand {
      padding-top:0;
      text-align: center;
    }
    .form-theme .form-bg.form-bg-edit {
      margin-bottom: 10px;
      padding: 10px;
    }
    p.text-h3 {
      color: #fff!important;
      text-align: center;
      margin-top: 10px!important;
    }
    .cm-checkbox-sec label {
      font-size: 14px;
      padding-left: 30px!important;
    }
    .flag-edit select {
      left: 42px!important;
    }
    .flag-edit::before {
      left: 48px;
    }
    .flag-edit #iso2_code {
      right: 53px!important;
    }
  }
/* new-form css end */
@media (max-width:992px) {
  .form-theme.new-bg.trial-bg {
    background: linear-gradient(to right, #0597c8 0%, #2e7cd7 100%)!important;
  }
}
.form-theme.new-bg.trial-bg {
  /* background-image: url(/images/new-sign-up/background@3x.png);
  background-position: left center;
  background-attachment: fixed;  */
  background: linear-gradient(to right, #0597c8 0%, #2e7cd7 52%, #e5effe 52%, #dff8fc 100% );
}
p.text-h3 {
  color: #000;
  font-family: 'Barlow';
  margin:0;
}
p.text-h3 .signin_link {
  font-weight: 400;
}

@media(max-width: 1366px) {
  .signup-form-left-col h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .signup-form-left-col {
    margin-top: 0px;
  }
  .started-wrapper {
    margin-top: 20px;
  }
  .form-theme p {
    font-size: 15px;
  }
  .inside-started-wrapper {
    margin-bottom: 5px;
  }
  .started-content p {
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .company-linked {
    margin-top: 10px;
  }
  .company-linked h5 {
    margin-bottom: 0;
  }
}