/*!
  * ======================================================================
  * ***************************** STYLES ****************************
  * ======================================================================
  */
/*#region Responsive Templates */
/*#endregion */

  @font-face
  {
      font-family: 'Hellix';
      src:
          url('../fonts/Hellix-Light.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Hellix-Light.woff') format('woff'),
          url('../fonts/Hellix-Light.woff2') format('woff2');
      font-display: fallback;
      font-style: normal;
      font-weight: 300;
  }
  
  @font-face
  {
      font-family: 'Hellix';
      src:
          url('../fonts/Hellix-Regular.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Hellix-Regular.woff') format('woff'),
          url('../fonts/Hellix-Regular.woff2') format('woff2');
      font-display: fallback;
      font-style: normal;
      font-weight: 400;
  }
  
  @font-face
  {
      font-family: 'Hellix';
      src:
          url('../fonts/Hellix-Medium.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Hellix-Medium.woff') format('woff'),
          url('../fonts/Hellix-Medium.woff2') format('woff2');
      font-display: fallback;
      font-style: normal;
      font-weight: 500;
  }
  
  @font-face
  {
      font-family: 'Hellix';
      src:
          url('../fonts/Hellix-Bold.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Hellix-Bold.woff') format('woff'),
          url('../fonts/Hellix-Bold.woff2') format('woff2');
      font-display: fallback;
      font-style: normal;
      font-weight: 700;
  }
  

:root {
  --blue: #188bf6;
  --indigo: #6610f2;
  --purple: #876cff;
  --pink: #ff3e7f;
  --red: #e93d3d;
  --orange: #ff6f00;
  --yellow: #ffbc00;
  --green: #37ca37;
  --teal: #17cfbc;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #188bf6;
  --secondary: #ff6f00;
  --success: #37ca37;
  --info: #17cfbc;
  --warning: #ffbc00;
  --danger: #e93d3d;
  --light: #adb5bd;
  --dark: #222222;
  --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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: 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: #1c211f !important;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #188bf6;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0871d3;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

select {
  word-wrap: normal; }

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

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

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

small,
.small {
  font-size: 80%;
  font-weight: 400; }

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

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  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; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

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

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

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

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

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

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #1c211f !important; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

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

.table-hover tbody tr:hover {
  color: #1c211f !important;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bedffc; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #87c3fa; }

.table-hover .table-primary:hover {
  background-color: #a6d3fb; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a6d3fb; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #ffd7b8; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #ffb47a; }

.table-hover .table-secondary:hover {
  background-color: #ffc99f; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #ffc99f; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c7f0c7; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #97e397; }

.table-hover .table-success:hover {
  background-color: #b3ebb3; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b3ebb3; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bef2ec; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86e6dc; }

.table-hover .table-info:hover {
  background-color: #a9eee6; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #a9eee6; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffecb8; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdc7a; }

.table-hover .table-warning:hover {
  background-color: #ffe59f; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe59f; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f9c9c9; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f49a9a; }

.table-hover .table-danger:hover {
  background-color: #f6b2b2; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f6b2b2; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #e8eaed; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #d4d9dd; }

.table-hover .table-light:hover {
  background-color: #dadde2; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #dadde2; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c1c1c1; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8c8c8c; }

.table-hover .table-dark:hover {
  background-color: #b4b4b4; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b4b4b4; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 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: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #93c9fb;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 139, 246, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(24, 139, 246, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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: #1c211f !important;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

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

.form-check-input {
  position: absolute;
  margin-top: 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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #37ca37; }

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

.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: #37ca37;
  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='%2337ca37' 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: #37ca37;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 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: #37ca37;
  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='%2337ca37' 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: #37ca37;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #37ca37; }

.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: #37ca37; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #37ca37; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #5fd55f;
  background-color: #5fd55f; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 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: #37ca37; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #37ca37; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #37ca37;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(233, 61, 61, 0.9);
  border-radius: 4px; }

.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: #e93d3d;
  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='%23e93d3d' 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='%23e93d3d' 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: #e93d3d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 61, 61, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(233, 61, 61, 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: #e93d3d;
  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='%23e93d3d' 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='%23e93d3d' 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: #e93d3d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 61, 61, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(233, 61, 61, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e93d3d; }

.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: #e93d3d; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #e93d3d; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ee6b6b;
  background-color: #ee6b6b; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 61, 61, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(233, 61, 61, 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: #e93d3d; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e93d3d; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e93d3d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 61, 61, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(233, 61, 61, 0.25); }

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #1c211f !important;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -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: 4px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover {
    color: #1c211f !important;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 139, 246, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(24, 139, 246, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #fff;
  background-color: #188bf6;
  border-color: #188bf6; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0978df;
    border-color: #0871d3; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0978df;
    border-color: #0871d3;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 156, 247, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(59, 156, 247, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #188bf6;
    border-color: #188bf6; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0871d3;
    border-color: #086bc7; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 156, 247, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(59, 156, 247, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #ff6f00;
  border-color: #ff6f00; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #d95e00;
    border-color: #cc5900; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #d95e00;
    border-color: #cc5900;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 133, 38, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 133, 38, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #ff6f00;
    border-color: #ff6f00; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #cc5900;
    border-color: #bf5300; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 133, 38, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 133, 38, 0.5); }

.btn-success {
  color: #fff;
  background-color: #37ca37;
  border-color: #37ca37; }
  .btn-success:hover {
    color: #fff;
    background-color: #2ead2e;
    border-color: #2ba32b; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #2ead2e;
    border-color: #2ba32b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 210, 85, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(85, 210, 85, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #37ca37;
    border-color: #37ca37; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2ba32b;
    border-color: #289928; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 210, 85, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(85, 210, 85, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17cfbc;
  border-color: #17cfbc; }
  .btn-info:hover {
    color: #fff;
    background-color: #13ad9d;
    border-color: #12a192; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #13ad9d;
    border-color: #12a192;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 214, 198, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 214, 198, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17cfbc;
    border-color: #17cfbc; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #12a192;
    border-color: #119688; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 214, 198, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 214, 198, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffbc00;
  border-color: #ffbc00; }
  .btn-warning:hover {
    color: #212529;
    background-color: #d9a000;
    border-color: #cc9600; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #d9a000;
    border-color: #cc9600;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 165, 6, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 165, 6, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffbc00;
    border-color: #ffbc00; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #cc9600;
    border-color: #bf8d00; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 165, 6, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 165, 6, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #e93d3d;
  border-color: #e93d3d; }
  .btn-danger:hover {
    color: #fff;
    background-color: #e51b1b;
    border-color: #da1919; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #e51b1b;
    border-color: #da1919;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 90, 90, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(236, 90, 90, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #e93d3d;
    border-color: #e93d3d; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #da1919;
    border-color: #cf1717; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 90, 90, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(236, 90, 90, 0.5); }

.btn-light {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd; }
  .btn-light:hover {
    color: #212529;
    background-color: #98a2ac;
    border-color: #919ca6; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #98a2ac;
    border-color: #919ca6;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 159, 167, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(152, 159, 167, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #adb5bd;
    border-color: #adb5bd; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #919ca6;
    border-color: #8a95a1; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 159, 167, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(152, 159, 167, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #222222;
  border-color: #222222; }
  .btn-dark:hover {
    color: #fff;
    background-color: #0f0f0f;
    border-color: #090909; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #0f0f0f;
    border-color: #090909;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #222222;
    border-color: #222222; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #090909;
    border-color: #020202; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5); }

.btn-outline-primary {
  color: #188bf6;
  border-color: #188bf6; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #188bf6;
    border-color: #188bf6; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 139, 246, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(24, 139, 246, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #188bf6;
    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: #188bf6;
    border-color: #188bf6; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 139, 246, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(24, 139, 246, 0.5); }

.btn-outline-secondary {
  color: #ff6f00;
  border-color: #ff6f00; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ff6f00;
    border-color: #ff6f00; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 111, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 111, 0, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ff6f00;
    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: #ff6f00;
    border-color: #ff6f00; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 111, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 111, 0, 0.5); }

.btn-outline-success {
  color: #37ca37;
  border-color: #37ca37; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #37ca37;
    border-color: #37ca37; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #37ca37;
    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: #37ca37;
    border-color: #37ca37; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(55, 202, 55, 0.5); }

.btn-outline-info {
  color: #17cfbc;
  border-color: #17cfbc; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17cfbc;
    border-color: #17cfbc; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 207, 188, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 207, 188, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17cfbc;
    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: #17cfbc;
    border-color: #17cfbc; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 207, 188, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 207, 188, 0.5); }

.btn-outline-warning {
  color: #ffbc00;
  border-color: #ffbc00; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffbc00;
    border-color: #ffbc00; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 188, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 188, 0, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffbc00;
    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: #ffbc00;
    border-color: #ffbc00; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 188, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 188, 0, 0.5); }

.btn-outline-danger {
  color: #e93d3d;
  border-color: #e93d3d; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #e93d3d;
    border-color: #e93d3d; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 61, 61, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(233, 61, 61, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #e93d3d;
    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: #e93d3d;
    border-color: #e93d3d; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 61, 61, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(233, 61, 61, 0.5); }

.btn-outline-light {
  color: #adb5bd;
  border-color: #adb5bd; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #adb5bd;
    border-color: #adb5bd; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #adb5bd;
    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: #adb5bd;
    border-color: #adb5bd; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5); }

.btn-outline-dark {
  color: #222222;
  border-color: #222222; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #222222;
    border-color: #222222; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #222222;
    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: #222222;
    border-color: #222222; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5); }

.btn-link {
  font-weight: 400;
  color: #188bf6;
  text-decoration: none; }
  .btn-link:hover {
    color: #0871d3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  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 {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      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: #1c211f !important;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px; }

.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: #188bf6; }
  .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; }

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

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: #188bf6;
    background-color: #188bf6; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 139, 246, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(24, 139, 246, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #93c9fb; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #c4e1fd;
    border-color: #c4e1fd; }
  .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: 4px; }

.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: #188bf6;
  background-color: #188bf6; }

.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(24, 139, 246, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(24, 139, 246, 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(24, 139, 246, 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;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-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;
    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;
    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, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
        -ms-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(24, 139, 246, 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: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #93c9fb;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 139, 246, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(24, 139, 246, 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: #93c9fb;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 139, 246, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(24, 139, 246, 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: 4px; }
  .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 4px 4px 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 {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(24, 139, 246, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(24, 139, 246, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(24, 139, 246, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(24, 139, 246, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #188bf6;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-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;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-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;
        -o-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #c4e1fd; }
  .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: #188bf6;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-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;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #c4e1fd; }
  .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: #188bf6;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-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;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #c4e1fd; }
  .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 {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 4px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #188bf6; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

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

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    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(0, 0, 0, 0.5)' 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(255, 255, 255, 0.5)' 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; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

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

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

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

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

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: 3px 3px 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 3px 3px; }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.card-deck .card {
  margin-bottom: 20px; }

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -20px;
    margin-left: -20px; }
    .card-deck .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-right: 20px;
      margin-bottom: 0;
      margin-left: 20px; } }

.card-group > .card {
  margin-bottom: 20px; }

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-group > .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

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

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

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

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

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

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

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

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

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #188bf6 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0871d3 !important; }

.bg-secondary {
  background-color: #ff6f00 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #cc5900 !important; }

.bg-success {
  background-color: #37ca37 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #2ba32b !important; }

.bg-info {
  background-color: #17cfbc !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #12a192 !important; }

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cc9600 !important; }

.bg-danger {
  background-color: #e93d3d !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #da1919 !important; }

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #919ca6 !important; }

.bg-dark {
  background-color: #222222 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #090909 !important; }

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

.bg-transparent {
  background-color: transparent !important; }

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

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

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

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

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

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #188bf6 !important; }

.border-secondary {
  border-color: #ff6f00 !important; }

.border-success {
  border-color: #37ca37 !important; }

.border-info {
  border-color: #17cfbc !important; }

.border-warning {
  border-color: #ffbc00 !important; }

.border-danger {
  border-color: #e93d3d !important; }

.border-light {
  border-color: #adb5bd !important; }

.border-dark {
  border-color: #222222 !important; }

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

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

.rounded {
  border-radius: 4px !important; }

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important; }

.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

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

.rounded-circle {
  border-radius: 50% !important; }

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

.rounded-0 {
  border-radius: 0 !important; }

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

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

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

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

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

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

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

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

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

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

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

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

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

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

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

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

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

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

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

.vw-100 {
  width: 100vw !important; }

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

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

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

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

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

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

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

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

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

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

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

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

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

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

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

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

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

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

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

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

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

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

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

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

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

.m-5 {
  margin: 3rem !important; }

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

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

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

.pt-0,
.py-0 {
  padding-top: 0 !important; }

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

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

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

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

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

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

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

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

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

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

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

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

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

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

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

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

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

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

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

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

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

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

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

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

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

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

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

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

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

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

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

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

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

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

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

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

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

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

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

.font-weight-normal {
  font-weight: 400 !important; }

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

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

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #188bf6 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0764ba !important; }

.text-secondary {
  color: #ff6f00 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #b34e00 !important; }

.text-success {
  color: #37ca37 !important; }

a.text-success:hover, a.text-success:focus {
  color: #268f26 !important; }

.text-info {
  color: #17cfbc !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f8a7d !important; }

.text-warning {
  color: #ffbc00 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #b38400 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #c31616 !important; }

.text-light {
  color: #adb5bd !important; }

a.text-light:hover, a.text-light:focus {
  color: #838f9b !important; }

.text-dark {
  color: #222222 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: black !important; }

.text-body {
  color: #1c211f !important !important; }

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #ffffff; }
  #outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 30px 0 10px; }
  #outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0; }
  #outdated #btnUpdateBrowser {
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 30px auto 0;
    width: 230px;
    /*need for IE*/
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #ffffff;
    cursor: pointer; }
    #outdated #btnUpdateBrowser:hover {
      color: #f25648;
      background-color: #ffffff; }
  #outdated .last {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px; }
    #outdated .last[dir='rtl'] {
      right: auto !important;
      left: 25px !important; }
  #outdated #btnCloseUpdateBrowser {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
    font-size: 36px;
    line-height: 36px; }
  * html #outdated {
    position: absolute; }

@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle; }
  .bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .bootstrap-select > .dropdown-toggle:after {
      margin-top: -1px; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #999; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
      color: rgba(255, 255, 255, 0.5); }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2 !important; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle,
  .bootstrap-select.is-invalid .dropdown-toggle,
  .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.is-valid .dropdown-toggle,
  .was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #28a745; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }
  .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto; }
  :not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto; }

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto; }

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0; }
  .form-group-lg .bootstrap-select.form-control .dropdown-toggle,
  .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem; }

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem; }

.form-inline .bootstrap-select .form-control {
  width: 100%; }

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.disabled:focus,
  .bootstrap-select > .disabled:focus {
    outline: none !important; }

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
  .bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit; }
  .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none; }
    .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
      padding-right: inherit; }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit; }

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important; }
  .bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .bootstrap-select .dropdown-menu li {
    position: relative; }
    .bootstrap-select .dropdown-menu li.active small {
      color: rgba(255, 255, 255, 0.5) !important; }
    .bootstrap-select .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select .dropdown-menu li a {
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .bootstrap-select .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .bootstrap-select .dropdown-menu .notify.fadeOut {
      -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
              animation: 300ms linear 750ms forwards bs-notify-fadeOut; }

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline; }

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0'; }

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px; }

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30; }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 6px;
  height: 9999px;
  left: 50%;
  margin-left: -3px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 6px;
  top: 50%;
  margin-top: -3px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay,
  .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  border: 6px solid #fff;
  border-radius: 1000px;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 40;
  cursor: pointer;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 6px 0 #fff, none;
          box-shadow: 0 6px 0 #fff, none; }

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 25px;
  -webkit-box-shadow: 0 -6px 0 #fff, none;
          box-shadow: 0 -6px 0 #fff, none; }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 25px;
  -webkit-box-shadow: 6px 0 0 #fff, none;
          box-shadow: 6px 0 0 #fff, none; }

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 25px;
  -webkit-box-shadow: -6px 0 0 #fff, none;
          box-shadow: -6px 0 0 #fff, none; }

.twentytwenty-left-arrow {
  display: block;
  width: 10px;
  height: 16px;
  margin-left: 5px;
  background: url("../svg/caret-left.svg") no-repeat center;
  background-size: 10px 16px; }

.twentytwenty-right-arrow {
  display: block;
  width: 10px;
  height: 16px;
  margin-right: 5px;
  background: url("../svg/caret-right.svg") no-repeat center;
  background-size: 10px 16px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid #fff;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid #fff;
  bottom: 50%;
  margin-bottom: -17px; }

/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */
/* Invisible left hotspot */
div.scrollingHotSpotLeft {
  /* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
  min-width: 75px;
  width: 10%;
  height: 100%;
  /* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
  background-image: url(../images/big_transparent.gif.html);
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  z-index: 200;
  left: 0;
  /*  The first url is for Firefox and other browsers, the second is for Internet Explorer */ }

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible {
  background-image: url(../images/arrow_left.gif.html);
  background-color: #fff;
  background-repeat: no-repeat;
  opacity: 0.35;
  /* Standard CSS3 opacity setting */
  -moz-opacity: 0.35;
  /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
  filter: alpha(opacity=35);
  /* Opacity for Internet Explorer. */
  zoom: 1;
  /* Trigger "hasLayout" in Internet Explorer 6 or older versions */ }

/* Invisible right hotspot */
div.scrollingHotSpotRight {
  min-width: 75px;
  width: 10%;
  height: 100%;
  background-image: url(../images/big_transparent.gif.html);
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  z-index: 200;
  right: 0; }

/* Visible right hotspot */
div.scrollingHotSpotRightVisible {
  background-image: url(../images/arrow_right.gif.html);
  background-color: #fff;
  background-repeat: no-repeat;
  opacity: 0.35;
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
  zoom: 1; }

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }

div.scrollableArea {
  position: relative;
  width: auto;
  height: 100%; }

/* ////========== GLOBAL STYLES =========//// */
body {
  color: #1c211f !important;
  font-family: "Hellix", Roboto, system, -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }
  body > .made_wrapper--main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

::-moz-selection {
  background: #000;
  color: #fff; }

.made_wrapper--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.made_wrapper--inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden; }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  max-width: 1200px; }

.bg-black {
  background-color: #1c211f;
  color: #fff; }

/* ////========== TYPOGRAPHY STYLES =========//// */
a,
button {
  -webkit-transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s, border 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s, border 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s, border 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  cursor: pointer; }
  a:hover, a:active, a:focus,
  button:hover,
  button:active,
  button:focus {
    text-decoration: none;
    outline: none; }
  a:active:focus,
  button:active:focus {
    outline: none; }
  a[x-apple-data-detectors],
  button[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important; }

.arrow-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .arrow-link span {
    display: block;
    font-weight: bold;
    color: rgba(27, 34, 43, 0.9);
    margin-right: 18px; }
  .arrow-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    border: solid 1px rgba(56, 56, 56, 0.2);
    color: #111;
    font-size: 0.75rem; }
    @media (min-width: 768px) {
      .arrow-link a {
        width: 80px;
        min-width: 80px;
        height: 80px;
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      .arrow-link a {
        width: 100px;
        min-width: 100px;
        height: 100px; } }
    .arrow-link a:hover {
      border-color: #111; }

p {
  margin-bottom: 0; }
  p + p {
    margin-top: 0.9375rem; }
  p.lead {
    font-size: 1.125rem;
    line-height: 1.44;
    font-weight: 500;
    color: #1c211f; }
  p.text-xl {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: -0.4px; }
  p.text-lg {
    font-size: 1.25rem;
    line-height: 28px; }
  p.text-md {
    font-size: 1.125rem;
    line-height: 26px; }
  p.text-sm {
    font-size: 1rem;
    line-height: 22px; }

hr {
  border-top-color: #e2e2e2; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Hellix", Roboto, system, -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1c211f;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.25rem;
  color: #1c211f; }
  h1.heading1,
  h2.heading1,
  h3.heading1,
  h4.heading1,
  h5.heading1,
  h6.heading1 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1.5px; }
    .home_hero--text h1.heading1 {font-size: 5rem;}
    @media (max-width: 1200px) {
      h1.heading1,
      h2.heading1,
      h3.heading1,
      h4.heading1,
      h5.heading1,
      h6.heading1 {
        font-size: calc(1.26562rem + 3.64583vw) ; } }
    @media (max-width: 767px) {
      h1.heading1,
      h2.heading1,
      h3.heading1,
      h4.heading1,
      h5.heading1,
      h6.heading1 {
        font-size: 2.5rem;
        letter-spacing: -1px; } }
  h1.heading2,
  h2.heading2,
  h3.heading2,
  h4.heading2,
  h5.heading2,
  h6.heading2 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.08;
    letter-spacing: -0.8px; }
    @media (max-width: 1200px) {
      h1.heading2,
      h2.heading2,
      h3.heading2,
      h4.heading2,
      h5.heading2,
      h6.heading2 {
        font-size: calc(1.14062rem + 2.47917vw) ; } }
    @media (max-width: 767px) {
      h1.heading2,
      h2.heading2,
      h3.heading2,
      h4.heading2,
      h5.heading2,
      h6.heading2 {
        font-size: 2.125rem; } }
  h1.heading3,
  h2.heading3,
  h3.heading3,
  h4.heading3,
  h5.heading3,
  h6.heading3 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: -0.1px;
    color: #1c211f; }
    @media (max-width: 767px) {
      h1.heading3,
      h2.heading3,
      h3.heading3,
      h4.heading3,
      h5.heading3,
      h6.heading3 {
        font-size: 1.625rem; } }
  h1.heading4,
  h2.heading4,
  h3.heading4,
  h4.heading4,
  h5.heading4,
  h6.heading4 {
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.27; }
  h1.heading5,
  h2.heading5,
  h3.heading5,
  h4.heading5,
  h5.heading5,
  h6.heading5 {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.17; }
  h1.heading6,
  h2.heading6,
  h3.heading6,
  h4.heading6,
  h5.heading6,
  h6.heading6 {
    font-size: 16px; }
  h1.heading-line,
  h2.heading-line,
  h3.heading-line,
  h4.heading-line,
  h5.heading-line,
  h6.heading-line {
    color: #2a2a2a;
    font-family: "Hellix", Roboto, system, -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: -0.16px;
    position: relative;
    padding-left: 25px; }
    h1.heading-line .line,
    h2.heading-line .line,
    h3.heading-line .line,
    h4.heading-line .line,
    h5.heading-line .line,
    h6.heading-line .line {
      display: block;
      width: 20px;
      height: 1px;
      background-color: #2a2a2a;
      position: absolute;
      top: 48%;
      left: 0; }
  h1 .line-wrap,
  h2 .line-wrap,
  h3 .line-wrap,
  h4 .line-wrap,
  h5 .line-wrap,
  h6 .line-wrap {
    overflow: hidden; }

.sec-header {
  margin-bottom: 5rem; }
  @media (max-width: 767px) {
    .sec-header {
      margin-bottom: 3.125rem; } }
  @media (min-width: 768px) {
    .sec-header.--with-arrow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -20px;
      margin-left: -20px; }
      .sec-header.--with-arrow > * {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        width: auto; } }
  @media (max-width: 767px) {
    .sec-header.--with-arrow .heading2 {
      max-width: 500px; } }
  @media (min-width: 768px) {
    .sec-header.--with-arrow .heading2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%;
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .sec-header.--with-arrow {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .sec-header p {
    font-size: 1.125rem;
    line-height: 1.33;
    letter-spacing: -0.16px;
    color: rgba(27, 34, 43, 0.8);
    max-width: 360px; }
    .sec-header p.lead {
      color: #1c211f; }
  .sec-header.--center {
    text-align: center; }
    .sec-header.--center .heading1 {
      max-width: 650px;
      margin-left: auto;
      margin-right: auto; }
    .sec-header.--center .heading2 {
      max-width: 450px;
      margin-left: auto;
      margin-right: auto; }
    .sec-header.--center p {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto; }

/* ////========== NAV STYLES =========//// */
.made_navbar {
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  height: 100px;
  background-color: #fff; }
  @media (max-width: 991px) {
    .made_navbar {
      height: 70px; } }
  .made_navbar > .container-fluid, .made_navbar > .container-sm, .made_navbar > .container-md, .made_navbar > .container-lg, .made_navbar > .container-xl {
    max-width: 1380px; }
    @media (max-width: 991px) {
      .made_navbar > .container-fluid, .made_navbar > .container-sm, .made_navbar > .container-md, .made_navbar > .container-lg, .made_navbar > .container-xl {
        padding-left: 15px;
        padding-right: 15px; } }
  .made_navbar .navbar-toggler {
    margin-top: 4px;
    margin-bottom: 4px;
    width: 26px;
    height: 26px;
    padding: 2px 0;
    border: none;
    right: 15px; }
    .made_navbar .navbar-toggler .navbar-toggler-bar {
      display: block;
      width: 26px;
      height: 2px;
      background: #000;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      border-radius: 4px;
      margin-bottom: 5px; }
      .made_navbar .navbar-toggler .navbar-toggler-bar:last-child {
        margin-bottom: 0; }
      @media (min-width: 992px) {
        .made_navbar .navbar-toggler .navbar-toggler-bar {
          display: none;
          visibility: hidden; } }
    .made_navbar .navbar-toggler:hover .navbar-toggler-bar, .made_navbar .navbar-toggler:active .navbar-toggler-bar {
      background: rgba(0, 0, 0, 0.7); }
    .made_navbar .navbar-toggler.active .navbar-toggler-bar {
      background: #000; }
      .made_navbar .navbar-toggler.active .navbar-toggler-bar:nth-child(1) {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        position: relative;
        top: 7px; }
      .made_navbar .navbar-toggler.active .navbar-toggler-bar:nth-child(2) {
        opacity: 0; }
      .made_navbar .navbar-toggler.active .navbar-toggler-bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        position: relative;
        bottom: 7px; }
  .made_navbar .navbar-brand {
    padding: 0;
    line-height: 1; }
  .made_navbar .navbar-collapse {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    @media (max-width: 991px) {
      .made_navbar .navbar-collapse {
        position: relative;
        bottom: -8px;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px; } }
  .made_navbar .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .made_navbar .navbar-nav .nav-item .nav-link {
      line-height: 1;
      padding-top: 2px;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 2px;
      letter-spacing: -0.44px;
      color: #1c211f;
      position: relative;
      font-weight: bold; }
      @media (min-width: 992px) {
        .made_navbar .navbar-nav .nav-item .nav-link {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 1200px) {
        .made_navbar .navbar-nav .nav-item .nav-link {
          padding-left: 20px;
          padding-right: 20px; } }
      .made_navbar .navbar-nav .nav-item .nav-link::before {
        content: "";
        display: block;
        height: 1px;
        background-color: #1c211f;
        position: absolute;
        margin: auto;
        left: 20px;
        right: 20px;
        bottom: 0;
        -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s;
        transition: -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s;
        -o-transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s;
        transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s;
        transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: right center;
            -ms-transform-origin: right center;
                transform-origin: right center; }
      .made_navbar .navbar-nav .nav-item .nav-link:hover:before {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: left center;
            -ms-transform-origin: left center;
                transform-origin: left center; }
    .made_navbar .navbar-nav .nav-item .phone-link:hover:before {
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0); }
    @media (min-width: 992px) {
      .made_navbar .navbar-nav.--left {
        margin-left: 10px;
        padding-left: 10px;
        position: relative; }
        .made_navbar .navbar-nav.--left::before {
          content: "";
          display: block;
          width: 1px;
          height: 40px;
          background-color: rgba(28, 33, 31, 0.1);
          position: absolute;
          margin: auto;
          left: 0;
          top: 0;
          bottom: 0; } }
    @media (min-width: 1200px) {
      .made_navbar .navbar-nav.--left {
        margin-left: 20px; } }
    .made_navbar .navbar-nav.--right .nav-item:last-child .nav-link:not(.live-chat) {
      padding-right: 0 !important; }
    .made_navbar .navbar-nav.--right .nav-item .nav-link {
      font-weight: bold; }
      .made_navbar .navbar-nav.--right .nav-item .nav-link.phone-number::before {
        display: none; }
      .made_navbar .navbar-nav.--right .nav-item .nav-link.live-chat {
        position: relative;
        padding: 15px 25px 15px 45px;
        border: 2px dashed #e2e2e2;
        border-radius: 30px; }
        .made_navbar .navbar-nav.--right .nav-item .nav-link.live-chat:hover {
          background-color: #efefef;
          border-color: #c9c9c9; }
        .made_navbar .navbar-nav.--right .nav-item .nav-link.live-chat::before {
          display: none; }
        .made_navbar .navbar-nav.--right .nav-item .nav-link.live-chat::after {
          content: "";
          display: block;
          width: 12px;
          height: 12px;
          background-color: #8accb0;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          left: 20px;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
    .made_navbar .navbar-nav.--right .nav-item.nav-item-btn .nav-link::before {
      display: none; }
  .made_navbar.--scrolled {
    height: 70px;
    background: rgba(255, 255, 255, 0.9); }
  .made_navbar.mobile-nav-active {
    background-color: transparent !important; }
  .made_navbar.--estimator-nav {
    background: #fff; }
    .made_navbar.--estimator-nav.--scrolled {
      height: 100px;
      background: #fff; }
    .made_navbar.--estimator-nav .estimator-progress {
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      height: 12px;
      background-color: #EEEEEE; }
      @media (max-width: 767px) {
        .made_navbar.--estimator-nav .estimator-progress {
          position: fixed;
          top: auto;
          bottom: 0; } }
      .made_navbar.--estimator-nav .estimator-progress .estimator-current-progress {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: #69BED5;
        -webkit-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
    @media (max-width: 991px) {
      .made_navbar.--estimator-nav .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .made_navbar.--estimator-nav .live-chat {
      background-color: #fff;
      -webkit-box-shadow: 0 2px 6px -4px rgba(0, 0, 0, 0.11);
              box-shadow: 0 2px 6px -4px rgba(0, 0, 0, 0.11);
      border: solid 2px #e9e9ea !important; }
      .made_navbar.--estimator-nav .live-chat:hover {
        background-color: #f6f6f6; }

.made_mobile-nav {
  top: 70px; }
  .made_mobile-nav .modal-dialog {
    max-width: 100% !important;
    margin: 0; }
  .made_mobile-nav .modal-content {
    border-radius: 0;
    background: transparent;
    color: #000;
    border: none;
    padding: 20px;
    margin-left: 15px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: calc(100vh - 100px);
    width: auto; }
  .made_mobile-nav .mobile-navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .made_mobile-nav .mobile-navbar-nav .nav-item {
      overflow: hidden; }
      .made_mobile-nav .mobile-navbar-nav .nav-item:not(:last-child) {
        margin-bottom: 10px; }
      .made_mobile-nav .mobile-navbar-nav .nav-item .nav-link {
        display: inline-block;
        font-size: 2.25rem;
        font-family: "Hellix", Roboto, system, -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 800;
        line-height: 0.95;
        letter-spacing: -0.13px;
        color: #1c211f; }
        @media (max-width: 400px) {
          .made_mobile-nav .mobile-navbar-nav .nav-item .nav-link {
            font-size: 1.875rem; } }
        .made_mobile-nav .mobile-navbar-nav .nav-item .nav-link:hover {
          color: #d6d6d6; }
        .made_mobile-nav .mobile-navbar-nav .nav-item .nav-link span {
          display: block; }

/* ////========== FOOTER STYLES =========//// */
.made_footer {
  padding-top: 5rem;
  padding-bottom: 3.75rem;
  background: #080f1f;}
  @media (max-width: 1200px) {
    .made_footer {
      padding-top: calc(6.25rem + 5vw);
      padding-bottom: calc(3.75rem + 5vw); } }
  .made_footer .row > div {
    margin-bottom: 50px; }
  .made_footer .logo {
    margin-bottom: 44px; }
  .made_footer h3 {
    font-size: 1rem;
    color: /* #1c211f */#fff; }
  .made_footer p {
    color: /* #1c211f */#fff;
    line-height: 1.5;
    font-weight: 500;
    max-width: 360px; }
  .made_footer .made_footer--links {
    list-style: none;
    padding: 0;
    margin: 0;}
    .made_footer .made_footer--links li:not(:last-child) {
      margin-bottom: 15px; }
    .made_footer .made_footer--links li a {
      font-weight: 500;
      line-height: 1.5;
      color: /* rgba(28, 33, 31, 0.9) */#fff;
      position: relative; }
      .made_footer .made_footer--links li a:before {
        content: "";
        display: block;
        height: 1px;
        background-color: rgba(28, 33, 31, 0.9);
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        bottom: -2px;
        -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s;
        transition: -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s;
        -o-transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s;
        transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s;
        transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: right center;
            -ms-transform-origin: right center;
                transform-origin: right center; }
      .made_footer .made_footer--links li a:hover {
        color: #2ba1ec; }
        .made_footer .made_footer--links li a:hover:before {
          -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
                  transform: scaleX(1);
          -webkit-transform-origin: left center;
              -ms-transform-origin: left center;
                  transform-origin: left center; }
  .made_footer .made_footer--infos {
    list-style: none;
    padding: 0;
    margin: 0; }
    .made_footer .made_footer--infos li {
      font-weight: 500;
      line-height: 1.5;
      color: rgba(28, 33, 31, 0.9); }
      .made_footer .made_footer--infos li:not(:last-child) {
        margin-bottom: 15px; }

/* ////========== BUTTONS STYLES =========//// */
.btn {
  font-family: "Hellix", Roboto, system, -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #fff !important;
  padding: 16.5px 35px;
  -webkit-transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s, border 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s, border 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s, border 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  min-width: 120px;
  border-radius: 100px;
  border: none; }
  @media (min-width: 768px) {
    .btn {
      font-size: 1.125rem;
      min-width: 150px; } }
  .btn i:not(.icon) {
    display: inline-block;
    font-style: normal;
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: -webkit-transform 0.3s ease-in-out 0s;
    -o-transition: transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s; }
  .btn:hover, .btn:focus, .btn:active {
    color: #fff !important;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .btn:hover i:not(.icon), .btn:focus i:not(.icon), .btn:active i:not(.icon) {
      -webkit-transform: translateX(10px);
          -ms-transform: translateX(10px);
              transform: translateX(10px); }
  .btn:active:focus {
    outline: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .btn.btn-lg {
    min-width: 150px; }
    @media (min-width: 768px) {
      .btn.btn-lg {
        padding: 26.5px 35px;
        min-width: 200px; } }
    @media (min-width: 1200px) {
      .btn.btn-lg {
        min-width: 240px; } }
  .btn.btn-sm {
    padding: 13px 25px;
    min-width: 120px;
    font-size: 1rem; }
  .btn.btn-round {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    padding: 0px !important;
    width: 2.26rem;
    height: 2.26rem;
    min-width: 0 !important;
    background: #1c211f !important;
    color: #fff; }
    .btn.btn-round:hover {
      text-decoration: none;
      background: #69BED5 !important; }
    .btn.btn-round:before {
      display: none !important; }
    .btn.btn-round i {
      padding: 2px 0 0 0;
      font-size: 1rem; }
  .btn.btn-black {
    background: #1b222b;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .btn.btn-black span {
      position: relative;
      z-index: 2; }
    .btn.btn-black:hover {
      background-color: #494D4C; }
  .btn.btn-white {
    background: #fff;
    position: relative;
    overflow: hidden;
    color: #000 !important; }
    .btn.btn-white span {
      position: relative;
      z-index: 2; }
    .btn.btn-white:hover {
      background-color: rgba(214, 214, 214, 0.8);
      color: #000 !important; }
      
      .btn.btn-gradient {
      background-size: 100%;
      background-image: linear-gradient(36.35deg, #31B1E7 0%, #268CF5 49.87%, #2F58F7 100%);
      position: relative;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      }
      .btn.btn-gradient span {
      position: relative;
      z-index: 2; }
      .btn.btn-gradient>*{z-index:2}
      .btn.btn-gradient:before{background-image:linear-gradient(36.35deg, #2F58F7 0%, #268CF5 49.87%, #31B1E7 100%);content:'';display:block;height:100%;position:absolute;top:0;left:0;opacity:0;width:100%;border-radius:inherit;z-index:-1;transition:opacity 600ms;}
      .btn.btn-gradient:hover {
	  opacity: 1;
	  }      
      
  .btn.btn-outline {
    background: transparent;
    position: relative;
    overflow: hidden;
    color: #1c211f !important;
    border: 2px solid #1c211f; }
    .btn.btn-outline span {
      position: relative;
      z-index: 2; }
    .btn.btn-outline:hover {
      color: #fff !important;
      background-color: #1c211f; }
  .btn.btn-teal {
    background: #e0ebed;
    position: relative;
    overflow: hidden;
    color: #000 !important; }
    .btn.btn-teal span {
      position: relative;
      z-index: 2; }
    .btn.btn-teal:hover {
      background-color: #adcedb; }
  .btn.btn-derby {
    background: #ffebde;
    color: #000 !important; }
    .btn.btn-derby:hover {
      background-color: #ffdcc5; }
  .btn.btn-moonraker-light {
    background: #ebedfc;
    color: #000 !important; }
    .btn.btn-moonraker-light:hover {
      background-color: #d5d9f9; }

/* ////========== FORMS STYLES =========//// */
.form-group {
  margin-bottom: 1.25rem; }
  .form-group > label {
    display: block; }

.form-control {
  font-family: "Hellix", Roboto, system, -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #1c211f;
  border-color: #e7ebf1;
  border-width: 2px;
  border-radius: 4px;
  padding: 24px 24px;
  -webkit-transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s, border 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s, border 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s, border 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  height: 72px;
  -webkit-box-shadow: 0 2px 6px -4px rgba(0, 0, 0, 0.11);
          box-shadow: 0 2px 6px -4px rgba(0, 0, 0, 0.11);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .form-control::-webkit-input-placeholder {
    color: #a4acb9; }
  .form-control:-moz-placeholder {
    color: #a4acb9; }
  .form-control::-moz-placeholder {
    color: #a4acb9; }
  .form-control:-ms-input-placeholder {
    color: #a4acb9; }
  .form-control:active, .form-control:focus {
    background: #fff;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #1c211f;
    border-color: #1b222b; }
  .form-control:active:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #1b222b; }

label {
  color: #1c211f; }

.bootstrap-select {
  width: 100% !important; }
  .bootstrap-select > .btn.dropdown-toggle {
    background: #fff;
    padding: 24px 24px;
    border-radius: 4px;
    height: 72px;
    width: 100%;
    display: block;
    border: 2px solid #e7ebf1; }
    .bootstrap-select > .btn.dropdown-toggle:hover, .bootstrap-select > .btn.dropdown-toggle:focus, .bootstrap-select > .btn.dropdown-toggle:active {
      background: #fff;
      outline: none !important;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .bootstrap-select > .btn.dropdown-toggle:focus:active {
      background: #fff;
      outline: none;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
    .bootstrap-select > .btn.dropdown-toggle:active {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .bootstrap-select > .btn.dropdown-toggle.bs-placeholder .filter-option {
      color: #a4acb9; }
    .bootstrap-select > .btn.dropdown-toggle .filter-option {
      color: #1c211f;
      font-size: 1rem;
      font-weight: 500; }
    .bootstrap-select > .btn.dropdown-toggle:after {
      display: block;
      margin: 0;
      position: absolute;
      top: 50%;
      right: 32px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 4.65px 0 4.65px;
      border-color: #000000 transparent transparent transparent; }
  .bootstrap-select > .dropdown-menu {
    border: 2px solid #e7ebf1;
    -webkit-box-shadow: 0 2px 6px -4px rgba(0, 0, 0, 0.11);
            box-shadow: 0 2px 6px -4px rgba(0, 0, 0, 0.11); }
    .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a {
      color: #1c211f;
      font-size: 1rem;
      font-weight: 500; }
      .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a:hover, .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a:focus, .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a:active {
        background: #e7ebf1; }
      .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a:focus {
        background: #e7ebf1; }
        .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a:focus:active {
          background: #e7ebf1; }
    .bootstrap-select > .dropdown-menu .inner .dropdown-menu li.selected a {
      color: #1b222b; }
      .bootstrap-select > .dropdown-menu .inner .dropdown-menu li.selected a.active {
        background: none; }
        .bootstrap-select > .dropdown-menu .inner .dropdown-menu li.selected a.active:hover, .bootstrap-select > .dropdown-menu .inner .dropdown-menu li.selected a.active:focus, .bootstrap-select > .dropdown-menu .inner .dropdown-menu li.selected a.active:active {
          background: #e2e2e2; }
  .bootstrap-select.show > .btn.dropdown-toggle {
    border-color: #1b222b; }
  .bootstrap-select.fit-width > .btn.dropdown-toggle {
    padding-right: 50px; }
    .bootstrap-select.fit-width > .btn.dropdown-toggle:before {
      display: none; }
    .bootstrap-select.fit-width > .btn.dropdown-toggle .filter-option {
      padding: 0; }

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #e93d3d !important; }

/* ////========== MODAL STYLES =========//// */
.modal .modal-dialog {
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important; }

.modal-backdrop {
  background-color: #fff; }
  .modal-backdrop.show {
    opacity: 0.98; }

body.mobile-nav .made_navbar {
  z-index: 9999999; }

/* ////========== CTA STYLES =========//// */
.made_cta {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }
  .made_cta .container-fluid, .made_cta .container-sm, .made_cta .container-md, .made_cta .container-lg, .made_cta .container-xl {
    position: relative; }
    .made_cta .container-fluid .cover1, .made_cta .container-sm .cover1, .made_cta .container-md .cover1, .made_cta .container-lg .cover1, .made_cta .container-xl .cover1 {
      display: block;
      position: absolute;
      margin: auto;
      top: 0;
      left: -50%;
      right: calc(100% - 20px);
      bottom: 0;
      background-color: #fff;
      z-index: 2; }
    .made_cta .container-fluid .cover2, .made_cta .container-sm .cover2, .made_cta .container-md .cover2, .made_cta .container-lg .cover2, .made_cta .container-xl .cover2 {
      display: block;
      position: absolute;
      margin: auto;
      top: 0;
      left: calc(100% - 20px);
      right: -50%;
      bottom: 0;
      background-color: #fff;
      z-index: 2; }
  .made_cta--inner {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 11.25rem;
    padding-bottom: 10.3125rem; }
    @media (max-width: 1200px) {
      .made_cta--inner {
        padding-top: calc(6.25rem + 6.66667vw);
        padding-bottom: calc(6.25rem + 5.41667vw); } }
    @media (max-width: 767px) {
      .made_cta--inner {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem; } }
    .made_cta--inner .heading2 {
      color: #fff;
      max-width: 565px;
      margin-left: auto;
      margin-right: auto; }
    .made_cta--inner p {
      color: rgba(255, 255, 255, 0.9);
      font-size: 1.125rem;
      line-height: 1.33;
      font-weight: bold;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; }
      .made_cta--inner p + p {
        margin-top: 2.375rem; }

.infinite-scroll-wrapper:hover .scrollingHotSpotLeft,
.infinite-scroll-wrapper:hover .scrollingHotSpotRight {
  opacity: 1 !important; }

.infinite-scroll-wrapper .scrollingHotSpotLeft,
.infinite-scroll-wrapper .scrollingHotSpotRight {
  opacity: 0 !important;
  background: none !important;
  min-width: 100px;
  width: 100px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.75rem;
  color: #1c211f;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .infinite-scroll-wrapper .scrollingHotSpotLeft::before,
  .infinite-scroll-wrapper .scrollingHotSpotRight::before {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    @media (max-width: 767px) {
      .infinite-scroll-wrapper .scrollingHotSpotLeft::before,
      .infinite-scroll-wrapper .scrollingHotSpotRight::before {
        background-color: transparent !important; } }
  .infinite-scroll-wrapper .scrollingHotSpotLeft::after,
  .infinite-scroll-wrapper .scrollingHotSpotRight::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 33vw;
    z-index: 20; }
    @media (max-width: 767px) {
      .infinite-scroll-wrapper .scrollingHotSpotLeft::after,
      .infinite-scroll-wrapper .scrollingHotSpotRight::after {
        /*background-color: transparent !important;
        width: 27vw;*/ } }
    @media (max-width: 1199px) {
      .infinite-scroll-wrapper .scrollingHotSpotLeft::after,
      .infinite-scroll-wrapper .scrollingHotSpotRight::after {
        background-color: transparent !important;
        width: 0px; } }
  .infinite-scroll-wrapper .scrollingHotSpotLeft .icon,
  .infinite-scroll-wrapper .scrollingHotSpotRight .icon {
    position: relative;
    z-index: 2; }
  .infinite-scroll-wrapper .scrollingHotSpotLeft:hover::before,
  .infinite-scroll-wrapper .scrollingHotSpotRight:hover::before {
    background-color: rgba(255, 255, 255, 0.7); }

.infinite-scroll-wrapper .scrollingHotSpotLeft::before {
  right: 20px; }

.infinite-scroll-wrapper .scrollingHotSpotLeft::after {
  right: auto;
  left: 0; }

.infinite-scroll-wrapper .scrollingHotSpotLeft .icon {
  left: -20px; }

.infinite-scroll-wrapper .scrollingHotSpotRight::before {
  left: 20px; }

.infinite-scroll-wrapper .scrollingHotSpotRight .icon {
  right: -20px; }

.infinite-scroll-wrapper .gallery-item, .infinite-scroll-wrapper .collections-slider--item, .infinite-scroll-wrapper .review-item {
  display: inline-block;
  position: relative;
  float: left; }
  .infinite-scroll-wrapper .gallery-item a, .infinite-scroll-wrapper .collections-slider--item a, .infinite-scroll-wrapper .review-item a {
    z-index: 999999 !important; }

.slick-slider-wrapper .slick-slide:focus, .slick-slider-wrapper .slick-slide:active {
  outline: none !important; }

.slick-slider-wrapper .slick-btn {
  opacity: 0;
  border: 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;
  width: 13vh;
  height: 13vh;
  max-width: 130px;
  max-height: 130px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (max-width: 1100px) {
    .slick-slider-wrapper .slick-btn {
      display: none !important; } }
  .slick-slider-wrapper .slick-btn:hover {
    background-color: rgba(255, 255, 255, 0.9); }
  .slick-slider-wrapper .slick-btn i {
    font-size: 1.5rem;
    color: #1c211f;
    padding-left: 45%;
    padding-top: 3px; }
  .slick-slider-wrapper .slick-btn.slick-next {
    left: auto;
    right: 0;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%); }
    .slick-slider-wrapper .slick-btn.slick-next i {
      padding-left: 0;
      padding-right: 45%; }

.slick-slider-wrapper:hover .slick-btn {
  opacity: 1; }

.slider-collection .collection-item-wrapper {
  float: left;
  padding: 0 20px; }
  @media (max-width: 767px) {
    .slider-collection .collection-item-wrapper {
      padding: 0 10px; } }
  .slider-collection .collection-item-wrapper .collection-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50vw;
    height: 60vh;
    max-width: 900px;
    max-height: 580px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .slider-collection .collection-item-wrapper .collection-item {
        width: 760px;
        height: 540px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .slider-collection .collection-item-wrapper .collection-item {
        width: 620px;
        height: 480px; } }
    @media (max-width: 767px) {
      .slider-collection .collection-item-wrapper .collection-item {
        width: 80vw;
        height: 70vh; } }
    .slider-collection .collection-item-wrapper .collection-item__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 30px;
      background-color: rgba(255, 255, 255, 0.7); }
      @media (max-width: 767px) {
        .slider-collection .collection-item-wrapper .collection-item__text {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          padding: 10px; } }
      .slider-collection .collection-item-wrapper .collection-item__text--left h3 {
        font-size: 2rem;
        margin-bottom: 5px; }
        @media (max-width: 767px) {
          .slider-collection .collection-item-wrapper .collection-item__text--left h3 {
            font-size: 1.75rem; } }
      .slider-collection .collection-item-wrapper .collection-item__text--left h5 {
        font-size: 1.125rem;
        margin-bottom: 5px; }
        @media (max-width: 767px) {
          .slider-collection .collection-item-wrapper .collection-item__text--left h5 {
            margin-bottom: 12px; } }
      .slider-collection .collection-item-wrapper .collection-item__text--right .btn {
        z-index: 999999 !important; }
        @media (max-width: 767px) {
          .slider-collection .collection-item-wrapper .collection-item__text--right .btn {
            padding: 12px 25px; } }

.reviews-infinite-scroll .scrollingHotSpotLeft::before,
.reviews-infinite-scroll .scrollingHotSpotRight::before {
  background-color: rgba(164, 172, 185, 0.2);
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px); }

.reviews-infinite-scroll .scrollingHotSpotLeft .icon,
.reviews-infinite-scroll .scrollingHotSpotRight .icon {
  -webkit-transform: translateY(-95px);
      -ms-transform: translateY(-95px);
          transform: translateY(-95px); }

.reviews-infinite-scroll .scrollingHotSpotLeft:hover::before,
.reviews-infinite-scroll .scrollingHotSpotRight:hover::before {
  background-color: rgba(164, 172, 185, 0.5); }

/* ////========== HOME STYLES =========//// */
.made_home--hero {
  position: relative;
  padding-top: 70px; }
  .sz-gradient-text {
    			background: linear-gradient(54.4deg, #31B1E7 10.45%, #268CF5 50%, #2F58F7 89.55%);
    			-webkit-background-clip: text;
    			-webkit-text-fill-color: transparent;
				}
  @media (min-width: 992px) {
    .made_home--hero {
      padding-top: 100px; } }
  .made_home--hero .container-fluid, .made_home--hero .container-sm, .made_home--hero .container-md, .made_home--hero .container-lg, .made_home--hero .container-xl {
    padding-bottom: 10rem; }
    @media (max-width: 767px) {
      .made_home--hero .container-fluid, .made_home--hero .container-sm, .made_home--hero .container-md, .made_home--hero .container-lg, .made_home--hero .container-xl {
        padding-top: 2.5rem;
        padding-bottom: 0; } }
  .made_home--hero .pattern {
    width: 300px;
    height: 300px;
/*     background: url("../svg/home-pattern1.svg") no-repeat center; */
    background-size: 300px;
    display: block;
    position: absolute;
    right: calc(62% - 300px);
    bottom: 40px;
    z-index: 2; }
    @media (max-width: 767px) {
      .made_home--hero .pattern {
        display: none !important;
        visibility: hidden !important; } }
  .made_home--hero .home_hero--bg {
    display: block;
    background-color: #080f1f;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 32%;
    bottom: 80px; }
    @media (max-width: 767px) {
      .made_home--hero .home_hero--bg {
        right: 0;
        bottom: 20%; } }
  .made_home--hero .home_hero--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .made_home--hero .home_hero--wrap {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .made_home--hero .home_hero--wrap > div {
      position: relative;
      width: 100%;
      padding-right: 20px;
      padding-left: 20px; }
  @media (max-width: 767px) {
    .made_home--hero .home_hero--text {
      margin-bottom: 50px; } }
  @media (min-width: 768px) {
    .made_home--hero .home_hero--text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  .made_home--hero .home_hero--text .slash {
    display: block;
    margin-bottom: 20px; }
  .made_home--hero .home_hero--text .heading1 {
    margin-bottom: 30px;
    max-width: /* 400px */530px;
    color: #fff;
    }
    @media (max-width: 767px) {
      .made_home--hero .home_hero--text .heading1 {
        max-width: 460px; } }
    @media (max-width: 575px) {
      .made_home--hero .home_hero--text .heading1 {
        max-width: 300px; } }
  .made_home--hero .home_hero--text p {
    max-width: 430px; 
    color: #fff;
    }
    @media (max-width: 767px) {
      .made_home--hero .home_hero--text p {
        font-size: 1.25rem; } }
    .made_home--hero .home_hero--text p + p {
      margin-top: 30px; }
  @media (min-width: 768px) {
    .made_home--hero .home_hero--text .starting-price {
      position: absolute;
      left: 20px;
      bottom: -315px; } }
  .made_home--hero .home_hero--text .starting-price span {
    display: block; }
  @media (min-width: 768px) {
    .made_home--hero .home_hero--image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  .made_home--hero .home_hero--image .slick-slide:focus {
    outline: none; }
  @media (min-width: 768px) {
    .made_home--hero .home_hero--image .slick-list {
      min-width: 760px; } }
  .made_home--hero .home_hero--image .img-wrap {
    position: relative; }
    @media (max-width: 767px) {
      .made_home--hero .home_hero--image .img-wrap > img {
        max-width: 100%;
        height: auto; } }

.made_home--testimonials .container-fluid, .made_home--testimonials .container-sm, .made_home--testimonials .container-md, .made_home--testimonials .container-lg, .made_home--testimonials .container-xl {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 4.063rem; }
  @media (max-width: 1200px) {
    .made_home--testimonials .container-fluid, .made_home--testimonials .container-sm, .made_home--testimonials .container-md, .made_home--testimonials .container-lg, .made_home--testimonials .container-xl {
      padding-bottom: calc(3.125rem + 1.25vw); } }
  @media (max-width: 767px) {
    .made_home--testimonials .container-fluid, .made_home--testimonials .container-sm, .made_home--testimonials .container-md, .made_home--testimonials .container-lg, .made_home--testimonials .container-xl {
      padding-top: 5rem;
      padding-bottom: 3.125rem; } }
  .made_home--testimonials .container-fluid:after, .made_home--testimonials .container-sm:after, .made_home--testimonials .container-md:after, .made_home--testimonials .container-lg:after, .made_home--testimonials .container-xl:after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    border-bottom: 2px dashed #e2e2e2; }

.made_home--testimonials .testimonials {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 1200px) {
    .made_home--testimonials .testimonials {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .made_home--testimonials .testimonials li {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 2.188rem; }
    @media (min-width: 576px) {
      .made_home--testimonials .testimonials li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 1200px) {
      .made_home--testimonials .testimonials li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
        max-width: 100%; } }
    @media (max-width: 400px) {
      .made_home--testimonials .testimonials li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
    .made_home--testimonials .testimonials li blockquote {
      max-width: 200px;
      margin: 0;
      margin-left: auto;
      margin-right: auto;
      border: none;
      padding: 0;
      text-align: center; }
      .made_home--testimonials .testimonials li blockquote .avatar {
        display: block;
        width: auto;
        max-width: 40px;
        height: auto;
        max-height: 40px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto; }
      .made_home--testimonials .testimonials li blockquote .logo {
        margin-bottom: 20px; }
      .made_home--testimonials .testimonials li blockquote q {
        display: block;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.38;
        color: #1c211f; }
      .made_home--testimonials .testimonials li blockquote cite {
        display: block;
        font-size: 0.75rem;
        font-weight: bold;
        color: #1b222b;
        font-style: normal; }

.made_home--experience {
  padding-top: /*9.37*/5rem;
  padding-bottom: 9.375rem; }
  @media (max-width: 1200px) {
    .made_home--experience {
      padding-top: calc(6.25rem + 4.16667vw);
      padding-bottom: calc(6.25rem + 4.16667vw); } }
  @media (max-width: 767px) {
    .made_home--experience {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .made_home--experience .sec-header {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8.125rem; }
    @media (max-width: 1200px) {
      .made_home--experience .sec-header {
        margin-bottom: calc(3.125rem + 6.66667vw); } }
    @media (max-width: 767px) {
      .made_home--experience .sec-header {
        margin-bottom: 5rem; } }
    .made_home--experience .sec-header .heading3 {
      margin-bottom: 0;
      font-weight: 800; }
  @media (max-width: 767px) {
    .made_home--experience .experience {
      display: none;
      visibility: hidden;
      opacity: 0; } }
  @media (min-width: 768px) {
    .made_home--experience .experience {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -20px;
      margin-left: -20px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .made_home--experience .experience .nav {
    display: block;
    z-index: 5; }
    @media (max-width: 767px) {
      .made_home--experience .experience .nav {
        margin-bottom: 2.5rem; } }
    @media (min-width: 768px) {
      .made_home--experience .experience .nav {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
    .made_home--experience .experience .nav li {
      position: relative;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .made_home--experience .experience .nav li {
          margin-bottom: 10px; } }
      .made_home--experience .experience .nav li:after {
        content: "";
        position: absolute;
        top: 0;
        left: -100vw;
        right: -100vw;
        bottom: 0; }
      .made_home--experience .experience .nav li a {
        font-size: 3rem;
        font-weight: bold;
        color: #a4acb9;
        line-height: 1.08;
        letter-spacing: -0.8px; }
        @media (max-width: 1200px) {
          .made_home--experience .experience .nav li a {
            font-size: calc(1.14062rem + 2.47917vw) ; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .made_home--experience .experience .nav li a {
            font-size: 2.125rem; } }
        .made_home--experience .experience .nav li a:hover {
          color: #1c211f; }
        .made_home--experience .experience .nav li a.active {
          color: #1c211f; }
  .made_home--experience .experience .tab-content {
    z-index: 4; }
    .made_home--experience .experience .tab-content .tab-pane {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .made_home--experience .experience .tab-content .tab-pane .card-wrap {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .made_home--experience .experience .tab-content .tab-pane.active {
        opacity: 1; }
    @media (min-width: 768px) {
      .made_home--experience .experience .tab-content {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
  .made_home--experience .card-wrap {
    position: relative; }
    .made_home--experience .card-wrap .pattern {
      display: block;
      width: 380px;
      height: 380px;
      margin-bottom: -230px;
      margin-left: 180px; }
      @media (max-width: 767px) {
        .made_home--experience .card-wrap .pattern {
          display: none; } }
  .made_home--experience .card {
    border: none;
    border-radius: 0;
    background-color: #eeeeee;
    max-width: 460px;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .made_home--experience .card {
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 768px) {
      .made_home--experience .card {
        min-height: 396px; } }
    .made_home--experience .card .card-body {
      padding: 30px;
      font-size: 1.375rem;
      font-weight: 500;
      line-height: 1.33;
      letter-spacing: -0.4px; }
      @media (min-width: 400px) {
        .made_home--experience .card .card-body {
          font-size: 1.5rem;
          padding: 50px; } }
      .made_home--experience .card .card-body .img-wrap {
        height: 80px;
        margin-bottom: 30px; }
        .made_home--experience .card .card-body .img-wrap img {
          max-width: 100%;
          height: auto; }
        @media (max-width: 767px) {
          .made_home--experience .card .card-body .img-wrap {
            max-width: 60px;
            height: 60px;
            margin-bottom: 20px; } }
      .made_home--experience .card .card-body.card-body-shifted p {
        margin-top: -20px; }
  @media (min-width: 768px) {
    .made_home--experience .experience-mobile {
      display: none;
      visibility: hidden;
      opacity: 0; } }
  .made_home--experience .experience-mobile .accordion-item {
    margin-bottom: 20px; }
    .made_home--experience .experience-mobile .accordion-item h3 {
      font-size: 3rem;
      line-height: 1.08;
      letter-spacing: -1px;
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      cursor: pointer; }
      @media (max-width: 1200px) {
        .made_home--experience .experience-mobile .accordion-item h3 {
          font-size: calc(1.14062rem + 2.47917vw) ; } }
      .made_home--experience .experience-mobile .accordion-item h3 span {
        display: block;
        padding-right: 10px; }
      .made_home--experience .experience-mobile .accordion-item h3 .icon {
        font-size: 0.5rem;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
      .made_home--experience .experience-mobile .accordion-item h3.collapsed {
        color: #a4acb9; }
        .made_home--experience .experience-mobile .accordion-item h3.collapsed .icon {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; }
    .made_home--experience .experience-mobile .accordion-item-inner {
      padding-top: 40px;
      padding-bottom: 20px; }

.made_home--howitworks {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(224, 235, 237, 0.69)), to(rgba(243, 245, 246, 0.81)));
  background-image: -webkit-linear-gradient(top, rgba(224, 235, 237, 0.69), rgba(243, 245, 246, 0.81));
  background-image: -o-linear-gradient(top, rgba(224, 235, 237, 0.69), rgba(243, 245, 246, 0.81));
  background-image: linear-gradient(to bottom, rgba(239, 238, 231, 0.69), rgba(243, 245, 246, 0.81));
  padding-top: 9.375rem;
  padding-bottom: 9.375rem; }
  @media (max-width: 1200px) {
    .made_home--howitworks {
      padding-top: calc(6.25rem + 4.16667vw);
      padding-bottom: calc(6.25rem + 4.16667vw); } }
  @media (max-width: 767px) {
    .made_home--howitworks {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .made_home--howitworks .sec-header {
    margin-bottom: 9.375rem; }
    @media (max-width: 1200px) {
      .made_home--howitworks .sec-header {
        margin-bottom: calc(6.25rem + 4.16667vw); } }
    @media (max-width: 767px) {
      .made_home--howitworks .sec-header {
        margin-bottom: 5rem; } }
  .made_home--howitworks .howitworks-steps .step-heading {
    margin-bottom: 5rem;
    max-width: 560px;
    position: relative; }
    @media (max-width: 767px) {
      .made_home--howitworks .howitworks-steps .step-heading {
        margin-bottom: 2.5rem;
        max-width: 400px; } }
    @media (min-width: 768px) {
      .made_home--howitworks .howitworks-steps .step-heading {
        padding-left: 100px; } }
    .made_home--howitworks .howitworks-steps .step-heading .number {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 80px;
      height: 80px;
      /* border-radius: 50%; */
      border-radius: 52% 48% 69% 31% / 71% 54% 46% 29%;
      background-color: #1b222b;
      background-image: linear-gradient(36.35deg, #31B1E7 0%, #268CF5 49.87%, #2F58F7 100%);
      color: #fff;
      font-size: 2rem;
      font-weight: bold; }
      @media (max-width: 767px) {
        .made_home--howitworks .howitworks-steps .step-heading .number {
          font-size: 1.75rem;
          width: 70px;
          height: 70px;
          margin-bottom: 20px; } }
      @media (min-width: 768px) {
        .made_home--howitworks .howitworks-steps .step-heading .number {
          position: absolute;
          top: 0;
          left: 0; } }
  .made_home--howitworks .howitworks-steps .step-item:not(:last-child) {
    margin-bottom: 9.375rem; }
    @media (max-width: 1200px) {
      .made_home--howitworks .howitworks-steps .step-item:not(:last-child) {
        margin-bottom: calc(6.25rem + 4.16667vw); } }
    @media (max-width: 767px) {
      .made_home--howitworks .howitworks-steps .step-item:not(:last-child) {
        margin-bottom: 5rem; } }
  .made_home--howitworks .howitworks-steps .step-item.--step1 .image {
    position: relative; }
    .made_home--howitworks .howitworks-steps .step-item.--step1 .image::before {
      content: "";
      width: 342px;
      height: 343px;
/*       background: url("../svg/home-pattern2.svg") no-repeat center; */
      background-size: 342px 343px;
      display: none;
      visibility: hidden; }
      @media (min-width: 768px) {
        .made_home--howitworks .howitworks-steps .step-item.--step1 .image::before {
          display: block;
          visibility: visible;
          position: absolute;
          margin: auto;
          top: 0;
          left: calc(95% - 342px);
          bottom: 0; } }
    .made_home--howitworks .howitworks-steps .step-item.--step1 .image .img-wrap {
      position: relative;
      z-index: 2; }
      .made_home--howitworks .howitworks-steps .step-item.--step1 .image .img-wrap > img {
        max-width: 100%;
        height: auto; }
    .made_home--howitworks .howitworks-steps .step-item.--step1 .image .estimate {
      /* -webkit-box-shadow: 0 40px 60px 0 rgba(27, 34, 43, 0.1); */
	  /* box-shadow: 0 40px 60px 0 rgba(27, 34, 43, 0.1); */
      background-color: #fff;
      width: 100%;
      max-width: 360px;
      position: relative;
      z-index: 2;
      padding: 50px 40px 40px 40px; 
      -webkit-box-shadow: 0px 16px 64px rgba(0,0,0,0.1), 0px 8px 16px rgba(0,0,0,0.05);
      box-shadow: 0px 16px 64px rgba(0,0,0,0.1), 0px 8px 16px rgba(0,0,0,0.05);
      border-radius: 6px;
      }
      .made_home--howitworks img {box-shadow: 0px 16px 64px rgba(0,0,0,0.1), 0px 8px 16px rgba(0,0,0,0.05);}
      @media (max-width: 767px) {
        .made_home--howitworks .howitworks-steps .step-item.--step1 .image .estimate {
          display: none; } }
      @media (min-width: 768px) {
        .made_home--howitworks .howitworks-steps .step-item.--step1 .image .estimate {
          margin-top: 0;
          position: absolute;
          top: -15%;
          left: auto;
          right: 0; } }
      @media (min-width: 992px) {
        .made_home--howitworks .howitworks-steps .step-item.--step1 .image .estimate {
          top: -35%; } }
      @media (min-width: 1200px) {
        .made_home--howitworks .howitworks-steps .step-item.--step1 .image .estimate {
          right: 9%; } }
      .made_home--howitworks .howitworks-steps .step-item.--step1 .image .estimate h4 {
        font-size: 1.5rem;
        font-weight: 800;
        text-align: center;
        line-height: 1.33;
        letter-spacing: -0.6px;
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px; }
      .made_home--howitworks .howitworks-steps .step-item.--step1 .image .estimate .prices {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-bottom: 70px; }
        .made_home--howitworks .howitworks-steps .step-item.--step1 .image .estimate .prices li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-bottom: 10px;
          margin-bottom: 15px; }
          .made_home--howitworks .howitworks-steps .step-item.--step1 .image .estimate .prices li:not(:last-child) {
            border-bottom: 1px solid #eeeeee; }
          .made_home--howitworks .howitworks-steps .step-item.--step1 .image .estimate .prices li h5 {
            margin-bottom: 0;
            font-size: 1rem;
            font-weight: 500; }
          .made_home--howitworks .howitworks-steps .step-item.--step1 .image .estimate .prices li p {
            font-size: 1rem;
            font-weight: 500; }
      .made_home--howitworks .howitworks-steps .step-item.--step1 .image .estimate .logo {
        text-align: center; }
  @media (min-width: 576px) {
    .made_home--howitworks .howitworks-steps .step-item.--step2 .images {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -20px;
      margin-left: -20px; }
      .made_home--howitworks .howitworks-steps .step-item.--step2 .images > div {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .made_home--howitworks .howitworks-steps .step-item.--step2 .images {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .made_home--howitworks .howitworks-steps .step-item.--step2 .images .image-group {
      padding-left: -15px;
      padding-right: 15px; } }
  .made_home--howitworks .howitworks-steps .step-item.--step2 .images .image-group:nth-child(1)::before {
    content: "";
    width: 300px;
    height: 300px;
/*     background: url("../svg/home-pattern3.svg") no-repeat center; */
    background-size: 300px;
    display: none;
    visibility: hidden; }
    @media (min-width: 768px) {
      .made_home--howitworks .howitworks-steps .step-item.--step2 .images .image-group:nth-child(1)::before {
        display: block;
        visibility: visible;
        position: absolute;
        margin: auto;
        left: -90px;
        bottom: 0; } }
  .made_home--howitworks .howitworks-steps .step-item.--step2 .images .image-group:nth-child(1) .img-wrap {
    position: relative;
    z-index: 2; }
  @media (max-width: 767px) {
    .made_home--howitworks .howitworks-steps .step-item.--step2 .images .image-group:nth-child(2) .img-wrap:nth-child(1) {
      display: none;
      visibility: hidden; } }
  @media (max-width: 575px) {
    .made_home--howitworks .howitworks-steps .step-item.--step2 .images .img-wrap {
      margin-bottom: 30px; } }
  @media (min-width: 576px) {
    .made_home--howitworks .howitworks-steps .step-item.--step2 .images .img-wrap:nth-child(1) {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .made_home--howitworks .howitworks-steps .step-item.--step2 .images .img-wrap:nth-child(1) {
      margin-bottom: 40px; } }
  .made_home--howitworks .howitworks-steps .step-item.--step2 .images .img-wrap > img {
    max-width: 100%;
    height: auto; }
  .made_home--howitworks .howitworks-steps .step-item.--step3 .step-heading {
    margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -20px;
      margin-left: -20px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps > * {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
  .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav {
    z-index: 5; }
    @media (max-width: 767px) {
      .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav {
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav {
        padding-left: 70px; } }
    .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li {
      padding-left: 50px;
      position: relative; }
      .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li:not(:last-child) {
        margin-bottom: 30px; }
      .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li:after {
        content: "";
        position: absolute;
        top: 0;
        left: -100vw;
        right: -100vw;
        bottom: 0; }
        @media (max-width: 767px) {
          .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li:after {
            display: none; } }
      .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li a {
        font-weight: 500;
        color: #1c211f; }
        .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li a::before {
          content: "";
          display: block;
          width: 2px;
          background-color: #e2e2e2;
          position: absolute;
          margin: auto;
          top: 40px;
          left: 14px;
          bottom: 5px;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
        .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li a::after {
          content: "";
          display: block;
          background-color: #1c211f;
          position: absolute;
          top: 40px;
          left: 14px;
          width: 2px;
          bottom: 100%;
          -webkit-transition: all 0.33s ease-in-out 0.02s;
          -o-transition: all 0.33s ease-in-out 0.02s;
          transition: all 0.33s ease-in-out 0.02s; }
        .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li a.active h4 span {
          opacity: 1; }
        .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li a.active .check {
          background-color: #1c211f;
          /* border-color: #1c211f; */
          background-image: linear-gradient(36.35deg, #31B1E7 0%, #268CF5 49.87%, #2F58F7 100%);
          /* border-color: linear-gradient(36.35deg, #31B1E7 0%, #268CF5 49.87%, #2F58F7 100%); */
          border-color: #31B1E7;
          color: #fff; }
        .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li a.active::after {
          bottom: 5px; }
        .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li a.finished .check {
          background-color: #1c211f;
          background-image: linear-gradient(36.35deg, #31B1E7 0%, #268CF5 49.87%, #2F58F7 100%);
          border-color: #31B1E7;
          color: #fff; }
        .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li a.finished::after {
          bottom: 5px; }
        @media (max-width: 767px) {
          .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li a.desktop {
            display: none;
            visibility: hidden; } }
        @media (min-width: 768px) {
          .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li a.mobile {
            display: none;
            visibility: hidden; } }
        .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li a.mobile[aria-expanded="true"] h4 span {
          opacity: 1; }
        .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li a.mobile[aria-expanded="true"] .check {
          background-color: #1c211f;
          border-color: #1c211f;
          color: #fff; }
        .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li a.mobile[aria-expanded="true"]::before {
          background-color: #1c211f; }
      @media (min-width: 768px) {
        .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li .mobile-collapse {
          display: none;
          visibility: hidden; } }
      .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li .check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: solid 2px #e2e2e2;
        background-color: #fff;
        font-size: 0.5rem;
        color: #a4acb9;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
        .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li .check .icon {
          position: relative;
          top: 1px; }
      .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li h4 {
        font-size: 1.5rem;
        line-height: 1.33;
        letter-spacing: -0.4px;
        margin-bottom: 0; }
        .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li h4 span {
          opacity: 0;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
      .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li p {
        max-width: 360px;
        line-height: 1.38; }
      .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li .collapse-img {
        padding-top: 20px; }
        .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-nav li .collapse-img img {
          max-width: 100%;
          height: auto; }
  .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-content {
    position: relative;
    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;
    z-index: 4;
    text-align: center; }
    .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-content .tab-pane {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: block;
      -webkit-transition: all ease-in-out 0.2s;
      -o-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s;
      opacity: 0; }
      .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-content .tab-pane .img-wrap {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-content .tab-pane.active {
        opacity: 1; }
      .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-content .tab-pane.fade {
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
    .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-content .img-wrap {
      display: inline-block;
      position: relative;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 767px) {
        .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-content .img-wrap {
          text-align: center;
          max-width: 560px;
          display: none;
          visibility: hidden; } }
      .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-content .img-wrap::before {
        content: "";
        width: 377px;
        height: 378px;
/*         background: url("../svg/home-pattern4.svg") no-repeat center; */
        background-size: 377px 378px;
        display: none;
        visibility: hidden; }
        @media (min-width: 768px) {
          .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-content .img-wrap::before {
            display: block;
            visibility: visible;
            position: absolute;
            margin: auto;
            right: -95px;
            bottom: -95px; } }
      .made_home--howitworks .howitworks-steps .step-item.--step3 .step3-steps-content .img-wrap img {
        position: relative;
        z-index: 2;
        max-width: 100%;
        height: auto; }
  .made_home--howitworks .howitworks-cta {
    text-align: center;
    margin-top: 9.375rem; }
    @media (max-width: 1200px) {
      .made_home--howitworks .howitworks-cta {
        margin-top: calc(6.25rem + 4.16667vw); } }
    @media (max-width: 767px) {
      .made_home--howitworks .howitworks-cta {
        margin-top: 5rem; } }
    .made_home--howitworks .howitworks-cta .heading3 {
      margin-bottom: 30px; }

.made_home--sidekick {
  padding-top: 9.375rem;
  padding-bottom: 4.375rem; }
  @media (max-width: 1200px) {
    .made_home--sidekick {
      padding-top: calc(6.25rem + 4.16667vw);
      padding-bottom: calc(3.125rem + 1.66667vw); } }
  @media (max-width: 767px) {
    .made_home--sidekick {
      padding-top: 5rem;
      padding-bottom: 3.125rem; } }
  .made_home--sidekick .sec-header {
    margin-bottom: 6.25rem; }
    @media (max-width: 1200px) {
      .made_home--sidekick .sec-header {
        margin-bottom: calc(3.125rem + 4.16667vw); } }
    @media (max-width: 767px) {
      .made_home--sidekick .sec-header {
        margin-bottom: 3.75rem; } }
    .made_home--sidekick .sec-header .heading1 {
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 767px) {
        .made_home--sidekick .sec-header .heading1 {
          max-width: 400px; } }
    .made_home--sidekick .sec-header p {
      max-width: 540px; }
      @media (max-width: 767px) {
        .made_home--sidekick .sec-header p {
          max-width: 400px; } }
  .made_home--sidekick .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 575px) {
      .made_home--sidekick .images.desktop {
        display: none;
        visibility: hidden; } }
    .made_home--sidekick .images.desktop .img-wrap:nth-child(1) {
      -webkit-transform: translateX(-5%);
          -ms-transform: translateX(-5%);
              transform: translateX(-5%); }
    .made_home--sidekick .images.desktop .img-wrap:nth-child(2) {
      -ms-flex-item-align: end;
          align-self: flex-end;
      -webkit-transform: translateX(8%);
          -ms-transform: translateX(8%);
              transform: translateX(8%);
      margin-top: -13%;
      position: relative; }
    .made_home--sidekick .images.desktop .img-wrap img {
      max-width: 100%;
      height: auto; }
    @media (min-width: 576px) {
      .made_home--sidekick .images.mobile {
        display: none;
        visibility: hidden; } }
    .made_home--sidekick .images.mobile .img-wrap {
      margin-bottom: 20px;
      max-width: 350px; }
      .made_home--sidekick .images.mobile .img-wrap:nth-child(2) {
        -ms-flex-item-align: end;
            align-self: flex-end; }
      .made_home--sidekick .images.mobile .img-wrap img {
        max-width: 100%;
        height: auto; }
  .made_home--sidekick .typing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    height: 35px;
    padding-bottom: 5px;
    background-color: #f5ccb5; }
    @media (max-width: 575px) {
      .made_home--sidekick .typing {
        display: none;
        visibility: hidden; } }
    @media (min-width: 576px) {
      .made_home--sidekick .typing {
        position: absolute;
        bottom: 40%;
        left: 28%; } }
    .made_home--sidekick .typing .dot {
      display: block;
      width: 10px;
      height: 10px;
      margin-left: 2.5px;
      margin-right: 2.5px;
      border-radius: 50%;
      background-color: #fff;
      -webkit-animation-name: typing;
              animation-name: typing;
      -webkit-animation-duration: 1.1s;
              animation-duration: 1.1s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both; }
      .made_home--sidekick .typing .dot:nth-child(2) {
        -webkit-animation-delay: .2s;
                animation-delay: .2s; }
      .made_home--sidekick .typing .dot:nth-child(3) {
        -webkit-animation-delay: .4s;
                animation-delay: .4s; }

@-webkit-keyframes typing {
  0% {
    opacity: .2;
    -webkit-transform: translateY(12px);
            transform: translateY(12px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: .2;
    -webkit-transform: translateY(12px);
            transform: translateY(12px); } }

@keyframes typing {
  0% {
    opacity: .2;
    -webkit-transform: translateY(12px);
            transform: translateY(12px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: .2;
    -webkit-transform: translateY(12px);
            transform: translateY(12px); } }

.made_home--why {
  background-color: #e0ede8;
  padding-top: 9.375rem;
  padding-bottom: 6.25rem; }
  @media (max-width: 1200px) {
    .made_home--why {
      padding-top: calc(6.25rem + 4.16667vw);
      padding-bottom: calc(3.125rem + 4.16667vw); } }
  @media (max-width: 767px) {
    .made_home--why {
      padding-top: 5rem;
      padding-top: 3.75rem; } }
  .made_home--why .container-fluid, .made_home--why .container-sm, .made_home--why .container-md, .made_home--why .container-lg, .made_home--why .container-xl {
    position: relative; }
    .made_home--why .container-fluid::before, .made_home--why .container-sm::before, .made_home--why .container-md::before, .made_home--why .container-lg::before, .made_home--why .container-xl::before {
      content: "";
      width: 380px;
      height: 380px;
/*       background: url("../svg/home-pattern5.svg") no-repeat center; */
      background-size: 380px;
      display: none;
      visibility: hidden; }
      @media (min-width: 768px) {
        .made_home--why .container-fluid::before, .made_home--why .container-sm::before, .made_home--why .container-md::before, .made_home--why .container-lg::before, .made_home--why .container-xl::before {
          display: block;
          visibility: visible;
          position: absolute;
          top: 27px;
          right: -80px; } }
  .made_home--why .table-wrap {
    overflow-x: auto;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .made_home--why .table-wrap {
        display: none;
        visibility: hidden; } }
    .made_home--why .table-wrap .table {
      table-layout: fixed;
      width: 100%;
      min-width: 700px;
      margin-bottom: 0; }
      .made_home--why .table-wrap .table thead tr th {
        font-size: 1.5rem;
        line-height: 1.25;
        letter-spacing: -0.1px;
        border: none;
        padding: 50px 30px 30px 30px; }
        @media (min-width: 768px) {
          .made_home--why .table-wrap .table thead tr th {
            padding: 60px 50px 40px 50px;
            font-size: 1.75rem; } }
        @media (min-width: 992px) {
          .made_home--why .table-wrap .table thead tr th {
            padding: 60px 50px 40px 50px;
            font-size: 2rem; } }
        .made_home--why .table-wrap .table thead tr th:nth-child(1) {
          width: 25%; }
        .made_home--why .table-wrap .table thead tr th:nth-child(2) {
          width: 35%;
          background-color: rgba(255, 255, 255, 0.5);
          position: relative; }
          .made_home--why .table-wrap .table thead tr th:nth-child(2)::before {
            content: "";
            display: block;
            height: 30px;
            background: #e0ede8;
            position: absolute;
            margin: auto;
            top: 0;
            left: 0;
            right: 0; }
        .made_home--why .table-wrap .table thead tr th:nth-child(3) {
          width: 35%;
          background-color: #fff; }
      .made_home--why .table-wrap .table tbody tr td {
        border: none;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.3;
        padding: 0 30px 0 30px; }
        @media (min-width: 992px) {
          .made_home--why .table-wrap .table tbody tr td {
            padding: 0 50px 0 50px; } }
        @media (max-width: 400px) {
          .made_home--why .table-wrap .table tbody tr td {
            font-size: 1rem; } }
        .made_home--why .table-wrap .table tbody tr td:nth-child(1) {
          width: 25%;
          font-weight: bold;
          padding: 0 20px 0 0; }
          @media (min-width: 992px) {
            .made_home--why .table-wrap .table tbody tr td:nth-child(1) {
              padding: 0 40px 0 0; } }
        .made_home--why .table-wrap .table tbody tr td:nth-child(2) {
          width: 35%;
          background-color: rgba(255, 255, 255, 0.5); }
        .made_home--why .table-wrap .table tbody tr td:nth-child(3) {
          width: 35%;
          background-color: #fff; }
        .made_home--why .table-wrap .table tbody tr td .icon {
          font-size: 8px;
          margin-right: 10px; }
        .made_home--why .table-wrap .table tbody tr td p {
          height: 66px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media (max-width: 400px) {
            .made_home--why .table-wrap .table tbody tr td p {
              height: 60px; } }
      .made_home--why .table-wrap .table tbody tr:not(:last-child) p {
        border-bottom: 1px solid rgba(28, 33, 31, 0.1); }
      .made_home--why .table-wrap .table tbody tr:last-child td {
        padding-bottom: 100px; }
        .made_home--why .table-wrap .table tbody tr:last-child td:nth-child(2) {
          position: relative; }
          .made_home--why .table-wrap .table tbody tr:last-child td:nth-child(2)::before {
            content: "";
            display: block;
            height: 20px;
            background: #e0ede8;
            position: absolute;
            margin: auto;
            bottom: 0;
            left: 0;
            right: 0; }
  @media (min-width: 768px) {
    .made_home--why .table-mobile {
      display: none;
      visibility: hidden; } }
  .made_home--why .table-mobile .table {
    margin-bottom: 0;
    table-layout: fixed;
    width: 100%; }
    .made_home--why .table-mobile .table thead tr th {
      border: none;
      padding-top: 30px;
      font-size: 1.125rem; }
      @media (max-width: 400px) {
        .made_home--why .table-mobile .table thead tr th {
          font-size: 1rem; } }
      .made_home--why .table-mobile .table thead tr th:nth-child(1) {
        width: 50%;
        background-color: rgba(255, 255, 255, 0.5); }
      .made_home--why .table-mobile .table thead tr th:nth-child(2) {
        width: 50%;
        background-color: #fff; }
    .made_home--why .table-mobile .table tbody tr td {
      border: none; }
      .made_home--why .table-mobile .table tbody tr td:nth-child(1) {
        width: 50%;
        background-color: rgba(255, 255, 255, 0.5); }
      .made_home--why .table-mobile .table tbody tr td:nth-child(2) {
        width: 50%;
        background-color: #fff; }
      .made_home--why .table-mobile .table tbody tr td strong {
        display: block;
        font-size: 0.875rem;
        margin-bottom: 5px;
        line-height: 1.2; }
        @media (max-width: 500px) {
          .made_home--why .table-mobile .table tbody tr td strong {
            font-size: 0.75rem; } }
      .made_home--why .table-mobile .table tbody tr td p {
        padding-bottom: 10px; }
        @media (max-width: 500px) {
          .made_home--why .table-mobile .table tbody tr td p {
            height: 35px;
            font-size: 0.875rem;
            line-height: 1;
            padding-bottom: 0; } }
    .made_home--why .table-mobile .table tbody tr:not(:last-child) td p {
      border-bottom: 1px solid rgba(28, 33, 31, 0.1); }
    .made_home--why .table-mobile .table tbody tr:last-child td {
      padding-bottom: 30px; }

.made_home--recent {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem; }
  @media (max-width: 1200px) {
    .made_home--recent {
      padding-top: calc(6.25rem + 4.16667vw);
      padding-bottom: calc(6.25rem + 4.16667vw); } }
  @media (max-width: 767px) {
    .made_home--recent {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .made_home--recent .recentprojects-slider--wrap {
    position: relative; }
    .made_home--recent .recentprojects-slider--wrap:not(:last-child) {
      margin-bottom: 12.5rem; }
      @media (max-width: 1200px) {
        .made_home--recent .recentprojects-slider--wrap:not(:last-child) {
          margin-bottom: calc(6.25rem + 8.33333vw); } }
      @media (max-width: 767px) {
        .made_home--recent .recentprojects-slider--wrap:not(:last-child) {
          margin-bottom: 1.25rem; } }
    .made_home--recent .recentprojects-slider--wrap:nth-child(2) .text-inner {
      border-top: 2px dashed #abb5e3;
      border-bottom: 2px dashed #abb5e3; }
    .made_home--recent .recentprojects-slider--wrap:nth-child(2) .recentprojects-slider--nav a::before {
      background-color: rgba(171, 181, 227, 0.5); }
    .made_home--recent .recentprojects-slider--wrap:nth-child(2) .recentprojects-slider--nav a:hover::before {
      background-color: rgba(171, 181, 227, 0.8); }
    .made_home--recent .recentprojects-slider--wrap:nth-child(3) .text-inner {
      border-top: 2px dashed #8accb0;
      border-bottom: 2px dashed #8accb0; }
    .made_home--recent .recentprojects-slider--wrap:nth-child(3) .recentprojects-slider--nav a::before {
      background-color: rgba(138, 204, 176, 0.5); }
    .made_home--recent .recentprojects-slider--wrap:nth-child(3) .recentprojects-slider--nav a:hover::before {
      background-color: rgba(138, 204, 176, 0.8); }
    @media (min-width: 992px) and (max-width: 1199px) {
      .made_home--recent .recentprojects-slider--wrap .container-fluid, .made_home--recent .recentprojects-slider--wrap .container-sm, .made_home--recent .recentprojects-slider--wrap .container-md, .made_home--recent .recentprojects-slider--wrap .container-lg, .made_home--recent .recentprojects-slider--wrap .container-xl {
        max-width: 900px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .made_home--recent .recentprojects-slider--wrap .container-fluid, .made_home--recent .recentprojects-slider--wrap .container-sm, .made_home--recent .recentprojects-slider--wrap .container-md, .made_home--recent .recentprojects-slider--wrap .container-lg, .made_home--recent .recentprojects-slider--wrap .container-xl {
        max-width: 700px; } }
  @media (max-width: 767px) {
    .made_home--recent .recentprojects-slider {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  .made_home--recent .recentprojects-slider .slick-dots {
    text-align: center;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0;
    margin-top: 40px; }
    .made_home--recent .recentprojects-slider .slick-dots li {
      margin-left: 5px;
      margin-right: 5px; }
      .made_home--recent .recentprojects-slider .slick-dots li button {
        border: none;
        width: 8px;
        height: 8px;
        padding: 0;
        border-radius: 50%;
        overflow: hidden;
        background-color: rgba(28, 33, 31, 0.1);
        font-size: 0; }
      .made_home--recent .recentprojects-slider .slick-dots li.slick-active button {
        background-color: #1c211f; }
  .made_home--recent .recentprojects-slider--item {
    margin-bottom: 80px; }
    .made_home--recent .recentprojects-slider--item:focus {
      outline: none; }
    @media (min-width: 992px) {
      .made_home--recent .recentprojects-slider--item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: -20px;
        margin-left: -20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .made_home--recent .recentprojects-slider--item > div {
          position: relative;
          width: 100%;
          padding-right: 20px;
          padding-left: 20px; } }
    @media (max-width: 1199px) {
      .made_home--recent .recentprojects-slider--item .text {
        margin-bottom: 2rem; } }
    @media (min-width: 992px) {
      .made_home--recent .recentprojects-slider--item .text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%; } }
    .made_home--recent .recentprojects-slider--item .text .text-inner {
      max-width: 360px;
      padding-top: 20px;
      padding-bottom: 5px;
      margin-bottom: 30px; }
      @media (max-width: 1199px) {
        .made_home--recent .recentprojects-slider--item .text .text-inner {
          max-width: none; } }
      @media (max-width: 1199px) {
        .made_home--recent .recentprojects-slider--item .text .text-inner .heading2 {
          font-size: 32px; } }
      .made_home--recent .recentprojects-slider--item .text .text-inner p {
        line-height: 1.5;
        font-weight: 500;
        color: rgba(28, 33, 31, 0.9); }
        @media (min-width: 768px) and (max-width: 991px) {
          .made_home--recent .recentprojects-slider--item .text .text-inner p {
            max-width: 70%; } }
      .made_home--recent .recentprojects-slider--item .text .text-inner .infos {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .made_home--recent .recentprojects-slider--item .text .text-inner .infos li {
          position: relative;
          font-weight: 500;
          margin-right: 25px;
          margin-bottom: 20px;
          padding-left: 35px; }
          .made_home--recent .recentprojects-slider--item .text .text-inner .infos li img {
            position: absolute;
            top: 0;
            left: 0; }
    .made_home--recent .recentprojects-slider--item .text .link p {
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 1.33;
      letter-spacing: -0.4px;
      margin-bottom: 10px; }
    .made_home--recent .recentprojects-slider--item .text .link a {
      font-weight: 500;
      color: #1c211f; }
      .made_home--recent .recentprojects-slider--item .text .link a span {
        text-decoration: underline; }
    @media (min-width: 992px) {
      .made_home--recent .recentprojects-slider--item > .beforeafter-image-slider {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%; } }
    @media (min-width: 992px) {
      .made_home--recent .recentprojects-slider--item > .twentytwenty-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%; } }
  .made_home--recent .recentprojects-slider--nav {
    display: none; }
    @media (max-width: 767px) {
      .made_home--recent .recentprojects-slider--nav {
        display: none; } }
    .made_home--recent .recentprojects-slider--nav a {
      display: block;
      font-size: 2rem;
      color: #fff; }
      .made_home--recent .recentprojects-slider--nav a::before {
        content: "";
        display: block;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background-color: rgba(28, 33, 31, 0.1);
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      .made_home--recent .recentprojects-slider--nav a .icon {
        position: relative;
        z-index: 2;
        top: 5px; }
      .made_home--recent .recentprojects-slider--nav a.beforeafter-slider--prev {
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        .made_home--recent .recentprojects-slider--nav a.beforeafter-slider--prev::before {
          left: -65px; }
      .made_home--recent .recentprojects-slider--nav a.beforeafter-slider--next {
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        .made_home--recent .recentprojects-slider--nav a.beforeafter-slider--next::before {
          right: -65px; }

.made_home--reviews {
  background-color: #080f1f/* ffebde */;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem; 
  }
  @media (max-width: 1200px) {
    .made_home--reviews {
      padding-top: calc(6.25rem + 4.16667vw);
      padding-bottom: calc(6.25rem + 4.16667vw); } }
  @media (max-width: 767px) {
    .made_home--reviews {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  @media (min-width: 768px) {
    .made_home--reviews .sec-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media (max-width: 767px) {
    .made_home--reviews .sec-header .text {
      margin-bottom: 40px; } }
  .made_home--reviews .sec-header .reviews-nav {
    display: none; }
  .made_home--reviews .reviews {
    position: relative;
    margin-left: -20px;
    margin-right: -20px; }
    @media (max-width: 575px) {
      .made_home--reviews .reviews {
        margin-left: -15px;
        margin-right: -15px; } }
    .made_home--reviews .reviews .slick-slide:focus {
      outline: none; }
  .made_home--reviews .review-item {
    min-width: 350px;
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 575px) {
      .made_home--reviews .review-item {
        max-width: 380px;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 340px) {
      .made_home--reviews .review-item {
        max-width: 350px; } }
    @media (min-width: 768px) {
      .made_home--reviews .review-item {
        min-width: 460px; } }
  .made_home--reviews .review-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px; }
    .made_home--reviews .review-stars span {
      display: block;
      width: 22px;
      height: 22px;
      background: url("../svg/review-star.svg") no-repeat center;
      background-size: 22px; }
  .made_home--reviews .card {
    border: none; }
    .made_home--reviews .card .card-body {
      padding: 40px; }
      .made_home--reviews .card .card-body blockquote {
        margin-bottom: 0; }
        .made_home--reviews .card .card-body blockquote q {
          display: block;
          font-size: 1.125rem;
          font-weight: 500;
          line-height: 1.44;
          margin-bottom: 40px; }
        .made_home--reviews .card .card-body blockquote cite {
          display: block;
          font-style: normal; }
          .made_home--reviews .card .card-body blockquote cite h4 {
            font-size: 1rem;
            font-weight: 500;
            color: rgba(28, 33, 31, 0.9);
            margin-bottom: 0;
            line-height: 1.38; }
          .made_home--reviews .card .card-body blockquote cite p {
            font-size: 1rem;
            font-weight: 500;
            color: #a4acb9;
            line-height: 1.38; }

.made_home--contacts {
  padding-top: /* 9.375rem */6rem;
  padding-bottom: 7.5rem; }
  @media (max-width: 1200px) {
    .made_home--contacts {
      padding-top: calc(6.25rem + 4.16667vw);
      padding-bottom: calc(3.125rem + 5.83333vw); } }
  @media (max-width: 767px) {
    .made_home--contacts {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .made_home--contacts .texts {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px; }
    .made_home--contacts .texts .btn {
      margin-top: 20px;
      margin-bottom: 10px;
      max-width: 240px; }
    .made_home--contacts .texts p {
      font-weight: 500; }
  .made_home--contacts .boxes {
    position: relative; }
    @media (min-width: 768px) {
      .made_home--contacts .boxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: -20px;
        margin-left: -20px; } }
    .made_home--contacts .boxes::before {
      content: "";
      width: 300px;
      height: 300px;
/*       background: url("../svg/home-pattern6.svg") no-repeat center; */
      background-size: 300px;
      display: none;
      visibility: hidden; }
      @media (min-width: 768px) {
        .made_home--contacts .boxes::before {
          display: block;
          visibility: visible;
          position: absolute;
          left: -60px;
          bottom: 50px; } }
  .made_home--contacts .box {
    display: block; }
    @media (max-width: 767px) {
      .made_home--contacts .box {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto; }
        .made_home--contacts .box:not(:last-child) {
          margin-bottom: 40px; } }
    @media (min-width: 768px) {
      .made_home--contacts .box {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .made_home--contacts .box {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 768px) {
      .made_home--contacts .box:nth-child(1) {
        margin-left: 16.66667%; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .made_home--contacts .box:nth-child(1) {
        margin-left: 0; } }
    .made_home--contacts .box:nth-child(1) .box-inner {
      background-color: #e0ebed; }
    .made_home--contacts .box:nth-child(1):hover .box-inner {
      background-color: #d6e5e7; }
    .made_home--contacts .box:nth-child(2) .box-inner {
      background-color: #ebedfc; }
    .made_home--contacts .box:nth-child(2):hover .box-inner {
      background-color: #dee1fa; }
    .made_home--contacts .box:nth-child(3) .box-inner {
      background-color: #ffebde; }
      .made_home--contacts .box:nth-child(3) .box-inner:hover .box-inner {
        background-color: #ffe2cf; }
    .made_home--contacts .box-inner {
      padding: 40px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
      @media (min-width: 768px) and (max-width: 991px) {
        .made_home--contacts .box-inner {
          padding: 30px; } }
      @media (max-width: 575px) {
        .made_home--contacts .box-inner {
          padding: 30px 20px; } }
      .made_home--contacts .box-inner .img-wrap {
        min-height: 30px;
        margin-bottom: 40px; }
      .made_home--contacts .box-inner h3 {
        font-size: 1.375rem;
        margin-bottom: 5px; }
      .made_home--contacts .box-inner p {
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.33; }
        @media (max-width: 575px) {
          .made_home--contacts .box-inner p {
            font-size: 1rem; } }

.made_home--gallery {
  position: relative; }
  .made_home--gallery .gallery .slick-slide {
    /*&:focus {
        outline: none;
      }

      &.slick-current {
        .text {
          opacity: 1;
        }
      }*/ }
  .made_home--gallery .gallery-item {
    padding-left: 20px;
    padding-right: 20px;
    position: relative; }
    .made_home--gallery .gallery-item:focus {
      outline: none; }
    .made_home--gallery .gallery-item .img-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .made_home--gallery .gallery-item .img-wrap img {
        max-width: 100%;
        height: auto; }
    .made_home--gallery .gallery-item .text {
      position: absolute;
      margin: auto;
      left: 20px;
      right: 20px;
      bottom: 0;
      opacity: 1;
      padding: 20px 20px 0 20px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      background-color: rgba(255, 255, 255, 0.7); }
      @media (min-width: 768px) {
        .made_home--gallery .gallery-item .text {
          padding: 30px 30px 10px 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .made_home--gallery .gallery-item .text .heading3 {
        margin-bottom: 20px; }
        .made_home--gallery .gallery-item .text .heading3 span {
          display: block;
          font-size: 1.125rem;
          font-weight: 500;
          line-height: 1.44; }
        @media (max-width: 767px) {
          .made_home--gallery .gallery-item .text .heading3 {
            display: none; } }
      .made_home--gallery .gallery-item .text .btn {
        font-size: 1rem;
        margin-bottom: 20px; }
        @media (max-width: 575px) {
          .made_home--gallery .gallery-item .text .btn {
            font-size: 0.875rem;
            padding: 16.5px 25px; } }

/* ////========== CAREERS STYLES =========//// */
.made_careers--hero {
  padding-top: 70px; }
  @media (min-width: 992px) {
    .made_careers--hero {
      padding-top: 100px; } }
  .made_careers--hero .careers_hero--text {
    text-align: center;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem; }
    @media (max-width: 1200px) {
      .made_careers--hero .careers_hero--text {
        padding-top: calc(6.25rem + 4.16667vw);
        padding-bottom: calc(3.125rem + 5.83333vw); } }
    @media (max-width: 767px) {
      .made_careers--hero .careers_hero--text {
        padding-top: 3.125rem;
        padding-bottom: 5rem; } }
    .made_careers--hero .careers_hero--text .heading2 {
      max-width: 860px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px;
      font-size: 4rem;
      letter-spacing: -1.4px; }
      @media (max-width: 767px) {
        .made_careers--hero .careers_hero--text .heading2 {
          margin-bottom: 30px;
          font-size: 2rem;
          line-height: 1.25; } }
    .made_careers--hero .careers_hero--text p {
      max-width: 860px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 50px;
      font-size: 1.5rem;
      font-weight: 500;
      letter-spacing: -0.6px;
      text-align: center;
      line-height: 32px;
      color: rgba(28, 33, 31, 0.9); }
      @media (max-width: 767px) {
        .made_careers--hero .careers_hero--text p {
          font-size: 1rem;
          line-height: 1.44;
          margin-bottom: 30px; } }
      @media (min-width: 768px) {
        .made_careers--hero .careers_hero--text p + p {
          margin-top: 60px; } }
  .made_careers--hero .careers_hero--images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px; }
    @media (max-width: 767px) {
      .made_careers--hero .careers_hero--images {
        min-width: 120%;
        -webkit-transform: translateX(-7.5%);
            -ms-transform: translateX(-7.5%);
                transform: translateX(-7.5%); } }
    @media (max-width: 575px) {
      .made_careers--hero .careers_hero--images {
        min-width: 150%;
        -webkit-transform: translateX(-15%);
            -ms-transform: translateX(-15%);
                transform: translateX(-15%); } }
    @media (min-width: 768px) {
      .made_careers--hero .careers_hero--images {
        margin-left: -20px;
        margin-right: -20px; } }
    .made_careers--hero .careers_hero--images .img-wrap {
      margin-left: 10px;
      margin-right: 10px;
      position: relative; }
      @media (min-width: 768px) {
        .made_careers--hero .careers_hero--images .img-wrap {
          margin-left: 20px;
          margin-right: 20px; } }
      .made_careers--hero .careers_hero--images .img-wrap > img {
        max-width: 100%;
        height: auto; }
      .made_careers--hero .careers_hero--images .img-wrap.--image1 {
        -ms-flex-item-align: end;
            align-self: flex-end; }
        .made_careers--hero .careers_hero--images .img-wrap.--image1::after {
          content: "";
          width: 200px;
          height: 200px;
          background: url("../svg/careers-pattern1.svg") no-repeat center;
          background-size: 200px;
          display: none;
          visibility: hidden; }
          @media (min-width: 768px) {
            .made_careers--hero .careers_hero--images .img-wrap.--image1::after {
              display: block;
              visibility: visible;
              position: absolute;
              top: -65px;
              left: -80px; } }
      @media (max-width: 576px) {
        .made_careers--hero .careers_hero--images .img-wrap.--image2 img {
          max-width: 375px;
          height: auto; } }
      .made_careers--hero .careers_hero--images .img-wrap.--image3 > img {
        position: relative;
        z-index: 2; }
      .made_careers--hero .careers_hero--images .img-wrap.--image3::after {
        content: "";
        width: 200px;
        height: 200px;
        background: url("../svg/careers-pattern2.svg") no-repeat center;
        background-size: 200px;
        display: none;
        visibility: hidden; }
        @media (min-width: 768px) {
          .made_careers--hero .careers_hero--images .img-wrap.--image3::after {
            display: block;
            visibility: visible;
            position: absolute;
            right: -60px;
            bottom: -60px; } }

.made_careers--lifeatmade {
  position: relative;
  background-color: #e0ebed;
  margin-top: 15rem; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .made_careers--lifeatmade {
      margin-top: 8.4375rem; } }
  @media (max-width: 767px) {
    .made_careers--lifeatmade {
      margin-top: 9.375rem; } }
  .made_careers--lifeatmade::before {
    content: "";
    display: block;
    height: 200px;
    background-color: #fff;
    margin: auto;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0; }
    @media (min-width: 768px) {
      .made_careers--lifeatmade::before {
        height: 280px; } }
  .made_careers--lifeatmade .top {
    position: relative;
    z-index: 2;
    margin-bottom: 5.625rem; }
    @media (max-width: 767px) {
      .made_careers--lifeatmade .top {
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .made_careers--lifeatmade .top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: -20px;
        margin-left: -20px; } }
    @media (min-width: 768px) {
      .made_careers--lifeatmade .top:before {
        content: "";
        display: block;
        width: 342px;
        height: 343px;
        background: url("../svg/careers-pattern3.svg") no-repeat center;
        background-size: 342px 343px;
        position: absolute;
        top: 51px;
        right: 0; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .made_careers--lifeatmade .top:before {
      top: 50%;
      margin-top: -90px;
      width: 250px;
      height: 250px;
      background-size: 250px 250px; } }
    @media (min-width: 768px) {
      .made_careers--lifeatmade .top .image {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%; } }
    .made_careers--lifeatmade .top .image .img-wrap {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (max-width: 767px) {
        .made_careers--lifeatmade .top .image .img-wrap img {
          max-width: 100%;
          height: auto; } }
      @media (min-width: 768px) {
        .made_careers--lifeatmade .top .image .img-wrap img {
          margin-left: -60px;
          max-width: 100%;
          height: auto; } }
  .made_careers--lifeatmade .middle {
    position: relative;
    padding-bottom: 185px; }
    @media (max-width: 767px) {
      .made_careers--lifeatmade .middle {
        padding-bottom: 5rem; } }
    .made_careers--lifeatmade .middle:before {
      content: "";
      display: block;
      width: 302px;
      height: 302px;
      background: url("../svg/careers-pattern4.svg") no-repeat center;
      background-size: 302px;
      position: absolute;
      right: 20px;
      bottom: -150px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .made_careers--lifeatmade .middle:before {
          bottom: -75px;
          width: 200px;
          height: 200px;
          background-size: 200px; } }
      @media (max-width: 767px) {
        .made_careers--lifeatmade .middle:before {
          bottom: -60px;
          width: 150px;
          height: 150px;
          background-size: 150px; } }
    @media (min-width: 992px) {
      .made_careers--lifeatmade .middle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: -20px;
        margin-left: -20px; }
        .made_careers--lifeatmade .middle > div {
          position: relative;
          width: 100%;
          padding-right: 20px;
          padding-left: 20px; } }
    .made_careers--lifeatmade .middle .text {
      padding-top: 4.063rem; }
      @media (max-width: 767px) {
        .made_careers--lifeatmade .middle .text {
          margin-bottom: 2.5rem; } }
      @media (min-width: 992px) {
        .made_careers--lifeatmade .middle .text {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 41.66667%;
                  flex: 0 0 41.66667%;
          max-width: 41.66667%; } }
      .made_careers--lifeatmade .middle .text p {
        max-width: 360px;
        line-height: 1.5; }
        @media (max-width: 992px) {
          .made_careers--lifeatmade .middle .text p {
            max-width: none;
            padding-bottom: 3.125rem; } }
    @media (max-width: 767px) {
      .made_careers--lifeatmade .middle .card-wrapper {
        margin-bottom: 2.5rem; } }
    @media (min-width: 992px) {
      .made_careers--lifeatmade .middle .card-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%; } }
    .made_careers--lifeatmade .middle .card-wrapper .card-text {
      margin-bottom: 6.25rem; }
      @media (max-width: 992px) {
        .made_careers--lifeatmade .middle .card-wrapper .card-text {
          margin-bottom: 3.125rem; } }
      .made_careers--lifeatmade .middle .card-wrapper .card-text:last-of-type {
        margin-bottom: 0; }
      .made_careers--lifeatmade .middle .card-wrapper .card-text .card-text-inner {
        background-color: #fff;
        padding: 40px 30px 20px 30px;
        max-width: 692px;
        width: 100%; }
        @media (min-width: 575px) {
          .made_careers--lifeatmade .middle .card-wrapper .card-text .card-text-inner {
            padding: 60px 60px 46px 60px; } }
        @media (max-width: 991px) {
          .made_careers--lifeatmade .middle .card-wrapper .card-text .card-text-inner {
            margin-left: auto;
            margin-right: auto;
            max-width: none; } }
        @media (min-width: 1200px) {
          .made_careers--lifeatmade .middle .card-wrapper .card-text .card-text-inner {
            min-width: 690px; } }
        @media (max-width: 576px) {
          .made_careers--lifeatmade .middle .card-wrapper .card-text .card-text-inner {
            padding-bottom: 40px; } }
        .made_careers--lifeatmade .middle .card-wrapper .card-text .card-text-inner h2 {
          font-size: 1.5rem;
          font-weight: 800;
          line-height: 1.33;
          letter-spacing: -0.4px;
          margin-bottom: 40px; }
        .made_careers--lifeatmade .middle .card-wrapper .card-text .card-text-inner ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          @media (min-width: 500px) {
            .made_careers--lifeatmade .middle .card-wrapper .card-text .card-text-inner ul {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              margin-left: -10px;
              margin-right: -10px; } }
          .made_careers--lifeatmade .middle .card-wrapper .card-text .card-text-inner ul li {
            position: relative;
            padding-left: 40px;
            margin-bottom: 20px;
            font-size: 1.125rem;
            font-weight: 500;
            color: rgba(27, 34, 43, 0.9); }
            @media (min-width: 500px) {
              .made_careers--lifeatmade .middle .card-wrapper .card-text .card-text-inner ul li {
                -webkit-box-flex: 1;
                    -ms-flex: 1 0 0px;
                        flex: 1 0 0;
                min-width: calc(50% - 20px);
                width: calc(50% - 20px);
                margin-left: 10px;
                margin-right: 10px;
                padding-left: 48px; } }
            .made_careers--lifeatmade .middle .card-wrapper .card-text .card-text-inner ul li .icon {
              font-size: 0.75rem;
              color: #6a848e;
              position: absolute;
              top: 2px;
              left: 0; }
        .made_careers--lifeatmade .middle .card-wrapper .card-text .card-text-inner p {
          font-size: 1.25rem;
          font-weight: 500;
          letter-spacing: -0.6px;
          line-height: 32px;
          color: #1c211f; }
          @media (max-width: 767px) {
            .made_careers--lifeatmade .middle .card-wrapper .card-text .card-text-inner p {
              font-size: 1.125rem; } }
  .made_careers--lifeatmade .bottom {
    position: relative;
    padding-top: 10rem;
    padding-bottom: 10rem; }
    @media (max-width: 1200px) {
      .made_careers--lifeatmade .bottom {
        padding-top: calc(6.25rem + 5vw);
        padding-bottom: calc(6.25rem + 5vw); } }
    @media (max-width: 767px) {
      .made_careers--lifeatmade .bottom {
        padding-top: 5rem;
        padding-bottom: 5rem; } }
    @media (min-width: 768px) {
      .made_careers--lifeatmade .bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: -20px;
        margin-left: -20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .made_careers--lifeatmade .bottom > div {
          position: relative;
          width: 100%;
          padding-right: 20px;
          padding-left: 20px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%; } }
    @media (min-width: 768px) {
      .made_careers--lifeatmade .bottom::before {
        content: "";
        display: block;
        width: 302px;
        height: 302px;
        background: url("../svg/careers-pattern4.svg") no-repeat center;
        background-size: 302px;
        position: absolute;
        right: 20px;
        bottom: -150px; } }
    .made_careers--lifeatmade .bottom > div {
      margin-bottom: 3.75rem; }
      .made_careers--lifeatmade .bottom > div .img-wrap {
        min-height: 48px;
        margin-bottom: 15px; }
      .made_careers--lifeatmade .bottom > div h3 {
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.33;
        margin-bottom: 40px; }
        @media (min-width: 768px) {
          .made_careers--lifeatmade .bottom > div h3 {
            margin-bottom: 60px; } }
      .made_careers--lifeatmade .bottom > div p {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.33;
        letter-spacing: -0.6px;
        color: #1c211f; }
    .made_careers--lifeatmade .bottom .mission p {
      max-width: 420px; }
    .made_careers--lifeatmade .bottom .vision p {
      max-width: 380px; }

.made_careers--whatwedo .whatwedo {
  padding-top: 12.5rem; }
  @media (max-width: 1200px) {
    .made_careers--whatwedo .whatwedo {
      padding-top: calc(6.25rem + 8.33333vw); } }
  @media (max-width: 767px) {
    .made_careers--whatwedo .whatwedo {
      padding-top: 5rem; } }
  @media (min-width: 768px) {
    .made_careers--whatwedo .whatwedo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -20px;
      margin-left: -20px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .made_careers--whatwedo .whatwedo > div {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px; } }
  .made_careers--whatwedo .whatwedo .text {
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .made_careers--whatwedo .whatwedo .text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0;
        padding-left: 80px; } }
    .made_careers--whatwedo .whatwedo .text .heading3 {
      margin-bottom: 10px; }
    .made_careers--whatwedo .whatwedo .text p {
      line-height: 1.5;
      max-width: 400px; }
  @media (min-width: 768px) {
    .made_careers--whatwedo .whatwedo .image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .made_careers--whatwedo .whatwedo .image img {
    max-width: 100%;
    width: auto; }

.made_careers--whatwedo .beforeafter {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }
  @media (min-width: 768px) {
    .made_careers--whatwedo .beforeafter-slider--heading {
      position: relative;
      top: 40px; } }
  .made_careers--whatwedo .beforeafter-slider--heading h2 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: -0.1px;
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .made_careers--whatwedo .beforeafter-slider {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  .made_careers--whatwedo .beforeafter-slider--item:focus {
    outline: none; }
  @media (min-width: 768px) {
    .made_careers--whatwedo .beforeafter-slider--item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -20px;
      margin-left: -20px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .made_careers--whatwedo .beforeafter-slider--item > div {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px; } }
  @media (max-width: 767px) {
    .made_careers--whatwedo .beforeafter-slider--item .text {
      margin-bottom: 2rem; } }
  @media (min-width: 768px) {
    .made_careers--whatwedo .beforeafter-slider--item .text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; } }
  .made_careers--whatwedo .beforeafter-slider--item .text .text-inner {
    max-width: 360px;
    padding-top: 35px;
    padding-bottom: 5px;
    border-top: 2px dashed #97d3dd;
    border-bottom: 2px dashed #97d3dd; }
    .made_careers--whatwedo .beforeafter-slider--item .text .text-inner p {
      line-height: 1.5;
      color: rgba(28, 33, 31, 0.9); }
    .made_careers--whatwedo .beforeafter-slider--item .text .text-inner .infos {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-top: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (min-width: 768px) and (max-width: 991px) {
        .made_careers--whatwedo .beforeafter-slider--item .text .text-inner .infos {
          display: block; } }
      .made_careers--whatwedo .beforeafter-slider--item .text .text-inner .infos li {
        position: relative;
        font-weight: 500;
        margin-right: 25px;
        margin-bottom: 30px;
        padding-left: 35px; }
        .made_careers--whatwedo .beforeafter-slider--item .text .text-inner .infos li img {
          position: absolute;
          top: 0;
          left: 0; }
  @media (min-width: 768px) {
    .made_careers--whatwedo .beforeafter-slider--item .twentytwenty-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; } }
  @media (min-width: 768px) {
    .made_careers--whatwedo .beforeafter-slider--nav {
      position: relative;
      top: -46px; } }
  .made_careers--whatwedo .beforeafter-slider--nav a {
    display: inline-block;
    font-size: 2rem;
    color: rgba(28, 33, 31, 0.2); }
    .made_careers--whatwedo .beforeafter-slider--nav a:hover {
      color: #1c211f; }
    .made_careers--whatwedo .beforeafter-slider--nav a + a {
      margin-left: 20px; }

.--careers .made_home--recent .beforeafter-slider--nav a i {
  position: relative;
  color: #fff;
  outline: none; }

.--careers .made_home--recent .beforeafter-slider--nav a:before {
  background-color: rgba(171, 181, 227, 0.5); }

.--careers .made_home--recent .beforeafter-slider--nav a:hover:before, .--careers .made_home--recent .beforeafter-slider--nav a:focus:before {
  background-color: rgba(171, 181, 227, 0.8); }

.--careers .made_home--reviews {
  position: relative;
  background-color: #F4F8F9;
  z-index: 9; }
  .--careers .made_home--reviews .sec-header .text .heading1 {
    max-width: 460px; }
  .--careers .made_home--reviews .reviews .review-item .card .card-body .review-stars i {
    font-size: 24px;
    color: #FAB32A;
    padding: 0 1px; }

.made-careers--why-benefits {
  background-color: #f5ccb5; }
  .made-careers--why-benefits .container-fluid, .made-careers--why-benefits .container-sm, .made-careers--why-benefits .container-md, .made-careers--why-benefits .container-lg, .made-careers--why-benefits .container-xl {
    position: relative; }
    .made-careers--why-benefits .container-fluid::before, .made-careers--why-benefits .container-sm::before, .made-careers--why-benefits .container-md::before, .made-careers--why-benefits .container-lg::before, .made-careers--why-benefits .container-xl::before {
      content: "";
      width: 344px;
      height: 344px;
      background: url("../svg/careers-pattern5.svg") no-repeat center;
      background-size: 344px;
      display: none;
      visibility: hidden; }
      @media (min-width: 768px) {
        .made-careers--why-benefits .container-fluid::before, .made-careers--why-benefits .container-sm::before, .made-careers--why-benefits .container-md::before, .made-careers--why-benefits .container-lg::before, .made-careers--why-benefits .container-xl::before {
          display: block;
          visibility: visible;
          position: absolute;
          top: -83px;
          right: 20px; } }
  .made-careers--why-benefits .made_careers--whyjoin {
    border-bottom: 2px dashed #fff;
    padding-top: 8.4375rem;
    padding-bottom: 6.25rem;
    position: relative; }
    @media (max-width: 1200px) {
      .made-careers--why-benefits .made_careers--whyjoin {
        padding-top: calc(6.25rem + 3.33333vw);
        padding-bottom: calc(3.125rem + 4.16667vw); } }
    @media (max-width: 767px) {
      .made-careers--why-benefits .made_careers--whyjoin {
        padding-top: 5rem;
        padding-bottom: 1.875rem; } }
    .made-careers--why-benefits .made_careers--whyjoin .sec-header {
      margin-bottom: 6.25rem; }
      @media (max-width: 1200px) {
        .made-careers--why-benefits .made_careers--whyjoin .sec-header {
          margin-bottom: calc(3.125rem + 4.16667vw); } }
      @media (max-width: 767px) {
        .made-careers--why-benefits .made_careers--whyjoin .sec-header {
          margin-bottom: 3.125rem; } }
      .made-careers--why-benefits .made_careers--whyjoin .sec-header .heading1 {
        line-height: 1; }
    @media (min-width: 768px) {
      .made-careers--why-benefits .made_careers--whyjoin .team {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: -20px;
        margin-left: -20px; } }
    .made-careers--why-benefits .made_careers--whyjoin .team-item {
      margin-bottom: 3.125rem; }
      @media (max-width: 767px) {
        .made-careers--why-benefits .made_careers--whyjoin .team-item {
          max-width: 360px;
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 768px) {
        .made-careers--why-benefits .made_careers--whyjoin .team-item {
          position: relative;
          width: 100%;
          padding-right: 20px;
          padding-left: 20px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 33.33333%;
                  flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
      .made-careers--why-benefits .made_careers--whyjoin .team-item .img-wrap {
        margin-bottom: 35px; }
        .made-careers--why-benefits .made_careers--whyjoin .team-item .img-wrap > img {
          max-width: 100%;
          height: auto; }
      .made-careers--why-benefits .made_careers--whyjoin .team-item h3 {
        margin-bottom: 5px; }
      .made-careers--why-benefits .made_careers--whyjoin .team-item h4 {
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 30px; }
      .made-careers--why-benefits .made_careers--whyjoin .team-item p {
        font-size: 1.125rem;
        line-height: 1.44; }
  .made-careers--why-benefits .made_careers--benefits {
    padding-top: 8.125rem;
    padding-bottom: 6.25rem; }
    @media (max-width: 1200px) {
      .made-careers--why-benefits .made_careers--benefits {
        padding-top: calc(6.25rem + 2.5vw);
        padding-bottom: calc(3.125rem + 4.16667vw); } }
    @media (max-width: 767px) {
      .made-careers--why-benefits .made_careers--benefits {
        padding-top: 5rem;
        padding-bottom: 5rem; } }
    .made-careers--why-benefits .made_careers--benefits .sec-header {
      margin-bottom: 6.25rem; }
      @media (max-width: 1200px) {
        .made-careers--why-benefits .made_careers--benefits .sec-header {
          margin-bottom: calc(3.125rem + 4.16667vw); } }
      @media (max-width: 767px) {
        .made-careers--why-benefits .made_careers--benefits .sec-header {
          margin-bottom: 3.125rem; } }
    .made-careers--why-benefits .made_careers--benefits .benefits {
      list-style: none;
      margin: 0;
      padding: 0; }
      @media (min-width: 400px) {
        .made-careers--why-benefits .made_careers--benefits .benefits {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-right: -20px;
          margin-left: -20px; } }
      @media (max-width: 767px) {
        .made-careers--why-benefits .made_careers--benefits .benefits li {
          text-align: center; }
          .made-careers--why-benefits .made_careers--benefits .benefits li:not(:last-child) {
            margin-bottom: 40px; } }
      @media (min-width: 400px) {
        .made-careers--why-benefits .made_careers--benefits .benefits li {
          position: relative;
          width: 100%;
          padding-right: 20px;
          padding-left: 20px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%;
          margin-bottom: 80px; } }
      @media (min-width: 768px) {
        .made-careers--why-benefits .made_careers--benefits .benefits li {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 33.33333%;
                  flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
      .made-careers--why-benefits .made_careers--benefits .benefits li .icon-wrap {
        display: block;
        min-height: 80px;
        margin-bottom: 20px; }
      .made-careers--why-benefits .made_careers--benefits .benefits li span {
        display: block;
        font-size: 1.125rem;
        font-weight: bold; }
        @media (min-width: 576px) {
          .made-careers--why-benefits .made_careers--benefits .benefits li span {
            font-size: 1.375rem; } }

.made_careers--investors {
  padding-top: 12.5rem; }
  @media (max-width: 1200px) {
    .made_careers--investors {
      padding-top: calc(6.25rem + 8.33333vw); } }
  @media (max-width: 767px) {
    .made_careers--investors {
      padding-top: 5rem; } }
  .made_careers--investors .investors {
    border-bottom: 2px dashed #e2e2e2;
    padding-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .made_careers--investors .investors {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: -20px;
        margin-left: -20px; }
        .made_careers--investors .investors > div {
          position: relative;
          width: 100%;
          padding-right: 20px;
          padding-left: 20px; } }
    .made_careers--investors .investors .heading {
      margin-bottom: 3rem; }
      @media (min-width: 768px) {
        .made_careers--investors .investors .heading {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 33.33333%;
                  flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
      @media (min-width: 992px) {
        .made_careers--investors .investors .heading {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 41.66667%;
                  flex: 0 0 41.66667%;
          max-width: 41.66667%; } }
    @media (min-width: 768px) {
      .made_careers--investors .investors .logos {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
    @media (min-width: 992px) {
      .made_careers--investors .investors .logos {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%; } }
    .made_careers--investors .investors .logos ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -20px;
      margin-left: -20px; }
      @media (min-width: 768px) {
        .made_careers--investors .investors .logos ul {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .made_careers--investors .investors .logos ul li {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; }
        @media (min-width: 768px) {
          .made_careers--investors .investors .logos ul li {
            max-width: 300px;
            margin-bottom: 9.375rem; } }
        @media (max-width: 1200px) {
          .made_careers--investors .investors .logos ul li {
            margin-bottom: calc(6.25rem + 4.16667vw); } }
        @media (max-width: 767px) {
          .made_careers--investors .investors .logos ul li {
            margin-bottom: 3.125rem; } }
        .made_careers--investors .investors .logos ul li img {
          max-width: 100%;
          height: auto; }

.made_careers--jobopenings {
  padding-top: 11.25rem;
  padding-bottom: 6.25rem; }
  @media (max-width: 1200px) {
    .made_careers--jobopenings {
      padding-top: calc(6.25rem + 6.66667vw);
      padding-bottom: calc(3.125rem + 4.16667vw); } }
  @media (max-width: 767px) {
    .made_careers--jobopenings {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem; } }
  .made_careers--jobopenings .sec-header {
    padding-bottom: /* 3.25rem */ 0; }
    @media (max-width: 1200px) {
      .made_careers--jobopenings .sec-header {
        padding-bottom: calc(3.125rem + 4.16667vw); } }
    @media (max-width: 767px) {
      .made_careers--jobopenings .sec-header {
        padding-bottom: 3.125rem; } }
  .made_careers--jobopenings .job-group {
    margin-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .made_careers--jobopenings .job-group {
        margin-bottom: 5rem; } }
    .made_careers--jobopenings .job-group .heading3 {
      margin-bottom: 2.5rem; }
  .made_careers--jobopenings .job-listings {
    list-style: none;
    margin: 0;
    padding: 0; }
    .made_careers--jobopenings .job-listings li:not(:last-child) {
      margin-bottom: 10px; }
      @media (min-width: 576px) {
        .made_careers--jobopenings .job-listings li:not(:last-child) {
          margin-bottom: 20px; } }
    .made_careers--jobopenings .job-listings li a {
      display: block;
      border: solid 1px #e1e1e3;
      position: relative;
      color: #1c211f;
      padding: 20px;
      border-radius: 4px; }
      @media (min-width: 400px) {
        .made_careers--jobopenings .job-listings li a {
          padding: 20px 50px 20px 20px; } }
      @media (min-width: 576px) {
        .made_careers--jobopenings .job-listings li a {
          padding: 48px 70px 48px 48px; } }
      .made_careers--jobopenings .job-listings li a:hover {
        border-color: #acacb2;
        -webkit-box-shadow: 4px 8px 15px -4px rgba(0, 0, 0, 0.11);
                box-shadow: 4px 8px 15px -4px rgba(0, 0, 0, 0.11); }
        .made_careers--jobopenings .job-listings li a:hover .icon {
          right: 15px; }
          @media (min-width: 576px) {
            .made_careers--jobopenings .job-listings li a:hover .icon {
              right: 40px; } }
      .made_careers--jobopenings .job-listings li a h4 {
        font-size: 1.125rem;
        margin-bottom: 0; }
        @media (min-width: 576px) {
          .made_careers--jobopenings .job-listings li a h4 {
            font-size: 1.375rem; } }
      .made_careers--jobopenings .job-listings li a p {
        font-size: 0.875rem; }
        @media (min-width: 576px) {
          .made_careers--jobopenings .job-listings li a p {
            font-size: 1.125rem; } }
      .made_careers--jobopenings .job-listings li a .icon {
        display: none;
        visibility: hidden; }
        @media (min-width: 400px) {
          .made_careers--jobopenings .job-listings li a .icon {
            display: block;
            visibility: visible;
            position: absolute;
            top: 50%;
            right: 20px;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            -webkit-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s; } }
        @media (min-width: 576px) {
          .made_careers--jobopenings .job-listings li a .icon {
            right: 48px; } }

/* ////========== ESTIMATOR STYLES =========//// */
.--estimator, --estimator-submit {
  padding-top: 70px; }
  @media (min-width: 992px) {
    .--estimator, --estimator-submit {
      padding-top: 100px; } }

.estimator {
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 2.5rem;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media (max-width: 1200px) {
    .estimator {
      padding-top: calc(3.125rem + 5.83333vw); } }
  @media (max-width: 767px) {
    .estimator {
      padding-top: 3.125rem; } }
  @media (min-width: 768px) {
    .estimator::before {
      content: "";
      display: block;
      width: 226px;
      height: 225px;
      background: url("../svg/estimator-pattern1.svg") no-repeat center;
      background-size: 226px 225px;
      position: absolute;
      top: 68px;
      left: 80%; } }
  @media (min-width: 768px) {
    .estimator::after {
      content: "";
      display: block;
      width: 353px;
      height: 351px;
      background: url("../svg/estimator-pattern2.svg") no-repeat center;
      background-size: 353px 351px;
      position: absolute;
      top: 500px;
      left: -50px; } }
  .estimator .container-fluid, .estimator .container-sm, .estimator .container-md, .estimator .container-lg, .estimator .container-xl {
    position: relative;
    z-index: 2; }
  .estimator .question {
    text-align: center;
    margin-bottom: 5rem; }
    @media (max-width: 767px) {
      .estimator .question {
        margin-bottom: 3.125rem; } }
    .estimator .question .heading2 {
      max-width: 560px;
      margin-left: auto;
      margin-right: auto; }
    .estimator .question p {
      max-width: 560px;
      margin-left: auto;
      margin-right: auto; }
  .estimator .answers .answer-item.--small {
    margin-bottom: 12px; }
    @media (max-width: 575px) {
      .estimator .answers .answer-item.--small {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 576px) {
      .estimator .answers .answer-item.--small {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 7.5px;
        padding-right: 7.5px; } }
    .estimator .answers .answer-item.--small input {
      display: none;
      visibility: hidden; }
      .estimator .answers .answer-item.--small input:checked + label {
        color: #fff;
        background-color: #69BED5;
        border-color: #69BED5; }
        .estimator .answers .answer-item.--small input:checked + label:hover {
          -webkit-box-shadow: 4px 8px 15px -4px rgba(0, 0, 0, 0.11);
                  box-shadow: 4px 8px 15px -4px rgba(0, 0, 0, 0.11); }
        .estimator .answers .answer-item.--small input:checked + label .icon {
          opacity: 1; }
    .estimator .answers .answer-item.--small label {
      display: block;
      padding: 23px 32px;
      background-color: #fff;
      border-radius: 3px;
      border: 2px solid #EEEEEE;
      -webkit-box-shadow: 4px 8px 15px -4px rgba(0, 0, 0, 0.11);
              box-shadow: 4px 8px 15px -4px rgba(0, 0, 0, 0.11);
      position: relative;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      font-size: 1.125rem;
      color: rgba(28, 33, 31, 0.9);
      font-weight: bold;
      margin-bottom: 0; }
      .estimator .answers .answer-item.--small label:hover {
        -webkit-box-shadow: 4px 8px 15px -4px rgba(0, 0, 0, 0.19);
                box-shadow: 4px 8px 15px -4px rgba(0, 0, 0, 0.19);
        border-color: #69BED5; }
      .estimator .answers .answer-item.--small label .icon {
        font-size: 0.625rem;
        position: absolute;
        top: 50%;
        right: 32px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        opacity: 0;
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        padding-top: 2px; }
  .estimator .answers .answer-item.--big {
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .estimator .answers .answer-item.--big {
        max-width: 260px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 768px) {
      .estimator .answers .answer-item.--big {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        height: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        max-width: 275px; } }
    .estimator .answers .answer-item.--big input {
      display: none;
      visibility: hidden; }
      .estimator .answers .answer-item.--big input:checked + label {
        background-color: #69BED5;
        border-color: #69BED5; }
        .estimator .answers .answer-item.--big input:checked + label:hover {
          -webkit-box-shadow: 4px 8px 15px -4px rgba(0, 0, 0, 0.11);
                  box-shadow: 4px 8px 15px -4px rgba(0, 0, 0, 0.11); }
        .estimator .answers .answer-item.--big input:checked + label p {
          color: #fff; }
          .estimator .answers .answer-item.--big input:checked + label p span {
            color: #fff; }
        .estimator .answers .answer-item.--big input:checked + label .img-wrap > img {
          opacity: 0; }
          .estimator .answers .answer-item.--big input:checked + label .img-wrap > img.white {
            opacity: 1; }
    .estimator .answers .answer-item.--big label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      height: 260px;
      width: 260px;
      background-color: #fff;
      border-radius: 8px;
      -webkit-box-shadow: 4px 8px 15px -4px rgba(0, 0, 0, 0.11);
              box-shadow: 4px 8px 15px -4px rgba(0, 0, 0, 0.11);
      border: 2px solid #EEEEEE;
      position: relative;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      margin-bottom: 0;
      text-align: center; }
      @media (min-width: 992px) and (max-width: 1200px) {
        .estimator .answers .answer-item.--big label {
          width: 100%; } }
      @media (max-width: 1199px) {
        .estimator .answers .answer-item.--big label {
          width: 100%; } }
      .estimator .answers .answer-item.--big label:hover {
        -webkit-box-shadow: 4px 8px 15px -4px rgba(0, 0, 0, 0.19);
                box-shadow: 4px 8px 15px -4px rgba(0, 0, 0, 0.19);
        border-color: #69BED5; }
      .estimator .answers .answer-item.--big label .img-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative; }
        .estimator .answers .answer-item.--big label .img-wrap img {
          -webkit-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
        .estimator .answers .answer-item.--big label .img-wrap .white {
          margin: auto;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          opacity: 0; }
      .estimator .answers .answer-item.--big label p {
        font-size: 1.125rem;
        font-weight: bold;
        line-height: 1.4;
        color: rgba(28, 33, 31, 0.9);
        padding: 2rem;
        min-height: 114px; }
        @media (max-width: 1399px) {
          .estimator .answers .answer-item.--big label p {
            padding: 2rem 0.5rem; } }
        .estimator .answers .answer-item.--big label p span {
          color: #727a87;
          display: block;
          font-size: 0.875rem; }
  .estimator .container-fluid, .estimator .container-sm, .estimator .container-md, .estimator .container-lg, .estimator .container-xl {
    max-width: 1240px; }
  .estimator .btn.btn-outline, .estimator .btn-black {
    background: #69BED5;
    color: #fff !important;
    border: none !important;
    padding: 19px 70px;
    min-width: 360px; }
    @media (max-width: 1199px) {
      .estimator .btn.btn-outline, .estimator .btn-black {
        padding: 19px 30px;
        min-width: 200px; } }
    .estimator .btn.btn-outline:before, .estimator .btn-black:before {
      background-color: #35a0bd; }
  .estimator .btn-black {
    background: #727a87; }
    .estimator .btn-black:hover {
      background: #69BED5 !important;
      color: #fff !important; }
    .estimator .btn-black:before {
      display: none; }
    .estimator .btn-black.selected {
      background: #69BED5 !important; }
      .estimator .btn-black.selected:before {
        background-color: #69BED5 !important; }
  .estimator .form-control:active, .estimator .form-control:focus {
    border-color: #69BED5; }
  .estimator .bootstrap-select.show > .btn.dropdown-toggle {
    border-color: #69BED5; }
  .estimator .cp {
    cursor: pointer; }

.estimator-step {
  min-height: 535px;
  overflow: hidden; }
  .estimator-step .slick-slide:focus {
    outline: none; }
  .estimator-step:focus {
    outline: none; }
  .estimator-step.--step1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .estimator-step.--step1 .question .lead {
      max-width: 460px; }
    .estimator-step.--step1 .question.--other .lead {
      max-width: 540px; }
    .estimator-step.--step1 .answers {
      max-width: 775px;
      width: 100%; }
      @media (min-width: 576px) {
        .estimator-step.--step1 .answers {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-right: -20px;
          margin-left: -20px;
          margin-left: auto;
          margin-right: auto; } }
      .estimator-step.--step1 .answers .form {
        max-width: 560px;
        margin: 0 auto; }
        .estimator-step.--step1 .answers .form .buttons {
          text-align: center;
          padding-top: 20px; }
          .estimator-step.--step1 .answers .form .buttons button {
            display: block;
            margin: 0 auto;
            margin-bottom: 40px; }
          .estimator-step.--step1 .answers .form .buttons a {
            display: block;
            color: #1c211f;
            text-decoration: underline; }
            .estimator-step.--step1 .answers .form .buttons a:hover, .estimator-step.--step1 .answers .form .buttons a:active, .estimator-step.--step1 .answers .form .buttons a:focus {
              color: #69BED5; }
    .estimator-step.--step1 .--other {
      display: none; }
  .estimator-step.--step2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .estimator-step.--step2 .answers {
      max-width: 880px;
      width: 100%; }
      @media (min-width: 768px) {
        .estimator-step.--step2 .answers {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-right: -20px;
          margin-left: -20px;
          -webkit-box-align: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-left: auto;
          margin-right: auto; } }
  .estimator-step.--step3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .estimator-step.--step3 .question .lead {
      max-width: 380px; }
    .estimator-step.--step3 .answers {
      width: 100%; }
      @media (min-width: 768px) {
        .estimator-step.--step3 .answers {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-right: -20px;
          margin-left: -20px;
          -webkit-box-align: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .estimator-step.--step3 .answers {
          max-width: 600px;
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 768px) {
        .estimator-step.--step3 .answers .answer-item {
          position: relative;
          width: 100%;
          padding-right: 20px;
          padding-left: 20px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 25%;
                  flex: 0 0 25%;
          max-width: 25%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .estimator-step.--step3 .answers .answer-item {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%; } }
  .estimator-step.--step4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .estimator-step.--step4 .question .lead {
      max-width: 380px; }
    .estimator-step.--step4 .answers {
      max-width: 880px;
      width: 100%; }
      @media (min-width: 768px) {
        .estimator-step.--step4 .answers {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-right: -20px;
          margin-left: -20px;
          -webkit-box-align: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-left: auto;
          margin-right: auto; } }
  .estimator-step.--step5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .estimator-step.--step5 .question .lead {
      max-width: 560px; }
    .estimator-step.--step5 .answers {
      max-width: 560px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
    .estimator-step.--step5 .answer-item {
      -webkit-box-flex: 0 !important;
          -ms-flex: 0 0 100% !important;
              flex: 0 0 100% !important;
      max-width: 100% !important; }
  .estimator-step.--step6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .estimator-step.--step6 .question .lead {
      max-width: 380px; }
    .estimator-step.--step6 .answers {
      width: 100% !important; }
      @media (min-width: 992px) {
        .estimator-step.--step6 .answers {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-right: -20px;
          margin-left: -20px;
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 1200px) {
        .estimator-step.--step6 .answers {
          width: auto;
          margin-left: auto;
          margin-right: auto; } }
    .estimator-step.--step6 .answer-item {
      margin-bottom: 120px; }
      @media (max-width: 991px) {
        .estimator-step.--step6 .answer-item {
          max-width: 360px;
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 992px) {
        .estimator-step.--step6 .answer-item {
          position: relative;
          width: 100%;
          padding-right: 20px;
          padding-left: 20px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 33.33333%;
                  flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
      .estimator-step.--step6 .answer-item h3 {
        font-size: 1.5rem;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
        .estimator-step.--step6 .answer-item h3:hover {
          opacity: 0.8; }
        .estimator-step.--step6 .answer-item h3 .icon {
          font-size: 0.5rem;
          -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
          transition: -webkit-transform 0.3s ease-in-out 0s;
          -o-transition: transform 0.3s ease-in-out 0s;
          transition: transform 0.3s ease-in-out 0s;
          transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s; }
      .estimator-step.--step6 .answer-item .text p {
        padding-top: 20px;
        font-weight: 500;
        line-height: 1.38;
        color: rgba(28, 33, 31, 0.9); }
      .estimator-step.--step6 .answer-item .img-wrap {
        margin-top: 20px;
        margin-bottom: 12px;
        position: relative; }
        @media (max-width: 991px) {
          .estimator-step.--step6 .answer-item .img-wrap {
            margin-bottom: 20px; } }
        .estimator-step.--step6 .answer-item .img-wrap > img {
          max-width: 100%;
          height: auto; }
          @media (max-width: 991px) {
            .estimator-step.--step6 .answer-item .img-wrap > img {
              width: 100%;
              height: 350px;
              -o-object-fit: cover;
                 object-fit: cover;
              -o-object-position: center;
                 object-position: center;
              font-family: 'object-fit: cover; object-position: center;'; } }
        .estimator-step.--step6 .answer-item .img-wrap .layout {
          display: block;
          text-align: center;
          line-height: 58px;
          width: 56px;
          height: 56px;
          border-radius: 4px;
          background-color: #fff;
          position: absolute;
          right: 32px;
          bottom: 32px;
          font-size: 1.25rem; }
  .estimator-step.--step7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 30px; }
    .estimator-step.--step7 .question {
      margin-bottom: 2.5rem; }
      .estimator-step.--step7 .question .heading2 {
        max-width: 670px;
        margin-bottom: 3.5625rem; }
      .estimator-step.--step7 .question .lead {
        display: none;
        max-width: 460px; }
    .estimator-step.--step7 .form {
      width: 100%;
      max-width: 560px;
      position: relative;
      margin-left: auto;
      margin-right: auto; }
      .estimator-step.--step7 .form .project-partner {
        text-align: center;
        margin-bottom: 3rem; }
        @media (min-width: 1200px) {
          .estimator-step.--step7 .form .project-partner {
            position: absolute;
            top: 0;
            right: -250px;
            width: 200px; } }
        @media (min-width: 1400px) {
          .estimator-step.--step7 .form .project-partner {
            right: -300px; } }
        .estimator-step.--step7 .form .project-partner > img {
          border-radius: 50%;
          width: 156px;
          height: 156px;
          display: block;
          margin-left: auto;
          margin-right: auto;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center;
          font-family: 'object-fit: cover; object-position: center;';
          margin-bottom: 2rem; }
        .estimator-step.--step7 .form .project-partner h4 {
          font-size: 1.125rem;
          font-weight: bold;
          margin-bottom: 5px; }
        .estimator-step.--step7 .form .project-partner p {
          color: rgba(28, 33, 31, 0.9); }
      .estimator-step.--step7 .form .form-group {
        margin-bottom: 12px; }
        .estimator-step.--step7 .form .form-group.when {
          margin-top: 60px;
          margin-bottom: 60px; }
          .estimator-step.--step7 .form .form-group.when h4 {
            font-size: 1.125rem;
            margin-bottom: 12px; }
          .estimator-step.--step7 .form .form-group.when p {
            line-height: 1.5;
            margin-bottom: 32px;
            color: rgba(28, 33, 31, 0.9); }
      .estimator-step.--step7 .form .buttons {
        padding: 28px 0 34px 0; }
        .estimator-step.--step7 .form .buttons .btn {
          font-size: 1rem; }
          @media (min-width: 768px) {
            .estimator-step.--step7 .form .buttons .btn {
              min-width: 260px; } }
    .estimator-step.--step7 .when-select {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -7.5px;
      margin-right: -7.5px; }
      .estimator-step.--step7 .when-select .selection {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
                flex: 1 0 0;
        margin-left: 7.5px;
        margin-right: 7.5px; }
        .estimator-step.--step7 .when-select .selection input {
          display: none;
          visibility: hidden; }
          .estimator-step.--step7 .when-select .selection input:checked + label {
            background-color: #1b222b;
            color: #fff; }
        .estimator-step.--step7 .when-select .selection label {
          display: block;
          padding: 17px 32px;
          background-color: #fff;
          border-radius: 3px;
          -webkit-box-shadow: 0 2px 6px -4px rgba(0, 0, 0, 0.11);
                  box-shadow: 0 2px 6px -4px rgba(0, 0, 0, 0.11);
          position: relative;
          cursor: pointer;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
          font-size: 1.125rem;
          color: rgba(28, 33, 31, 0.9);
          font-weight: bold;
          border: 2px solid #1c211f;
          margin-bottom: 0; }

.estimator-steps--nav {
  text-align: center;
  padding-top: 40px; }
  .estimator-steps--nav .prev, .estimator-steps--nav .next {
    color: #1c211f;
    text-decoration: underline; }
    .estimator-steps--nav .prev:hover, .estimator-steps--nav .prev:active, .estimator-steps--nav .prev:focus, .estimator-steps--nav .next:hover, .estimator-steps--nav .next:active, .estimator-steps--nav .next:focus {
      color: #69BED5; }
  .estimator-steps--nav .next {
    display: none; }

.estimator-submit {
  position: relative;
  padding-top: 7.5rem; }
  @media (min-width: 768px) {
    .estimator-submit::before {
      content: "";
      display: block;
      width: 226px;
      height: 225px;
      background: url("../svg/estimator-pattern1.svg") no-repeat center;
      background-size: 226px 225px;
      position: absolute;
      top: 128px;
      left: 80%; } }
  @media (min-width: 768px) {
    .estimator-submit::after {
      content: "";
      display: block;
      width: 353px;
      height: 351px;
      background: url("../svg/estimator-pattern2.svg") no-repeat center;
      background-size: 353px 351px;
      position: absolute;
      top: 560px;
      left: -50px; } }
  .estimator-submit .container-fluid, .estimator-submit .container-sm, .estimator-submit .container-md, .estimator-submit .container-lg, .estimator-submit .container-xl {
    position: relative;
    z-index: 2; }
  .estimator-submit .btn.btn-outline {
    background: #69BED5;
    color: #fff !important;
    border: none !important;
    padding: 19px 70px;
    min-width: 360px; }
    @media (max-width: 1199px) {
      .estimator-submit .btn.btn-outline {
        padding: 19px 30px;
        min-width: 200px; } }
    .estimator-submit .btn.btn-outline:before {
      background-color: #35a0bd; }
  .estimator-submit .hero {
    padding-top: 3.75rem;
    padding-bottom: 7.5rem; }
    @media (max-width: 768px) {
      .estimator-submit .hero {
        padding-top: 0.625rem;
        padding-bottom: 1.25rem; } }
    .estimator-submit .hero .container-fluid, .estimator-submit .hero .container-sm, .estimator-submit .hero .container-md, .estimator-submit .hero .container-lg, .estimator-submit .hero .container-xl {
      text-align: center;
      padding-bottom: 11.25rem;
      border-bottom: 2px dashed #e2e2e2; }
      @media (max-width: 768px) {
        .estimator-submit .hero .container-fluid, .estimator-submit .hero .container-sm, .estimator-submit .hero .container-md, .estimator-submit .hero .container-lg, .estimator-submit .hero .container-xl {
          padding-bottom: 5rem; } }
      .estimator-submit .hero .container-fluid .heading2, .estimator-submit .hero .container-sm .heading2, .estimator-submit .hero .container-md .heading2, .estimator-submit .hero .container-lg .heading2, .estimator-submit .hero .container-xl .heading2 {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto; }
      .estimator-submit .hero .container-fluid .lead, .estimator-submit .hero .container-sm .lead, .estimator-submit .hero .container-md .lead, .estimator-submit .hero .container-lg .lead, .estimator-submit .hero .container-xl .lead {
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px; }
      .estimator-submit .hero .container-fluid .project-partner > h4, .estimator-submit .hero .container-sm .project-partner > h4, .estimator-submit .hero .container-md .project-partner > h4, .estimator-submit .hero .container-lg .project-partner > h4, .estimator-submit .hero .container-xl .project-partner > h4 {
        font-size: 24px;
        margin-top: 32px;
        margin-bottom: 0; }
      .estimator-submit .hero .container-fluid .project-partner > h6, .estimator-submit .hero .container-sm .project-partner > h6, .estimator-submit .hero .container-md .project-partner > h6, .estimator-submit .hero .container-lg .project-partner > h6, .estimator-submit .hero .container-xl .project-partner > h6 {
        font-size: 16px;
        font-weight: 400;
        padding-top: 5px; }
      .estimator-submit .hero .container-fluid .project-partner .text, .estimator-submit .hero .container-sm .project-partner .text, .estimator-submit .hero .container-md .project-partner .text, .estimator-submit .hero .container-lg .project-partner .text, .estimator-submit .hero .container-xl .project-partner .text {
        max-width: 360px;
        margin: 0 auto;
        padding-bottom: 32px; }
  .estimator-submit .made_home--howitworks {
    padding-top: 0 !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 235, 222, 0.42)));
    background-image: -webkit-linear-gradient(top, #fff, rgba(255, 235, 222, 0.42));
    background-image: -o-linear-gradient(top, #fff, rgba(255, 235, 222, 0.42));
    background-image: linear-gradient(to bottom, #fff, rgba(255, 235, 222, 0.42)); }
    .estimator-submit .made_home--howitworks .sec-header {
      margin-bottom: 3.75rem; }

/* ////========== PACKAGES STYLES =========//// */
.made_packages--hero {
  padding-top: 70px; }
  @media (min-width: 992px) {
    .made_packages--hero {
      padding-top: 100px; } }
  .made_packages--hero .packages_hero--text {
    text-align: center;
    padding-top: 9.375rem;
    padding-bottom: 9.375rem; }
    @media (max-width: 1200px) {
      .made_packages--hero .packages_hero--text {
        padding-top: calc(6.25rem + 4.16667vw);
        padding-bottom: calc(6.25rem + 4.16667vw); } }
    @media (max-width: 767px) {
      .made_packages--hero .packages_hero--text {
        padding-top: 5rem;
        padding-bottom: 5rem; } }
    .made_packages--hero .packages_hero--text .heading1 {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .made_packages--hero .packages_hero--text .heading1 {
          max-width: 500px;
          margin-bottom: 30px; } }
    .made_packages--hero .packages_hero--text p {
      max-width: 676px;
      margin-left: auto;
      margin-right: auto;
      color: rgba(28, 33, 31, 0.9);
      margin-top: 30px; }
      @media (max-width: 767px) {
        .made_packages--hero .packages_hero--text p {
          max-width: 400px; } }
      @media (min-width: 768px) {
        .made_packages--hero .packages_hero--text p + p {
          margin-top: 60px; } }

.made_packages--styles .sec-header {
  margin-bottom: 3.75rem; }
  @media (max-width: 767px) {
    .made_packages--styles .sec-header .heading {
      margin-bottom: 20px; } }
  .made_packages--styles .sec-header .heading p {
    font-size: 1rem;
    line-height: 1.63;
    max-width: 590px;
    color: rgba(255, 255, 255, 0.9); }
  .made_packages--styles .sec-header .arrow-link span {
    color: #fff; }
  .made_packages--styles .sec-header .arrow-link a {
    color: #fff;
    border-color: #fff; }
    .made_packages--styles .sec-header .arrow-link a:hover {
      color: rgba(255, 255, 255, 0.5);
      border-color: rgba(255, 255, 255, 0.5); }
    @media (min-width: 1200px) {
      .made_packages--styles .sec-header .arrow-link a {
        width: 80px;
        min-width: 80px;
        height: 80px; } }

.made_packages--styles .packages-styles {
  padding-top: 6.25rem;
  padding-bottom: 3.75rem; }
  .made_packages--styles .packages-styles:not(:last-child) {
    border-bottom: dashed 2px #e2e2e2; }
  .made_packages--styles .packages-styles.--modern .heading2 {
    color: #bfe3d4; }
  .made_packages--styles .packages-styles.--modern .styles-items {
    position: relative; }
    @media (min-width: 768px) {
      .made_packages--styles .packages-styles.--modern .styles-items::before {
        content: "";
        display: block;
        width: 411px;
        height: 413px;
        background: url("../svg/pattern6.svg") no-repeat center;
        background-size: 411px 413px;
        position: absolute;
        top: -60px;
        right: -30px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .made_packages--styles .packages-styles.--modern .styles-items::before {
        -webkit-transform-origin: right center;
            -ms-transform-origin: right center;
                transform-origin: right center;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }
  .made_packages--styles .packages-styles.--herrirage {
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .made_packages--styles .packages-styles.--herrirage::before {
        content: "";
        display: block;
        width: 161px;
        height: 161px;
        background: url("../svg/pattern8.svg") no-repeat center;
        background-size: 161px;
        position: absolute;
        top: -70px;
        left: 52%; } }
    .made_packages--styles .packages-styles.--herrirage .heading2 {
      color: #ffebde; }
  .made_packages--styles .packages-styles.--artisan .heading2 {
    color: #c7d1f5; }
  .made_packages--styles .packages-styles.--artisan .styles-items {
    position: relative; }
    @media (min-width: 768px) {
      .made_packages--styles .packages-styles.--artisan .styles-items::before {
        content: "";
        display: block;
        width: 286px;
        height: 286px;
        background: url("../svg/pattern7.svg") no-repeat center;
        background-size: 286px;
        position: absolute;
        top: 20px;
        left: -80px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .made_packages--styles .packages-styles.--artisan .styles-items::before {
        -webkit-transform-origin: left center;
            -ms-transform-origin: left center;
                transform-origin: left center;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }
  @media (min-width: 768px) {
    .made_packages--styles .packages-styles .styles-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -20px;
      margin-left: -20px; } }
  .made_packages--styles .packages-styles .styles-item {
    margin-bottom: 2.5rem; }
    @media (max-width: 767px) {
      .made_packages--styles .packages-styles .styles-item {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 768px) {
      .made_packages--styles .packages-styles .styles-item {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    .made_packages--styles .packages-styles .styles-item .img-wrap {
      margin-bottom: 20px; }
      .made_packages--styles .packages-styles .styles-item .img-wrap > img {
        max-width: 100%;
        height: auto; }
    .made_packages--styles .packages-styles .styles-item h3 {
      color: #fff;
      font-size: 1.25rem;
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .made_packages--styles .packages-styles .styles-item h3 span:first-child {
        padding-right: 10px; }

.made_packages--lifetime {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem; }
  @media (max-width: 1200px) {
    .made_packages--lifetime {
      padding-top: calc(6.25rem + 8.33333vw);
      padding-bottom: calc(6.25rem + 8.33333vw); } }
  @media (max-width: 767px) {
    .made_packages--lifetime {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem; } }
  @media (min-width: 768px) {
    .made_packages--lifetime .lifetime-guarantee {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -20px;
      margin-left: -20px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .made_packages--lifetime .lifetime-guarantee > div {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px; } }
  @media (max-width: 767px) {
    .made_packages--lifetime .lifetime-guarantee .text {
      margin-bottom: 2.5rem; } }
  @media (min-width: 768px) {
    .made_packages--lifetime .lifetime-guarantee .text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; } }
  @media (min-width: 992px) {
    .made_packages--lifetime .lifetime-guarantee .text {
      margin-left: 8.33333%; } }
  .made_packages--lifetime .lifetime-guarantee .text .heading1 {
    margin-bottom: 3rem; }
    @media (max-width: 767px) {
      .made_packages--lifetime .lifetime-guarantee .text .heading1 {
        margin-bottom: 1.875rem; } }
  .made_packages--lifetime .lifetime-guarantee .text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 3.75rem; }
    @media (max-width: 767px) {
      .made_packages--lifetime .lifetime-guarantee .text ul {
        margin-bottom: 1.875rem; } }
    .made_packages--lifetime .lifetime-guarantee .text ul li {
      position: relative;
      padding-left: 33px;
      font-size: 1.25rem;
      font-weight: 500;
      line-height: 1.33;
      letter-spacing: -0.4px; }
      @media (min-width: 768px) {
        .made_packages--lifetime .lifetime-guarantee .text ul li {
          font-size: 1.5rem;
          max-width: 260px; } }
      .made_packages--lifetime .lifetime-guarantee .text ul li:not(:last-child) {
        margin-bottom: 30px; }
      .made_packages--lifetime .lifetime-guarantee .text ul li .icon {
        font-size: 0.75rem;
        color: #6a848e;
        position: absolute;
        top: 3px;
        left: 0; }
  @media (min-width: 768px) {
    .made_packages--lifetime .lifetime-guarantee .image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (min-width: 992px) {
    .made_packages--lifetime .lifetime-guarantee .image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  .made_packages--lifetime .lifetime-guarantee .image .img-wrap {
    position: relative; }
    @media (min-width: 768px) {
      .made_packages--lifetime .lifetime-guarantee .image .img-wrap::before {
        content: "";
        display: block;
        width: 176px;
        height: 176px;
        background: url("../svg/pattern9.svg") no-repeat center;
        background-size: 176px;
        position: absolute;
        top: -95px;
        right: -33px; } }
    @media (max-width: 767px) {
      .made_packages--lifetime .lifetime-guarantee .image .img-wrap > img {
        max-width: 100%;
        height: auto; } }

.made_packages--faqs {
  background-color: rgba(191, 227, 212, 0.34);
  padding-top: 12.5rem;
  padding-bottom: 12.5rem; }
  @media (max-width: 1200px) {
    .made_packages--faqs {
      padding-top: calc(6.25rem + 8.33333vw);
      padding-bottom: calc(6.25rem + 8.33333vw); } }
  @media (max-width: 767px) {
    .made_packages--faqs {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem; } }
  .made_packages--faqs .sec-header .heading2 {
    max-width: none; }
  .made_packages--faqs p {
    font-size: 1.125rem;
    color: rgba(28, 33, 31, 0.5);
    line-height: 1.44;
    font-weight: 500; }
  .made_packages--faqs .faqs {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto; }
  .made_packages--faqs .accordion-item {
    padding: 1.563rem 0;
    border-top: 1px solid #1c211f; }
    @media (min-width: 768px) {
      .made_packages--faqs .accordion-item {
        padding: 2.188rem 1.563rem; } }
    .made_packages--faqs .accordion-item:last-child {
      border-bottom: 1px solid #1c211f; }
    .made_packages--faqs .accordion-item > a {
      position: relative;
      display: block; }
      .made_packages--faqs .accordion-item > a:before {
        display: block;
        content: "";
        width: 20px;
        height: 3px;
        background-color: #1c211f;
        position: absolute;
        top: 30px;
        right: 0;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        opacity: 1; }
      .made_packages--faqs .accordion-item > a:after {
        display: block;
        content: "";
        width: 3px;
        height: 20px;
        background-color: #1c211f;
        position: absolute;
        top: 22px;
        right: 8px;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        opacity: 0; }
      .made_packages--faqs .accordion-item > a.collapsed:after {
        opacity: 1; }
      .made_packages--faqs .accordion-item > a h3 {
        max-width: 95%;
        font-size: 1.125rem;
        font-weight: 500;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: -0.4px;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .made_packages--faqs .accordion-item > a h3 span {
          font-size: 3rem;
          font-weight: normal;
          margin-right: 20px; }
          @media (max-width: 1200px) {
            .made_packages--faqs .accordion-item > a h3 span {
              font-size: calc(1.14062rem + 2.47917vw) ; } }
          @media (min-width: 768px) {
            .made_packages--faqs .accordion-item > a h3 span {
              margin-right: 50px; } }
        @media (min-width: 576px) {
          .made_packages--faqs .accordion-item > a h3 {
            font-size: 1.25rem; } }
        @media (min-width: 768px) {
          .made_packages--faqs .accordion-item > a h3 {
            font-size: 1.5rem; } }
    .made_packages--faqs .accordion-item .collapse-inner {
      padding-left: 30px;
      padding-right: 20px; }
      @media (min-width: 768px) {
        .made_packages--faqs .accordion-item .collapse-inner {
          padding-left: 70px;
          padding-right: 50px; } }
      .made_packages--faqs .accordion-item .collapse-inner p {
        max-width: 95%; }

/* ////========== PACKAGE DETAILS STYLES =========//// */
.made_package-details--hero {
  padding-top: 70px; }
  @media (min-width: 992px) {
    .made_package-details--hero {
      padding-top: 100px; } }

@media (max-width: 767px) {
  .package-details_hero--wrap {
    padding-top: 2.5rem; } }

@media (min-width: 768px) {
  .package-details_hero--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (max-width: 767px) {
  .package-details_hero--text {
    margin-bottom: 2.5rem; } }

@media (min-width: 768px) {
  .package-details_hero--text {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 1200px) {
  .package-details_hero--text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    margin-left: 8.33333%; } }

.package-details_hero--text h1 {
  font-size: 1rem;
  line-height: 1.63;
  color: rgba(28, 33, 31, 0.4); }

.package-details_hero--text .heading2 {
  max-width: 460px; }

.package-details_hero--text .lead {
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
  max-width: 460px; }
  @media (min-width: 768px) {
    .package-details_hero--text .lead {
      margin-top: 3.125rem;
      margin-bottom: 3.75rem; } }

.package-details_hero--text .infos {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 3.438rem; }
  @media (min-width: 500px) {
    .package-details_hero--text .infos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .package-details_hero--text .infos li {
    width: 80px;
    font-size: 0.8125rem;
    font-weight: bold;
    padding: 15px; }
    @media (max-width: 499px) {
      .package-details_hero--text .infos li {
        border-top: 1px solid #1c211f; }
        .package-details_hero--text .infos li:last-child {
          border-bottom: 1px solid #1c211f; } }
    @media (min-width: 500px) {
      .package-details_hero--text .infos li {
        width: 100px;
        font-size: 1rem;
        padding: 5px 20px;
        border-left: 1px solid #1c211f; }
        .package-details_hero--text .infos li:last-child {
          border-right: 1px solid #1c211f; } }
    .package-details_hero--text .infos li:first-child {
      background-color: rgba(216, 216, 216, 0.2); }

.package-details_hero--text .pricing {
  font-weight: bold;
  color: rgba(28, 33, 31, 0.9);
  margin-bottom: 1.875rem; }
  @media (min-width: 768px) {
    .package-details_hero--text .pricing {
      margin-bottom: 3.125rem; } }
  .package-details_hero--text .pricing a {
    color: rgba(28, 33, 31, 0.2);
    text-decoration: underline; }
    .package-details_hero--text .pricing a:hover {
      color: rgba(28, 33, 31, 0.9); }

.package-details_hero--text .bottom-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .package-details_hero--text .bottom-infos > * {
    margin-bottom: 10px; }
  .package-details_hero--text .bottom-infos h3 {
    margin-right: 20px; }
    .package-details_hero--text .bottom-infos h3 span {
      display: block;
      font-size: 0.75rem;
      color: #323735;
      font-weight: normal;
      line-height: 3;
      letter-spacing: normal; }
  .package-details_hero--text .bottom-infos .btn {
    font-size: 1rem;
    min-width: 220px; }

@media (min-width: 768px) {
  .package-details_hero--image {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media (max-width: 767px) {
  .package-details_hero--image img {
    max-width: 100%;
    height: auto; } }

.made_package-details--others {
  padding-top: 7.813rem;
  padding-bottom: 3.125rem; }
  @media (max-width: 1200px) {
    .made_package-details--others {
      padding-top: calc(3.125rem + 6.25vw); } }
  @media (max-width: 767px) {
    .made_package-details--others {
      padding-top: 5rem; } }
  .made_package-details--others .sec-header {
    margin-bottom: 4.75rem; }
    @media (max-width: 767px) {
      .made_package-details--others .sec-header {
        margin-bottom: 3.125rem; } }
  @media (min-width: 768px) {
    .made_package-details--others .other-packages {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -20px;
      margin-left: -20px; } }
  .made_package-details--others .package {
    margin-bottom: 2.5rem; }
    @media (max-width: 767px) {
      .made_package-details--others .package {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 768px) {
      .made_package-details--others .package {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    .made_package-details--others .package .img-wrap {
      margin-bottom: 20px; }
      .made_package-details--others .package .img-wrap > img {
        max-width: 100%;
        height: auto; }
    .made_package-details--others .package h3 {
      font-size: 1.25rem;
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .made_package-details--others .package h3 span:first-child {
        padding-right: 10px; }

.made_package-details--quality {
  padding-top: 3.125rem;
  padding-bottom: 9.375rem; }
  @media (max-width: 1200px) {
    .made_package-details--quality {
      padding-bottom: calc(6.25rem + 4.16667vw); } }
  @media (max-width: 767px) {
    .made_package-details--quality {
      padding-bottom: 5rem; } }
  @media (min-width: 768px) {
    .made_package-details--quality .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -20px;
      margin-left: -20px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 768px) {
    .made_package-details--quality .text {
      position: relative;
      width: 100%;
      padding-right: 20px;
      padding-left: 20px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; } }
  .made_package-details--quality .text p {
    max-width: 300px; }
  @media (min-width: 768px) {
    .made_package-details--quality .images {
      position: relative;
      width: 100%;
      padding-right: 20px;
      padding-left: 20px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; } }
  .made_package-details--quality .images ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px; }
    .made_package-details--quality .images ul li {
      margin: 25px 12px; }

.made_package-details--lifetime .container-fluid, .made_package-details--lifetime .container-sm, .made_package-details--lifetime .container-md, .made_package-details--lifetime .container-lg, .made_package-details--lifetime .container-xl {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  position: relative; }
  .made_package-details--lifetime .container-fluid:before, .made_package-details--lifetime .container-sm:before, .made_package-details--lifetime .container-md:before, .made_package-details--lifetime .container-lg:before, .made_package-details--lifetime .container-xl:before {
    content: "";
    display: block;
    height: 1px;
    border-bottom: 2px dashed #e2e2e2;
    position: absolute;
    margin: auto;
    left: 20px;
    right: 20px;
    bottom: 0; }
  @media (max-width: 1200px) {
    .made_package-details--lifetime .container-fluid, .made_package-details--lifetime .container-sm, .made_package-details--lifetime .container-md, .made_package-details--lifetime .container-lg, .made_package-details--lifetime .container-xl {
      padding-top: calc(6.25rem + 4.16667vw);
      padding-bottom: calc(6.25rem + 4.16667vw); } }
  @media (max-width: 767px) {
    .made_package-details--lifetime .container-fluid, .made_package-details--lifetime .container-sm, .made_package-details--lifetime .container-md, .made_package-details--lifetime .container-lg, .made_package-details--lifetime .container-xl {
      padding-top: 5rem;
      padding-bottom: 5rem; } }

@media (min-width: 768px) {
  .made_package-details--lifetime .lifetime-guarantee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .made_package-details--lifetime .lifetime-guarantee > div {
      position: relative;
      width: 100%;
      padding-right: 20px;
      padding-left: 20px; } }

@media (max-width: 767px) {
  .made_package-details--lifetime .lifetime-guarantee .text {
    margin-bottom: 2.5rem; } }

@media (min-width: 768px) {
  .made_package-details--lifetime .lifetime-guarantee .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; } }

@media (min-width: 992px) {
  .made_package-details--lifetime .lifetime-guarantee .text {
    margin-left: 8.33333%; } }

@media (min-width: 1200px) {
  .made_package-details--lifetime .lifetime-guarantee .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-left: 16.66667%; } }

.made_package-details--lifetime .lifetime-guarantee .text .heading2 {
  margin-bottom: 3rem; }
  @media (max-width: 767px) {
    .made_package-details--lifetime .lifetime-guarantee .text .heading2 {
      margin-bottom: 1.875rem; } }

.made_package-details--lifetime .lifetime-guarantee .text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 3.75rem; }
  @media (max-width: 767px) {
    .made_package-details--lifetime .lifetime-guarantee .text ul {
      margin-bottom: 1.875rem; } }
  .made_package-details--lifetime .lifetime-guarantee .text ul li {
    position: relative;
    padding-left: 33px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: -0.4px; }
    @media (min-width: 768px) {
      .made_package-details--lifetime .lifetime-guarantee .text ul li {
        font-size: 1.5rem;
        max-width: 260px; } }
    .made_package-details--lifetime .lifetime-guarantee .text ul li:not(:last-child) {
      margin-bottom: 30px; }
    .made_package-details--lifetime .lifetime-guarantee .text ul li .icon {
      font-size: 0.75rem;
      color: #6a848e;
      position: absolute;
      top: 3px;
      left: 0; }

@media (min-width: 768px) {
  .made_package-details--lifetime .lifetime-guarantee .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media (min-width: 992px) {
  .made_package-details--lifetime .lifetime-guarantee .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

.made_package-details--lifetime .lifetime-guarantee .image .img-wrap {
  position: relative; }
  @media (min-width: 768px) {
    .made_package-details--lifetime .lifetime-guarantee .image .img-wrap::before {
      content: "";
      display: block;
      width: 176px;
      height: 176px;
      background: url("../svg/pattern9.svg") no-repeat center;
      background-size: 176px;
      position: absolute;
      top: -95px;
      right: -33px; } }
  @media (max-width: 767px) {
    .made_package-details--lifetime .lifetime-guarantee .image .img-wrap > img {
      max-width: 100%;
      height: auto; } }

.work .hero {
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px; }
  @media (max-width: 991px) {
    .work .hero {
      padding-top: 150px; } }
  .work .hero .hero__pattern {
    display: block;
    position: absolute;
    left: calc(32% - 300px);
    bottom: 0;
    display: block;
    width: 300px;
    height: 300px;
    background: url(../svg/work-hero-simbol.svg) no-repeat center;
    background-size: 300px;
    z-index: 1; }
    @media (max-width: 991px) {
      .work .hero .hero__pattern {
        display: none; } }
  .work .hero__bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 32%;
    bottom: 70px;
    display: block;
    background-color: #ffebde;
    z-index: -9; }
    @media (max-width: 991px) {
      .work .hero__bg {
        left: 0; } }
  .work .hero__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
    padding-left: 0; }
    @media (max-width: 991px) {
      .work .hero__wrapper {
        display: block;
        padding: 0 15px; } }
  .work .hero__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
    @media (max-width: 991px) {
      .work .hero__item {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        padding-right: 0;
        text-align: center; } }
    .work .hero__item .btn {
      margin-top: 20px; }
    .work .hero__item h1 {
      margin-bottom: 30px; }
    .work .hero__item p {
      max-width: 420px;
      font-size: 24px;
      color: #1c211f;
      letter-spacing: -0.4px;
      line-height: 32px; }
      @media (max-width: 991px) {
        .work .hero__item p {
          margin: 0 auto; } }
    .work .hero__item:not(.hero__item--image) {
      padding-left: 120px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .work .hero__item:not(.hero__item--image) {
          padding: 0 50px; } }
      @media (max-width: 991px) {
        .work .hero__item:not(.hero__item--image) {
          padding-left: 0;
          padding-bottom: 50px; } }
    .work .hero__item--image {
      position: relative;
      z-index: 2; }
      .work .hero__item--image img {
        position: relative;
        width: 100%;
        max-width: 720px;
        z-index: 9; }

.work .welcome .container {
  padding-top: 50px;
  padding-bottom: 80px;
  border-bottom: 2px dashed #EEEEEE; }

.work .made_home--howitworks {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 235, 222, 0.41)));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, rgba(255, 235, 222, 0.41) 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, rgba(255, 235, 222, 0.41) 100%);
  background-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 235, 222, 0.41) 100%); }

@media (min-width: 992px) {
  .work .made_home--contacts {
    padding-bottom: 0; } }

@media (max-width: 991px) {
  .work .made_home--contacts .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: none;
    padding-bottom: 20px; } }

.work .made_packages--faqs {
  background-color: rgba(224, 235, 237, 0.34); }
  @media (min-width: 992px) {
    .work .made_packages--faqs {
      margin-top: -92px; } }
  @media (min-width: 768px) {
    .work .made_packages--faqs .accordion-item {
      padding: 2.188rem 0; } }
  .work .made_packages--faqs .accordion-item a:before, .work .made_packages--faqs .accordion-item a:after {
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  @media (max-width: 575px) {
    .work .made_packages--faqs .accordion-item a h3 {
      padding-right: 1.875rem; } }
  .work .made_packages--faqs .accordion-item .collapse-inner {
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0; }

/* ////========== COLLECTIONS STYLES =========//// */
.made_collections--hero {
  position: relative;
  padding-top: 70px; }
  @media (min-width: 992px) {
    .made_collections--hero {
      padding-top: 100px; } }
  .made_collections--hero .container-fluid, .made_collections--hero .container-sm, .made_collections--hero .container-md, .made_collections--hero .container-lg, .made_collections--hero .container-xl {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 2.5rem; }
    @media (max-width: 767px) {
      .made_collections--hero .container-fluid, .made_collections--hero .container-sm, .made_collections--hero .container-md, .made_collections--hero .container-lg, .made_collections--hero .container-xl {
        padding-top: 2.5rem;
        padding-bottom: 0; } }
  .made_collections--hero .collections_hero--bg {
    display: block;
    background-color: #ebedfc;
    position: absolute;
    margin: auto;
    top: 0;
    left: 10%;
    bottom: 0;
    width: 100vw; }
    @media (max-width: 767px) {
      .made_collections--hero .collections_hero--bg {
        width: auto;
        left: 0;
        right: 0;
        bottom: 20%; } }
  .made_collections--hero .collections_hero--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .made_collections--hero .collections_hero--wrap {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
    .made_collections--hero .collections_hero--wrap > div {
      position: relative;
      width: 100%;
      padding-right: 20px;
      padding-left: 20px; }
  @media (max-width: 767px) {
    .made_collections--hero .collections_hero--text {
      margin-bottom: 50px; } }
  @media (min-width: 768px) {
    .made_collections--hero .collections_hero--text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      -webkit-transform: translateY(-60px);
          -ms-transform: translateY(-60px);
              transform: translateY(-60px); } }
  @media (min-width: 992px) {
    .made_collections--hero .collections_hero--text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%;
      margin-left: 8.33333%; } }
  .made_collections--hero .collections_hero--text .slash {
    display: block;
    margin-bottom: 20px; }
  .made_collections--hero .collections_hero--text .heading1 {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .made_collections--hero .collections_hero--text .heading1 {
        max-width: 460px; } }
    @media (max-width: 575px) {
      .made_collections--hero .collections_hero--text .heading1 {
        max-width: 300px; } }
  .made_collections--hero .collections_hero--text p {
    max-width: 430px; }
    @media (max-width: 767px) {
      .made_collections--hero .collections_hero--text p {
        font-size: 1.25rem; } }
    .made_collections--hero .collections_hero--text p + p {
      margin-top: 30px; }
  @media (min-width: 768px) {
    .made_collections--hero .collections_hero--images {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .made_collections--hero .collections_hero--images .img-wrap {
    position: relative; }
    @media (max-width: 767px) {
      .made_collections--hero .collections_hero--images .img-wrap > img {
        max-width: 100vw;
        height: auto; } }

.made_collections--thecollections .heading .container-fluid, .made_collections--thecollections .heading .container-sm, .made_collections--thecollections .heading .container-md, .made_collections--thecollections .heading .container-lg, .made_collections--thecollections .heading .container-xl {
  position: relative;
  padding-top: 12.5rem;
  padding-bottom: 3.75rem; }
  @media (max-width: 1200px) {
    .made_collections--thecollections .heading .container-fluid, .made_collections--thecollections .heading .container-sm, .made_collections--thecollections .heading .container-md, .made_collections--thecollections .heading .container-lg, .made_collections--thecollections .heading .container-xl {
      padding-top: calc(6.25rem + 8.33333vw); } }
  @media (max-width: 767px) {
    .made_collections--thecollections .heading .container-fluid, .made_collections--thecollections .heading .container-sm, .made_collections--thecollections .heading .container-md, .made_collections--thecollections .heading .container-lg, .made_collections--thecollections .heading .container-xl {
      padding-top: 5rem; } }
  .made_collections--thecollections .heading .container-fluid:after, .made_collections--thecollections .heading .container-sm:after, .made_collections--thecollections .heading .container-md:after, .made_collections--thecollections .heading .container-lg:after, .made_collections--thecollections .heading .container-xl:after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    border-bottom: 2px dashed #e2e2e2; }

.made_collections--thecollections .collection {
  position: relative;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }
  @media (max-width: 1200px) {
    .made_collections--thecollections .collection {
      padding-top: calc(3.125rem + 4.16667vw);
      padding-top: calc(3.125rem + 4.16667vw); } }
  @media (max-width: 767px) {
    .made_collections--thecollections .collection {
      padding-top: 5rem;
      padding-top: 5rem; } }
  .made_collections--thecollections .collection:after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    margin: auto;
    left: 20px;
    right: 20px;
    bottom: 0;
    max-width: 1200px;
    border-bottom: 2px dashed #e2e2e2; }
  .made_collections--thecollections .collection .collection-heading {
    margin-bottom: 64px; }
    .made_collections--thecollections .collection .collection-heading .heading1 {
      max-width: 560px; }
    .made_collections--thecollections .collection .collection-heading p {
      max-width: 540px; }

.made_collections--thecollections .collections-slider--nav {
  display: none; }

.made_collections--thecollections .collections-slider--wrap {
  position: relative; }

.made_collections--thecollections .collections-slider--item {
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }
  @media (min-width: 768px) {
    .made_collections--thecollections .collections-slider--item {
      max-width: 800px; } }
  .made_collections--thecollections .collections-slider--item:focus {
    outline: none; }
  .made_collections--thecollections .collections-slider--item.slick-current .text {
    opacity: 1; }
  .made_collections--thecollections .collections-slider--item .img-wrap img {
    max-width: 100vw;
    height: auto; }
  .made_collections--thecollections .collections-slider--item .text {
    position: absolute;
    margin: auto;
    left: 20px;
    right: 20px;
    bottom: 0;
    opacity: 1;
    padding: 20px 20px 0 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-color: rgba(255, 255, 255, 0.7); }
    @media (min-width: 768px) {
      .made_collections--thecollections .collections-slider--item .text {
        padding: 30px 30px 10px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .made_collections--thecollections .collections-slider--item .text .heading3 {
      margin-bottom: 20px; }
      .made_collections--thecollections .collections-slider--item .text .heading3 span {
        display: block;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.44; }
      @media (max-width: 575px) {
        .made_collections--thecollections .collections-slider--item .text .heading3 {
          display: none; } }
    .made_collections--thecollections .collections-slider--item .text .btn {
      font-size: 1rem;
      margin-bottom: 20px; }
      @media (max-width: 575px) {
        .made_collections--thecollections .collections-slider--item .text .btn {
          font-size: 0.875rem;
          padding: 16.5px 25px; } }

@media (max-width: 767px) {
  .made_collections--thecollections .collections-slider--nav {
    display: none; } }

.made_collections--thecollections .collections-slider--nav a {
  display: block;
  font-size: 2rem;
  color: #1c211f;
  z-index: 3; }
  .made_collections--thecollections .collections-slider--nav a:hover::before {
    background-color: rgba(255, 255, 255, 0.9); }
  .made_collections--thecollections .collections-slider--nav a::before {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .made_collections--thecollections .collections-slider--nav a .icon {
    position: relative;
    z-index: 2;
    top: 5px; }
  .made_collections--thecollections .collections-slider--nav a.collections-slider--prev {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .made_collections--thecollections .collections-slider--nav a.collections-slider--prev::before {
      left: -65px; }
  .made_collections--thecollections .collections-slider--nav a.collections-slider--next {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .made_collections--thecollections .collections-slider--nav a.collections-slider--next::before {
      right: -65px; }

.made_collections--quality {
  position: relative;
  padding-top: 6.25rem;
/*   padding-bottom: 6.25rem; */
padding-bottom: 0; }
  @media (max-width: 1200px) {
    .made_collections--quality {
      padding-top: calc(3.125rem + 4.16667vw);
      padding-bottom: calc(3.125rem + 4.16667vw); } }
  @media (max-width: 767px) {
    .made_collections--quality {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .made_collections--quality .sec-header.--center p {
    max-width: 540px; }
  .made_collections--quality .brands {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .made_collections--quality .brands li {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 33.3333%;
              flex: 1 0 33.3333%;
      padding: 0 10px;
      text-align: center;
      margin-bottom: 40px; }

.made_questions {
  background-color: rgba(224, 235, 237, 0.34);
  position: relative;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem; }
  @media (max-width: 1200px) {
    .made_questions {
      padding-top: calc(6.25rem + 4.16667vw);
      padding-top: calc(6.25rem + 4.16667vw); } }
  @media (max-width: 767px) {
    .made_questions {
      padding-top: 5rem;
      padding-top: 5rem; } }
  .made_questions .heading1 {
    text-align: center;
    margin-bottom: 55px; }
  .made_questions .faqs {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto; }
  .made_questions .accordion-item {
    padding: 1.563rem 0;
    border-top: 1px solid #1c211f; }
    @media (min-width: 768px) {
      .made_questions .accordion-item {
        padding: 2.188rem 0; } }
    .made_questions .accordion-item:last-child {
      border-bottom: 1px solid #1c211f; }
    .made_questions .accordion-item > a {
      position: relative;
      display: block; }
      .made_questions .accordion-item > a:before, .made_questions .accordion-item > a:after {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        background-color: #1c211f;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      .made_questions .accordion-item > a:before {
        width: 20px;
        height: 3px;
        right: 0;
        opacity: 1; }
      .made_questions .accordion-item > a:after {
        width: 3px;
        height: 20px;
        right: 8px;
        opacity: 0; }
      .made_questions .accordion-item > a.collapsed:after {
        opacity: 1; }
      .made_questions .accordion-item > a h3 {
        max-width: 95%;
        font-size: 1.125rem;
        font-weight: 500;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: -0.4px;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (min-width: 576px) {
          .made_questions .accordion-item > a h3 {
            font-size: 1.25rem; } }
        @media (min-width: 768px) {
          .made_questions .accordion-item > a h3 {
            font-size: 1.5rem; } }
        @media (max-width: 575px) {
          .made_questions .accordion-item > a h3 {
            padding-right: 1.875rem; } }
    .made_questions .accordion-item .collapse-inner {
      padding-top: 20px; }
      .made_questions .accordion-item .collapse-inner p {
        max-width: 95%;
        font-size: 1.125rem;
        font-weight: 500;
        color: rgba(28, 33, 31, 0.5);
        line-height: 1.44; }


/* Additions */


.made_collections--hero .container-fluid {
	width: 100%;
	max-width: 100%;
}
.made_collections--hero .collections_hero--bg {
/* 	background: #080f1f; */
	background: #5866d6 !important;
}
.made_collections--hero .container-fluid h1 {
	max-width: 75%;
	margin: 5% 0 5% 8.3333%;
	color: #fff;
}
.made_collections--hero .container-fluid p {
	margin-left: 8.3333%;
	color: #fff;	
}
.made_collections--hero .container-fluid {
	padding-top: 2.5rem;
    padding-bottom: 0;
}
.made_collections--hero .collections_hero--bg {
    display: block;
    background-color: #ebedfc;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}
.collection-heading .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    /* border-radius: 50%; */
    border-radius: 52% 48% 69% 31% / 71% 54% 46% 29%;
    background-color: #1b222b;
    background-image: linear-gradient(36.35deg, #31B1E7 0%, #268CF5 49.87%, #2F58F7 100%);
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

@media (min-width: 992px) {
.made_collections--hero .collections_hero--text {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 8.33333% ;
}
}

  p span.sz-gradient-text { 
		background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		-webkit-animation: hue 10s infinite linear;
		}
			@-webkit-keyframes hue {
		  from {
    		-webkit-filter: hue-rotate(45deg);
  			}
 		 	to {
    		-webkit-filter: hue-rotate(-360deg);
  			}
		}

  .made_careers--jobopenings h3.heading3 {
  	font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1.5px;
    max-width: 540px;
    margin-bottom: 1.5rem !important;
  }
  .job-group .container-fluid p.lead {
    max-width: 540px;
    margin-bottom: 2.5rem;
}

  .made_careers--jobopenings .job-listings li a h4 {
  	font-size: 2.5rem;
  	margin-bottom: 20px;
  }
  ul.job-listings li {margin-bottom: 3%;}
  ul.job-listings li ul {
  list-style-type: none;
/*
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
*/
  margin-bottom: 30px;
  overflow: visible;
  padding-left: 0;
  max-width: 90%;
  }
  ul.included {padding-top: 20px;}
  ul.job-listings li ul.included li {
    text-shadow: 0 1px 0 #232323;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px !important;
    line-height: 0;
    padding: 20px 0;
    display: inline-grid;
    grid-template-columns: repeat(auto-fit,minmax(200px, 1fr));
    grid-gap: 20px 20px;
    background-color: #5866d6;
    border-radius: 8px;
    padding: 18px;
    font-size: 15px;
    line-height: 1.2;
}
  .beginner {background-color: #fbf9f7;}
  .professional {background-color: #f4f7f6;}
  .expert {background-color: #f6f7fb;}
/* ul.job-listings li ul li:first-child {margin-top: 0;} */
/* @media (min-width: 576px){.made_careers--jobopenings .job-listings li:not(:last-child) {margin-bottom: 0px;}} */
@media (min-width: 576px) {
.made_careers--jobopenings .job-listings li a {
    padding: 48px 70px 24px 48px;
}}

.number {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    /* border-radius: 50%; */
    border-radius: 52% 48% 69% 31% / 71% 54% 46% 29%;
    background-color: #1b222b;
    background-image: linear-gradient(36.35deg, #31B1E7 0%, #268CF5 49.87%, #2F58F7 100%);
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

 .made_home--experience .experience .nav li a:hover,
 .made_home--experience .experience .nav li a.active {
 background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		animation: hue 10s infinite linear;
		-webkit-animation: hue 10s infinite linear;
		cursor: pointer;
 }
 .made_home--howitworks .howitworks-steps .step-heading .number {
		animation: hue 10s infinite linear;
		-webkit-animation: hue 10s infinite linear;
 }
 
 	.card-body {background: linear-gradient(297deg, #c04876, #353b7e); color: #fff; box-shadow: 0px 16px 64px rgba(0,0,0,0.1), 0px 8px 16px rgba(0,0,0,0.05); border-radius: 3px; -webkit-animation: hue 10s infinite linear;}
 	
	 .made_home--gallery {background-color: #080f1f; padding: 5% 0; 
	 /* animation: hue 10s infinite linear; -webkit-animation: hue 10s infinite linear; */}
	 .made_home--gallery h2 {margin: 0; padding-bottom:20px; text-align: left;}
	 .made_home--gallery p.lead {margin: 1% 0 0; color: #fff; text-align: left;}


 	 a.sz-gradient-text,
 	 h1 span.sz-gradient-text { 
 		color: #f35626;
		background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		-webkit-animation: hue 10s infinite linear;
		}
	

		@-webkit-keyframes hue {
		  from {
    		-webkit-filter: hue-rotate(45deg);
  			}
 		 	to {
    		-webkit-filter: hue-rotate(-360deg);
  			}
		}
		
.made_collections--hero .container-fluid {
	width: 100%;
	max-width: 100%;
}
.made_collections--hero .collections_hero--bg {
/* 	background: #080f1f; */
	background: #5866d6 !important;
}
.made_collections--hero .container-fluid h1 {
	max-width: 75%;
	margin: 5% 0 5% 8.3333%;
	color: #fff;
}
.made_collections--hero .container-fluid p {
	margin-left: 8.3333%;
	color: #fff;	
}
.made_collections--hero .container-fluid {
	padding-top: 2.5rem;
    padding-bottom: 0;
}
.made_collections--hero .collections_hero--bg {
    display: block;
    background-color: #ebedfc;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}
.collection-heading .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    /* border-radius: 50%; */
    border-radius: 52% 48% 69% 31% / 71% 54% 46% 29%;
    background-color: #1b222b;
    background-image: linear-gradient(36.35deg, #31B1E7 0%, #268CF5 49.87%, #2F58F7 100%);
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

@media screen (min-width: 992px) {
.made_collections--hero .collections_hero--text {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 8.33333% ;
}
}

  p span.sz-gradient-text { 
		background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		-webkit-animation: hue 10s infinite linear;
		}
			@-webkit-keyframes hue {
		  from {
    		-webkit-filter: hue-rotate(45deg);
  			}
 		 	to {
    		-webkit-filter: hue-rotate(-360deg);
  			}
		}

  .made_careers--jobopenings h3.heading3 {
  	font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1.5px;
    max-width: 540px;
    margin-bottom: 1.5rem !important;
  }
  .job-group .container-fluid p.lead {
    max-width: 540px;
    margin-bottom: 2.5rem;
}

  .made_careers--jobopenings .job-listings li a h4 {
  	font-size: 2.5rem;
  	margin-bottom: 20px;
  }
  ul.job-listings li {margin-bottom: 3%;}
  ul.job-listings li ul {
  list-style-type: none;
/*
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
*/
  margin-bottom: 30px;
  overflow: visible;
  padding-left: 0;
  max-width: 90%;
  }
  ul.included {padding-top: 20px;}
  ul.job-listings li ul.included li {
  margin-top: 0;
  margin-bottom: 10px !important;
  line-height: 0;
  padding: 20px 0;
  display: inline-grid;
  grid-template-columns: repeat(auto-fit,minmax(132px, 1fr));
  grid-gap: 20px 20px; 
  background-color: #1b222b;
  border-radius: 32px;
  color: #fff;
  padding: 24px;
  }
  .beginner {background-color: #fbf9f7;}
  .professional {background-color: #f4f7f6;}
  .expert {background-color: #f6f7fb;}
/* ul.job-listings li ul li:first-child {margin-top: 0;} */
/* @media (min-width: 576px){.made_careers--jobopenings .job-listings li:not(:last-child) {margin-bottom: 0px;}} */
@media (min-width: 576px) {
.made_careers--jobopenings .job-listings li a {
    padding: 48px 70px 24px 48px;
}}

.number {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    /* border-radius: 50%; */
    border-radius: 52% 48% 69% 31% / 71% 54% 46% 29%;
    background-color: #1b222b;
    background-image: linear-gradient(36.35deg, #31B1E7 0%, #268CF5 49.87%, #2F58F7 100%);
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

span.sz-gradient-text { 
 		color: #f35626;
		background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		-webkit-animation: hue 10s infinite linear;
		}
	

		@-webkit-keyframes hue {
		  from {
    		-webkit-filter: hue-rotate(45deg);
  			}
 		 	to {
    		-webkit-filter: hue-rotate(-360deg);
  			}
		}

.made_home--why .table-wrap .table tbody tr:not(:last-child) p {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	}
.made_home--why .table-wrap .table thead tr th:nth-child(2)::before,
.made_home--why .table-wrap .table tbody tr:last-child td:nth-child(2)::before {
	background: rgb(8, 16, 31);
}
.made_collections--hero .collections_hero--bg {
    background: linear-gradient(-36.35deg, #9e4b6e 0%, #2F58F7 100%) !important;
    }
    
 @media (min-width: 768px) {
			.made_careers--jobopenings .job-listings li a {padding: 48px 40px 24px 48px;}
            .made_careers--jobopenings .job-listings li a h4 {font-size: 1.8rem;}
            .number {height: 40px; width: 40px; font-size: 1.5rem;}
			.beginner,
			.professional,
			.expert {width:31%; float: left;}
			.beginner,
			.professional {margin-right: 2%;}
			.made_collections--quality {clear: both;}
			.made_careers--jobopenings .job-listings li a h4 {font-size: 2.2rem !important;}
			.made_careers--jobopenings .job-listings li a .icon {display: none;}
			/* .made_collections--hero .collections_hero--wrap {display: block !important; margin-left: 0; width: 70%;} */
			}
        


/*# sourceMappingURL=main.min.css.map */






