



/** Colors **/



/** Body **/


/** Buttons **/










































/** Forms **/



/** Fonts **/

     


/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

@media (min-width: 768px) {
  .container,
  .container-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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col-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: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

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

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

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

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

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

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

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

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

.d-inline-flex {
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

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

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

.flex-column-reverse {
  -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 {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

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

.flex-grow-1 {
  -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 {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

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

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

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -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;
  }
}

.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-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;
  }
}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos]{pointer-events:none}[data-aos].aos-animate{pointer-events:auto}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}@media screen{html:not(.no-js) [data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;-webkit-transform:none;transform:none}html:not(.no-js) [data-aos=fade-up]{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}html:not(.no-js) [data-aos=fade-down]{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}html:not(.no-js) [data-aos=fade-right]{-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0)}html:not(.no-js) [data-aos=fade-left]{-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}html:not(.no-js) [data-aos=fade-up-right]{-webkit-transform:translate3d(-100px,100px,0);transform:translate3d(-100px,100px,0)}html:not(.no-js) [data-aos=fade-up-left]{-webkit-transform:translate3d(100px,100px,0);transform:translate3d(100px,100px,0)}html:not(.no-js) [data-aos=fade-down-right]{-webkit-transform:translate3d(-100px,-100px,0);transform:translate3d(-100px,-100px,0)}html:not(.no-js) [data-aos=fade-down-left]{-webkit-transform:translate3d(100px,-100px,0);transform:translate3d(100px,-100px,0)}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}html:not(.no-js) [data-aos=zoom-in]{-webkit-transform:scale(.6);transform:scale(.6)}html:not(.no-js) [data-aos=zoom-in-up]{-webkit-transform:translate3d(0,100px,0) scale(.6);transform:translate3d(0,100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-down]{-webkit-transform:translate3d(0,-100px,0) scale(.6);transform:translate3d(0,-100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-right]{-webkit-transform:translate3d(-100px,0,0) scale(.6);transform:translate3d(-100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-left]{-webkit-transform:translate3d(100px,0,0) scale(.6);transform:translate3d(100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-out]{-webkit-transform:scale(1.2);transform:scale(1.2)}html:not(.no-js) [data-aos=zoom-out-up]{-webkit-transform:translate3d(0,100px,0) scale(1.2);transform:translate3d(0,100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-down]{-webkit-transform:translate3d(0,-100px,0) scale(1.2);transform:translate3d(0,-100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-right]{-webkit-transform:translate3d(-100px,0,0) scale(1.2);transform:translate3d(-100px,0,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-left]{-webkit-transform:translate3d(100px,0,0) scale(1.2);transform:translate3d(100px,0,0) scale(1.2)}html:not(.no-js) [data-aos^=slide][data-aos^=slide]{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;visibility:hidden}html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate{visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}html:not(.no-js) [data-aos=slide-up]{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}html:not(.no-js) [data-aos=slide-down]{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}html:not(.no-js) [data-aos=slide-right]{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}html:not(.no-js) [data-aos=slide-left]{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}html:not(.no-js) [data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}html:not(.no-js) [data-aos=flip-left]{-webkit-transform:perspective(2500px) rotateY(-100deg);transform:perspective(2500px) rotateY(-100deg)}html:not(.no-js) [data-aos=flip-left].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-right]{-webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg)}html:not(.no-js) [data-aos=flip-right].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-up]{-webkit-transform:perspective(2500px) rotateX(-100deg);transform:perspective(2500px) rotateX(-100deg)}html:not(.no-js) [data-aos=flip-up].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}html:not(.no-js) [data-aos=flip-down]{-webkit-transform:perspective(2500px) rotateX(100deg);transform:perspective(2500px) rotateX(100deg)}html:not(.no-js) [data-aos=flip-down].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}}    
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 1099px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 1100px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
} 

.bg-overlay-editor {
  background: repeating-linear-gradient(45deg, 

  
  
    
  


  rgba(27, 69, 123, 1.0)

, 

  
  
    
  


  rgba(27, 69, 123, 1.0)

 10px, 

  
  
    
  


  rgba(69, 126, 154, 1.0)

 10px, 

  
  
    
  


  rgba(69, 126, 154, 1.0)

 20px);
}

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

body, html {
  moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

p, 
pre, 
blockquote,
ol,
ul,
dl {
  margin-top: 0;
}

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

img {
  max-width: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.container-fluid.body-container {
  padding: 0; 
}

.content-wrapper, .container {
  max-width: 1200px;
}

.dnd-section {
  padding-top: 100px;
  padding-bottom: 100px;  
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .dnd-section {
    padding-top: 50.0px;
    padding-bottom: 50.0px;  
  }
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}
@media(max-width: 992px){
  .body-container-wrapper {
    padding-top: 57px;
  }
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body, html {
  
    font-size: 16px;
  
  color: #575757;
  
    font-family: helvetica;
  
  line-height: 1.4em;
  letter-spacing: 0em;
}

@media(max-width: 992px) {
  body, html {
    
      font-size: 16px;
    
  }
}

@media(max-width: 768px) {
  body, html {
  
    font-size: 16px;
  
  }
}

/** Paragraphs */
p {
  margin-bottom: 1em;
}

/* Anchor Links */

a:hover, a:focus {
  text-decoration: underline;
}

a {
  color: #1b457b;
}

a:hover,
a:focus {
  color: #1b457b;
}

a:active {
  color: #1b457b;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

pre {
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  word-break: break-word;
}

h1 {
 
  font-size: 45px;
 
 color: #142b49;
 
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
 
 text-transform: none;
 line-height: 1.2em;
 letter-spacing: 0em;
 margin-bottom: 0.5em;
}

@media(max-width: 992px) {
  h1 {
    
      font-size: 41px;
    
  }
}

@media(max-width: 768px) {
  h1 {
    
      font-size: 32px;
    
  }
}

h2 {
  
    font-size: 32px;
  
  color: #142b49;
  
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
  
  text-transform: none;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin-bottom: 0.5em;
}

@media(max-width: 992px) {
  h2 {
    
      font-size: 32px;
    
  }
}

@media(max-width: 768px) {
  h2 {
    
        font-size: 29px;
    
  }
}

h3 {
  
    font-size: 24px;
  
  color: #142b49;
  
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    text-decoration: none;
  
  text-transform: none;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin-bottom: 0.5em;
}

@media(max-width: 992px) {
  h3 {
    
      font-size: 20px;
    
  }
}

@media(max-width: 768px) {
  h3 {
    
      font-size: 20px;
    
  }
}

h4 {
  
    font-size: 18px;
  
  color: #142b49;
  
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    text-decoration: none;
  
  text-transform: none;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin-bottom: 0.5em;
}

@media(max-width: 992px) {
  h4 {
    
      font-size: 18px;
    
  }
}

@media(max-width: 768px) {
  h4 {
    
      font-size: 18px;
    
  }
}

h5 {
  
    font-size: 12px;
  
  color: #142b49;
  
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
  
  text-transform: none;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin-bottom: 0.5em;
}

@media(max-width: 992px) {
  h5 {
    
      font-size: 12px;
    
  }
}

@media(max-width: 768px) {
  h5 {
    
      font-size: 12px;
    
  }
}

h6 {
  
    font-size: 12px;
  
  color: #142b49;
  
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
  
  text-transform: none;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin-bottom: 0.5em;
}

@media(max-width: 992px) {
  h6 {
    
      font-size: 12px;
    
  }
}

@media(max-width: 768px) {
  h6 {
    
      font-size: 12px;
    
  }
}

blockquote {
  margin-top: 0rem;
  border-left-style: solid;
  padding-left: 15px;
  
  color: #575757;
  
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
  
  text-transform: none;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin-bottom: 0.5em;
  margin-left: 2em;
  border-left-color: #457e9a;
  border-left-width: 3px;
}

@media(max-width: 992px) {
  blockquote {
    
  }
}

@media(max-width: 768px) {
  blockquote {
    
  }
}

/** Lists **/

.body-container-wrapper li {
  
  color: #575757;
  
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
  
  text-transform: none;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin-bottom: 0.2em;
}

@media(max-width: 992px) {
 .body-container-wrapper li {
    
  }
}

@media(max-width: 768px) {
  .body-container-wrapper li {
    
  }
}
button,
.button, 
.hs-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 2;
  transform: scale(1);
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled,
.hs-button:disabled,
.hs-button.button--secondary:disabled,
.hs-button.button--simple:disabled {
  border: 1px solid #d0d0d0;
  color: #e6e6e6;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #d0d0d0;
}

.button.button--secondary:disabled
.hs-button.button--secondary:disabled {
  background-color: inherit;
}

.button.button--simple:disabled
.hs-button.button--simple:disabled {
  background-color: inherit;
  border: inherit;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: #1E90FF;
  border-color: #1E90FF;
  color: #fff;
  text-decoration: none;
}

button:active,
.button:active,
.hs-button:active {
  background-color: #50eed3;
  border-color: #50eed3;
  color: #fff;
  text-decoration: none;
}

/* Simple Button */

.button.button--simple,
.hs-button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #1E90FF;
  font-style: normal;
  position: relative;
  text-decoration: none;
}

.button.button--simple:after,
.hs-button.button--simple:after {
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus,
.hs-button.button--simple:hover,
.hs-button.button--simple:focus {
  background-color: transparent;
  border: none;
}

.button.button--simple:active,
.hs-button.button--simple:active {
  background-color: transparent;
  border: none;
}

.button--center {
  text-align: center;
}

.button--right {
  text-align: right;
}

/* Button Icons */

.button .button__icon svg,
.hs-button .button__icon svg {
  fill: inherit;
  display: block;
  height: 1.1rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon,
.hs-button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg,
.hs-button.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg,
  .hs-button .button__icon svg {
    width: 1.1rem;
  }
}

/* Primary Button */

button,
.button {
  
    font-family: Lato, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  
  background-color: 

  
  
    
  


  rgba(27, 69, 123, 1.0)

;
  border: 2px solid #1b457b;
  border-radius: 0em;
  color: #ffffff;
  fill: #ffffff;
  padding: 0.2em 1em;
  text-transform: none;
  
    font-size: 16px;
  
  
    -webkit-box-shadow: unset;
    box-shadow: unset;
  
}



@media (max-width: 992px) {
  button,
  .button {
    
      font-size: 16px;
    
  }
}

@media (max-width: 768px) {
  button,
  .button {
    
      font-size: 16px;
    
  }
}

button:disabled,
.button:disabled {
  background-color: ;
  color: ;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  ;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.01)

;
  border: 2px solid #1b457b;
  color: #1b457b;
  fill: #1b457b;
}

.button:hover,
.button:focus {
  
}

button:active,
.button:active {
  ;
  background-color: rgba(255, 255, 255, 1);
  background-color: #ffffff;
  border: 2px solid #1b457b;
  border-color: #6b95cb;
}

/* Secondary Button */

.button.button--secondary {
  
    font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  
  background-color: 

  
  
    
  


  rgba(69, 126, 154, 0.0)

;
  border: 2px solid #1b457b;
  border-radius: 0em;
  color: #1b457b;
  fill: #1b457b;
  padding: 0.2em 1em;
  text-transform: none;
  
    -webkit-box-shadow: unset;
    box-shadow: unset;
  
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  background-color: 

  
  
    
  


  rgba(27, 69, 123, 1)

;
  border: 2px solid #1b457b;
  color: #ffffff;
  fill: #ffffff;
  
    transform: scale(1);
  
}

.button.button--secondary:active {
  background-color: rgba(107, 149, 203, );
  border: 2px solid #1b457b;
  border-color: #6b95cb;
  color: #ffffff;
  fill: #ffffff;
}

/* Tertiary Button */

.button.button--tertiary {
  
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  
  letter-spacing: 1.3px;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #FFFFFF;
  border-radius: 0em;
  color: #ffffff;
  fill: #ffffff;
  padding: 0.2em 1em;
  text-transform: uppercase;
  
    -webkit-box-shadow: unset;
    box-shadow: unset;
  
}

.button.button--tertiary:hover,
.button.button--tertiary:focus,
.button.button--tertiary:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #FFFFFF;
  color: #ffffff;
  fill: #ffffff;
  
    transform: scale(1);
  
}

.button.button--tertiary:active {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #FFFFFF;
  border-color: #ffffff;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple Button */

.button.button--simple {
  
    font-family: helvetica, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  
  color: #575757;
  fill: #575757;
  text-transform: none;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}



  .button.button--simple:after {
    content: none;
  }



.button.button--simple:hover,
.button.button--simple:focus {
  border: none;
  color: #575757;
  fill: #575757;
  text-transform: none;
}



  .button.button--simple:hover:after,
  .button.button--simple:focus:after,
  .button.button--simple:active:after {
    content: none;
  }



.button.button--simple:active {
  border: none;
  color: #a7a7a7;
  fill: #a7a7a7;
}

/* Button Sizing */

.button.button--small {
  padding: 0.7em 2em;
  
    font-size: 13px;
  
}

@media (max-width: 992px) {
  .button.button--small {
    
      font-size: 13px;
    
  }
}

@media (max-width: 768px) {
  .button.button--small {
    
      font-size: 13px;
    
  }
}

.button.button--large {
  padding: 0.7em 2.2em;
  
    font-size: 18px;
  
}

@media (max-width: 992px) {
  .button.button--large {
    
      font-size: 18px;
    
  }
}

@media (max-width: 768px) {
  .button.button--large {
    
      font-size: 18px;
    
  }
}
form {
  min-height: 28px;
}

.widget-type-form {
  min-height: 28px;
}

form fieldset {
  max-width: 100%!important; 
}

.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 10px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: ;
}

/* Membership error message */
.form-input-validation-message ul {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul li {
  line-height: 1rem;
}

.hs-input {
  display: inline-block;
  width: 100%;
  padding: 9px 10px;
  font-weight: normal;
  color: ;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: ;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: ;
}

.actions {
  padding: 0;
  margin-top: 1.5rem;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.hs-form-field {
  margin-bottom: 18px;
}

.hs-field-desc {
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not(.hs-fieldtype-intl-phone) .hs-input:not([type=radio]):not([type=checkbox]),
fieldset.form-columns-1 .input>.hs-input, .hs-dateinput input {
  width: 100% !important;
}


form,
.submitted-message,
.hs-richtext {
  
    font-family: helvetica;
  
}

form.hs-form label {
  color: rgba(87, 87, 87, 1.0);
}

.widget-type-form .form-title {
  color: rgba(27, 69, 123, 1.0);
}

form legend {
  color: rgba(87, 87, 87, 1.0);
}

form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 33.3%;
}

form input,
form .hs-input,
form select,
form textarea {
  border-color: rgba(224, 224, 224);
  color: #575757;
}

form input:focus,
form .hs-input:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(27, 69, 123, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #575757;
}

.fn-date-picker td.is-today .pika-button {
  color: #1b457b;
}

.fn-date-picker td.is-selected .pika-button {
  background: ;
}

.fn-date-picker td .pika-button:hover {
  background-color:  !important;
}

form input[type=submit],
form .hs-button  {
  white-space: pre-wrap;
}

.hs-input:-moz-placeholder {
  color: rgba(87, 87, 87, 1.0) ;
}

.hs-input::-webkit-input-placeholder {
  color: rgba(87, 87, 87, 1.0) ;
}



  form input[type=submit],
  form .hs-button {
    
      font-family: Lato, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    
    background-color: 

  
  
    
  


  rgba(27, 69, 123, 1.0)

;
    border: 2px solid #1b457b;
    border-radius: 0em;
    color: #ffffff;
    fill: ;
    padding: 0.2em 1em;
    text-transform: none;
    
      -webkit-box-shadow: unset;
      box-shadow: unset;
    
  }

  form input[type=submit]:hover,
  form input[type=submit]:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.01)

;
    border: 2px solid #1b457b;
    color: #1b457b;
    
  }

  form input[type=submit]:active,
  form .hs-button:active {
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid #1b457b;
    border-color: #6b95cb;
}





  form input[type=submit],
  form .hs-button {
    padding: 0.2em 1em;
    
      font-size: 16px;
    
  }
  
  
  @media (max-width: 992px) {
    form input[type=submit],
    form .hs-button {
      
        font-size: 16px;
      
    }
  }
  
  @media (max-width: 768px) {
    form input[type=submit],
    form .hs-button {
      
        font-size: 16px;
      
    }
  }



table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

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

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

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

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

th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(0, 0, 0, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

thead th,
thead td {
  background-color: rgba(27, 69, 123, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(0, 0, 0, 1.0);
}
header.header, .header--fixed, .header--secondary {
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
  width: 100%;
}

header.header {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.0);
}

.hs-inline-edit .header {
  position: static;
}

header.header--fixed {
  position: fixed;
}

header.header-white .header__logo {
  margin-right: unset;
}

header.header-white {
  border-bottom: 1px solid #ccc;
  background: #FFFFFF;
}

header.header-white .header__container {
  padding-top: 5px;
  padding-bottom: 5px;
}
header.header-white .button.button--simple {
  color: #61A3E7;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
header.header-white .button.button--simple:hover {
  color: #2f71b5;
}
.header__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
}

.header__menu--flex {
  display: flex;
}

.header__search--toggle,
.header__language-switcher--toggle {    
  margin-left: 30px;
}

.header__search--close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  padding: 0 40px;
  cursor: pointer;
  opacity: 0.3;
}

.header__search--close:hover {
  opacity: 0.7;
}

.header__navigation--toggle {
  display: none;
}

.header-blog {
  position: relative !important;
  background-color: rgba(27, 69, 123, 1.0) !important;
}

#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  margin-right: auto;
  position: relative;
  z-index: 3;
}

.header__logo img {
  max-width: 100%;
  max-width: 200px;
	display: block;
}

@media (max-width: 992px) {
  .header__logo img {
    max-width: 200px;
  }
}

.header__logo--tablet {
  display: none;
}

/* Styles for the Search Bar */

.header__search {
  position: absolute;
  width: auto;
  display: none;
  transition: all .5s ease 0s;
  top: -100px; /* start out at position 0 */
	height: 100%;
}

.header__search--toggle {
  cursor: pointer;
  margin-left: 30px;
}

.header__search.open {
  display: block;  
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__search .hs-search-field{
	transform: translateY(-50%);
	top: 50%;
	left: 10%;
	width: 80%;
	position: absolute;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background: transparent;
  background-image: url("data:image/svg+xml, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 16 16'%3E%3Cpath fill='%23444444' d='M15.7 14.3l-4.2-4.2c-0.2-0.2-0.5-0.3-0.8-0.3 0.8-1 1.3-2.4 1.3-3.8 0-3.3-2.7-6-6-6s-6 2.7-6 6 2.7 6 6 6c1.4 0 2.8-0.5 3.8-1.4 0 0.3 0 0.6 0.3 0.8l4.2 4.2c0.2 0.2 0.5 0.3 0.7 0.3s0.5-0.1 0.7-0.3c0.4-0.3 0.4-0.9 0-1.3zM6 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z'%3E%3C/path%3E%3C/svg%3E ");
  background-position: center left 26px;
  background-repeat: no-repeat;
  color: #494a52;
  border: none;
  height: 55px;
  padding-left: 110px;
}

.header__search .hs-search-field__input:focus {
  border: none;
  outline-color: transparent;
  outline: none;
}

.header__search .hs-search-field__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #D1D6DC;
  opacity: 1; /* Firefox */
}

.header__search .hs-search-field__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #D1D6DC;
}

.header__search .hs-search-field__input::-ms-input-placeholder { /* Microsoft Edge */
  color: #D1D6DC;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: ;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: ;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher--toggle {
  cursor: pointer;
  background-image: none;
  background-position: initial;
  background-repeat: initial;
  background-size: auto;
}

.header__language-switcher--toggle:after {
  content: "";
}

.header__language-switcher .globe_class {
  background-image: none;
  background-position: initial;
  background-repeat: initial;
  background-size: auto;
  border-radius: initial;
  width: auto;
  height: auto;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
  display: block !important;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-size: 0.8rem;
  top: 0;
  right: 0;
  left: initial !important;
  transform: none !important;
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
}

.header__language-switcher--wrapper:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  background: inherit;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
  background-color: rgba(193, 190, 190, 0.1);
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

/* Header CTA */

.header__cta--desktop {
	display: flex;
  align-items: center;
}

.header__cta--desktop .header__cta--main,
.header__cta--desktop .header__cta--secondary {
  margin-left: 30px;
}

.header__cta--mobile {
  text-align: center;
  padding-bottom: 150px;
}

.header__cta--mobile .header__cta--main,
.header__cta--mobile .header__cta--secondary {
  padding-top: 30px;
}

.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(255, 255, 255, 1.0);
  
    font-family: helvetica;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
  
  
    font-size: 16px;
  
}

.header__search--toggle svg path,
.header__search--close svg path {
  fill: rgba(255, 255, 255, 1.0);
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: rgba(255, 255, 255, 1.0);
}

.header__language-switcher .lang_list_class:after, .lang_list_class:before {
  display: none !important;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: {font=helvetica, font_set=DEFAULT, styles={font-family=helvetica, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#000000, variant=null, fallback=null, style=font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none, css=color: #000000;font-family: helvetica;};
}

.header__language-switcher--toggle:before {
  color: rgba(255, 255, 255, 1.0);
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(255, 255, 255, 1.0);
}

.header__navigation--toggle {
  display: none;
}

.header__navigation--toggle > span,
.header__navigation--toggle > span:after,
.header__navigation--toggle > span:before {
  background-color: rgba(255, 255, 255, 1.0);
}

.header__navigation.open {
  background-color: rgba(255, 255, 255, 0.0);
}

.header__menu {
  display: block
}

.header__search--wrapper {
  display: none
}

.header__search.open {
  background-color: rgba(255, 255, 255, 0.0);
}

.menu-arrow-bg {
  color: rgba(255, 255, 255, 1.0);
}

.header__navigation--toggle,
.header__search--toggle,
.header__language-switcher--toggle,
.header__close--toggle {
	position: relative;
	cursor: pointer;
}

.header__navigation--toggle,
.header__search--toggle,
.header__language-switcher--toggle{    
	margin-left: 20px;
}

.header__navigation--toggle.hide,
.header__search--toggle.hide,
.header__language-switcher--toggle.hide {
	display: none;
}

.header__navigation--toggle.open,
.header__search--toggle.open,
.header__language-switcher--toggle.open {
	display: block;
}

.header__navigation--toggle.open:after,
.header__search--toggle.open:after,
.header__language-switcher--toggle.open:after {
	display: block;
}

.header__navigation--toggle:after,
.header__search--toggle:after,
.header__language-switcher--toggle:after {
	display: none;
	position: absolute;
	left: 40px;
	top: -10px;
	font-weight: 600;
	font-size: 26px;
	text-transform: uppercase;
}

.header__column {
	position: relative;
}

.header__navigation--toggle {
	font-size: 0rem;
	cursor: pointer;
	position: relative;
}

.header__navigation--toggle > span {
	display: inline-block;
	position: relative;
	height: 2px;
	width: 34px;
	border-radius: 1px;
	background: #293335;
	vertical-align: middle;
}

.header__navigation--toggle > span:before, 
.header__navigation--toggle > span:after {
	display: inline-block;
	position: absolute;
	content: "";
	height: 2px;
	border-radius: 1px;
	background: #293335;
	transition: all 200ms;
}

.header__navigation--toggle > span:before {
	top: -11px;
	width: 34px;
}

.header__navigation--toggle > span:after {
	top: 11px;
	width: 34px;
}

.header__navigation.open .header__navigation--close{
	display: block;
}

.no-scroll .header__navigation--toggle > span,
.header__navigation--close > span{
	height: 0;
}

.no-scroll .header__navigation--toggle > span:before,
.header__navigation--close > span:before{
	transform: rotate(45deg);
}

.no-scroll .header__navigation--toggle > span:after,
.header__navigation--close > span:after{
	transform: rotate(-45deg);
}

.no-scroll .header__navigation--toggle > span:after,
.no-scroll .header__navigation--toggle > span:before,
.header__navigation--close > span:after,
.header__navigation--close > span:before{
	top: 0px;
	left: 0;
	width: 34px;
}

@media screen and (max-width: 1100px){
	.header__navigation--toggle {
		display: block;
	}
	.header__cta--desktop{
		display: none;
	}
	.header__navigation.open .menu-section{
		overflow: auto;
    height: calc(100vh - 100%);
	}
  .body-container-wrapper {
    padding-top: 57px;
  }
}
.footer a {
  text-decoration: none;
}
.position-relative {
  position: relative;
}
.blog-index__hero, 
.blog-post__hero {
  min-height: 300px;
  position: relative;
}
.blog-index__buttons-custom .button {
  padding: 14px !important;
}
@media (min-width: 768px){
  .blog-index__hero-img {
    position: absolute;
    height: 100%;
    width: 95%;
    top: 0;
    left: 0;
  }
  .blog-index__hero-img img {
    max-width: 350px; 
  }
  .blog-post h2 {
    text-align: left;
  }
}

.blog-index__search {
  max-width: 370px;
  width: 100%;
}

.blog-index__search form {
  font-size: 16px;
  line-height: 135.8%;
  color: #BDBDBD;
  display: flex;
}
.blog-index__search .hs-search-field__input { 
  height: auto !important;
  padding: 16px;
  border: none;
  border: 2px solid #BDBDBD;
  border-right: none;
  outline: none;
}

.blog-post-intro, .blog-post-intro a {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

.blog-post-intro a:hover {
  color: #f66129;
  transition: all 0.2s ease-in;
}

.blog-post .form input[type=submit], .blog-post form .hs-button {
  padding: 13px 20px;
}

.blog-post .section.post-footer form {
  margin-top: 55px;
}

.blog-index .button--topics {
  padding: 14px 20px;
}

.blog-index aside {
  position: absolute;
  top: 0;
  max-width: 364px;
}

@media(max-width: 992px){
  .blog-index aside {
    position: relative !important;
    top: 0 !important;
  }
}

.blog-post__featured-image-content img {
  height: auto;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}

.blog-post-intro {
  padding: 80px 0px;
}

.blog-index__search button{ padding: 0 12px; }

.blog-index__search .hs-search-field__bar button svg{ height: 20px; }

.blog-index .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  z-index: 3;
  background-color: #fff;
  border-color: #bdbdbd;
  border-top: none;
  padding: 20px;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
}

.blog-index__topic select {
  font-size: 18px;
  line-height: 135.8%;
  width: 270px;
  max-width: 100%;
  color: #FFFFFF;
  background: #1b457b;
  border-color: #1b457b;
  padding: 14px;
  appearance: none;
  outline: none;
  background-position: 94% center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 1L11 11L1 0.999999' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}

@media (max-width: 765px) {
  .blog-index__topic select,
  .blog-index__topic {
    width: 100%; 
  }
}

.blog-index__hero h1,
.blog-post__hero h2 {
  color: #1b457b
}

.blog-index__post-title h3 {
  font-size: 1.45rem;
}

.blog-index__featured-post h3 {
  text-transform: uppercase;
}

.blog-index__post-title a, 
.blog-index__post-meta a,
.blog-index__post-content a {
  text-decoration: none;
}

.blog-index__post-meta {
  font-size: 0.8rem;
  font-weight: 700;
  color: #888888;
}

.blog-index__featured-post .blog-index__post-meta {
  font-weight: 400;
  font-size: 0.9rem;
}

.blog-index__social-sharing ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
}

.blog-index__social-sharing li {
  margin-right: 1rem;
}

.social-sharing__icon svg {
  width: 16px;
  height: 16px;
}

.blog-index__button {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
}

.blog-index__button .button {
  width: 100%;
}

.blog-index__button .button:hover {
  transform: scale(1.04);
}

.blog-index__post, .blog-index__featured-post-content {
  padding: 20px 30px;
  background: #FFFFFF;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
  position: relative; 
  z-index: 3;
  height: 100%;
}
.blog-index__featured-post .blog-index__featured-post-content {
  box-shadow: none;
}
.blog-index__featured-post { 
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
}

.blog-index__featured-post:hover, 
.blog-index__post:hover { 
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.blog-index__post, .blog-index__featured-post {
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.blog-index__post-content-image {
  height: 240px;
  object-fit: cover;
  width: 100%;
}

.blog-index__featured-post .blog-index__post-content-image {
  height: 360px;
}

@media (min-width: 992px) {
  .blog-index__wrapper {
    display: grid;
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}

.blog-index__post-content-link {
  grid-column: 1/ 1;
  grid-row: 1/-1;
}

.blog-index__post-conrent-more >div{
  font-weight: bold;
  font-size: 17px;
  border-bottom: 1px solid;
}

a.blog-post__tag-link, .blog-index__post-tag-title {
  text-decoration: none;
  font-size: 16px;
  color: #3C3C3B;
  text-transform: uppercase;
  font-weight: 600;
}

.blog-index__post-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-pagination__link svg {
  height: 1rem;
  width: 1rem;
}

.blog-pagination__link {
  border: 2px solid #1b457b;
  display: flex;
  align-items: center;
  height: 40px;
  width: 40px;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  margin: 0.4rem;
  color: #1b457b;
  transition: all ease .3s;
}

.blog-pagination__link:not(.blog-pagination__prev-link):not(.blog-pagination__next-link):hover,
.blog-pagination__link--active {
  text-decoration: none;
  color: #fff;
  background-color: #1b457b;
  border-color: #1b457b;
}

a.blog-pagination__prev-link,
a.blog-pagination__next-link {
  border: none;
  width: auto;
  color: #1b457b;
}

.blog-pagination {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
}

.blog-index__wrapper {
  position: relative;
  padding: 50px 0 30px;
}

.sidebar__inner {
  position: -webkit-sticky;
  position: sticky;
  align-self: flex-start;
}

@media (max-width: 992px) {
  .blog-pagination {
    margin-bottom: 20px;
  }

  .blog-index__wrapper {
    position: relative;
    padding: 30px 0 0px;
  }
}

/** Blog Post **/
.blog-post__meta {
  color: #464646;
}

.blog-post__hero h2 {
  font-size: 54px;
}

.blog-post__featured-image {
  max-width: 100%;
  height: 320px;
  object-fit: cover;
}

.blog-post__title {
  color: #1b457b;
}

.blog-post__meta {
  font-size: 0.8rem; 
}

.blog-post__post-tags {
  font-weight: bold;
  font-size: 0.8rem; 
}

#hs_cos_wrapper_blog-social-sharing,
.blog-post__progress {
  position: -webkit-sticky;
  position: sticky;
  align-self: flex-start;
  top: 20px;
  z-index: 10;
}

.blog-post__progress-bar {
  height: 4px;
  background-color: #1b457b;
  width: 1px;
  max-width: 100%;
  min-width: 1px;
  transition: width .6s ease;
}

.blog-post__time {
  color: #1b457b;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.blog-post__related-posts {
  position: relative;
  background-color: #F2F8FC;
}


/* custom-blog-css */

body.default:not .hs-blog-listing .blog-posts__title h3 {
  color: #e84e1b;
}
body.default:not .hs-blog-listing .blog-posts__post-content a {
  color: #3c3c3b;
}
body.default:not .hs-blog-listing .blog-index__post-tag-title,
body.default:not .hs-blog-listing a.blog-post__tag-link {
  color: #3c3c3b;
}
body.default:not .hs-blog-listing .container-fluid {
  padding: 0;
}
body.default:not .blog-pagination__link {
  align-items: center;
  border: 2px solid #000;
  color: #000;
  display: flex;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  margin: .4rem;
  text-decoration: none;
  transition: all .3s ease;
  width: 40px;
}
body:not(.default) .hs-blog-listing .blog-pagination__link--active,
body:not(.default) .hs-blog-listing .blog-pagination__link:not(.blog-pagination__prev-link):not(.blog-pagination__next-link):hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
  text-decoration: none;
}
body.default:not .hs-blog-listing a.blog-pagination__next-link,
body.default:not .hs-blog-listing a.blog-pagination__prev-link {
  border: none;
  color: #000 !important;
  width: auto;
}
body.default:not .hs-blog-listing a.blog-pagination__next-link svg path,
body.default:not .hs-blog-listing a.blog-pagination__prev-link svg path {
  stroke: #000 !important;
}
body.default:not .hs-blog-listing .blog-index__featured-post h3 {
  text-transform: uppercase;
  font-size: 1.45rem;
}
body.default:not .hs-blog-listing .container {
  max-width:1200px;
}
body.default:not .hs-blog-post .blog-post__progress-bar {
  background-color: #000;
}
body.default:not .hs-blog-post .blog-post__time {
  color: #000;
}
body.default:not .hs-blog-post .section.post-footer input.hs-button.primary {
  padding: 13px 20px;
}
body.default:not .hs-blog-post .section.post-footer input.hs-button.primary:hover {
  background-color: rgba(255, 255, 255, 0.01);
  border: 2px solid #000000;
  color: #000000;
}
body.default:not .hs-blog-post .blog-index__post-title h3 {
  font-size: 1.45rem;
}
body.default:not .hs-blog-post .blog-index__post-tag-title,
body.default:not .hs-blog-post a.blog-post__tag-link {
  color: #3c3c3b;
}
body.default:not .hs-blog-post .related-post-slider-prev svg path ,
body.default:not .hs-blog-post .related-post-slider-next svg path{
  stroke: #000;
}
body.default:not .hs-blog-listing .blog-index__button a:hover svg,
body.default:not .hs-blog-listing .blog-index__post-content a:hover svg{
  fill: #000;
}
body.default:not .hs-blog-post .blog-post-intro a {
  font-weight: 700;
}
body.default:not .hs-blog-post .blog-post-intro a:hover {
  color: #f66129;
  transition: all .2s ease-in;
}
body.default:not .postNotAvailable .blog-index aside {
  position: static !important;
}
.blog-index__post-content a.button:hover svg path {
  fill: #1b457b;
}
.blog-index__button a:hover svg path{
  fill: #1b457b;
}
@media (max-width:767px){
  body.default:not .hs-blog-listing .blog-index aside {
    width: 100%;
    max-width: 100%;
  }
}
.system-container .system-container__aligment{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0 auto;  
  min-height:80vh;    
}
.system-container .shadow{
  box-shadow: 0 0 10px 1px #00000030;
}
.system-container .width-70{
  max-width:70%;
}
.system-container .width-50{
  max-width:50%;
}
.system-container .width-40{
  max-width:40%;
}
.system-container .actions {
  margin-bottom: 20px;
}

.system-container input[type="email"],
.system-container input[type="password"],
.system-container input[type="text"] {
  width:100% !important;
  height: 50px !important;
}

@media screen and (max-width: 1280px) {

  .system-container .width-70{
    max-width:75%;
  }
  .system-container .width-50{
    max-width:75%;
  }
  .system-container .width-40{
    max-width:75%;
  }

}



input[type="password"] {
  display: inline-block;
  width: 100%;
  padding: 9px 10px;
  font-weight: normal;
  color: ;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.password-prompt input.hs-button.primary.large {
    margin-top: 20px;
}



.system-container .error-page__404, .system-container .error-page__500{
  position: absolute;
  font-size: 10rem;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.system-container .error-page_heading{
  position: relative;
  z-index:100;
  margin-bottom: 50px;
}
.system-container .error-page__404, .system-container .error-page__500 {
    color: rgba(0, 0, 0, 0.2);
}

@font-face {
  font-family: 'FontAwesomes';
  src: url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/fonts/fontawesomes-webfont.eot);
  src: url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/fonts/fontawesomes-webfont.eot) format('embedded-opentype'),
    url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/fonts/fontawesomes-webfont.woff2) format('woff2'),
    url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/fonts/fontawesomes-webfont.woff) format('woff'),
    url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/fonts/fontawesomes-webfont.ttf) format('truetype'),
    url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/fonts/fontawesomes-webfont.svg) format('svg');
  font-weight: normal;
  font-style: normal
}

div#widget_1734590089045:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 352px;
  background: linear-gradient(180deg, rgba(36, 192, 255, 0) 29.4%, #32C7FF 100%);
}
body.type_03, 
html.type_03 table td {
  color: rgba(87, 87, 87, 1.0);
}
#widget_1734590089045 img {
  height: 485px;
  object-fit: cover;
  object-position: top;
}
div#hs_cos_wrapper_module_17345995176013.hs_cos_wrapper .custom-font-text {
  margin-left: 0;
  margin-right: 0;
}
html.type_04 .header-type2 .logo img {
  margin: 0;
}
html.type_04 nav.custom-menu.on .navi-bg {
  border: 0;
}
.footer7theme_03 .tp_header {
  background-color: #f0f0f0;
}
.footer7theme_03 footer.footertype2.footer7 {
  padding-bottom: 128px;
}
.footer7theme_03 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > a,
.footer7theme_03 footer.footertype2.footer7 .cm-formarea h3,
.footer7theme_03 footer.footertype2.footer7 form.hs-form label {
  font-family: sans-serif;
}

.footer7theme_03 footer.footertype2.footer7 .actions input.hs-button.primary.large {
  width: auto;
}

/* footer 8 */
.footer8theme_01 footer.footertype2 .page-center {
  max-width: 1200px;
  padding: 0 20px;
}
.footer8theme_01 footer.footertype2.footer8 {
  padding-bottom: 155px;
  padding-top: 35px;
}
.footer8theme_01 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > ul > li,
.footer8theme_01 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > ul > li > a {
  line-height: 1.8;
  font-size: 14px;
  font-weight: 200;
}
.footer8theme_01 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > ul > li {
  margin: 10px 0;
}
.footer8theme_01 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  font-family: sans-serif;
}
.footer8theme_01 footer.footertype2 .cm-formarea {
  padding-top: 5px;
}
.footer8theme_01 .cmBreadcrumb.theme8 .page-center {
  max-width: 1200px;
  padding: 0 20px;
}
.footer8theme_01 footer.footertype2 .custom-row ul.no-list.hs-error-msgs,
.footer7theme_03 footer.footertype2 .custom-row ul.no-list.hs-error-msgs{
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 16px 0;
}
.footer8theme_01 .cmBreadcrumb.theme8 .f_breadcrumb_menu .hs-menu-wrapper>ul>li>a {
  font-family: sans-serif;
  font-weight: 200;
}
.footer8theme_01 footer.footertype2 .Community_sitemap .hs-menu-wrapper > ul > li > a:after,
.footer8theme_01 footer.footertype2 .Support_sitemap .hs-menu-wrapper > ul > li > a:after {
  font-weight: 200;
}
html.type_04 .header-wrapper .subnavi a {
  color: #61a3e7;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.dnd-section[class*="force-full-width-section"] > .row-fluid > .dnd-column {
  padding-left: 0;
  padding-right: 0;
}
body.type_04 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #5c5c5c;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
body.type_05{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #5c5c5c;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
video {
  max-width: 100%;
}
html.type_04 .header-wrapper .subnavi a:hover {
  color: #2f71b5;
}
.scroll-to-top span {
  z-index: 999;
}
.featured-image.cim img {
  height: 485px;
  object-fit: cover;
  object-position: top;
}
html.type_04 p,
html.type_05 p{
  margin: 10px 0;
}
html.type_04 ul li,
html.type_05 ul li{
  margin: 0;
}
html.type_04 ul,
html.type_05 ul{
  margin-top:0;
}
html.type_04 h1,
html.type_04 h2,
html.type_04 h3,
html.type_04 h4,
html.type_04 h5,
html.type_04 h6,
html.type_05 h1,
html.type_05 h2,
html.type_05 h3,
html.type_05 h4,
html.type_05 h5,
html.type_05 h6 {
  text-rendering: optimizelegibility;
  color: #616161;
  font-family: Open Sans, sans-serif;
  font-weight: 1000;
  letter-spacing: -2px;
  line-height: 1.2;
  margin: 10px 0 20px;
}

html.type_05 h1,
html.type_05 h2,
html.type_05 h3,
html.type_05 h4,
html.type_05 h5,
html.type_05 h6{
  font-family: sans-serif ;
}
html.type_04 h1,
html.type_05 h1{
  font-size: 60px;
}
html.type_04 h2,
html.type_05 h2{
  font-size: 40px;
}
html.type_04 h3,
html.type_05 h3{
  font-size: 30px;
}
html.type_04 h4,
html.type_05 h4{
  font-size:24px;
}
html.type_04 h5,
html.type_05 h5{
  font-size: 14px;
}
html.type_04 h6,
html.type_05 h6{
  font-size: 12px;
}

html.type_05 h1 span, 
html.type_05 h2 span,
html.type_05 h3 span, 
html.type_05 h4 span, 
html.type_05 h5 span, 
html.type_05 h6 span {
  color: #61a3e7;
}

.featured-image.cim:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 352px;
  background: linear-gradient(180deg, rgba(36, 192, 255, 0) 29.4%, #32C7FF 100%);
}
.cardStacking.widget_1734603124312 .cardStacking__cards .pin-spacer {
  background-color: transparent;
}
.toggle-mobile {
  cursor: pointer;
}
.featured-image.nx:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 352px;
  background: linear-gradient(180deg, rgba(36, 192, 255, 0) 29.4%, #32C7FF 100%);
}
.custom-font-text.plan-table .hs_cos_wrapper_type_inline_rich_text * {
  line-height: inherit!important;
}
.content-slider.limits .content-slider__text-container h2 {
  color: #fff;
}
.featured-form.ctm-form form .input input[type='checkbox'] {
  width: auto !important;
}
.featured-image.nx img {
  height: 485px;
  object-fit: cover;
  object-position: top;
}
.custom-font-text.plan-table .hs_cos_wrapper_type_inline_rich_text thead th,
.custom-font-text.plan-table .hs_cos_wrapper_type_inline_rich_text tbody td {
  border-color: #dee2e6;
  color: rgba(87, 87, 87, 1.0);
}

section.cards.bridge .row.justify-content-center {
  margin: 0 -40px;
  width: auto;
}

section.cards.bridge .row .cards__card {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 6px 0px 10px !important;
  width: 100%;
  column-gap: 8px;
}
form input[type=submit], form .hs-button {
  font-family: Arial;
}
section.cards.bridge .row .cards__card h4,
section.cards.bridge .row .cards__card h4 a,
section.cards.bridge .row .cards__card h4 a span {
  font-family: roboto, sans-serif;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1.3;
  font-weight: bold;
  color: #000 !important;
}
.licensingForm .hs-form-field.hs_email__must_be_school_email_ .hs-input:not([type="checkbox"]):not(select) {
  border-color: #61a3e7 !important;
}
section.cards.bridge .row .cards__card img.mb-3 {
  margin: 0 !important;
  border: 0;
  vertical-align: bottom;
}
.footer8theme_01 .headerWrap.header8 .tp_header .hs-menu-wrapper>ul>li>a {
  font-weight: 200;
}
section.cards.bridge .row .mb-4 {
  margin-bottom: 66px !important;
}
section.cards.bridge .row .mb-4:nth-last-child(-n+3) {
  margin-bottom: 0 !important;
}
body.type_02 a > img{
  margin:0;!important;
}
.cards.featured .cards__card img.mb-3 {
  margin: 0 !important;
}
.cards.featured .cards__card {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cards.featured .row .col-lg-4 {
  flex-basis: 30%;
  margin-bottom: 50px !important;
  padding: 0;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.cards.featured .row {
  justify-content: space-between !important;
}
.cards.featured .container.px-0 {
  max-width: 1140px;
}
.cards.featured .cards__card .hs_cos_wrapper_type_inline_rich_text {
  padding-top: 20px;
}
html.type_07.footer11theme_01 {
  moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: unset;
}
section.cards.res-card .container.px-0 {
  max-width: 1140px;
}
section.cards.res-card .row.justify-content-center {
  justify-content: space-between !important;
}
.bridgeQuoteForm ul.multi-container > li {
  padding: 0;
}
section.cards.res-card .row.justify-content-center .col-lg-4 {
  flex-basis: 30%;
  margin-bottom: 50px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  padding: 0 !important;
}
body.footer8theme_03 footer.footertype2.footer8 {
  moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: unset;
}
body.footer8theme_03 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li > a,
body.footer8theme_03 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > a{
  moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: unset;
}
body.footer8theme_03 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li > a,
body.footer8theme_03 .cmBreadcrumb .f_breadcrumb_menu .hs-menu-wrapper>ul>li>a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  font-family: Helvetica;
}
body.footer8theme_03 .cmBreadcrumb .f_breadcrumb_menu .hs-menu-wrapper>ul>li>a {
  moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: unset;
}
body.footer8theme_03 .cmBreadcrumb {
  moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: unset;
}
section.cards.res-card .cards__card {
  box-shadow: none !important;
  border-radius: 0 !important;
}

section.cards.res-card .cards__card img.mb-3 {
  margin: 0;
}
.cards.featured .cards__card img.mb-3 {
  min-height: 300px;
}
section.cards.res-card .cards__card .hs_cos_wrapper_type_inline_rich_text {
  padding-top: 20px;
}
.footer5theme_02 .header_menu .hs-menu-wrapper>ul ul li a:hover {
  background: #61a3e7!important;
  color: #fff;
}
section.cards.res-card .cards__card .hs_cos_wrapper_type_inline_rich_text span {
  font-family: 'DM Sans', roboto, helvetica;
  font-weight: bold;
  color: #333333;
  text-align: center;
  font-size: 20px;
}
.three-column-card.analysis .columns-wrapper {
  max-width: 1200px;
}
.mode.hero-banner-large .page-center.text-alignleft {
  width: 1200px;
}
.custom-font-text.ctm-border {
  border-radius: 25px;
  border: 1px solid #333333;
  padding: 20px !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
  max-width: 1252px!important;
  width: 100%;
}
.slider__container .splide__slide__contents {
  display: block;
}
.slider__container .splide__slide__contents .splide__slide--image__wrapper img {
  width: 100%;
}
.custom-font-text.ctm-border p {
  margin: 10px 0 !important;
}
.hero-banner-large.hero-banner-bg-image.mode {
  padding-top: 257px;
}
.custom-font-text.ctm-border.border-b {
  border-color: #fff;
}
.blank_header header.header-white {
  display: none;
}
.blank_footer .container-fluid.footer.px-0 {
  display: none;
}
.form-info h1.form-header {
  color: #17181a;
  font-family: Roboto Slab, serif;
  font-size: 40px;
  font-weight: 700;
}
.quote-form form .field.hs-form-field .hs-input {
  border-color: #ccc;
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -ms-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.quote-form form .field.hs-form-field > label {
  font-weight: 700;
  margin-bottom: 5px;
  font-family: Roboto Slab, serif;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
}
.featured-image.CmOneImg img {
  max-width: 100%;
}
.quote-form form  .field.hs-form-field > label span.hs-form-required {
  color: #17181a;
}
.quote-form form .hs-dependent-field .field.hs-form-field {
  padding: 0 10px 0 0;
}
.quote-form form .hs-dependent-field .field.hs-form-field.hs_country_for_mbm_registering {
  width: 97% !important;
}
.quote-form form .hs-dependent-field .field.hs-form-field .input {
  margin: 0;
}
.quote-form form  .field.hs-form-field {
  margin-bottom: 15px;
}
.quote-form form .field.hs-form-field input[type='email'] {
  border-color: #61a3e7;
}
.quote-form form .field.hs-form-field.hs_email .input,
.quote-form form .field.hs-form-field.hs_firstname .input{
  margin-right: 0;
}
.quote-form form .field.hs-form-field ul.no-list {
  margin: 16px 0;
}
.quote-form form .field.hs-form-field .hs-input.invalid {
  border-color: red;
}
.quote-form form .field.hs-form-field ul.no-list > li {
  line-height: 1.8;
}
.quote-form form .field.hs-form-field .hs-input:focus {
  border-color: #61a3e7;
}
.quote-form form .field.hs-form-field ul.no-list > li > label {
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  color: #17181a;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 5px;
}
.quote-form form .field.hs-form-field textarea {
  min-height: 200px;
}
.quote-form form .hs-fieldtype-textarea.field.hs-form-field {
  margin-bottom: 5px;
}
.quote-form form .hs_submit input[type='submit'] {
  font-family: Arial;
  font-weight: 700;
  line-height: 64px;
  padding: 1px 6px 1px 30px;
  background-color: #0385db;
  color: #fff;
  border: 0;
}
.quote-form form .hs_error_rollup ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}
.quote-form form .hs_error_rollup ul > li {
  font-size: 16px;
  line-height: 1.8;
}
.quote-form form .hs_error_rollup ul > li > label {
  margin: 0 0 5px 0;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: 'Roboto Slab', serif;
  color: #17181a;
}
.quote-form form .hs-fieldtype-checkbox.field.hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}
.quote-form form .hs-fieldtype-checkbox.field.hs-form-field ul.inputs-list > li > label {
  margin-bottom: 5px;
}
.quote-form form .hs-fieldtype-checkbox.field.hs-form-field ul.inputs-list > li input[type='checkbox'] {
  height: 20px;
  width: 20px !important;
  margin-right: 10px;
  flex-shrink: 0;
  margin-left: 4px;
}
.quote-form form .hs-fieldtype-checkbox.field.hs-form-field ul.inputs-list > li > label span {
  color: #a9a9a9;
  font-family: 'Roboto Slab', serif;
}
.redirectDiv a {
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  background: rgb(53, 116, 227);
  border-radius: 6px;
  border-width: 0px;
  color: rgb(255, 255, 255);
  font-family: sans-serif;
  height: auto;
  transition: all .4s ease;
  padding: 6px 18px;
  text-shadow: none;
  width: auto;
  font-size: 24px;
  line-height: 1.5em;
  border-radius: 4px;
}
.quote-page-info-container h2.quote-page-header {
  margin-bottom: 0;
  font-family: 'Roboto Slab', serif;
  font-size: 34px;
  line-height: 1.2;
  color: #17181a;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0;
}

.product-button:hover {
  border: 0;
  outline: 0 !important;
}
.product-button {
  text-align: center;
  justify-content: center;
}
.bridge-quote-tabs h2.incite-text {
  font-family: inherit;
  font-weight: bold;
  font-size: 30px;
  margin-top: 70px;
  text-align: left;
  margin-bottom: 40px;
  width: 80%;
}
.bridge-quote-form-container{
  min-height: 500px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-family: 'Roboto Slab',serif;
  color: #17181a;
  margin-top: 100px;
  margin-bottom: 100px;
}
.form-header{
  font-family: 'Roboto Slab',serif;
  font-weight: bold;
  font-size: 40px;
  color: #17181a;
}
.form-subtext{
  font-size: 34px; 
  font-weight: 500;
}
.bridge-quote-tabs table {
  border: 0;
  background: transparent;
  font-size: 16px;
  line-height: 1.8;
}
.bridge-quote-tabs table th,.bridge-quote-tabs table td {
  border: 0;
  color: #17181a;
  vertical-align: middle;
}
.table-cell {
  font-size: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 80px;
  padding-right: 1px;
  line-height: 1.8;
  background-color: transparent;
}
.trial .quote-form form .hs_submit input[type='submit'] {
  background-color: #95354b;
}
.table-cell.secondary {
  padding-left: 0;
}
.product-table-head {
  background-color: #dcdcdc;
}
.custom-navigation.navi {
  background-color: #fff;
}
.custom-navigation.navi ul > li {
  padding: 40px 0 !important;
}
.custom-navigation.navi ul > li.first.items,.custom-navigation.navi ul > li.last.items {
  padding: 0 !important;
  display: none;
}
.custom-navigation.navi ul > li p {
  font-size: 16px !important;
  padding: 0 20px !important;
}

.custom-navigation.navi ul > li p a {
  color: #61a3e7 !important;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.custom-navigation.navi ul > li p a:hover {
  color: #2f71b5 !important;
}
.product-table-head.secondary {
  padding-left: 0;
  padding-right: 0;
}
.custom-font-text.ctm-que .hs_cos_wrapper_type_inline_rich_text h3 {
  margin-top: 0 !important;
  margin-bottom: 0.5em !important;
}
.custom-font-text.ctm-que .hs_cos_wrapper_type_inline_rich_text p {
  margin-bottom: 1em !important;
}
.custom-font-text.ctm-que .hs_cos_wrapper_type_inline_rich_text ul > li {
  margin-bottom: 0.2em !important;
}
.custom-font-text.ctm-que .hs_cos_wrapper_type_inline_rich_text table {
  margin-bottom: 30px !important;
}
.custom-font-text.ctm-text2 .hs_cos_wrapper_type_inline_rich_text p {
  margin-bottom: 1em !important;
}
.custom-font-text.ctm-text2 .hs_cos_wrapper_type_inline_rich_text h4 {
  margin-bottom: 0.5em !important;
}
.custom-font-text.ctm-text2 .hs_cos_wrapper_type_inline_rich_text table {
  margin-bottom: 16px !important;
}
.custom-font-text.ctm-text2 .hs_cos_wrapper_type_inline_rich_text h3 {
  margin-bottom: 0.5em !important;
}
html.type_04 a {
  color: #61a3e7;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

html.type_04 a:hover {
  color: #2f71b5;
}
.testimonial-slider-v2.engineers .onNew {
  display: none;
}
.testimonial-slider-v2 .bottom_row .innerRow {
  margin: 0;
}
.testimonial-slider-v2.engineers {
  padding: 0;
}
.testimonial-slider-v2.engineers .rowSlider {
  width: 100%;
}

.testimonial-slider-v2.engineers .hs-testimonial.hs-testimonial--top blockquote .bio {
  color: #5c5c5c;
  font-family: sans-serif;
  font-size: .7em;
  text-align: center;
}

.testimonial-slider-v2.engineers .hs-testimonial.hs-testimonial--top blockquote .bio .title p {
  margin-top: .3em;
  font-style: italic;
  text-align: center;
  margin-bottom: 0;
}
html.type_05 .iframe_wrapper {
  padding-top: 0;
}
.testimonial-slider-v2.engineers .hs-testimonial.hs-testimonial--top blockquote .bio .name {
  margin-top: 1em;
  font-weight: bold;
  text-align: center;
}
.testimonial-slider-v2.engineers .hs-testimonial.hs-testimonial--top .content a {
  color: #61a3e7;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.testimonial-widget_1736143747813 .quote-arrows .previous,
.testimonial-widget_1736143747813 .quote-arrows .next {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-decoration: none;
}
.testimonial-slider-v2.engineers .hs-testimonial.hs-testimonial--top .content a:hover {
  color: #2f71b5;
}
.testimonial-slider-v2.engineers .bottom_row .innerRow .hs-testimonial-slider {
  padding-bottom: 35px;
}
.testimonial-slider-v2.engineers ul.slick-dots {
  bottom: 0;
}
.testimonial.t-slide blockquote {
  background-color: #fff;
}
.testimonial.t-slide blockquote span {
  font-size: 20px !important;
  display: block;
  font-style: normal;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.6;
}
.testimonial.t-slide .client-detail {
  color: #6fa2e1 !important;
}
.testimonial.t-slide ul.quote-dots > li {
  background: #6fa2e1 !important;
  margin: 5px!important;
}
.testimonial.t-slide ul.quote-dots {
  margin-top: 16px;
}
.pricingTable-firstTable_table__getstart a {
  color: #ffffff !important;
}
.hs-tools-menu.hs-collapsed img.hs-sprocket {
  margin: 0;
}
.three-column-card.eventWrp.blog_feed .columns-wrapper {
  padding-top: 60px;
}
.three-column-card.eventWrp.blog_feed .columns-wrapper .card .summaryText p {
  font-family: 'Roboto', sans-serif !important;
  color: #1a202c;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.three-column-card.eventWrp.blog_feed .columns-wrapper .card .summaryText p {
  font-weight: 400;
  font-family: helvetica !important;
}
.three-column-card.eventWrp.blog_feed .topSection p {
  font-weight: 400;
}

.quote-form form .hs_error_rollup ul > li {
  display: list-item;
  color: #17181a;
}
.quote-form form .hs_error_rollup ul {
  list-style: disc;
}
html.type_04 body form.hs-form fieldset[class*=form-columns] .input {
  margin-right: 0;
}
html.type_04 body form.hs-form fieldset[class*=form-columns-2] .input {
  margin-right: 10px;
}
html.type_04 body form.hs-form fieldset[class*=form-columns-2] > div:last-child .input {
  margin-right: 0;
}

html.type_04 body form.hs-form fieldset .hs-form-field {
  padding: 0 10px 0 0;
}
.redirectDiv a {
  color: #fff !important;
}
html.type_04 table:not(.content table) {
  border: 2px solid #f5f5f5;
  width: 100%;
  text-align: center;
  padding: 20px;
}

html.type_04 table td {
  border: 0;
  padding: 0;
}
.custom-cnt-area.btnWithCont .btn-holder a {
  font-weight: 400;
  padding: 23.2px 43px !important;
}
.team-box-wrapper .team-box .content-area ul li a:hover {
  background: #5c5c5c;
}
.testimonial-slider-v2.exp .top-section {
  padding-bottom: 85px;
}
.testimonial-slider-v2.exp .top-section {
  padding-bottom: 85px;
}
.testimonial-slider-v2 .hs-testimonial.hs-testimonial--top blockquote .title {
  color: #5c5c5c;
  margin-top: .3em;
  font-style: italic;
  text-align: center;
  font-family: sans-serif;
  font-size: .7em;
}
.testimonial-slider-v2 .hs-testimonial.hs-testimonial--top blockquote .name {
  margin-top: 1em;
  font-weight: bold;
  text-align: center;
  font-family: sans-serif;
  font-size: .7em;
  line-height: 1.6;
  color: #5c5c5c;
}
.testimonial-slider-v2 .hs-testimonial.hs-testimonial--top blockquote .title p {
  margin: 0;
}
html.type_03 .footer-social-links a:last-child span.icon {
  margin-right: 0;
}
html.type_03 .social_links {
  padding-left: 20px;
}
.fixed-menu__menu ul li.active a {
  color: #000;
  text-decoration: none;
}
.featured-form.new_form form .form-columns-2 .hs-form-field .input {
  margin-right: 8px !important;
}

.featured-form.new_form form .form-columns-2 .hs-form-field .input input[type='email'] {
  border-color: #61a3e7 !important;
  outline: 0;
}
.featured-form.new_form form .form-columns-2 .hs-form-field .input input[type='email'].error {
  border-color: red !important;
}

.featured-form.new_form form .hs-form-field label {
  line-height: 1.8;
}
.video-with-content .video_poster .play_btn svg circle {
  opacity: .8;
}
.featured-form.new_form .hs_error_rollup ul.no-list.hs-error-msgs {
  margin: 16px 0;
}

.video-with-content .video_poster .play_btn svg circle:hover {
  opacity: 1!important;
}
.featured-form.new_form .hs_error_rollup ul.no-list.hs-error-msgs > li > label {
  color: #666666 !important;
  font-size: 17px !important;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 1.8;
}

.featured-form.new_form form .hs_submit.hs-submit .actions {
  margin: 0;
}
.pricingTable-firstTable li.pricingTable-firstTable_table h1,
.pricingTable-firstTable_table__options > li,
.pricingTable-firstTable_table:nth-of-type(2):before,
.pricingTable-firstTable li.pricingTable-firstTable_table>p+ul>li,
.pricingTable-firstTable li.pricingTable-firstTable_table>p+ul>ol > li > p,
.pricingTable-firstTable li.pricingTable-firstTable_table>p,
.pricingTable-firstTable_table__getstart a,
li.pricingTable-firstTable_table ol p,
li.pricingTable-firstTable_table ul li{
  font-family: sans-serif !important;
  margin-bottom: 0;
}
.pricingTable-firstTable li.pricingTable-firstTable_table>p {
  margin-bottom: 10px;
}
.video-with-content .video-with-content-intro1-course {
  padding-right: 0!important;
}
html.type_04 .custom-navigation ul li p a {
  cursor: pointer;
}
.video-with-content .video-with-content-col-lg-8.no-content {
  padding: 0!important;
}

.video-with-content .video_poster .play_btn svg {
  width: 85px;
  height: 85px;
}
.video-with-content .video_poster {
  transform: none !important;
}
.inputs-list label > input[type=checkbox] {
  width: auto !important;
}
.swiper-container .swiper-slide img {
  object-fit: contain;
}
.footer_04_theme_08 footer.footertype2 .page-center {
  max-width: 1110px;
}
.footer_04_theme_08 footer.footertype2.footertype4 .actions input.hs-button.primary.large {
  width: 100%;
}
.footer_04_theme_08 footer.footertype2.footertype4 .custom-row .hs-menu-wrapper > ul > li > a,
.footer_04_theme_08 footer.footertype2.footertype4 .cm-formarea h3 {
  font-family: 'Open Sans', sans-serif;
}
.footer_04_theme_09 footer.footertype2.footertype4 {
  padding-bottom: 60px;
}
.footer_04_theme_09 footer.footertype2.footertype4 .actions input.hs-button.primary.large {
  font-size: 20px;
  padding: 10px 15%;
  margin-top: 25px !important;
  width: 100%;
  line-height: 20px;
}
.midas_form.featured-form form .hs-form-field label,
.featured-form.new_form .hs_error_rollup ul.no-list.hs-error-msgs label{
  font-family: sans-serif;
}
.footer_04_theme_09 footer.footertype2.footertype4 form.hs-form label {
  margin-bottom: 0;
}
.midas_form.featured-form form .hs-form-field select.hs-input {
  font-family: sans-serif;
}
.footer_04_theme_09 footer.footertype2 .footer-wrapper .hs-input {
  height: auto;
  min-height: 48px;
}
body.header_4_theme_04.footer_04_theme_04 img {
  margin: 0;
}


/* LP Header */

.lp_cm_header {
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}

.lp_cm_header .header_logo {
  padding: 0;
}

.lp_cm_header .page-center {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}
.lp_cm_header .header_inner {
  align-items: unset;
  min-height: 28px;
}
body.lp_type_1  .dnd-section > .row-fluid {
  padding: 0 20px;
}
body.lp_type_1 {
  font-family: "lora", Arial, Open-sans;
  line-height: 1.15;
}
body.lp_type_1 p {
  font-weight: 500;
  margin-bottom: 25px;
}
body.lp_type_1 a{
  color: #505050;
}
body.lp_type_1 h1,
body.lp_type_1 h2,
body.lp_type_1 h3,
body.lp_type_1 h4,
body.lp_type_1 h5,
body.lp_type_1 h6{
  font-family:"lora",Arial,Open-sans;
}
body.lp_type_1 h1{
  font-size: 40px;
  line-height: 50px;
  padding-top: 40px;
  font-weight: 800;
  margin: 0.67em 0;
  color: hsla(238.63636363636363, 45.83%, 18.82%, 1);
}
body.lp_type_1 h2{
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  color:#000;
  margin:0.83em 0;
}
body.lp_type_1 h3{
  color: hsla(236.47058823529412, 18.28%, 36.47%, 1);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  margin:1em 0;
}
body.lp_type_1 .dnd_area-row-3-force-full-width-section .row-fluid {
  padding: 0 ;
}
footer.lp-footer .footer-wrapper {
  padding: 20px 0;
}

footer.lp-footer .footer-wrapper .page-center {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}

footer.lp-footer .footer-wrapper .cm-area {
  text-align: center;
  min-height: 28px;
}

footer.lp-footer .footer-wrapper .cm-area span {
  color: #000;
}
body.lp_type_1 .dnd_area-row-5-force-full-width-section .row-fluid {
  padding: 0 !important;
}
footer.lp-footer .footer-wrapper .cm-area span a {
  text-decoration: none;
  font-size: 14px;
}
body.lp_type_1 .body-container-wrapper {
  padding: 0;
}
.cta_button.birm:hover {
  background: rgb(70, 70, 70) !important;
  color: rgb(255, 255, 255) !important;
}

/* html.type_04  .mobile-trigger i, html.type_04  .mobile-trigger i:after, html.type_04  .mobile-trigger i:before {
background-color: #fff;
} */

.cmBreadcrumb .f_breadcrumb_menu .hs-menu-wrapper>ul>li>a {
  white-space: nowrap;
}
html.type_04 table td {
  color: #5c5c5c;
}
.cmBreadcrumb .f_breadcrumb_menu .hs-menu-wrapper>ul {
  display: flex;
  align-items: center;
}
.image-text.test .row.mx-0 .text-center.px-0 {
  -ms-flex: 0 0 50%;
  flex: 0 0 30%;
  max-width: 30%;
}

.image-text.test .row.mx-0 .image-text__text-wrapper {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
footer.lp-footer .footer-wrapper .cm-area span a:hover {
  color: #000;
}
.cta_button.brim:hover {
  background: rgb(70, 70, 70) !important;
  color: rgb(255, 255, 255) !important;
}
.custom-cnt-area.mod .content span {
  display: block !important;
}
.get-the-eBook select {
  appearance: auto!important;
}
html.default.headerType11,
.footer--site-page.type_11{
  -webkit-font-smoothing: unset;
}
.featured-form.WebinarForm .hs-form-field .hs-input.invalid.error {
  border-color: #ef6b51 !important;
}
.featured-form.WebinarForm .hs-form-field ul.no-list.hs-error-msgs {
  margin: 0;
}
.featured-form.WebinarForm .hs-form-field ul.no-list.hs-error-msgs > li {
  display: block;
  margin: .7rem 0 .7rem .7rem;
  padding: 0;
  width: 100%;
}
.featured-form.WebinarForm .hs-form-field ul.no-list.hs-error-msgs > li > label {
  color: #ef6b51;
  margin-top: .35rem;
  font-size: 1rem;
  line-height: 2;
  padding: 0;
  font-family: helvetica;
}
.featured-form.WebinarForm .hs_error_rollup > ul {
  padding: 0;
  margin: 0;
}
.featured-form.WebinarForm .hs_error_rollup > ul > li {
  display: block;
  margin: .7rem 0 .7rem .7rem;
  padding: 0;
  width: 100%;
}
.featured-form.WebinarForm .hs_error_rollup > ul > li > label {
  font-size: 18px !important;
  color: #ef6b51;
  font-family: helvetica;
  line-height: 2;
}
.featured-form.WebinarForm .actions input.hs-button {
  color: #fff;
}
html.type_04 .header__menu.header__element .header__navigation--toggle {
  display: none;
}
body.type_07 a {
  text-decoration: none;
}
.footer--site-page.type_11 .footercol .hs-menu-wrapper> ul {
  display: flex;
}
body.type_07 a:hover {
  text-decoration: underline;
}
.custom-cnt-area.activar .content {
  padding-top: 45px;
}
.custom-cnt-area.activar .content > img {
  display: block;
  margin-left: auto;
  margin-bottom: 5px;
}
.custom-cnt-area.activar .content > h1 {
  padding-bottom: 20px;
}
.custom-cnt-area.activar .content > ul {
  padding: 0 10px 0 20px;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-cnt-area.activar.act-two .content {
  padding-top: 0;
  margin-top: -20px;
}
.custom-cnt-area.activar .content > ul > li {
  margin: 0;
  padding: 0 20px;
  width: 31.623931624%;
  text-align: center;
}

.custom-cnt-area.activar .content > ul > li:not(:first-child) {
  margin-left: 2.564102564%;
}
.footer-wrapper form {
  font-family: revert-layer;
}
.custom-cnt-area.activar .content > ul > li > img {
  margin-bottom: 10px;
}
.custom-cnt-area.activar.act-two .content > ul > li {
  width: 48.717948718%;
}
body.type_03 form input[type=submit]:hover {
  background-color: rgba(255, 255, 255, 0.01);  
  border: 2px solid #000000;
  color: #000000;
}
.feedback_bnr.hero-banner-large .page-center {
  width: 100%;
}
.featured-image.soft.text-lg-center img {
  height: revert-layer;
}
html.type_03 form .hs-form-field select {
  color: #212529;
}
.get-the-eBook .hs-form-field .hs-input.invalid {
  border-color: red;
}

/* header type 9 theme 4 */
.header_9_theme_04 .headerWrap.header8 .tp_header .hs-menu-wrapper>ul>li>a {
  font-weight: 300;
  line-height: 1.64em;
  color: black;
  font-size: 10px;
  letter-spacing: 0px;
}
.header_9_theme_04 .notification-bar {
  padding: 10px 0;
}
.header_9_theme_04 .headerWrap.header8 .tp_header .hs-menu-wrapper>ul>li {
  line-height: 1.64em;
  font-size: 10px;
}
.header_9_theme_04 .tp_header .hs-menu-wrapper ul {
  line-height: 1.64em;
  font-size: 16px;
  font-weight: 300;
}
.header_9_theme_04 .headerWrap.header8 .tp_header .hs-menu-wrapper>ul>li:not(:last-child) {
  padding: 0 3px;
}
.header_9_theme_04 .headerWrap.h-9 .notification-bar p {
  margin: 0;
  color: #595959;
  display: inline-block;
  line-height: 2em;
  font-size: 16px;
}
.header_9_theme_04 .headerWrap .notification-bar .h-btn a {
  line-height: 1.64em;
}

.footer5theme_01 .cm_footer_wrap {
  padding: 155px 0 60px;
}

.footer5theme_01 .cm_footer_wrap .page-center {
  max-width: 1175px;
  padding: 0 15px;
}

.footer5theme_01 .cm_footer_col:not(:first-child) {
  margin-left: 2.564102564%;
}
.footer5theme_01 .cm_footer_col:first-child span,
.footer5theme_01 .cm_footer_col:last-child a span{
  display: inline-block;
}
.footer5theme_01 .cm_footer_col span {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.64em;
  word-wrap: break-word;
}

.footer5theme_01 .cm_footer_col p {
  font-weight: 300;
  line-height: 2em;
}

.bottom-sec {
  display: none;
  padding: 2px 0;
}
.footer5theme_01 .bottom-sec {
  display: block;
}

.footer5theme_01 .cm_footer_wrap + .bottom-sec p {
  margin: 0 !important;
  text-align: center;
  font-weight: 300;
  line-height: 2em;
  color: #595959;
  font-size: 12px!important;
}

.bottom-sec p a {
  color: #333;
  font-size: 12px !important;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-weight: 300;
  line-height: 1.64em;
}
.bottom-sec p a:hover{
  color: #ffa626;
}
.header_10_theme_01 .type_10 .cm_header .page-center {
  padding: 0 130px;
  max-width: 960px;
}
.header_10_theme_01 .type_10 .header_menu .hs-menu-wrapper>ul>li>a {
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.header_10_theme_01 .type_10 .header_menu .hs-menu-wrapper>ul>li:hover > a {
  background: #61a3e7;
}
.header_10_theme_01 .type_10 .header_menu .hs-menu-wrapper>ul>li:hover>ul {
  border-top: 3px solid #61a3e7;
}
.header_10_theme_01 .header_menu .hs-menu-wrapper>ul ul li:hover a::after {
  color: #fff !important;
}
.footer5theme_02 .cm_footer_wrap {
  padding-left: 0;
  padding-right: 0;
}

.footer5theme_02 .cm_footer_wrap .page-center {
  max-width: 1000px !important;
  padding: 0 20px;
}
.footer5theme_02 .cm_footer_col span {
  font-weight: 400;
}
.footer5theme_02 .cm_footer_col p {
  line-height: 1.6em;
}
.headerWrap.header8.h-12 .notification-bar p:last-child {
  display: none;
}
.footer8theme_02 footer.footertype2.footer8 {
  padding-bottom: 155px;
  padding-top: 35px;
}

.footer8theme_02 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > ul > li {
  font-size: 14px;
  margin: 10px 0;
  line-height: 1.8;
}

.footer8theme_02 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > ul > li a {
  font-size: 14px;
  line-height: 1.8;
}
.footer8theme_02 footer.footertype2 .cm-formarea {
  padding-top: 6px;
}

.footer8theme_02 footer.footertype2 .footer-wrapper .hs-input {
  padding: 13px !important;
  height: auto;
}
.footer5theme_04 .cm_footer_col span {
  font-family: sans-serif;
  display: block;
}

.footer5theme_04 .cm_footer_col h4 {
  font-family: sans-serif;
}

.footer5theme_04 .cm_footer_col p span {
  display: inline;
}
.footer5theme_04 .cm_footer_col .hs-rss-item a.hs-rss-title span {
  display: inline;
}

.footer5theme_04 .footer8theme_02 footer.footertype2 .custom-row ul.no-list.hs-error-msgs {
  margin: 16px 0;
}
.header_9_theme_05 .tp_header .hs-menu-wrapper ul {
  line-height: 30px;
}

.header_9_theme_05 .h-main-menu .hs-menu-wrapper>ul>li>a {
  font-family: 'roboto', sans-serif;
}

.header_9_theme_05 .headerWrap.header8 .tp_header .hs-menu-wrapper>ul>li>a {
  font-family: 'roboto', sans-serif;
  line-height: 30px;
}

.header_9_theme_05 .headerWrap.h-9 .notification-bar p {
  font-family: 'roboto', sans-serif;
}

.header_9_theme_05 .notification-bar .h-btn a {
  line-height: 30px;
  font-family: 'roboto', sans-serif;
}
.footer8theme_04 footer.footertype2 .page-center,
.footer8theme_04 .cmBreadcrumb .page-center{
  max-width: 1200px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.footer8theme_04 footer.footertype2.footer8 {
  padding: 35px 0 155px;
}

.footer8theme_04 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li > a {
  font-family: 'roboto', sans-serif;
  line-height: 30px;
}

.footer8theme_04 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > ul > li {
  margin: 10px 0;
}

.footer8theme_04 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > a {
  display: inline-block;
}
.footer8theme_04 footer.footertype2 .custom-row ul.no-list.hs-error-msgs {
  margin: 16px 0;
}
.footer8theme_04 footer.footertype2 .cm-formarea {
  padding-top: 5px;
}
.footer8theme_04 footer.footertype2.footer8 .actions input.hs-button.primary.large {
  font-size: 16px;
}
.footer8theme_04 footer.footertype2.footer8 form.hs-form label {
  font-family: 'roboto', sans-serif;
}

.footer8theme_04 footer.footertype2 .footer-wrapper .hs-input {
  height: auto;
  padding: 12.5px;
}

.footer8theme_04 footer.footertype2 .footer-wrapper .hs-input:hover,
.footer8theme_04 footer.footertype2 .footer-wrapper .hs-input:focus {
  border-color: #61a3e7;
}
.footer8theme_04 footer.footertype2.footer8 .hs_submit.hs-submit {
  margin-top: 18px;
}
.footer8theme_05 footer.footertype2 .page-center,
.footer8theme_05 .cmBreadcrumb .page-center {
  max-width: 1040px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.footer8theme_05 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li > a,
.footer8theme_05 .cmBreadcrumb .f_breadcrumb_menu .hs-menu-wrapper>ul>li>a{
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
  line-height: 1.5;
}

.footer8theme_05 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > ul > li {
  margin: 10px 0;
}
.footer8theme_05 footer.footertype2.footer7 {
  padding-bottom: 155px;
}

.footer8theme_05 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > a {
  display: inline-block;
}

.footer8theme_05 footer.footertype2.footer8 form.hs-form label,
.footer8theme_05 footer.footertype2.footer8 form.hs-form label span {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.footer_02_theme_04 footer.footertype2 .page-center {
  max-width: 1110px;
}

.footer_02_theme_04 footer.footertype2 {
  padding-bottom: 160px;
}

.footer_02_theme_04 footer.footertype2 .cm-formarea h3 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.footer_02_theme_04 footer.footertype2 form.hs-form label,.footer_02_theme_04 footer.footertype2 form.hs-form label span {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
}

.footer_02_theme_04 footer.footertype2 .actions input.hs-button.primary.large {
  width: 100%;
  padding: 1px 6px !important;
  font-size: 13.3333px;
  line-height: normal;
  background-color: #457e9a !important;
  border-style: none !important;
  font-weight: 400;
  font-family: sans-serif;
}


.footer6theme_02 footer.footertype2.footer6 {
  padding-bottom: 142px;
  padding-top: 52px;
}
.footer6theme_02 footer.footertype2.footer6 .cm-formarea {
  margin-right: 10% !important;
  padding-top: 7px;
}

.footer_02_theme_05 footer.footertype2 {
  padding-bottom: 155px;
}

.footer_02_theme_05 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > a {
  font-family: sans-serif;
}

.footer_02_theme_05 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li > a {
  font-family: sans-serif;
}

.footer_02_theme_05 footer.footertype2 .cm-formarea h3 {
  margin-top: 0;
  font-family: sans-serif;
}

.footer_02_theme_05 footer.footertype2 form.hs-form label,
.footer_02_theme_05 footer.footertype2 form.hs-form label span {
  font-family: sans-serif;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0;
}

.footer_02_theme_05 footer.footertype2 .actions input.hs-button.primary.large {
  font-size: 13.3333px;
  font-family: sans-serif;
  line-height: normal;
  font-weight: 400;
}

.footer_02_theme_05 footer.footertype2 .footer-wrapper .hs-input {
  margin-top: 5px;
}
.image-slider-wrapper.reaction .slick-track {
  /*   display: block; */
}

.image-slider-wrapper.reaction .slick-arrow {
  top: 50%;
}
.header_10_theme_02 .header-stickyWrapper.type_10 .cm_header .page-center {
  max-width: none;
  padding: 0 150px;
}
.header_10_theme_02 .header_logo img {
  width: 100% !important;
}

.header_10_theme_02 .type_10 .header_menu .hs-menu-wrapper>ul>li>a {
  font-family: Open Sans, sans-serif;
  font-weight: 200;
  font-size: 16px;
}
.footer10theme_01 .scroll-to-top {
  display: block !important;
}


.footer10theme_01 footer.footertype2.footer6.type_10 {
  background-color: #2c2c2c;
  padding-bottom: 75px;
  padding-top: 75px;
}

.footer10theme_01 footer.footertype2.footer6.type_10 .footer-wrapper {
  background: #191919;
  font-size: 14px;
  line-height: 23px;
  padding: 60px 0 155px;
}

.footer10theme_01 footer.footertype2.type_10 .page-center {
  max-width: 1200px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.footer10theme_01 footer.footertype2.footer6.type_10 .custom-row .hs-menu-wrapper > ul > li > a {
  font-weight: 700;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
}
.footer10theme_01 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li {
  color: #999;
  font-size: 14px;
  padding-bottom: 1.8em;
}

.footer10theme_01 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li > a {
  font-family: Open Sans, sans-serif;
  font-weight: 200;
  text-decoration: underline;
}

.footer10theme_01 footer.footertype2.footer6 .cm-formarea h3 {
  font-family: Open Sans, sans-serif!important;
}

.footer10theme_01 footer.footertype2.footer6.type_10 form.hs-form label {
  margin-bottom: 0;
}
.footer10theme_01 footer.footertype2 .custom-row ul.no-list.hs-error-msgs > li > label {
  margin: 0;
  font-size: 12px;
  text-align: center;
}
.footer10theme_01 footer.footertype2 .footer-wrapper .hs-input {
  margin-top: 5px;
  margin-bottom: 13px;
  box-sizing: border-box;
  padding: 4px;
  height: 38px;
  border-radius: 3px;
  border: 1px solid #d0d0d0;
}
.footer10theme_01 footer.footertype2.footer6 .actions input.hs-button.primary.large:hover {
  background: #333;
}
.footer10theme_01 footer.footertype2.footer6 .actions input.hs-button.primary.large {
  background: #d0d0d0;
  display: inline-block;
  padding: 7px 17px;
  font-size: 14px !important;
  margin-top: 9px;
  font-family: Lato;
  width: 100%;
  border-radius: 4px;
  min-width: 154px;
  text-align: center;
  font-weight: 700;
  height: auto;
  border: 0;
  letter-spacing: 0;
}
.footer10theme_01 footer.footertype2 .footer-wrapper .hs-input:hover, .footer10theme_01 footer.footertype2 .footer-wrapper .hs-input:focus {
  border-color: #61a3e7;
}
.header_10_theme_02 .type_10 .header_menu .hs-menu-wrapper>ul>li:hover > a,
.header_10_theme_02 .type_10 .header_menu .hs-menu-wrapper ul ul ul > li:hover > a{
  background: #61a3e7!important;
  color: #fff!important;
}
.header_10_theme_02 .header_menu .hs-menu-wrapper>ul ul li:hover a {
  background: #61a3e7 !important;
  color: #fff!important;
}
.header_10_theme_02 .header_menu .hs-menu-wrapper>ul ul li:hover a:after {
  color: #fff !important;
}
.header_10_theme_02 .type_10 .header_menu .hs-menu-wrapper ul ul ul {
  left: -100% !important;
}
.header_10_theme_02 .type_10 .header_menu .hs-menu-wrapper ul ul ul > li > a {
  background: #fff !important;
  color: #333!important;
}
.header_10_theme_02 .type_10 .header_menu .hs-menu-wrapper>ul>li:hover>ul {
  border-top: 3px solid #61a3e7;
}
.header_10_theme_02 .header_menu .hs-menu-wrapper>ul ul li a {
  font-weight: 200;
}


.header_10_theme_02 .type_10 .mobile-trigger i, .header_10_theme_02 .type_10 .mobile-trigger i::before, .header_10_theme_02 .type_10 .mobile-trigger i::after {
  background: #fff;
}

/* .header_10_theme_02 .type_10 .header_menu .hs-menu-wrapper>ul>li>a {
background-color: #fff;
} */

.header_10_theme_02 .headerMenu .hs-menu-wrapper ul li {
  border: 0;
}

.header_10_theme_02 .type_10 .cm_child_trigger i, .header_10_theme_02 .type_10 .cm_child_trigger i::after {
  background: #000;
}
.header_10_theme_02 .type_10 .header_menu .hs-menu-wrapper>ul ul li a {
  background: #fff;
  color: #333;
}
.header_2_theme_02 header.header-type2 .logo a img {
  margin: 0;
}
.header_2_theme_02 .subnavi a {
  color: #61a3e7;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.header_2_theme_02 .subnavi a:hover {
  color: #2f71b5;
}
.header_2_theme_02 nav.custom-menu .navi-bg {
  top: 66px;
}

.footer_02_theme_07 footer.footertype2 {
  padding-bottom: 155px;
}

.footer_02_theme_07 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li {
  line-height: 1.8;
}

.footer_02_theme_07 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > a, 
.footer_02_theme_07 footer.footertype2 .cm-formarea h3,
.footer_02_theme_07 footer.footertype2 form.hs-form label,
.footer_02_theme_07 footer.footertype2 form.hs-form label span {
  font-family: sans-serif;
}

.footer_02_theme_07 footer.footertype2 form.hs-form label,
.footer_02_theme_07 footer.footertype2 form.hs-form label span {
  font-weight: 700;
  margin: 0;
  line-height: 1.8;
}

.footer_02_theme_07 footer.footertype2 .footer-wrapper .hs-input {
  margin-top: 5px;
}

.footer_02_theme_07 footer.footertype2 .actions input.hs-button.primary.large {
  font-size: 13.3333px;
  font-family: sans-serif;
  font-weight: 400;
}


.footer6theme_01 footer.footertype2.footer6 .custom-row .items:first-child {
  margin-left: 8.5%;
}

.footer6theme_01 footer.footertype2.footer6 .custom-row .hs-menu-wrapper > ul > li > ul > li {
  margin: 10px 0;
}

.footer6theme_01 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li > a {
  font-family: sans-serif;
}

.footer6theme_01 footer.footertype2.footer6 {
  padding-bottom: 130px;
  padding-top: 50px;
}

.footer6theme_01 footer.footertype2.footer6 .custom-row .hs-menu-wrapper > ul > li > a {
  display: inline-block;
}

.footer6theme_01 footer.footertype2.footer6 .cm-formarea h3 {
  display: inline-block;
}

.footer6theme_01 footer.footertype2.footer6 form.hs-form label,.footer6theme_01 footer.footertype2.footer6 form.hs-form label span {
  font-family: sans-serif;
}

.footer6theme_01 footer.footertype2.footer6 .actions input.hs-button.primary.large {
  font-family: sans-serif;
}
.footer6theme_01 footer.footertype2 .footer-wrapper .hs-input {
  height: auto;
  min-height: 45px;
}
.footer6theme_01 footer.footertype2 .custom-row ul.no-list.hs-error-msgs {
  margin: 16px 0;
}



.footer6theme_02 body.footer_02_theme_08 footer.footertype2 .page-center {
  max-width: 100%;
}

.footer6theme_02 footer.footertype2.footer6 .custom-row .items:first-child {
  margin-left: 10%!important;
}

.footer6theme_02 footer.footertype2.footer6 .custom-row {
  display: flex;
}

.footer6theme_02 footer.footertype2.footer6 .custom-row .items {
  flex-grow: 1;
}

.footer6theme_02 footer.footertype2.footer6 .custom-row .hs-menu-wrapper > ul > li > ul > li {
  margin: 10px 0;
}

.footer6theme_02 footer.footertype2.footer6 .custom-row .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  margin-bottom: 20px;
}

.footer6theme_02 footer.footertype2.footer6 .cm-formarea {
  margin-right: 9%!important;
}

.footer6theme_02 footer.footertype2.footer6 .custom-row .items:first-child .hs-menu-wrapper > ul > li > a {
  margin-bottom: 30px;
}

.footer6theme_02 body.footer_02_theme_08 footer.footertype2 {
  padding-top: 55px;
}
.footer6theme_02 footer.footertype2 .custom-row ul.no-list.hs-error-msgs {
  margin: 16px 0;
}
.footer6theme_02 body.footer_02_theme_08 footer.footertype2 .cm-formarea h3 {
  display: inline-block;
  margin-bottom: 20px;
}

.footer6theme_02 body.footer_02_theme_08 footer.footertype2 .actions input.hs-button.primary.large {
  width: auto;
}
.footer_04_theme_04 .quote-page-info-container .midas-product h2.incite-text {
  margin-top: 70px;
  text-align: left;
  margin-bottom: 40px;
}

.footer_04_theme_04 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li > a {
  font-family: sans-serif !important;
  line-height: 1.8;
}
.footer6theme_02 footer.footertype2 .page-center {
  max-width: 100%;
}
.footer_04_theme_04 footer.footertype2.footertype4 {
  padding-bottom: 130px;
}

.footer_04_theme_04 footer.footertype2.footertype4 form.hs-form label,
.footer_04_theme_04 footer.footertype2.footertype4 form.hs-form label span {
  font-family: sans-serif !important;
  margin-bottom: 0;
}
.footer_04_theme_04.footer_04_theme_05 footer.footertype2.footertype4 {
  padding-bottom: 156px;
}

.footer_04_theme_06 footer.footertype2.footertype4 .actions input.hs-button.primary.large {
  width: 100%;
}

.footer_04_theme_06 footer.footertype2 .footer-wrapper .hs-input {
  padding: 8px;
  height: auto;
}


.footer_04_theme_06 .footer-social-icons {
  display: block !important;
  text-align: right;
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding: 0 15px;
}

.footer_04_theme_06 .social-links {
  justify-content: end !important;
}

.footer_04_theme_06.footer_04_theme_04 footer.footertype2.footertype4 {
  padding-bottom: 25px;
}

.footer_04_theme_06 footer.footertype2 .page-center {
  padding-bottom: 90px;
}
.footer_04_theme_06 .social-links__icon {
  border: 0;
  padding: 0 !important;
}

.footer_04_theme_06 .social-links__link {
  display: inline-block;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  margin-right: 8px !important;
  text-align: center;
  width: 16px;
}
.footer_04_theme_06 .social-links__link:nth-child(n+2) {
  margin-left: 5px;
  display: inline-block;
}

.footer_04_theme_06 .social-links__link:last-child svg {
  display: none;
}
.footer_04_theme_06 .social-links__link:last-child {
  margin-right: 0 !important;
}
.footer_04_theme_06 .social-links__link:last-child span {
  display: inline-block !important;
  font: normal normal normal 14px / 1 FontAwesomes !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer_04_theme_06 .social-links__link:last-child span:before {
  content: "\f0d5";
}
.footer_04_theme_06 .social-links__link:nth-child(4) svg {
  display: none;
}
.footer_04_theme_06 .social-links__link:nth-child(4) span {
  display: inline-block !important;
  font: normal normal normal 14px / 1 FontAwesomes;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.type_two.counting-banner .margin-top-20.btn_wrp a,
.counting-banner .margin-top-20.btn_wrp a{
  font-family: sans-serif;
}
.footer_04_theme_06 .social-links__link:nth-child(4) span:before {
  content: "\f0d2";
}
.footer_04_theme_06 .social-links__link:last-child {
  margin-right: 0 !important;
}


.footer_04_theme_06 .social-links__link:nth-child(4) span:hover:before {
  color: #fff !important;
}

.footer_04_theme_06 .social-links__link:hover {
  color: #fff;
}

.footer8theme_07 footer.footertype2.footer8 {
  padding-bottom: 156px;
}

.footer8theme_07 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li > a {
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.4444444444 !important;
  font-weight: 400;
}

.footer8theme_07 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > ul > li {
  margin: 10px 0;
}
.footer8theme_07 .headerWrap.header8 .notification-bar .h-btn a {
  line-height: 20.2222px;
}

.footer8theme_07 footer.footertype2.footer8 form.hs-form label {
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.4444444444 !important;
}
.footer8theme_07 .Learning.three-column-card .topSection h1 {
  font-family: roboto, helvetica;
}

.footer8theme_07 .Learning.three-column-card .topSection h2 {
  font-family: roboto, helvetica;
}
.content-slider.limits .swiper-backface-hidden .swiper-slide {
  padding: 100px 0px 0px 0px;
  border-radius: 8px;
}

.content-slider.limits .content-slider-next, .content-slider.limits .content-slider-prev {
  cursor: pointer;
}
.quote-page-info-container .midas-product h2.incite-text {
  margin-top: 70px;
  text-align: left;
  margin-bottom: 40px;
}

@media (max-width:1690px){
  /*   html.type_04 .dnd_area-row-2-max-width-section-centering > .row-fluid,
  html.type_04 .dnd_area-row-3-max-width-section-centering > .row-fluid,
  html.type_04 .dnd_area-row-4-max-width-section-centering > .row-fluid,
  html.type_04 .dnd_area-row-5-max-width-section-centering > .row-fluid,
  html.type_04 .dnd_area-row-6-max-width-section-centering > .row-fluid{
  max-width: 1130px !important;
} */
  .custom-cnt-area.activar .content {
    padding-top: 0;
  }
  .custom-cnt-area.activar .content > h1 {
    padding-bottom: 10px;
  }
}

@media (max-width:1500px){
  .table-wrapper {
    overflow: auto;
  }
}

@media (max-width:1300px){
  section.cards.bridge .row.justify-content-center,
  section.cards.res-card .row{
    margin: auto;
  }
  .bridge-quote-form-container .hbspt-form {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width:1200px){
  .image-text.ctm-img .image-text__img img {
    object-fit: contain;
  }
  .mode.hero-banner-large .page-center.text-alignleft {
    padding: 0 20px;
  }
}



@media (max-width:1139px){
  html.type_05 .cell_1736142743461-row-1-vertical-alignment > .row-fluid {
    flex-direction: column;
  }
  footer.footertype2 .cm-formarea {
    margin-left: 0!important;
    margin-top: 40px;
  }
  .tabber .hs-tabs ul > li > a p {
    font-size: 15px!important;
  }

  .tabber .hs-tabs ul > li > a {
    padding: 10px!important;
  }
  html.type_05 .cell_17361386914102-row-1-vertical-alignment > .row-fluid {
    flex-direction: column;
  }
  .tabber .hs-tabs__item .content table * {
    font-size: 15px !important;
  }
  html.type_04 .cell_17352820929363-padding {
    width: 50% !important;
  }

  html.type_04 .cell_17352820929364-padding {
    width: 50% !important;
  }
}

@media (max-width:1100px){
  .featured-image.soft.text-lg-center img {
    height: 100%;
  }
  .image-text.test .row.mx-0 .text-center.px-0 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .image-text.test2 {
    padding-top: 50px;
  }
  .image-text.test .row.mx-0 .image-text__text-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }

  .image-text.test .row.mx-0 .text-center.px-0 .image-text__img {
    justify-content: center;
  }
}

@media (min-width:768px){
  .footer8theme_02 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > a {
    display: inline-block;
  }
  .footer5theme_03 .header_menu .hs-menu-wrapper>ul ul li a:hover::after {
    color: #fff !important;
  }
  .footer_02_theme_04 footer.footertype2 .custom-row ul,
  .footer_04_theme_05 footer.footertype2 .custom-row ul,
  .footer_04_theme_06 footer.footertype2.footertype4 .products_sitemap .hs-menu-wrapper > ul > li > ul, 
  .footer_04_theme_06 footer.footertype2.footertype4 .company_sitemap .hs-menu-wrapper > ul > li > ul{
    display: block !important;
  }
  .footer8theme_07 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > a, 
  .footer8theme_07 footer.footertype2.footer8 .cm-formarea h3 {
    display: inline-block;
  }
}

@media (max-width:1100px) and (min-width:768px){
  body.lp_type_1 .row-fluid .span6 {
    width: 50%;
    padding: 0 10px !important;
  }
  html.type_04 .hs_cos_wrapper_type_rich_text h2, html.type_04 .hs_cos_wrapper_type_rich_text hr {
    margin-left: 20px;
    margin-right: 20px;
  }
  html.type_04 table {
    width: 100% !important;
  }
  .custom-cnt-area.activar .content > h1 {
    font-size: 30px !important;
  }

  .custom-cnt-area.activar .content > ul > li {
    flex-grow: 1;
  }
  .custom-cnt-area.activar .content > ul {
    padding: 0;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: end;
    align-items: end;
  }

  .custom-cnt-area.activar .content > ul > li {
    width: 100%!important;
    padding: 0;
    margin: 0;
    text-align: right;
  }

  .custom-cnt-area.activar .content > ul > li > img {
    object-fit: contain;
  }

}

@media (max-width:1019px){
  .header_9_theme_04 .hamburger i {
    border: 2px solid #f7751f;
    padding: 6%;
    border-radius: 50%;
  }
  .header_9_theme_04 .headerWrap.header8 .mobile-menu .hs-menu-wrapper>ul>li>a {
    line-height: 1.64em;
  }


}

/* @media (max-width:991px) and (min-width:768px){
body.type_03 .dnd-section .widget-type-cell {
padding-left: 20px !important;
padding-right: 20px !important;
}
} */

@media (max-width:992px){
  html.type_04 .header__menu.header__element .header__navigation--toggle {
    display: block;
  }
}

@media (max-width:991px){
  .footer6theme_02 footer.footertype2.footer6 .custom-row .items:first-child {
    margin-left: 5% !important;
  }

  .footer6theme_02 footer.footertype2.footer6 .cm-formarea {
    margin-right: 5% !important;
  }
  .custom-cnt-area.activar.act-two .content {
    margin: 0;
  }
  .mfp-iframe-holder button.mfp-close {
    right: 0!important;
  }
  .cards.featured .row {
    margin: auto;
  }
  #hs_cos_wrapper_widget_1735280193238 .custom-font-text {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .custom-cnt-area.activar .content > ul {
    padding: 0!important;
    flex-direction: column!important;
  }
  .custom-cnt-area.activar .content > img {
    margin-right: auto!important;
  }
  .custom-cnt-area.activar .content > ul > li {
    width: 100%!important;
    padding: 0!important;
    margin: 0 !important;
    text-align: center!important;
  }

  .custom-cnt-area.activar .content > h1 {
    font-size: 30px !important;
    text-align: center !important;
  }
}

@media (max-width:920px){
  nav.custom-menu .menu-items .menu-title:after, 
  nav.custom-menu .menu-items .menu-title:before {
    cursor: pointer;
  }
}

@media (max-width:991px) and (min-width:768px){
  html.type_04 .dnd_area-row-2-vertical-alignment > .row-fluid {
    flex-direction: column;
  }
  html.type_03 .dnd_area-row-4-vertical-alignment > .row-fluid {
    flex-direction: column;
  }

  html.type_03 .cell_1735901164356-row-1-vertical-alignment > .row-fluid {
    flex-direction: column;
  }

  html.type_03 .cell_1735900286402-row-1-vertical-alignment > .row-fluid {
    flex-direction: column;
  }

  html.type_03 .cell_1735899890359-row-1-vertical-alignment > .row-fluid {
    flex-direction: column;
  }

  html.type_03 .cell_1735900286402-row-2-vertical-alignment > .row-fluid {
    flex-direction: column;
  }

  html.type_03 .cell_1735901164356-row-2-vertical-alignment > .row-fluid {
    flex-direction: column;
  }

  html.type_03 .dnd_area-row-2-vertical-alignment > .row-fluid,
  html.type_03 .dnd_area-row-3-vertical-alignment > .row-fluid,
  html.type_03 .dnd_area-row-0-background-layers.dnd_area-row-0-vertical-alignment > .row-fluid{
    flex-direction: column;
  }
}

@media (max-width:970px){
  .bridge-quote-form-container {
    margin-top: 43px;
  }
  .form-info {
    padding: 0 20px;
  }

}


@media (max-width:767px){
  html.type_04 h1,
  html.type_05 h1{
    font-size: 45px;
  }
  .fixed-menu .container {
    display: none!important;
  }
  #hs_cos_wrapper_module_173468449393215 .swiper-slide img,
  #hs_cos_wrapper_module_173468449393213 .swiper-slide img{
    height: 100% !important;
    object-fit: contain;
  }
  .custom-font-text.plan-table {
    overflow-x: scroll;
  }
  .open.fixed-menu .container {
    display: flex!important;
  }
  .content-slider.limits .swiper {
    padding: 0;
  }
  .content-slider.limits .swiper .swiper-slide {
    flex-direction: column;
    row-gap: 20px;
  }
  .content-slider.limitshttps://midasgeotech-2495902.hs-sites.com/es-co/quote-request/confirmation .swiper .swiper-slide .content-slider__text-container {
    padding: 20px;
  }
  .content-slider.limits .content-slider__text-container h2 {
    font-size: 30px !important;
  }
  .content-slider.limits .swiper .content-slider__image-container {
    padding: 0 20px;
  }
  .content-slider.limits .swiper .content-slider__image-container img {
    object-fit: contain;
  }
  .featured-form.ctm-form {
    padding: 0px !important;
  }
  #module_1735016332892 .slider-nav h3 {
    padding: 12px!important;
  }
  .featured-form.ctm-form form .input .hs-input {
    width: 100% !important;
  }
  section.cards.solutions .cards__card img {
    object-fit: contain;
  }
  .hero-banner-large {
    padding: 70px 0;
  }
  .hero-banner-large.hero-banner-bg-image h1,
  .hero-banner-large.hero-banner-bg-image h4 {
    margin: 0;
  }
  .cards.featured .row .col-lg-4,
  section.cards.res-card .row.justify-content-center .col-lg-4{
    flex-basis: 100%;
  }
  section.cards.bridge .row .cards__card {
    flex-direction: column;
    padding: 20px !important;
  }
  .custom-font-text.ctm-border {
    margin: 0 !important;
  }

  .mode.hero-banner-large .page-center.text-alignleft {
    width: 100%;
    max-width: 1200px;
  }
  .mode.hero-banner-large .page-center.text-alignleft p {
    line-height: normal;
  }
  section.cards.bridge .row .cards__card h4, 
  section.cards.bridge .row .cards__card h4 a,
  section.cards.bridge .row .cards__card h4 a span {
    font-size: 16px;
  }
  .margin-top-20 {
    margin: 0;
  }
  .quote-box blockquote {
    font-size: 17px;
  }
  .parent {
    margin: 0;
    width: 100%;
  }
  .bridge-quote-tabs div#midasCivil,.bridge-quote-tabs div#midasCivil table {
    margin-bottom: 0 !important;
  }
  .quote-form form .hs_submit input[type='submit'] {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .hbspt-form {
    padding: 0!important;
  }
  .form-info h1.form-header {
    font-size: 30px;
  }
  .quote-form {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .custom-font-text.ctm-border p {
    font-size: 16px !important;
  }
  .quote-form form .hs-dependent-field .field.hs-form-field.hs_country_for_mbm_registering {
    width: 100% !important;
    padding: 0;
  }
  .bridge-quote-form-container .hbspt-form {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
  }
  .quote-form form .field.hs-form-field .input {
    margin: 0;
  }
  .hero-banner-large.hero-banner-bg-image.mode {
    padding: 70px 0;
  }
  a#cta_button_2495902_377d98c8-72d6-4124-9a57-831ce2cc377e {
    height: auto;
  }
  .custom-font-text.ctm-que .hs_cos_wrapper_type_inline_rich_text table  {
    width: 100%!important;
  }
  .custom-font-text.ctm-que .hs_cos_wrapper_type_inline_rich_text table  td {
    display: block!important;
    width: 100%!important;
  }
  .custom-font-text.ctm-que .hs_cos_wrapper_type_inline_rich_text table  img {
    width: 100%!important;
    height: auto!important;
  }
  .custom-font-text.ctm-que .hs_cos_wrapper_type_inline_rich_text h3 {
    font-size: 36px !important;
  }
  .custom-font-text.ctm-text2 .hs_cos_wrapper_type_inline_rich_text h4 {
    font-size: 35px !important;
  }
  .custom-font-text.ctm-text2 .hs_cos_wrapper_type_inline_rich_text table {
    width: 100% !important;
  }
  .custom-font-text.ctm-text2 .hs_cos_wrapper_type_inline_rich_text table td {
    width: 100% !important;
    display: block;
    height: auto !important;
  }
  .custom-font-text.ctm-text2 .hs_cos_wrapper_type_inline_rich_text h3 {
    font-size: 35px !important;
  }
  html.type_02 .hs_cos_wrapper_type_rich_text p {
    font-size: 16px !important;
  }
  .light.hero-banner-large {
    padding: 70px 0;
  }
  html.type_02  .span12.widget-span p {
    margin: 0;
  }
  .testimonial blockquote {
    font-size: 17px!important;
  }
  html.type_04 .hs_cos_wrapper_type_rich_text p {
    font-size: 16px !important;
  }
  .testimonial-slider-v2.engineers .bottom_row .innerRow {
    padding: 0;
  }
  .pricingTable-firstTable_table:not(:last-of-type) {
    margin-right: auto;
  }
  ul.pricingTable-firstTable .pricingTable-firstTable_table {
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    max-width: 100%;
    width: 100%;
    padding: 40px 35px !important;
    max-width: 100%;
  }
  .pricingTable {
    margin-top: 100px;
  }
  li.pricingTable-firstTable_table h1.pricingTable-firstTable_table__header {
    padding: 3% 0 2% !important;
    float: none;
    font-size: 1.8em !important;
    margin-bottom: 5px !important;
    width: 100%;
  }

  .pricingTable-firstTable ul.pricingTable-firstTable_table__options {
    font-size: 18px !important;
    margin: 25px 0 30px !important;
  }

  .pricingTable-firstTable ul.pricingTable-firstTable_table__options > li {
    padding: 0;
  }
  .pricingTable-firstTable_table__getstart a {
    width: 100%!important;
  }
  .cards.featured .cards__card img.mb-3 {
    min-height: auto;
  }
  section.cards.bridge .row .mb-4 {
    margin-bottom: 0 !important;
  }
  .tabber .top-content p {
    font-size: 16px !important;
  }
  .tabber .title-holder p {
    font-size: 16px !important;
    padding: 40px 0 !important;
  }
  .tabber .top-content {
    padding-bottom: 20px!important;
  }
  .tabber .hs-tabs__item {
    padding: 0!important;
  }
  html.type_04 table td {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
  html.type_04 .cell_17352820929363-padding {
    width: 100% !important;
  }

  html.type_04 .cell_17352820929364-padding {
    width: 100% !important;
  }
  .custom-navigation.navi ul > li {
    padding: 10px 0!important;
  }
  .custom-navigation.navi ul > li p a {
    font-size: 20px;
  }
  .licensingForm .hs-form-field {
    padding: 0!important;
    margin-right: 0;
  }
  .licensingForm .hs-form-field .hs-input:not([type="checkbox"]):not(select) {
    width: 100% !important;
  }
  .midas-banner .top-content .content-holder h1 {
    position: static!important;
  }
  .midas-banner.cm-type2.civil {
    background: #fff;
    position: relative;
  }

  .midas-banner.cm-type2.civil:after {
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(180deg, rgba(26, 166, 255, 0.5) 30%, rgba(255, 255, 255, 0.5) 100%);
    background: -webkit-linear-gradient(180deg, rgba(26, 166, 255, 0.5) 30%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(180deg, rgba(26, 166, 255, 0.5) 30%, rgba(255, 255, 255, 0.5) 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }

  .civil.midas-banner .page-center {
    position: relative;
    z-index: 9;
  }
  .Cm-type3.midas-banner {
    background: #fff!important;
    position: relative;
  }

  .Cm-type3.midas-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(180deg, rgba(237, 59, 75, 0.5) 30%, rgba(255, 255, 255, 0.5) 100%);
    background: -webkit-linear-gradient(180deg, rgba(237, 59, 75, 0.5) 30%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(180deg, rgba(237, 59, 75, 0.5) 30%, rgba(255, 255, 255, 0.5) 100%);
  }

  .Cm-type3.midas-banner .page-center {
    position: relative;
    z-index: 9;
  }
  .featured-form.new_form form .form-columns-2 .hs-form-field .input {
    margin-right: 0 !important;
  }

  .featured-form.new_form form .hs-form-field .hs-input {
    width: 100% !important;
  }

  .featured-form.new_form form .form-columns-2 .hs-form-field {
    margin-bottom: 10px!important;
  }

  .featured-form.new_form form .hs-form-field {
    padding: 0 !important;
  }
  .midas_form.featured-form form .form-columns-2 .hs-form-field {
    width: 100%!important;
  }
  .custom-cnt-area.cm_tp_cntn.fix .content p,
  .custom-font-text.cm__cntn.fix2 p,
  .custom-cnt-area.fix3 .content p{
    font-size: 16px !important;
  }
  .custom-cnt-area.cm_tp_cntn.fix .btn-holder a,
  .custom-cnt-area.fix3 .btn-holder a{
    font-size: 16px;
  }
  .custom-font-text.cm__cntn.fix2 p {
    padding-bottom: 70px;
  }

  .custom-font-text.cm__cntn.fix2 ul {
    padding-left: 20px;
  }
  body.lp_type_1 h1 {
    padding-top: 20px;
    font-size: 25px !important;
    line-height: 30px !important;
    margin: 0.67em 0 !important;
    text-align: center;
  }
  body.lp_type_1 h3 {
    font-size: 17px!important;
    text-align: center;
  }
  body.lp_type_1 p,
  body.lp_type_1 h2 {
    text-align: center;
  }
  html.type_04 .table-wrapper table {
    width: 100% !important;
  }
  .cmBreadcrumb .f_breadcrumb_menu .hs-menu-wrapper>ul>li>a {
    white-space: normal;
  }
  .custom-cnt-area.staged .content h1 {
    font-size: 45px !important;
    margin: 0 !important;
  }
  .custom-cnt-area.staged .content p {
    margin: 0 !important;
  }
  .image-text.test .row.mx-0 .text-center.px-0 .image-text__img img {
    min-width: 200px;
    min-height: 199px;
  }
  .image-text.test:not(.test2) {
    margin-top: -13px;
  }
  .image-text.test .row.mx-0 .image-text__text-wrapper .image-text__text p {
    font-size: 1.75rem;
    line-height: 1em;
  }

  .custom-cnt-area.staged .content h4 {
    padding-top: 10px;
  }
  html.type_05 .hs_cos_wrapper_type_linked_image img,
  .hs-cta-img{
    height: auto;
  }
  .swiper-container .swiper-slide img {
    width: auto;
    height: 100% !important;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
  }
  .custom-cnt-area.cm-bg-card .content p {
    font-size: 16px !important;
  }
  .custom-cnt-area.cm-bg-card .content p {
    font-size: 16px !important;
  }
  .cards.cad .row.justify-content-center .col-lg-3 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .custom-font-text.ctm-que .hs_cos_wrapper_type_inline_rich_text table ul > li {
    margin-bottom: 20px !important;
  }
  .footer--site-page.type_11 .footercol .hs-menu-wrapper> ul {
    flex-wrap: wrap;
  }


  .footer7theme_03 footer.footertype2.footer7 {
    padding: 60px 0 128px;
  }
  .footer7theme_03 footer.footertype2.footer7 .custom-row .items.Community_sitemap {
    margin-top: 37px;
  }
  /*   .footer7theme_03 footer.footertype2 .Community_sitemap .hs-menu-wrapper > ul > li > ul, 
  .footer7theme_03 footer.footertype2 .Support_sitemap .hs-menu-wrapper > ul > li > ul {
  display: block;
} */
  .footer7theme_03 footer.footertype2.footer7 .custom-row .hs-menu-wrapper > ul > li > a {
    border-bottom: 0;
  }
  .footer7theme_03 footer.footertype2 .Community_sitemap .hs-menu-wrapper > ul > li > a:after,
  .footer7theme_03 footer.footertype2 .Support_sitemap .hs-menu-wrapper > ul > li > a:after {
    content: none;
  }
  .footer7theme_03 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul {
    padding: 40px 0;
    line-height: 1.8;
  }
  .footer7theme_03 footer.footertype2.footer7 .custom-row .hs-menu-wrapper > ul > li > ul > li {
    margin: 0;
    padding: 0 20px;
    line-height: 1.8;
    font-size: 16px;
  }
  .footer7theme_03 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li > a {
    line-height: 1.8;
  }
  .footer7theme_03 footer.footertype2.footer7 .custom-row .items.Support_sitemap {
    margin-top: 36px;
  }
  .footer7theme_03 footer.footertype2.footer7 .cm-formarea {
    margin-top: 40px;
  }
  .footer7theme_03 footer.footertype2.footer7 .footer-wrapper .hs-input {
    padding: 10px;
    margin-top: 5px;
  }
  .footer7theme_03 footer.footertype2.footer7 .actions input.hs-button.primary.large {
    width: auto !important;
    padding: 1px 6px;
    margin-top: 0;
    font-size: 13.3333px;
  }
  .notification-bar p {
    margin: 0 !important;
  }

  .notification-bar {
    padding: 10px 0;
  }
  /* footer 8 */
  .footer8theme_01 footer.footertype2 .page-center {
    padding: 0 15px;
  }

  .footer8theme_01 footer.footertype2.footer7 .cm-formarea h3 {
    margin-bottom: 20px;
    text-align: center;
  }

  .footer8theme_01 .cmBreadcrumb.theme8 .page-center {
    padding: 0 15px;
  }

  .footer8theme_01 .cmBreadcrumb .breadcrumb_inner .logo img {
    width: 100%;
    max-width: 125px;
  }

  .footer8theme_01 .cmBreadcrumb .f_breadcrumb_menu .hs-menu-wrapper>ul>li>a {
    line-height: 1.8;
  }
  .footer8theme_01 footer.footertype2.footer8 {
    padding-top: 33px;
  }

  .footer8theme_01 footer.footertype2 .custom-row .items:first-child {
    margin-top: 0;
  }

  .footer8theme_01 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul {
    padding: 40px 0;
  }

  .footer8theme_01 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li {
    margin: 0;
  }

  .footer8theme_01 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > ul > li {
    margin: 0;  
    padding: 0 20px;
    line-height: 1.8;
    font-size: 16px;
  }

  .footer8theme_01 footer.footertype2.footer7 .custom-row .items.Community_sitemap {
    margin-top: 47px;
  }

  .footer8theme_01 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > a {
    display: block;
  }

  .footer8theme_01 footer.footertype2.footer7 .cm-formarea {
    margin-top: 38px;
  }
  .footer5theme_01 .cm_footer_col:not(:first-child) {
    margin-left: 0;
  }

  .footer5theme_01 .cm_footer_col:not(:last-child) span span {
    padding: 32px 0 40px;
    display: inline-block;
  }

  .footer5theme_01 .cm_footer_col p span {
    padding: 0 !important;
  }
  .footer5theme_01 .cm_footer_col .feedreader_box {
    margin-top: 33px;
  }

  .footer5theme_01 .cm_footer_col p {
    padding: 32px 20px 40px;
    margin: 0;
  }
  .header_10_theme_01 .type_10 .mobile-trigger i, 
  .header_10_theme_01 .type_10 .mobile-trigger i::before,
  .header_10_theme_01 .type_10 .mobile-trigger i::after{
    background-color: #fff;
  }
  .header_10_theme_01 .type_10 .cm_header .page-center {
    padding: 0 20px;
  }
  .header_10_theme_01 .type_10 .header_menu .hs-menu-wrapper>ul>li>a {
    background-color: #fff!important;
    font-size: 14px;
  }
  .header_10_theme_01 .headerMenu .hs-menu-wrapper ul li {
    border: 0;
  }
  .header_10_theme_01 .cm_child_trigger i, 
  .header_10_theme_01 .cm_child_trigger i:after {
    background-color: #000 !important;
  }
  .header_10_theme_01 .type_10 .header_menu .hs-menu-wrapper>ul>li:hover>ul {
    border: 0;
  }
  .header_10_theme_01 .type_10 .header_menu .hs-menu-wrapper>ul ul li a:hover {
    background: #61a3e7;
    color: #fff;
  }
  .header_10_theme_01 .type_10 .header_menu .hs-menu-wrapper>ul ul li a {
    background-color: #fff;
    color: #000;
  }
  .header_10_theme_01 .type_10 .mobile-trigger:hover i, 
  .header_10_theme_01 .type_10 .mobile-trigger:hover i::before,
  .header_10_theme_01 .type_10 .mobile-trigger:hover i::after,
  .header_10_theme_01 .type_10 .mobile-trigger.open i, 
  .header_10_theme_01 .type_10 .mobile-trigger.open i::before,
  .header_10_theme_01 .type_10 .mobile-trigger.open i::after{
    background-color: #61a3e7;
  }
  .footer5theme_02 .cm_footer_wrap .page-center {
    padding: 0 15px;
  }

  .footer5theme_02 .cm_footer_col .feedreader_box {
    margin-top: 30px;
  }
  .footer5theme_02 .cm_footer_wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 160px;
    padding-top: 20px;
  }
  .footer5theme_02 .cm_footer_inner {
    row-gap: 0;
  }

  .footer5theme_02 .footer5theme_02 .cm_footer_col p {
    margin: 0;
    padding: 33px 20px 40px;
  }

  .footer5theme_02 .cm_footer_col {
    margin-top: 40px;
  }

  .footer5theme_02 .cm_footer_col:first-child {
    padding-bottom: 40px;
  }

  .footer5theme_02 .cm_footer_col:first-child span span {
    padding-top: 30px;
    display: inline-block;
  }
  .footer8theme_02 footer.footertype2.footer7 .footer-wrapper .hs-input {
    padding: 8px !important;
  }

  .footer8theme_02 footer.footertype2.footer7 .cm-formarea {
    padding-top: 0;
    margin-top: 40px;
  }

  .footer8theme_02 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul {
    padding: 40px 0;
  }

  .footer8theme_02 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > ul > li {
    margin: 0;
    padding: 0 20px;
    line-height: 28.8px;
    font-size: 14px;
  }

  .footer8theme_02 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > ul > li > a {
    line-height: 28.8px;
    font-size: 14px;
    display: block;
  }
  .footer8theme_02 footer.footertype2.footer7 .custom-row .items.Support_sitemap {
    margin-top: 40px;
  }
  .footer8theme_02 footer.footertype2.footer8 {
    padding-top: 25px;
  }
  .footer8theme_02 footer.footertype2 .custom-row .items:first-child {
    margin-top: 10px;
  }

  .footer8theme_02 footer.footertype2.footer7 .custom-row .items.Community_sitemap {
    margin-top: 46px;
  }
  .footer8theme_02 .cmBreadcrumb .f_breadcrumb_menu .hs-menu-wrapper>ul>li>a {
    line-height: 1.8;
  }
  .cmBreadcrumb .f_breadcrumb_menu .hs-menu-wrapper>ul>li:before {
    width: auto;
    min-width: 21px;
  }

  .footer8theme_02 footer.footertype2 .products_sitemap .hs-menu-wrapper > ul > li > ul {
    display: block;
  }
  .footer8theme_02 footer.footertype2.footer7 .custom-row .products_sitemap .hs-menu-wrapper > ul > li > a {
    border: 0;
  }

  .footer8theme_02 footer.footertype2.footer7 .custom-row .products_sitemap .hs-menu-wrapper > ul > li > a:after {
    content: none;
  }
  .header_5_theme_05 .mobile-trigger i,
  .header_5_theme_05 .mobile-trigger i:after, 
  .header_5_theme_05 .mobile-trigger i:before {
    background-color: #fff;
  }
  .footer5theme_04 .cm_footer_col .feedreader_box {
    margin-top: 30px;
  }

  .footer5theme_04 .cm_footer_wrap {
    padding-bottom: 160px;
  }

  .footer5theme_04 .cm_footer_col p {
    margin: 0;
    padding: 31px 20px 40px;
  }

  .footer5theme_04 .cm_footer_col:first-child span span {
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .header_9_theme_05 .headerWrap.header8 .mobile-menu .hs-menu-wrapper>ul>li>a {
    font-family: 'roboto', sans-serif;
    line-height: 30px;
  }

  .header_9_theme_05 .headerWrap.h-9 .notification-bar p {
    font-size: 14px !important;
    font-weight: 200;
  }
  .footer8theme_04 footer.footertype2 .page-center, .footer8theme_04 .cmBreadcrumb .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer8theme_04 footer.footertype2.footer8 .hs_submit.hs-submit {
    margin-top: 15px;
  }

  .footer8theme_04 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > a {
    display: block;
  }

  .footer8theme_04 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul {
    padding: 40px 0;
  }

  .footer8theme_04 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > ul > li {
    padding: 0 20px;
    margin: 0;
  }

  .footer8theme_04 footer.footertype2.footer7 .cm-formarea {
    padding: 0;
    margin-top: 40px;
  }

  .footer8theme_04 .cmBreadcrumb .f_breadcrumb_menu .hs-menu-wrapper>ul>li>a {
    line-height: 30px;
  }

  .footer8theme_04 footer.footertype2 .products_sitemap .hs-menu-wrapper > ul > li > ul {
    display: block;
  }

  .footer8theme_04 footer.footertype2.footer8 .custom-row .products_sitemap .hs-menu-wrapper > ul > li > a {
    border: 0;
  }

  .footer8theme_04 footer.footertype2.footer8 .custom-row .products_sitemap .hs-menu-wrapper > ul > li > a:after {
    content: none;
  }

  .footer8theme_04 footer.footertype2 .custom-row .items:first-child {
    margin-top: 0;
  }

  .footer8theme_04 footer.footertype2.footer7 .custom-row .items.Community_sitemap {
    margin-top: 50px;
  }

  .footer8theme_05 footer.footertype2.footer7 .actions input.hs-button.primary.large {
    width: 100% !important;
    padding: 8px 6px;
    font-size: 16px;
    margin-top: 10px;
  }

  .footer7theme_05 footer.footertype2.footer7 {
    padding-bottom: 155px;
  }

  .footer8theme_05 footer.footertype2.footer7 .footer-wrapper .hs-input {
    padding: 8px;
    margin-top: 10px;
  }

  .footer8theme_05 footer.footertype2.footer7 .cm-formarea h3 {
    margin-bottom: 20px;
    text-align: center;
  }

  .footer8theme_05 footer.footertype2.footer7 .cm-formarea {
    padding-top: 0;
  }

  .footer8theme_05 footer.footertype2.footer7 .custom-row .hs-menu-wrapper > ul > li > ul > li,
  .footer8theme_05 footer.footertype2.footer7 .custom-row .hs-menu-wrapper > ul > li > ul > li > a {
    line-height: 1.5;
    font-family: 'Work Sans', sans-serif;
    font-weight: 200;
  }
  .footer8theme_05 footer.footertype2.footer8 {
    padding-bottom: 155px;
  }

  .footer8theme_05 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > a {
    display: inline-block;
  }

  .footer8theme_05 footer.footertype2.footer8 form.hs-form label,
  .footer8theme_05 footer.footertype2.footer8 form.hs-form label span {
    font-family: 'Work Sans', sans-serif;
    line-height: 1.5;
  }


  .footer8theme_05 footer.footertype2 .footer-wrapper .hs-input {
    height: auto;
    padding: 13px;
  }

  .footer8theme_05 .cmBreadcrumb .f_breadcrumb_menu .hs-menu-wrapper>ul>li>a {
    font-family: 'Work Sans', sans-serif;
    font-weight: 200;
    line-height: 1.5;
  }

  .footer8theme_05 .cmBreadcrumb .breadcrumb_inner {
    padding-bottom: 0;
  }
  .footer8theme_05 footer.footertype2.footer7 .custom-row .items.Support_sitemap ul > li > ul {
    display: none;
  }

  .footer8theme_05 footer.footertype2.footer7 .custom-row .items.Community_sitemap ul > li > ul {
    display: none;
  }

  .footer8theme_05 footer.footertype2.footer7 .custom-row .items.Community_sitemap .hs-menu-wrapper> ul > li > a {
    display: block;
    border-bottom: 1px solid white;
    cursor: pointer;
    position: relative;
  }
  .footer8theme_05 footer.footertype2 .products_sitemap .hs-menu-wrapper > ul > li > ul {
    display: block;
  }

  .footer8theme_05 footer.footertype2 .products_sitemap .hs-menu-wrapper > ul > li > ul > li,
  .footer8theme_05 footer.footertype2 .products_sitemap .hs-menu-wrapper > ul > li > ul > li > a {
    line-height: 24px !important;
    font-family: 'Work Sans', sans-serif;
    font-weight: 200;
  }
  .footer8theme_05 footer.footertype2.footer8 {
    padding-top: 40px;
  }
  .footer8theme_05 footer.footertype2.footer7 .custom-row .items.Community_sitemap .hs-menu-wrapper> ul > li.submenuopen > a:after,
  .footer8theme_05 footer.footertype2.footer7 .custom-row .items.Support_sitemap .hs-menu-wrapper> ul > li.submenuopen > a:after {
    content: "x";
    font-size: 17px;
  }
  .footer8theme_05 footer.footertype2 .custom-row .items:first-child {
    margin-top: 0;
  }
  .footer8theme_05 footer.footertype2.footer7 .custom-row .items.Community_sitemap .hs-menu-wrapper> ul > li > a:after {
    content: "+";
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 22px;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-weight: 200;
    line-height: 1.5;
  }

  .footer8theme_05 .items.products_sitemap ul >li > a {
    display: block;
  }
  .footer8theme_05 footer.footertype2 .Support_sitemap .hs-menu-wrapper > ul > li.submenuopen {
    padding-bottom: 0;
  }
  .footer8theme_05 footer.footertype2.footer7 .custom-row .items.Support_sitemap .hs-menu-wrapper> ul > li > a {
    display: block;
    border-bottom: 1px solid white;
    cursor: pointer;
  }
  .footer8theme_05 footer.footertype2.footer7 .custom-row .items.Support_sitemap .hs-menu-wrapper> ul > li > a:after {
    content: "+";
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 22px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 200;
    line-height: 1.5;
  }
  .footer8theme_05 footer.footertype2 .products_sitemap .hs-menu-wrapper > ul > li > a:after,
  .footer8theme_05 footer.footertype2 .company_sitemap .hs-menu-wrapper > ul > li > a:after {
    content: none;
  }
  .footer8theme_05 footer.footertype2.footer7 .custom-row .items.Support_sitemap {
    margin-top: 46px;
  }

  .footer_02_theme_04 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li.submenuopen > a:after {
    content: "x";
    font-size: 16px;
  }


  .footer_02_theme_04 footer.footertype2 .actions input.hs-button.primary.large {
    width: 100% !important;
    padding: 8px 6px !important;
    font-size: 16px;
    margin-top: 10px;
  }

  .footer_02_theme_04 footer.footertype2 {
    padding-bottom: 155px;
    padding-top: 30px;
  }

  .footer_02_theme_04 footer.footertype2 .footer-wrapper .hs-input {
    padding: 8.3px;
  }

  .footer_02_theme_04 footer.footertype2 .custom-row .items:nth-child(4) {
    margin-top: 50px !important;
  }

  .footer_02_theme_04 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > a {
    margin: 0;
    border-bottom: 1px solid white;
    position: relative;
    cursor: pointer;
    padding-bottom: 10px;
  }

  .footer_02_theme_04 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul {
    display: none;
  }

  .footer_02_theme_04 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > a:after {
    content: "+";
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 22px;
    line-height: 1.8;
    font-weight: 400;
  }
  .footer_02_theme_04 footer.footertype2 .cm-formarea h3 {
    margin-bottom: 15px;
  }
  .footer_02_theme_04 footer.footertype2 .custom-row .items.Community_sitemap {
    margin-top: 50px;
  }
  .footer_02_theme_04 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul {
    padding: 20px 0 0;
  }
  .footer_02_theme_05 footer.footertype2 .actions input.hs-button.primary.large {
    width: 100% !important;
    padding: 8px 6px !important;
    font-size: 16px;
    margin-top: 10px;
  }

  .footer_02_theme_05 footer.footertype2 {
    padding-bottom: 155px;
    padding-top: 20px;
  }

  .footer_02_theme_05 footer.footertype2 .footer-wrapper .hs-input {
    margin-top: 10px;
  }
  .footer_02_theme_05 footer.footertype2 .custom-row .items.Community_sitemap {
    margin-top: 50px;
  }

  .footer_02_theme_05 footer.footertype2 .cm-formarea h3 {
    margin-bottom: 10px;
  }

  .footer_02_theme_05 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul {
    padding: 34px 0 40px;
  }

  .footer_02_theme_05 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li {
    padding: 0 20px;
  }

  .footer_02_theme_05 footer.footertype2 .Community_sitemap .hs-menu-wrapper > ul > li > a:after, 
  .footer_02_theme_05 footer.footertype2 .Support_sitemap .hs-menu-wrapper > ul > li > a:after {
    bottom: 4px;
  }


  .footer10theme_01 footer.footertype2.footer6.type_10 {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .footer10theme_01 footer.footertype2.type_10 .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer10theme_01 footer.footertype2.footer6 .actions input.hs-button.primary.large {
    margin-top: 0;
  }

  .footer10theme_01 footer.footertype2.footer6.type_10 .footer-wrapper {
    padding-bottom: 160px;
    padding-top: 20px;
  }

  .footer10theme_01 footer.footertype2.footer6.type_10 form.hs-form label {
    text-align: center;
  }

  .footer10theme_01 footer.footertype2.footer6 .cm-formarea h3 {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer10theme_01 footer.footertype2.footer6.type_10 .custom-row .hs-menu-wrapper > ul ul {
    display: block;
    text-align: center;
    padding: 40px 0;
  }

  .footer10theme_01 footer.footertype2.footer6 .cm-formarea {
    margin-top: 40px;
  }

  .footer10theme_01 footer.footertype2.footer6.type_10 .custom-row .hs-menu-wrapper > ul > li > ul > li {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .footer10theme_01 footer.footertype2.footer6.type_10 .custom-row .hs-menu-wrapper > ul > li > ul > li>a {
    font-size: 14px;
    line-height: normal;
  }

  .footer10theme_01 footer.footertype2.footer6.type_10 .custom-row .hs-menu-wrapper > ul > li > a {
    padding: 0;
    border: 0;
    text-align: center;
  }

  .footer10theme_01 footer.footertype2.footer6.type_10 .custom-row .hs-menu-wrapper > ul > li > a:after {
    content: none;
    text-align: center;
  }
  .header_10_theme_02 .type_10 .header_menu .hs-menu-wrapper>ul>li>a {
    background-color: #fff;
  }
  .header_10_theme_02 .header-stickyWrapper.type_10 .cm_header .page-center {
    padding: 0 20px;
  }

  .header_2_theme_02 header.header-type2 .logo a img {
    margin: auto;
  }

  .footer_02_theme_07 footer.footertype2 .actions input.hs-button.primary.large {
    font-size: 16px;
  }

  .footer_02_theme_07 footer.footertype2 .footer-wrapper .hs-input {
    padding: 10px 6px;
    margin-top: 10px;
  }

  .footer_02_theme_07 footer.footertype2 .cm-formarea h3 {
    margin-bottom: 11px;
  }

  .footer_02_theme_07 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul {
    padding: 40px 0;
  }

  .footer_02_theme_07 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li {
    padding: 0 20px;
  }

  .footer_02_theme_07 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > a {
    margin-bottom: 10px;
  }

  .footer_02_theme_07 footer.footertype2 .Community_sitemap .hs-menu-wrapper > ul > li > a:after,
  .footer_02_theme_07 footer.footertype2 .Support_sitemap .hs-menu-wrapper > ul > li > a:after {
    bottom: 8px;
  }

  .footer_02_theme_07 footer.footertype2 .custom-row .items.Support_sitemap ul > li > a {
    margin-bottom: 0;
  }

  .footer_02_theme_07 footer.footertype2 .custom-row .items.Community_sitemap ul > li > a {
    margin: 0;
  }

  .footer_02_theme_07 footer.footertype2 {
    padding-top: 20px;
  }

  .footer_02_theme_07 footer.footertype2 .custom-row .items.Community_sitemap {
    margin-top: 50px;
  }

  .footer9theme_01 footer.footertype2.footer9 {
    padding-bottom: 127px;
    padding-top: 20px;
  }

  .footer9theme_01 footer.footertype2.footer9 .actions input.hs-button.primary.large {
    width: auto !important;
    font-size: 16px;
    padding: 1px 6px;
    margin-top: 5px;
  }

  .footer9theme_01 footer.footertype2 .footer-wrapper .hs-input {
    min-height: 44.89px;
  }

  .footer9theme_01 footer.footertype2.footer9 .cm-formarea h3 {
    margin-bottom: 12px;
  }

  .footer9theme_01 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul {
    padding: 40px 0;
  }

  .footer9theme_01 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li {
    padding: 0 20px;
  }

  .footer9theme_01 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > a {
    margin-bottom: 10px;
  }

  .footer6theme_01 footer.footertype2.footer6 .custom-row .items:first-child {
    margin-left: 0;
  }
  .footer6theme_01 .footer6theme_01 footer.footertype2.footer6 .custom-row .hs-menu-wrapper > ul > li > a {
    display: inline;
  }

  .footer6theme_01 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul {
    padding: 0;
  }
  .footer6theme_02 footer.footertype2.footer6 .custom-row {
    flex-wrap:wrap;
  }

  .footer6theme_02 footer.footertype2.footer6 .cm-formarea {
    margin-right: 0 !important;
  }

  .footer6theme_02 footer.footertype2.footer6 .custom-row .items:first-child {
    margin-left: 0 !important;
  }

  .footer6theme_02 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul {
    padding: 0;
  }


  .footer_04_theme_05 footer.footertype2.footertype4 .products_sitemap .hs-menu-wrapper > ul > li > ul, 
  .footer_04_theme_05 footer.footertype2.footertype4 .company_sitemap .hs-menu-wrapper > ul > li > ul {
    display: block !important;
  }

  .footer_04_theme_05 footer.footertype2 .products_sitemap .hs-menu-wrapper > ul > li > a,
  .footer_04_theme_05 footer.footertype2 .company_sitemap .hs-menu-wrapper > ul > li > a {
    padding: 0;
    border: 0;
    pointer-events: none;
    cursor: pointer;

  }

  .footer_04_theme_05 footer.footertype2 .products_sitemap .hs-menu-wrapper > ul > li > a:after,
  .footer_04_theme_05 footer.footertype2 .company_sitemap .hs-menu-wrapper > ul > li > a:after {
    content: none;
  }

  .pricingTable-firstTable li.pricingTable-firstTable_table>ol {
    padding-left: 0 !important;
  }

  .footer_04_theme_06 footer.footertype2.footertype4 .actions input.hs-button.primary.large {
    padding: 1px 6px;
    margin-top: 0;
  }

  .footer_04_theme_06 footer.footertype2.footertype4 .footer-wrapper .hs-input {
    padding: 6px;
  }

  .footer_04_theme_06 footer.footertype2 .products_sitemap .hs-menu-wrapper > ul > li > a,
  .footer_04_theme_06 footer.footertype2 .company_sitemap .hs-menu-wrapper > ul > li > a {
    border: 0;
    padding: 0;
    pointer-events: none;
    cursor: pointer;
  }
  .content-slider.limits .swiper-backface-hidden .swiper-slide {
    padding-top: 30px;
  }
  .footer_04_theme_06 footer.footertype2 .products_sitemap .hs-menu-wrapper > ul > li > a:after, 
  .footer_04_theme_06 footer.footertype2 .company_sitemap .hs-menu-wrapper > ul > li > a:after {
    content: none;
  }
  .footer_04_theme_06 footer.footertype2.footertype4 .products_sitemap .hs-menu-wrapper > ul > li > ul, 
  .footer_04_theme_06 footer.footertype2.footertype4 .company_sitemap .hs-menu-wrapper > ul > li > ul{
    display: block !important;
  }
  .footer_04_theme_09 footer.footertype2.footertype4 {
    padding-bottom: 75px;
  }

}

@media (max-width:760px){
  .footer8theme_01 .middle_header_inner .h-logo-col a img,
  .footer7theme_03 .middle_header_inner .h-logo-col a img,
  .header_9_theme_04 .middle_header_inner .h-logo-col a img,
  .headerWrap.header8.h-12 .middle_header_inner .h-logo-col a img,
  .header_9_theme_05 .middle_header_inner .h-logo-col a img{
    min-height: 40px !important;
    max-width: 108px;
  }
}


@media (max-width:700px){
  .headerWrap.h-9 span.btn-close {
    display: none;
  }
}



@media (max-width:600px){
  .headerWrap.header8.h-12 .notification-bar p:last-child {
    display: block;
  }
  .headerWrap.header8.h-12 .notification-bar p:first-child {
    display: none;
  }
  .design-cards .design-cards-row ul li.circle1 p,
  .design-cards .design-cards-row ul li.circle2 p,
  .design-cards .design-cards-row ul li.circle3 p,
  .design-cards .design-cards-row ul li.circle4 p,
  .design-cards .design-cards-row ul li.circle5 p{
    margin-left: 50px!important;
  }
}

@media (max-width:570px){
  .header_9_theme_05 .notification-bar {
    display: none!important;
  }
  .header_9_theme_05 .notification-bar-mobile.notification-bar {
    display: flex !important;
  }
}

@media (max-width:480px){
  .header_5_theme_05 .header_logo img {
    margin-left: auto;
  }
  html.type_05 .span12.widget-span p {
    margin: 0;
  }
  html.type_05 .hs_cos_wrapper_type_rich_text p {
    font-size: 16px !important;
  }
  a#cta_button_2495902_c54d50c0-8ef3-4dad-a749-969f764972d2 {
    font-size: 16px;
  }
  .table-wrapper table td p span {
    font-size: 11px !important;
  }
  .table-wrapper table td p {
    line-height: normal !important;
  }
  /*   .hs_cos_wrapper_type_rich_text p {
  font-size: 16px !important;
} */
  .design-cards .design-cards-row ul li.circle1 p,
  .design-cards .design-cards-row ul li.circle2 p, 
  .design-cards .design-cards-row ul li.circle3 p, 
  .design-cards .design-cards-row ul li.circle4 p, 
  .design-cards .design-cards-row ul li.circle5 p,
  .design-cards .design-cards-row ul li.circle1 span,
  .design-cards .design-cards-row ul li.circle2 span,
  .design-cards .design-cards-row ul li.circle3 span,
  .design-cards .design-cards-row ul li.circle4 span,
  .design-cards .design-cards-row ul li.circle5 span{
    margin-left: 0 !important;
  }
  body.default .span12.widget-span p {
    margin: 0 !important;
  }
}

@media (max-width:440px){
  .stackedSection {
    height: 100% !important;
  }
  html.type_04 .span12.widget-span p {
    margin: 0;
  }
}
@font-face { 
  font-family: "Font Awesome 5 Free"; 
  src: url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/fonts/FontAwesome5FreeSolid.eot) format("embedded-opentype"),
    url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/fonts/fa-solid-900.woff2) format("woff2"), 
    url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/fonts/FontAwesome5FreeSolid.woff) format("woff"), 
    url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/fonts/FontAwesome5FreeSolid.ttf) format("truetype"), 
    url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/fonts/FontAwesome5FreeSolid.svg) format("svg");
  font-style: normal; 
  font-weight: 900;
}

@font-face { font-family: "Roboto-new";
  src: url("https://www.midasoft.com/_hcms/googlefonts/Roboto/regular.woff2") format("woff2"),
    url("https://www.midasoft.com/_hcms/googlefonts/Roboto/regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "slick";
  src: url("https://www.midasoft.com/hs/hsstatic/slick/static-1.56/slick/fonts/slick.eot") format("embedded-opentype"), 
    url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/fonts/slick.woff) format("woff"),
    url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/fonts/slick.ttf) format("truetype"), 
    url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/fonts/slick.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}




html.type_02 {
  font-size: 16px;
}
@media screen and (min-width: 56.25em){
  html.type_02 {
    font-size: 1.125rem;
  }
}
body.type_02 {
  width: 100%;
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.4444444444 !important;
  font-weight: 300;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #5c5c5c;
}
body.type_02 h1,
body.type_02 h2,
body.type_02 h3,
body.type_02 h4,
body.type_02 h5,
body.type_02 h6 {
  text-rendering: optimizelegibility;
  color: #616161;
  font-family: Open Sans, sans-serif;
  font-weight: 1000;
  letter-spacing: -2px;
  line-height: 1.2;
  margin: 10px 0 20px;
}
body.type_02 img {
  margin: 18px 0;
}
body.type_02 h1:first-child,
body.type_02 h2:first-child,
body.type_02 h3:first-child,
body.type_02 h4:first-child,
body.type_02 h5:first-child,
body.type_02 h6:first-child {
  margin-top: 0;
}
body.type_02 h1 {
  font-size: 60px;
}
body.type_02 h2 {
  font-size: 40px;
}
body.type_02 h3 {
  font-size: 30px;
}
body.type_02 h4 {
  font-size: 24px;
}
body.type_02 h5 {
  font-size: 14px;
}
body.type_02 h6 {
  font-size: 12px;
}
body.type_02 p {
  margin: 10px 0;
}
body.type_02 a {
  color: #61a3e7;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.type_02 a:focus,
body.type_02 a:hover {
  color: #2f71b5;
}
body.type_02 a:active,
body.type_02 a:hover {
  outline: 0;
}

body.type_02 button, 
body.type_02 input, 
body.type_02 optgroup, 
body.type_02 select, 
body.type_02 textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
body.type_02 textarea, 
body.type_02 input[type="text"],
body.type_02 input[type="password"], 
body.type_02 input[type="datetime"],
body.type_02 input[type="datetime-local"],
body.type_02 input[type="date"],
body.type_02 input[type="month"],
body.type_02 input[type="time"], 
body.type_02 input[type="week"],
body.type_02 input[type="number"],
body.type_02 input[type="email"],
body.type_02 input[type="url"], 
body.type_02 input[type="search"],
body.type_02 input[type="tel"],
body.type_02 input[type="color"],
body.type_02 select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.type_02 input[type=color],
body.type_02 input[type=date], 
body.type_02 input[type=datetime-local], 
body.type_02 input[type=datetime],
body.type_02 input[type=email],
body.type_02 input[type=month],
body.type_02 input[type=number],
body.type_02 input[type=password],
body.type_02 input[type=search], 
body.type_02 input[type=tel], 
body.type_02 input[type=text], 
body.type_02 input[type=time], 
body.type_02 input[type=url],
body.type_02 input[type=week],
body.type_02 select,
body.type_02 textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 6px;
  width: 100%;
}
body.type_02 input[type=color],
body.type_02 input[type=date],
body.type_02 input[type=datetime-local], 
body.type_02 input[type=datetime], 
body.type_02 input[type=email],
body.type_02 input[type=file], 
body.type_02 input[type=month], 
body.type_02 input[type=number],
body.type_02 input[type=password],
body.type_02 input[type=search],
body.type_02 input[type=tel],
body.type_02 input[type=text],
body.type_02 input[type=time],
body.type_02 input[type=week], 
body.type_02 select,
body.type_02 textarea {
  background-color: #fafafa;
  background-image: none;
  border: 1px solid #ccc;
  color: #555;
  display: block;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  margin-top: 5px;
  padding: 10px;
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -ms-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%;
}
body.type_02 input[type=color]:focus,
body.type_02 input[type=date]:focus,
body.type_02 input[type=datetime-local]:focus,
body.type_02 input[type=datetime]:focus,
body.type_02 input[type=email],
body.type_02 input[type=file]:focus,
body.type_02 input[type=month]:focus,
body.type_02 input[type=number]:focus,
body.type_02 input[type=password]:focus,
body.type_02 input[type=search]:focus,
body.type_02 input[type=tel]:focus,
body.type_02 input[type=text]:focus,
body.type_02 input[type=time]:focus, 
body.type_02 input[type=url]:focus, 
body.type_02 input[type=week]:focus,
body.type_02 select:focus,
body.type_02 textarea:focus {
  border-color: #61a3e7;
  outline: 0;
}
body.type_02 form.hs-form label {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: Roboto, sans-serif;
}
body.type_02 .dnd-section .widget-type-cell {
  padding: 0;
}
body.type_02 .row-fluid:before,
body.type_02 .row-fluid:after {
  display: table;
  content: ""
}
body.type_02 .row-fluid:after {
  clear: both
}
body.type_02 .row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

body.type_02 .row-fluid [class*="span"]:first-child {
  margin-left: 0
}

body.type_02 .row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%
}

body.type_02 .row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%
}

body.type_02 .row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%
}

body.type_02 .row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%
}

body.type_02 .row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%
}

body.type_02 .row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%
}
body.type_02 .dnd-section .widget-type-cell {
  padding: 0;
}
body.type_02 .row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%
}

body.type_02 .row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%
}

body.type_02 .row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%
}

body.type_02 .row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%
}

body.type_02 .row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%
}

body.type_02 .row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%
}

body.type_02 .container-fluid {
  *zoom:1}

body.type_02 .container-fluid:before,
body.type_02 .container-fluid:after {
  display: table;
  content: ""
}

body.type_02 .container-fluid:after {
  clear: both
}
body.type_02  .row-fluid [class*="force-full-width-section"],
body.type_02  .row-fluid [class*="force-full-width-section"] .dnd-column {
  padding:0;
}
@media(max-width: 767px) {
  body.type_02 .row-fluid {
    width:100%
  }

  body.type_02 .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0
  }
}

@media(min-width: 768px) and (max-width:1139px) {
  body.type_02 .row-fluid {
    width:100%;
    *zoom:1}

  body.type_02 .row-fluid:before,body.type_02 .row-fluid:after {
    display: table;
    content: ""
  }

  body.type_02 .row-fluid:after {
    clear: both
  }

  body.type_02 .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
  }

  body.type_02 .row-fluid [class*="span"]:first-child {
    margin-left: 0
  }

  body.type_02 .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%
  }

  body.type_02 .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%
  }

  body.type_02 .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%
  }

  body.type_02 .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%
  }

  body.type_02 .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%
  }

  body.type_02 .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%
  }

  body.type_02 .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%
  }

  body.type_02 .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%
  }

  body.type_02 .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%
  }

  body.type_02 .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%
  }

  body.type_02 .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%
  }

  body.type_02 .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%
  }
}

@media(min-width: 1280px) {
  body.type_02 .row-fluid {
    width:100%;
    *zoom:1}

  body.type_02 .row-fluid:before,
  body.type_02 .row-fluid:after {
    display: table;
    content: ""
  }

  body.type_02 .row-fluid:after {
    clear: both
  }

  body.type_02 .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
  }

  body.type_02 .row-fluid [class*="span"]:first-child {
    margin-left: 0
  }

  body.type_02 .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%
  }

  body.type_02 .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%
  }

  body.type_02 .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%
  }

  body.type_02 .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%
  }

  body.type_02 .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%
  }

  body.type_02 .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%
  }

  body.type_02 .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%
  }

  body.type_02 .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%
  }

  body.type_02 .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%
  }

  body.type_02 .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%
  }

  body.type_02 .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%
  }

  body.type_02 .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%
  }
}

@media (max-width:1100px){
  body.type_02 .body-container-wrapper {
    padding-top: 0;
  }
}


body.type_03,
html.type_03 {
  font-size: 16px;
  color: #212529;
  font-family: Poppins;
  line-height: 1.4em;
  letter-spacing: 0em;
}
body.type_03,
html.type_03 {
  moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.type_03 {
  margin: 0;
}
body.type_03 h1,
body.type_03 h2,
body.type_03 h3,
body.type_03 h4,
body.type_03 h5,
body.type_03 h6 {
  margin-top: 0;
}
body.type_03 h1 {
  font-size: 40px;
  color: #000000;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  line-height: 1.3em;
  letter-spacing: 0em;
  margin-bottom: 0.5em;
}
body.type_03 h2 {
  font-size: 32px;
  color: #000000;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin-bottom: 0.5em;
}
body.type_03 h3 {
  font-size: 24px;
  color: #000000;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin-bottom: 0.5em;
}
body.type_03 h4 {
  font-size: 20px;
  color: #000000;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin-bottom: 0.5em;
}
body.type_03 h5 {
  font-size: 12px;
  color: #000000;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin-bottom: 0.5em;
}
body.type_03 h6 {
  font-size: 12px;
  color: #000000;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin-bottom: 0.5em;
}
body.type_03 p, 
body.type_03 pre,
body.type_03 blockquote,
body.type_03 ol, 
body.type_03 ul, 
body.type_03 dl {
  margin-top: 0;
}
body.type_03 p {
  margin-bottom: 1em;
}
body.type_03 a {
  color: #000000;
}
body.type_03 a:hover {
  color: #000000;
}
body.type_03 .body-container-wrapper li {
  color: #000000;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin-bottom: 0.2em;
}
body.type_03 button,
body.type_03 .button, 
body.type_03 .hs-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 2;
  transform: scale(1);
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.type_03 button, 
body.type_03 .button {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 1.0);
  border: 2px solid #000000;
  border-radius: 0em;
  color: #ffffff;
  fill: #ffffff;
  padding: 0.2em 1em;
  text-transform: none;
  font-size: 16px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
body.type_03 .button.button--tertiary {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 1.3px;
  background-color: rgba(255, 255, 255, 0.0);
  border: 1px solid #ffffff;
  border-radius: 0em;
  color: #ffffff;
  fill: #ffffff;
  text-transform: uppercase;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
body.type_03 .button.button--tertiary:hover,
body.type_03 .button.button--tertiary:focus,
body.type_03 .button.button--tertiary:active {
  background-color: rgba(255, 255, 255, 0.0);
  border: 1px solid #ffffff;
  color: #ffffff;
  fill: #ffffff;
  transform: scale(1);
}
body.type_03 .button.button--secondary {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  background-color: rgba(22, 80, 156, 0.0);
  border: 2px solid #000000;
  border-radius: 0em;
  color: #000000;
  fill: #000000;
  padding: 0.2em 1em;
  text-transform: none;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
body.type_03 .button {
  position: relative;
  z-index: 2;
}
body.type_03 .button.button--large {
  padding: 0.7em 2.2em;
  font-size: 18px;
}
body.type_03 button:hover, 
body.type_03 button:focus,
body.type_03 .button:hover,
body.type_03 .button:focus,
body.type_03 .hs-button:hover, 
body.type_03 .hs-button:focus {
  background-color: #1E90FF;
  border-color: #1E90FF;
  color: #fff;
  text-decoration: none;
}
body.type_03 button:hover,
body.type_03 button:focus, 
body.type_03 .button:hover, 
body.type_03 .button:focus, 
body.type_03 button:active, 
body.type_03 .button:active {
  background-color: rgba(255, 255, 255, 0.01);
  border: 2px solid #000000;
  color: #000000;
  fill: #000000;
}


@media (max-width: 992px) {
  body.type_03 h1 {
    font-size: 41px;
  }
  body.type_03 h2 {
    font-size: 32px;
  }
  body.type_03 h3 {
    font-size: 20px;
  }
  body.type_03 h4 {
    font-size: 18px;
  }
  body.type_03 h5 {
    font-size: 12px;
  }
  body.type_03 h6 {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  body.type_03 h1 {
    font-size: 32px;
  }
  body.type_03 h2 {
    font-size: 29px;
  }
  body.type_03 h3 {
    font-size: 20px;
  }
  body.type_03 h4 {
    font-size: 18px;
  }
  body.type_03 h5 {
    font-size: 12px;
  }
  body.type_03 h6 {
    font-size: 12px;
  }
}
body.type_03 .body-container-wrapper{
  padding-top:0;
}
body.type_03 form, 
body.type_03 .submitted-message,
body.type_03 .hs-richtext {
  font-family: Poppins;
}
body.type_03 form input[type=submit],
body.type_03 form .hs-button {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 1.0);
  border: 2px solid #000000;
  border-radius: 0em;
  color: #ffffff;
  fill: ;
  padding: 0.2em 1em;
  text-transform: none;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}


body.type_06 {
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #5c5c5c;
  font-family: Raleway, sans-serif;
}

body.type_06 p {
  margin: 10px 0;
  color: #858585;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .25px;
  line-height: 1.5;
}
body.type_06 a {
  color: #61a3e7;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}
body.type_06 a:hover{
  color: #2f71b5;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px)
  }

  to {
    transform: translateY(0)
  }
}


body.type_06 h1,
body.type_06 h2,
body.type_06 h3, 
body.type_06 h4, 
body.type_06 h5,
body.type_06 h6{
  font-family: Raleway, sans-serif;
  line-height: 1.2;
  margin: 10px 0 20px;
}

body.type_06.fixed-header header.header-type2 {
  animation: smoothScroll 1s forwards;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 30px -5px rgba(0, 0, 0, .2);
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, .2);
  position: fixed;
  top: 0;
  min-height:65px;
}
body.type_06 header.header-type2 {
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  z-index: 99;
}
body.type_06 header.header-type2 .logo a img {
  margin: 0;
}
body.type_06 footer.footertype2 {
  padding-bottom: 156px;
}
body.type_06 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li > a {
  font-family: 'Raleway';
  letter-spacing: .25px;
  line-height: 1.5;
  font-weight: 400;
}
body.type_06 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > a {
  margin-bottom: 21px;
  font-family: Raleway;
}
body.type_06 footer.footertype2 .cm-formarea h3 {
  margin-top: 0;
  margin-bottom:15px;
  font-family: Raleway;
}
body.type_06 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li {
  line-height: 1.5;
}
body.type_06 footer.footertype2 form.hs-form label {
  font-weight: 700;
  margin-bottom: 11px;
  font-family: Raleway, sans-serif;
}
body.type_06 footer.footertype2 .footer-wrapper .hs-input {
  height: 48px;
}
body.type_06 footer.footertype2 .actions input.hs-button.primary.large {
  font-family: Raleway, sans-serif;
  font-size: 15px;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 400;
  width: auto !important;
  margin-top: 0;
}
body.type_06 footer.footertype2 .actions {
  margin-top: 25px;
}




body.footer7theme_01 footer.footertype2 .page-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
body.footer7theme_01 footer.footertype2.footer7 .actions input.hs-button.primary.large {
  width: auto;
  font-size: 13.3333px;
  font-weight: normal;
  font-family: Arial;
}
body.footer7theme_01 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > a ,
body.footer7theme_01 footer.footertype2.footer7 .cm-formarea h3,
body.footer7theme_01 footer.footertype2.footer7 form.hs-form label{
  font-family: arial;
}
body.footer7theme_01 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li > a:hover {
  text-decoration: underline;
}

body.header_9_theme_02 .headerWrap.header8 .tp_header .hs-menu-wrapper>ul>li>a {
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
}
body.header_9_theme_02 {
  color: #444;
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.5;
}

body.header_9_theme_02 .headerWrap.header8.h-9 .h-btn a {
  line-height: 1.5;
}
body.footer7theme_02 footer.footertype2 .page-center {
  max-width: 1040px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
body.footer7theme_02 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > a{
  font-family: arial;
}
body.footer7theme_02 footer.footertype2.footer7 .cm-formarea h3{
  font-family: arial;
  margin-bottom: 16px;
}
body.footer7theme_02 footer.footertype2.footer7 form.hs-form label {
  font-family: 'Work Sans', sans-serif;
}
body.footer7theme_02 footer.footertype2.footer7 .actions input.hs-button.primary.large {
  width: auto;
}
body.footer7theme_02 footer.footertype2.footer7 .footer-logo{
  margin-bottom: 45px;
}
.header-stickyWrapper.h-13 {
  font-family: arial;
}
footer.footertype2.f-12 {
  padding-bottom: 156px;
  font-family: arial;
  padding-top: 53px;
}
footer.footertype2.f-12 .custom-row .items h4 {
  font-family: arial;
}
footer.footertype2.f-12 .items.col4 p a {
  text-decoration: none !important;
}

.header_9_theme_01 .headerWrap.header8 .tp_header .hs-menu-wrapper>ul>li>a {
  font-weight: 200;
}
.footer7theme_01  footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li {
  font-weight: 200;
}
.header_9_theme_01 .headerWrap.header8 .tp_header .hs-menu-wrapper>ul>li>a {
  font-weight: 200;
  font-family: sans-serif;
}
.header_9_theme_01 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li > a {
  font-family: sans-serif;
  font-weight: 200;
}
.header_9_theme_01 .headerWrap.header8.h-9 .h-main-menu .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: underline;
}
body.footer11theme_01 .footer--site-page.type_11 .footercol .hs-menu-wrapper> ul >.hs-item-has-children {
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
body.footer11theme_01 .footer--site-page.type_11 .footercol .hs-menu-wrapper> ul >.hs-item-has-children ul.hs-menu-children-wrapper {
  margin-top: 5px;
}
body.footer11theme_01 .footer--site-page.type_11 .footercol .hs-menu-wrapper> ul >.hs-item-has-children:first-of-type {
  margin-left: 0;
}

body.footer8theme_03 footer.footertype2 .page-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
body.footer8theme_03 footer.footertype2.footer8 {
  padding-bottom: 156px;
}
body.footer8theme_03 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > ul > li {
  margin: 10px 0;
}
body.footer8theme_03 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > a {
  margin-bottom: 30px;
}

footer.footertype2 .footer-wrapper .hs-input:hover,
footer.footertype2 .footer-wrapper .hs-input:focus{
  border-color: #61a3e7;
}
footer.footertype2 .actions input.hs-button.primary.large:hover,
footer.footertype2 .actions input.hs-button.primary.large:focus{
  border-color: #61a3e7 !important;
}

body.header_4_theme_04 footer.footertype2 .footer-wrapper .hs-input:focus,
body.header_4_theme_04 footer.footertype2 .footer-wrapper .hs-input:hover{
  border-color: #61a3e7;
}
body.footer8theme_03 footer.footertype2.footer8 .actions input.hs-button.primary.large:hover,
body.footer8theme_03 footer.footertype2.footer8 .actions input.hs-button.primary.large:focus{
  border-color: #61a3e7 !important;
}




.scroll-to-top span {
  background: #61a3e7;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 25px;
  height: 35px;
  line-height: 30px;
  margin: auto;
  opacity: .4;
  padding: 0;
  position: fixed;
  right: 20px;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 35px;
}
.scroll-to-top span i.fa.fa-angle-up {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.scroll-to-top span i.fa.fa-angle-up:before {
  content: "\f106";
}
.scroll-to-top span:hover {
  opacity: 1;
}
body.footer8theme_03 .scroll-to-top {
  display: block !important;
}
body.header_9_theme_01 .headerWrap.h-9 span.btn-close {
  font-weight: 200;
}
.headerType11 body.type_07 {
  -webkit-font-smoothing: unset;
}
footer.footertype2.f-12 .footer-social-links a:hover {
  color: #fff !important;
}
.headerWrap.header8 .h-main-menu .hs-menu-wrapper>ul>li.active>a {
  color: #52565b !important;
}

@media (min-width:1201px){
  body.footer8theme_03 .cmBreadcrumb .page-center {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    max-width: 1200px;
  }
}

@media only screen and (max-width: 770px) and (min-width: 676px) {
  body.header_9_theme_02 .h-logo-col img,
  body.header_9_theme_01 .h-logo-col img{
    width: auto !important;
    height: 50px !important;
  }
}
@media (min-width: 768px) and (max-width: 1139px){
  body.footer7theme_01 footer.footertype2 .custom-row .items {
    width: 14.364640883%;
    margin-left: 2.762430939%;
    margin-top: 0px;
  }
  body.footer7theme_01 footer.footertype2 .cm-formarea {
    width: 31.491712705%;
    margin-left: 2.762430939% !important;
    margin-top: 0;
  }
  body.footer7theme_01 footer.footertype2 .custom-row .items:first-of-type {
    margin-left: 0;
  }
  body.footer7theme_02 footer.footertype2 .cm-formarea {
    width: 31.491712705%;
    margin-left: 2.762430939% !important;
    margin-top: 0;
  }
  body.footer7theme_02 footer.footertype2 .custom-row .items {
    width: 14.364640883%;
    margin-left: 2.762430939%;
    margin-top: 0;
  }
  body.footer7theme_02 footer.footertype2 .custom-row .items:first-of-type{
    margin-left:0;
  }
  body.footer8theme_03  footer.footertype2 .custom-row .items {
    width: 14.364640883%;
    margin-left: 2.762430939%;
    margin-top:0;
  }
  body.footer8theme_03  footer.footertype2 .custom-row .items:first-of-type {
    margin-left: 0;
  }
  body.footer8theme_03 footer.footertype2 .cm-formarea {
    width: 31.491712705%;
    margin-left: 2.762430939% !important;
    margin-top: 0;
  }
}
@media (max-width:1279px){
  body.type_06 footer.footertype2 .custom-row .items {
    width: 14.364640883% !important;
    margin-left: 2.762430939% !important;
    margin-top:0 !important;
  }
  body.type_06 footer.footertype2 .custom-row .items:first-of-type{
    margin-left:0 !important;
  }
  body.type_06 footer.footertype2 .cm-formarea {
    width: 31.491712705% !important;
    margin-left: 2.762430939% !important;
    margin-top:0 !important;
  }
}
@media (max-width:1200px){
  body.footer7theme_01 footer.footertype2 .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.footer8theme_03 footer.footertype2 .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width:1019px){
  body.header_9_theme_01 .headerWrap.header8 .mobile-menu .hs-menu-wrapper>ul>li>a:hover {
    text-decoration: underline;
  }
}
@media (min-width:921px){
  body.type_06 nav.custom-menu .navi-bg {
    top: 65px;
  }
}

@media (max-width:930px){
  body.footer7theme_01 footer.footertype2.footer7 {
    padding-top: 58px;
  }
  body.footer7theme_02 footer.footertype2.footer7 {
    padding-top: 60px;
  }
}

@media (max-width:920px){
  body.type_06.fixed-header header.header-type2 .subnavi {
    display: none;
  }
  body.type_06 header.header-type2 .cm-menuholder {
    display: none;
  }
}

@media (max-width:767px){
  body.type_06 footer.footertype2 .cm-formarea {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 50px !important;
  }
  body.type_06 footer.footertype2 .Community_sitemap .hs-menu-wrapper > ul > li > a,
  body.type_06 footer.footertype2 .Support_sitemap .hs-menu-wrapper > ul > li > a {
    border: 0;
    padding: 0;
  }
  body.type_06 footer.footertype2 .Community_sitemap .hs-menu-wrapper > ul > li > ul,
  body.type_06 footer.footertype2 .Support_sitemap .hs-menu-wrapper > ul > li > ul {
    display: block;
  }
  body.type_06 footer.footertype2 .custom-row .items {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 50px !important;
  }
  body.type_06 footer.footertype2 .custom-row .items:first-of-type {
    margin-top: 0px !important;
  }
  body.type_06 footer.footertype2 .Community_sitemap .hs-menu-wrapper > ul > li > a:after, 
  body.type_06 footer.footertype2 .Support_sitemap .hs-menu-wrapper > ul > li > a:after {
    display: none;
  }
  body.type_06 nav.custom-menu .menu-items .menu-title{
    line-height: 1;
    cursor: pointer;
  }
  body.type_06 .main-header-container .cm-menuholder {
    position: relative;
    z-index: 9;
  }
  body.type_06 .main-header-container .cm-menuholder nav.custom-menu {
    top: 65px;
    padding-top: 31px;
  }
  body.type_06 nav.custom-menu .submenu-items ul li {
    font-family: Raleway, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
  }
  body.type_06.fixed-header .main-header-container .cm-menuholder nav.custom-menu {
    bottom:0;
  }
  body.footer7theme_02 footer.footertype2.footer7 .cm-formarea h3 {
    margin-bottom: 9px;
  }
  body.footer7theme_02 footer.footertype2.footer7 form.hs-form label {
    margin-bottom: 2px;
  }
  body.footer8theme_03 footer.footertype2.footer8 .custom-row .Company_sitemap .hs-menu-wrapper > ul > li > a {
    margin-bottom: 18px;
  }
  body.footer8theme_03 footer.footertype2.footer8 .custom-row .Company_sitemap {
    margin-top: 39px;
  }
  body.footer8theme_03 footer.footertype2.footer7 .custom-row .items.Support_sitemap {
    margin-top: 46px;
  }
  body.footer8theme_03 footer.footertype2 .products_sitemap .hs-menu-wrapper > ul > li > a {
    border: none;
    padding-bottom: 0;
    margin-bottom: 20px !important;
  }
  body.footer8theme_03 footer.footertype2.footer7 .custom-row .hs-menu-wrapper > ul > li > a {
    line-height: 1.5;
  }
  body.footer8theme_03 footer.footertype2 .products_sitemap .hs-menu-wrapper > ul > li > ul {
    display: block;
  }
  body.footer8theme_03 footer.footertype2 .custom-row .items.Community_sitemap {
    margin-top: 58px;
  }
  body.footer8theme_03 footer.footertype2 .products_sitemap .hs-menu-wrapper > ul > li > a:after {
    display: none;
  }
  body.footer8theme_03 footer.footertype2.footer8 {
    padding-top: 0;
  }
  body.footer8theme_03 footer.footertype2 .custom-row .items.products_sitemap {
    margin-top: 0;
  }
  body.footer8theme_03 .cmBreadcrumb .breadcrumb_inner .logo img {
    max-width: 160px;
  }
  body.footer8theme_03 .cmBreadcrumb {
    padding-bottom: 37px;
  }
  body.footer8theme_03 .cmBreadcrumb .f_breadcrumb_menu .hs-menu-wrapper>ul {
    flex: 1;
  }
  body.footer8theme_03 .cmBreadcrumb .f_breadcrumb_menu .hs-menu-wrapper>ul>li>a {
    white-space: nowrap;
  }
  body.footer8theme_03 .cmBreadcrumb .breadcrumb_inner {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}

@media (max-width:650px){
  body.header_9_theme_01 .notification-bar p {
    font-size: 14px !important;
  }
  body.header_9_theme_02 .headerWrap.h-9 .notification-bar p {
    font-size: 14px !important;
  }
}

@media (max-width:1350px) and (min-width:768px){
  .header-stickyWrapper.h-13 .header_menu .hs-menu-wrapper>ul>li>a {
    padding: 5px;
  }
}
@media (max-width:921px) and (min-width:768px){
  .header-stickyWrapper.h-13 .header_menu .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
  }
  .header-stickyWrapper.h-13 .header_menu .hs-menu-wrapper>ul ul li a {
    padding: 5px 18px;
  }
}

@media (max-width:767px){
  .header-stickyWrapper.h-13 .mobile-trigger i,
  .header-stickyWrapper.h-13 .mobile-trigger i:after,
  .header-stickyWrapper.h-13 .mobile-trigger i:before {
    background-color: #fff;
  }
  .header-stickyWrapper.h-13 .mobile-open .mobile-trigger i,
  .header-stickyWrapper.h-13 .mobile-open .mobile-trigger i:after,
  .header-stickyWrapper.h-13 .mobile-open .mobile-trigger i:before, 
  .header-stickyWrapper.h-13 .mobile-trigger:hover i, 
  .header-stickyWrapper.h-13 .mobile-trigger:hover i:after, 
  .header-stickyWrapper.h-13 .mobile-trigger:hover i:before{
    background-color: #61a3e7;
  }
}

@media (max-width:760px){
  body.header_9_theme_02 .h-logo-col img,
  body.header_9_theme_01 .h-logo-col img{
    width: auto !important;
    height: 40px !important;
  }
}

@media (max-width:570px){
  body.header_9_theme_02 .headerWrap  .notification-bar,
  body.header_9_theme_01 .headerWrap  .notification-bar{
    display: none;
  }
  body.header_9_theme_02 .headerWrap .notification-bar.notification-bar-mobile,
  body.header_9_theme_01 .headerWrap .notification-bar.notification-bar-mobile{
    display: flex !important;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  body.header_9_theme_02 .headerWrap.header8.h-9 .h-btn a,
  body.header_9_theme_01 .headerWrap.header8.h-9 .h-btn a{
    padding-left: 5px;
    padding-right: 5px;
  }
}


footer.footertype2 {
  background: #191919;
  padding: 60px 0;
  color: #fff;
  padding-bottom: 102px;
}
footer.footertype2 .page-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding:0 15px;
}
footer.footertype2 .custom-row ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 29px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  line-height: 1.2;
  text-rendering: optimizelegibility;
}
footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li {
  color: #999;
  font-size: 14px;
  margin: 10px 0;
}
footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li > a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
footer.footertype2 .cm-formarea h3 {
  color: #fff !important;
  text-decoration: none;
  margin-bottom: 21px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  line-height: 1.2;
  text-rendering: optimizelegibility;
}
footer.footertype2 form.hs-form label {
  color: #fff;
  margin-bottom: 8px;
}
footer.footertype2 .footer-wrapper .hs-input {
  background: transparent;
  border: 1px solid hsla(0, 0%, 100%, .6);
  border-radius: 0;
  color: #fff;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-top: 0;
  height: 44px;
  min-height: auto;
}
footer.footertype2 .actions {
  margin-top: 0;
}
footer.footertype2 .actions input.hs-button.primary.large {
  background: transparent;
  border: 1px solid hsla(0, 0%, 100%, .6);
  border-radius: 0;
  color: #fff;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 4px;
  padding: 1px 6px;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  line-height: normal;
}
footer.footertype2 .hs-form-field {
  margin-bottom: 15px;
}
footer.footertype2 .hs-form-required {
  color: #fff;
}
footer.footertype2 .custom-row .items {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 2.127659574%;
  min-height: 28px;
  width: 100%;
  width: 14.89361702%;
}
footer.footertype2 .custom-row .items:first-child {
  margin-left: 0;
}
footer.footertype2 .cm-formarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 2.127659574%;
  min-height: 28px;
  width: 100%;
  width: 31.914893614%;
}
footer.footertype2 .custom-row:after,
footer.footertype2 .custom-row .items:before {
  content: "";
  clear: both;
  display: block;
}
.default form input[type=submit],
.default form .hs-button{
  font-family: Lato, sans-serif;
}

body.header_01_theme_01 .header__navigation {
  margin-right: 57px;
}

@media (min-width:1280px){
  footer.footertype2 .custom-row .items {
    width: 14.529914530000001%;
    margin-left: 2.564102564%;
  }
  footer.footertype2 .cm-formarea {
    margin-left: 2.564102564%;
    width: 31.623931624%;
  }
}


@media (min-width: 768px) and (max-width: 1139px) {
  footer.footertype2 .custom-row .items {
    width: 14.364640883%;
    margin-left: 2.762430939%;
  }
  footer.footertype2 .cm-formarea {
    width: 31.491712705%;
    margin-left: 2.762430939%;
  }
  body.footer_02_theme_06 footer.footertype2 .cm-formarea {
    margin-left: 2.762430939% !important;
    margin-top: 0 !important;
    width: 31.491712705% !important;
  }

  body.footer_02_theme_06 footer.footertype2 .custom-row .items {
    width: 14.364640883%;
    margin-left: 2.762430939%;
    margin-top: 0 !important;
  }
  body.footer_02_theme_06 footer.footertype2 .custom-row .items:first-of-type {
    margin-left: 0;
  }
}

@media (max-width:930px){
  body.footer_02_theme_06 footer.footertype2 .custom-row .items:first-child {
    margin-top: 0;
  }
}


@media (max-width:767px){
  footer.footertype2 .custom-row .items,
  footer.footertype2 .cm-formarea{
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
  footer.footertype2 .custom-row .items:not(:first-child) {
    margin-top: 40px;
  }
  footer.footertype2 .cm-formarea {
    margin-top: 50px;
  }
  footer.footertype2 .footer-wrapper .hs-input {
    height: auto;
  }
  footer.footertype2 .Community_sitemap .hs-menu-wrapper > ul > li > ul,
  footer.footertype2 .Support_sitemap .hs-menu-wrapper > ul > li > ul{
    display: none;
  }
  footer.footertype2 .Community_sitemap .hs-menu-wrapper > ul > li > ul > li:last-child,
  footer.footertype2 .Support_sitemap .hs-menu-wrapper > ul > li > ul > li:last-child{
    margin-bottom:0;
  }
  footer.footertype2 .Community_sitemap .hs-menu-wrapper > ul > li > a,
  footer.footertype2 .Support_sitemap .hs-menu-wrapper > ul > li > a{
    margin: 0;
    border-bottom: 1px solid white;
    position: relative;
    cursor: pointer;
    padding-bottom: 10px;
  }
  footer.footertype2 .custom-row .items.Support_sitemap{
    margin-top: 37px;
  }
  footer.footertype2 .custom-row .items.Community_sitemap{
    margin-top: 46px;
  }
  footer.footertype2 .Community_sitemap .hs-menu-wrapper > ul > li > a:after,
  footer.footertype2 .Support_sitemap .hs-menu-wrapper > ul > li > a:after{
    content: "+";
    position: absolute;
    right: -1px;
    bottom: 4px;
    font-size: 22px;
    font-weight: 300;
  }
  footer.footertype2 .Support_sitemap .hs-menu-wrapper > ul > li.submenuopen {
    padding-bottom: 10px;
  }
  footer.footertype2 .Community_sitemap .hs-menu-wrapper > ul > li.submenuopen > a:after,
  footer.footertype2 .Support_sitemap .hs-menu-wrapper > ul > li.submenuopen > a:after{
    content: "x";
  }
  body.footer_02_theme_06 footer.footertype2 .custom-row .items.Support_sitemap {
    margin-top: 36px;
  }
}


@media (max-width:500px){
  footer.footertype2 .actions input.hs-button.primary.large {
    width: 100% !important;
    padding: 8px 6px;
    font-size: 16px;
    margin-top: 10px;
  }
}


@media (max-width:480px){
  footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li {
    margin: 0;
    font-size: 16px;
  }
  footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul{
    padding:40px 0;
  }
  footer.footertype2 .cm-formarea {
    margin-top: 40px;
  }
  footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > a {
    margin-bottom: 20px;
  }
  footer.footertype2 .custom-row .items.Community_sitemap {
    margin-top: 35px;
  }
  footer.footertype2 .Community_sitemap .hs-menu-wrapper > ul > li.submenuopen > a:after,
  footer.footertype2 .Support_sitemap .hs-menu-wrapper > ul > li.submenuopen > a:after {
    font-size: 16px;
  }
  footer.footertype2 .Support_sitemap .hs-menu-wrapper > ul > li > ul{
    padding-bottom: 31px;
    padding-top: 20px;
  }
  footer.footertype2 .Community_sitemap .hs-menu-wrapper > ul > li > ul{
    padding-bottom: 38px;
    padding-top: 20px;
  }
}

footer.footertype3 .footer-wrapper {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  background-image: url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/images/footertype3bg.png);
}
footer.footertype3 .page-center {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
footer.footertype3 .logosec {
  display: block;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.914893614%;
  padding-left: 20px;
  padding-right: 20px;
}
footer.footertype3 .items {
  padding-top: 3%;
  display: block;
  float: left;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 14.89361702%;
}
footer.footertype3 .custom-row:after,
footer.footertype3 .custom-row:before {
  content: '';
  clear: both;
  display: block;
}
footer.footertype3 .items.Productos_sitemap .menu {
  padding-left: 0;
  padding-right: 0;
}
footer.footertype3 .copyright p {
  text-transform: none;
  line-height: 1.4em;
  color: #fff;
  font-size: 16px;
}
footer.footertype3 .copyright p span{
  font-size: 14px;
}
footer.footertype3 .copyright {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  margin-top: 170px;
  margin-bottom: 20px;
  max-width: 1200px;
}
footer.footertype3 .items .menu {
  padding-left: 20px;
  padding-right: 20px;
}
footer.footertype3 .items .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.footertype3 .items .menu .hs-menu-wrapper > ul > li > a {
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 0px;
  text-transform: none;
  line-height: 2.5;
  text-decoration: none;
  font-weight: bold;
  cursor: text;
}
footer.footertype3 .items .menu .hs-menu-wrapper > ul > li > ul > li > a {
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 0px;
  text-transform: none;
  line-height: 2.5;
  text-decoration: none;
}
footer.footertype3 .items .menu .hs-menu-wrapper > ul {
  margin-bottom: 20px;
}
footer.footertype3 .bottom_link p,
footer.footertype3 .items.Aprendizaje_sitemap .bottom_link p{
  font-weight: bold;
}
footer.footertype3 .bottom_link p a span{
  text-decoration: none;
  color: #ffffff;
}
footer.footertype3 .bottom_link p a{
  text-decoration: none;
}
footer.footertype3 .items .bottom_link {
  margin-top: 130px;
}
footer.footertype3 .items.Aprendizaje_sitemap .bottom_link{
  margin-top: 170px;
}
footer.footertype3 .items.Aprendizaje_sitemap .bottom_link span {
  color: #ffffff;
}
footer.footertype3 .items.Aprendizaje_sitemap .bottom_link {
  padding-left: 20px;
  padding-right: 20px;
}
footer.footertype3 .items.Aprendizaje_sitemap .menu .hs-menu-wrapper > ul > li > a {
  font-size: 18px;
}
footer.footertype3 .items.Aprendizaje_sitemap .menu .hs-menu-wrapper > ul > li {
  margin-top: -5px;
}
footer.footertype3 .logo a img {
  width: 100% !important;
}
footer.footertype3 .summary {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 1200px;
}
footer.footertype3 .summary p {
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 0px;
  text-transform: none;
  line-height: 1.4em;
  text-align: center;
}
body.footer_02_theme_08 footer.footertype2 .page-center {
  float: none;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
body.footer_02_theme_08 footer.footertype2 {
  padding-bottom: 155px;
}
body.footer_02_theme_08 footer.footertype2 .actions input.hs-button.primary.large {
  font-weight: 400;
  font-size: 13.3333px;
  width: 100%;
  font-family: sans-serif;
}
body.footer_02_theme_08 footer.footertype2 form.hs-form label {
  font-weight: 700;
}
body.footer_02_theme_08 footer.footertype2 .cm-formarea h3 {
  margin-top: 0;
  margin-bottom: 25px;
}
footer.footertype2.footertype4 .actions input.hs-button.primary.large {
  font-size: 13.3333px;
  font-family: Arial;
}

body.footer_04_theme_01 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li > a {
  font-family: sans-serif;
}
body.footer_04_theme_01 footer.footertype2{
  font-family: sans-serif;
}
body.footer_04_theme_01 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > a {
  font-family: sans-serif;
}
body.footer_02_theme_09 footer.footertype2 {
  padding-bottom: 157px;
}
body.footer_02_theme_09 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li > a {
  font-weight: 400;
}
body.footer_02_theme_09 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > a {
  font-family: sans-serif;
}
body.footer_02_theme_09 footer.footertype2 .actions input.hs-button.primary.large {
  font-size: 13.3333px;
  font-family: sans-serif;
}
body.footer_02_theme_09 footer.footertype2 .cm-formarea h3 {
  font-family: sans-serif;
}
.footer_04_theme_07 footer.footertype2.footertype4 {
  padding-bottom: 128px;
}
.footer_04_theme_07 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li > a {
  font-family: sans-serif;
  line-height: 1.8;
}
.footer_04_theme_07 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li {
  line-height: 0;
}
.footer_04_theme_07 footer.footertype2.footertype4 form.hs-form label {
  font-family: sans-serif;
}
body.footer_02_theme_10 footer.footertype2 .page-center {
  float: none;
  max-width: 1020px;
  margin: 0 auto;
}
body.footer_02_theme_10 footer.footertype2 {
  padding-bottom: 283px;
  padding-top: 120px;
}
body.footer_02_theme_10 footer.footertype2 .cm-formarea h3 {
  margin-top: 0;
  font-family: sans-serif;
  margin-bottom: 18px;
}
body.footer_02_theme_10 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > a {
  font-family: sans-serif;
}
body.footer_02_theme_10 footer.footertype2 form.hs-form label {
  font-family: sans-serif;
  font-weight: 700;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 6px;
}
body.footer_02_theme_10 footer.footertype2 .actions input.hs-button.primary.large {
  font: 400 13.3333px Arial;
  text-transform: none;
  letter-spacing: normal !important;
  margin: 0 !important;
  padding: 1px 6px;
}
.header_2_theme_02 .eventWrp.three-column-card .card-body .summaryText {
  font-weight: 400;
}
.headerWrap.Header_type14 {
  font-family: sans-serif;
}
.design-cards .design-cards-row ul li p,
.custom-cnt-area.btnWithCont .btn-holder a,
.design-cards .design-cards-row ul li,
.design-cards .design-cards-row ul li p a,
.servicesCard ul li h2.content-subtitle,
.servicesCard .section-services-list .content-subtext,
.custom-cnt-area.btnWithCont .content h2{
  font-family: sans-serif !important;
}
.headerWrap.Header_type14 .h-main-menu .hs-menu-wrapper>ul>li.active-branch>a {
  color: #52565b !important;
}
body.footer8theme_08 footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > ul > li {
  font-family: sans-serif;
}

@media (min-width:992px){
  footer.footertype3 .mobile_content {
    display:none !important;
  }
}

@media (min-width: 1100px) and (max-width: 1139px){
  footer.footertype3 .logosec {
    width: 31.491712705%;
  }
  footer.footertype3 .items {
    width: 14.364640883%;
    margin-left: 2.762430939%;
  }
}
@media (min-width: 768px) and (max-width: 1139px){
  body.footer_02_theme_06 footer.footertype2 .cm-formarea,
  body.footer_02_theme_08 footer.footertype2 .cm-formarea,
  body.footer_02_theme_10 footer.footertype2 .cm-formarea{
    margin-left: 2.762430939% !important;
    margin-top: 0 !important;
    width: 31.491712705% !important;
  }

  body.footer_02_theme_06 footer.footertype2 .custom-row .items,
  body.footer_02_theme_08 footer.footertype2 .custom-row .items,
  body.footer_02_theme_10 footer.footertype2 .custom-row .items{
    width: 14.364640883% !important;
    margin-left: 2.762430939% !important;
    margin-top: 0 !important;
  }
  body.footer_02_theme_06 footer.footertype2 .custom-row .items:first-of-type,
  body.footer_02_theme_08 footer.footertype2 .custom-row .items:first-of-type,
  body.footer_02_theme_10 footer.footertype2 .custom-row .items:first-of-type{
    margin-left: 0 !important;
  }
}
@media (min-width:1280px){
  footer.footertype3 .logosec {
    width: 31.623931624%;
  }
  footer.footertype3 .items {
    width: 14.529914530000001%;
    margin-left: 2.564102564%;
  }
}
@media (max-width:1100px){
  footer.footertype3 .items {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
  footer.footertype3 .logosec {
    display: block;
    float: none;
    width: auto;
  }
  footer.footertype3 .logo a img {
    width: 501px !important;
    margin: 0 auto;
  }
  footer.footertype3 .logo {
    text-align: center;
  }
  footer.footertype3 .items .menu,
  footer.footertype3 .copyright,
  footer.footertype3 .items.Aprendizaje_sitemap .bottom_link{
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width:991px){
  footer.footertype3 .mobile_content p {
    margin-bottom: 1em;
    font-weight: bold;
  }
  footer.footertype3 .mobile_content p span {
    color: #ffffff;
  }
  footer.footertype3 .mobile_content {
    padding-top: 20px;
  }
  footer.footertype3 .copyright {
    margin-top: 90px;
  }
  footer.footertype3 .items .bottom_link {
    display: none;
  }
  footer.footertype3 .items.Aprendizaje_sitemap,
  footer.footertype3 .items.Productos_sitemap{
    padding-bottom: 30px;
  }
  footer.footertype3 .logosec {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width:767px){
  footer.footertype3 .footer-wrapper {
    padding-top: 50.0px;
    padding-bottom: 50.0px;
  }
  footer.footertype3 .summary {
    padding-bottom: 30px;
  }
  footer.footertype3 .copyright {
    margin-top: 70px;
  }
  body.footer_02_theme_08 footer.footertype2 .custom-row .items:first-child {
    margin-top: 0;
  }
  body.footer_02_theme_10 footer.footertype2 .actions input.hs-button.primary.large {
    padding: 10px 30px;
    font-size: 14px;
  }
  body.footer_02_theme_10 footer.footertype2 .footer-wrapper .hs-input {
    height: 44px;
  }
  body.footer8theme_08 footer.footertype2.footer8 .custom-row .items.products_sitemap a {
    border-bottom: none;
    position: relative;
    cursor: pointer;
    padding-bottom: 0 ; 
  }
  body.footer8theme_08 footer.footertype2.footer8 .custom-row .items.products_sitemap a:after {
    display: none !important;
  }
  body.footer8theme_08 footer.footertype2.footer8 .products_sitemap .hs-menu-wrapper > ul > li > ul {
    display: block !important;
  }
}

@media (min-width:571px){
  .headerWrap.Header_type14 .notification-bar.mobile {
    display: none;
  }
}

@media (max-width:570px){
  .headerWrap.Header_type14 .notification-bar.desktop {
    display: none;
  }
}


header.header-type2 .header-wrapper {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 9999998;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 0px 35px;
}
header.header-type2 .midas-header-outline {
  margin: 0 auto;
  max-width: 1280px;
  align-items: center;
  display: grid;
  grid-template-columns: 200px 1fr auto;
}
header.header-type2 .logo {
  position: relative;
  z-index: 9;
}
header.header-type2 .logo a img {
  margin: 1rem 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 120px !important;
  display: block;
}
header.header-type2 .subnavi > * {
  grid-column-gap: 45px;
  align-items: center;
  color: #1a30ba;
  display: grid;
  grid-template-columns: auto auto;
  position: relative;
  text-align: right;
  z-index: 9;
}

@media (min-width:921px) and (max-width:1024px){
  header.header-type2 .subnavi > * {
    grid-gap: 10px;
  }
}

@media (max-width:920px){
  header.header-type2 .subnavi {
    bottom: 0;
    height: 64px;
    left: 0;
    position: fixed;
    width: 100%;
  }
  header.header-type2 .subnavi > * {
    justify-content: end;
    padding: 0 6%;
    grid-column-gap: 25px;
    background-color: #fff;
    height:100%;
  }
  header.header-type2 .header-wrapper {
    left: 0;
    padding: 0 6%;
    position: fixed;
    top: 0;
    width: 100%;
  }
  header.header-type2 .logo {
    padding-top: 15px;
    text-align: center;
  }
  header.header-type2 .midas-header-outline {
    display: block;
  }
  header.header-type2 .menu-bars {
    cursor: pointer;
    height: 30px;
    margin-right: -4px;
    position: fixed;
    right: 6%;
    top: 18px;
    width: 30px;
    z-index: 9999999;
  }
  header.header-type2 .menu-bars .menu-bar {
    background-color: #000;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
  }
  header.header-type2 .menu-bars .menu-bar:after,
  header.header-type2 .menu-bars .menu-bar:before {
    background-color: #000;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: all .5s ease;
    width: 20px;
  }
  header.header-type2 .menu-bars .menu-bar:after {
    margin-top: 7px;
  }
  header.header-type2 .menu-bars .menu-bar:before {
    margin-top: -7px;
  }
}


header.header-type3 .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  max-width: 1366px;
  position: static;
}
header.header-type3 .logo {
  margin-right: auto;
  position: relative;
  z-index: 3;
  margin-right: unset;
}
header.header-type3 .logo a {
  border-width: 0px;
  border: 0px;
}
header.header-type3 .logo a img {
  max-width: 200px;
  display: block;
}
header.header-type3 {
  background-color: #fff;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
  width: 100%;
}
@media (min-width:992px){
  header.header-type3 .megamenu .header__cta--desktop {
    display:none !important;
  }
}
@media (max-width:1140px) and (min-width:1101px){
  header.header-type3 .header__cta--desktop .header__cta--main,
  header.header-type3 .header__cta--desktop .header__cta--secondary {
    margin-left: 10px;
  }
  header.header-type3 .megamenu .megamenu__level-0>.megamenu__item:not(:first-child) {
    margin-left: 5px !important;
  }
}
@media (max-width:1100px){
  header.header-type3 .header__navigation--toggle {
    display: none;
  }
}

@media (max-width:992px){
  header.header-type3 .header__navigation--toggle {
    display: block !important;
  }
}
@media (max-width:991px){
  header.header-type3 .header__navigation--toggle {
    display: block;
  }
  header.header-type3 .megamenu .header__cta--desktop {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    align-items: unset;
  }
  header.header-type3 .megamenu .header__cta--desktop .header__cta {
    margin-left: 0;
  }
  body.header_01_theme_01 .header__navigation {
    margin-right: 0;
  }
}




.custom-font-text.About-Jorgecnt h1 {
  text-align: center;
  font-family: 'DM Sans', 'roboto', 'helvetica';
  font-size: 35px !important;
  font-weight: bold;
  color: #333333;
  line-height: 1.2 !important;
  margin-bottom: 30px !important;
}

.custom-font-text.About-Jorgecnt p {
  font-family: 'DM Sans', 'roboto', 'helvetica';
  font-size: 20px !important;
  font-weight: bold;
  color: #acafb3;
  text-align: justify;
  line-height: 2 !important;
}
.custom-font-text.cmproductos-cnt h2 {
  color: #0484bf;
  font-size: 58px;
  font-style: normal;
  font-weight: bold;
  line-height: 72px !important;
  letter-spacing: 1.74px;
  text-align: center;
  margin-bottom: 0.5em !important;
}
.custom-font-text.cmproductos-cnt p {
  font-size: 18px;
  margin-bottom: 30px !important;
  line-height: 1.4em !important;
}
.custom-font-text.cmproductos-cnt h2 > * {
  line-height: inherit !important;
}
.custom-font-text.cm-imagecnt h2 {
  font-size: 53px;
  font-style: normal;
  font-weight: bold;
  line-height: 72px;
  letter-spacing: 1.74px;
  text-align: left;
  margin-bottom: 0.5em !important;
}
.custom-font-text.cm-imagecnt p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.8px;
  margin-bottom: 30px !important;
}
.custom-font-text.cmDeseaa-conocer h2 {
  font-family: Roboto, sans-serif;
  font-size: 28px;
  line-height: 1.4em;
  font-weight: normal;
  margin-bottom: 20px !important;
}
.custom-font-text.cmDeseaa-conocer p {
  font-size: 18px;
  text-transform: none;
  line-height: 1.4em;
  margin-bottom: 30px !important;
  letter-spacing: 1.8px;
}
.custom-font-text.cmDeseaa-funciones h2 {
  font-size: 58px;
  font-weight: bold;
  text-align: center;
}
.custom-font-text.Anis-cnt h2 {
  font-size: 53px;
  font-style: normal;
  font-weight: bold;
  line-height: 72px;
  letter-spacing: 1.74px;
  text-align: left;
  padding-bottom: 0.5em;
}
.custom-font-text.Anis-cnt p {
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1.6px;
  font-size: 18px;
  margin-bottom: 0px;
  text-transform: none;
  line-height: 1.4em;
}
.custom-font-text.Anis-cnt p span {
  line-height: 26px;
}
.custom-font-text.cm-bottom-pane h2 {
  font-size: 56px;
  line-height: 1.4em;
}
.custom-font-text.cm-bottom-pane h4 {
  font-weight: normal;
  font-size: 30px;
  line-height: 1.5;
}
.custom-font-text.cmglobal--cnt h2 {
  font-size: 48px;
  line-height: 1.25;
  font-weight: normal;
  text-align: center;
  padding-bottom: 0.5em;
}
.custom-font-text.cmglobal--cnt p {
  font-size: 18px;
  line-height: 1.25;
  font-weight: normal;
  text-align: center;
  padding-bottom: 1em;
}
.custom-font-text.cmcompletos-cnt h3 {
  color: #ffffff;
  font-size: 58px;
  font-style: normal;
  font-weight: bold;
  line-height: 72px;
  letter-spacing: 1.74px;
  text-align: center;
  padding-bottom: 0.5em;
}
.custom-font-text.cmcompletos-cnt p {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.8px;
  text-align: center;
  padding-bottom: 1em;
}
.Cm-type3.midas-banner {
  background-blend-mode: normal;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.custom-cnt-area.cm-content-area .content {
  overflow-x: auto;
  max-width: 100%;
  width: 64%;
  margin-left: auto;
  margin-right: auto;
}
.type_02 .custom-cnt-area.cm-content-area .content h2 {
  margin-bottom: 25px;
}
.type_02 .custom-cnt-area.cm-content-area .content ul li {
  margin-bottom: 0;
}
.custom-cnt-area.cmAwards-cnt .content {
  overflow-x: auto;
  max-width: 100%;
  width: 73%;
  margin-left: auto;
  margin-right: auto;
}
.type_02 .custom-cnt-area.cmAwards-cnt .content h2 {
  margin-bottom: 33px;
}
.type_02 .custom-cnt-area.cmAwards-cnt .content ul li {
  margin: 0;
}
.type_02 .custom-cnt-area.cmAwards-cnt .content p {
  margin-bottom: 16px;
}
.type_02 .custom-cnt-area.cmAwards-cnt .content ul {
  margin-bottom: 30px;
}
.custom-cnt-area.cm-bg-card.custombottompane .content p {
  letter-spacing: 0.6px;
}
.featured-form.cm-form-area label.hs-form-booleancheckbox-display {
  margin-bottom: 20px;
}
.custom-cnt-area.cmstagedanalysis-steel {
  background-size: cover;
  background-position: center;
  position: relative;
}
.custom-cnt-area.cmstagedanalysis-steel .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding: 0 15px;
}
.custom-cnt-area.cmstagedanalysis-steel .content h5 {
  font-size: 20px;
  font-family: play, roboto, sans-serif;
  color: #ffffff !important;
  margin: 10px 0;
}
.custom-cnt-area.cmstagedanalysis-steel .content h1 {
  margin: 10px 0;
  color: #ffffff !important;
  font-family: play, roboto, sans-serif;
  margin-bottom: 20px;
}
.custom-cnt-area.cmstagedanalysis-steel .content p {
  font-size: 20px;
  font-family: play, roboto, sans-serif;
  color: #fff;
  margin: 10px 0;
}
.cmn-simplesntarea.custom-cnt-area .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.cmn-simplesntarea.custom-cnt-area .content h4 {
  margin: 10px 0;
  font-size: 24px;
  font-family: play, roboto, sans-serif;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0;
}
.cmn-simplesntarea.custom-cnt-area .content p {
  margin: 10px 0;
  font-weight: 300;
  line-height: 1.6;
}
.cmn-simplesntarea.custom-cnt-area .content ol {
  font-weight: 400;
  line-height: 1.6;
  margin: 1em 0;
  padding-left: 40px;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #5c5c5c;
  font-family: Open Sans, sans-serif;
}
.cmn-simplesntarea.custom-cnt-area .content ol li {
  margin: 0;
  font-style: unset;
  font-weight: unset;
  text-decoration: unset;
  text-transform: unset;
  line-height: unset;
  letter-spacing: unset;
  margin-bottom: unset;
  color: #5c5c5c;
  font-family: Open Sans, sans-serif;
}
.startwith11.chapter-box {
  counter-reset: chapter 10;
}
html.default.headerType11 body.default {
  moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: unset;
}
.cmCta {
  display: inline-block;
}
.content-slider.limits .content-slider-prev svg path,
.content-slider.limits .content-slider-next svg path {
  fill: rgba(153, 153, 153, calc(100 / 100));
}
.content-slider.limit .swiper-backface-hidden .swiper-slide{
  padding-top:100px;
}
@media (max-width:1100px) and (min-width:768px){
  .featured-image.cargas-img img {
    max-width: 310px;
  }
}

@media (max-width:1100px){
  body.type_04 main.body-container-wrapper {
    padding-top: 0;
  }
  .header__navigation--toggle {
    display: none;
  }
}
@media (max-width:991px){
  .Heading-font .image-text__text h6 {
    font-size: 30px !important;
  }
  .Heading-font .image-text__text h2{
    font-size: 30px !important;
  }
  body.type_03 .button--center {
    margin-bottom: 10px;
  }
  body.type_03 .image-text__img img{
    object-fit: contain !important;
  }
  .header__navigation--toggle {
    display: block;
  }
  .header__navigation--toggle {
    display: block;
  }
}
@media (max-width:767px){
  .custom-font-text.About-Jorgecnt p {
    font-size: 16px !important;
    text-align: center;
  }
  .custom-font-text.About-Jorgecnt h1 {
    margin-bottom: 30px !important;
  }
  .custom-font-text.cmproductos-cnt h2 {
    font-size: 40px;
    line-height: 1.2 !important;
  }
  .custom-font-text.cm-imagecnt h2,
  .custom-font-text.cmcompletos-cnt h3{
    font-size: 33px !important;
    line-height: 1.2 !important;
  }

  .custom-font-text.cm-imagecnt p {
    font-size: 16px;
    margin-bottom: 10px !important;
  }
  .cta_button.custom-cta {
    display: inline-block !important;
  }
  .custom-font-text.cmDeseaa-funciones h2 {
    font-size: 40px !important;
  }
  .custom-font-text.Anis-cnt h2 {
    font-size: 40px;
    line-height: 1.2;
  }
  .featured-form.dw-techform {
    padding: 0 !important;
  }
  .featured-form.dw-techform .hs-input {
    width: 100% !important;
  }
  .featured-form.dw-techform fieldset.form-columns-1 {
    width: 100% !important;
  }
  .custom-font-text.cm-bottom-pane h2 {
    font-size: 30px;
  }
  .custom-font-text.cm-bottom-pane h4 {
    font-size: 18px;
  }
  .custom-font-text.cmglobal--cnt h2 {
    font-size: 38px;
  }
  body.type_03 .widget-type-rich_text h2,
  body.type_03 .widget-type-rich_text h3{
    font-size: 30px !important;
    line-height: 1.2 !important;
  }
  .widget-type-rich_text h1 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .latinoamerica-pages h6 {
    font-size: 35px !important;
  }
  .cmn-simplesntarea.custom-cnt-area .content img {
    margin-left: 0 !important;
  }
  body.type_03 blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width:400px){
  html.type_04 body form.hs-form fieldset[class*=form-columns-2] .input {
    margin-right: 0 !important;
  }
}

@media (max-width:480px){
  .row-fluid .timeline-with-scrolling-animation-timeline-main .timeline-with-scrolling-animation-timeline-outer .timeline-section:nth-child(odd) .timeline-inner:before {
    left: -33px !important;
  }

  .row-fluid .timeline-with-scrolling-animation-timeline-main .timeline-with-scrolling-animation-timeline-outer .timeline-section:nth-child(even) .timeline-inner:before {
    left: -33px !important;
    right: auto;
  }
}
body.type_07 {
  font-family: helvetica;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
}

body.type_07 h2 {
  font-family: helvetica;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  font-size: 42px;
  letter-spacing: 0px;
  text-transform: none;
  line-height: 1.25;
  margin: 0 0 1.5rem;
}

body.type_07 p {
  font-size: 1rem;
  margin: 0 0 1.5rem;
}

body.type_07 ul,
body.type_07 ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}

body.type_07 ul li,
body.type_07 ol li {
  margin: 0.7rem;
  font-size: 1rem;
  color: #000;
  font-family: helvetica;
}

body.type_07 strong {
  font-weight: 800;
}

@font-face {
  font-family: 'FontAwesome';
  src: url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/fonts/fontawesome-webfont.ttf),
    url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/fonts/fontawesome-webfont.woff),
    url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/fonts/fontawesome-webfont.svg),
    url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/fonts/fontawesome-webfont.woff2);
  font-weight: normal;
  font-style: normal;
}

iframe {
  width: 100%;
}

body.type_03 .button.button--secondary:hover {
  background-color: rgba(0, 0, 0, 1);
  border: 2px solid #000000;
  color: #ffffff;
}

.cm_header .page-center {
  max-width: none;
  padding: 0 150px;
}

.header_logo {
  padding: 20px 0;
}

.header_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header_menu{
  text-align: right;
}

.header_logo img {
  display: block;
}

.header_menu .hs-menu-wrapper>ul ul {
  position: absolute;
  left: 0;
}

.header_menu .hs-menu-wrapper>ul ul ul {
  top: 0;
}

.header_menu .hs-menu-wrapper ul li {
  position: relative;
}

.cm_child_trigger,
.mobile-trigger {
  display: none;
}

.cm_footer_wrap {
  background: #191919;
  padding: 60px 15px 161px;
}

.cm_footer_wrap .page-center {
  max-width: 1200px;
  margin: 0 auto;
}

.cm_footer_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
}

.cm_footer_col {
  width: 31.623931624%;
  color: #fff;
}

.cm_footer_col h4 {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  color: #fff !important;
  margin: 0 0 20px !important;
  font-family: Arial;
}

.cm_footer_col p,
.cm_footer_col a {
  color: #999;
  font-size: 14px;
  text-decoration: none;
}

.cm_footer_col a:hover {
  color: #fff !important;
}

.cm_footer_col a {
  transition: all .2s ease-in-out;
  color: #999 !important;
}

.cm_footer_col p {
  display: inline-block;
}

.related-post-wrp {
  padding: 20px 0 0;
  margin: 0;
  list-style: none;
}

.blog-index-post {
  display: block;
  padding-bottom: 5px;
}

.cmBnr.hero-banner-large {
  padding: 70px 0;
}

.cmBnr.hero-banner-large .page-center {
  max-width: 1200px;
  width: 100%;
}

html.type_05 .cmBnr.hero-banner-large h1 {
  margin: 0;
}

.cmBnr.hero-banner-large .margin-top-20 {
  margin: 0;
}

html.type_05 .cmBnr.hero-banner-large h4 {
  margin: 0;
}

html.type_05 .custom-font-text.simpleText p {
  margin: 10px 0;
  margin: 10px 0 !important;
}

html.type_05 .custom-font-text.simpleText h4 {
  margin: 10px 0 20px !important;
}

.custom-font-text.simpleText a {
  color: #61a3e7;
  text-decoration: none;
}

.custom-font-text.simpleText a:hover {
  color: #2f71b5;
}

html.type_05 .custom-font-text.simpleText ul {
  margin: 16px 0 !important;
}

html.type_05 .custom-font-text.simpleText ul li {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

body.type_05 .body-container-wrapper {
  padding: 0;
}

.mode.type2.hero-banner-large.hero-banner-bg-image {
  padding: 255px 0 200px;
}

.custom-font-text.cm__cntn p {
  line-height: 1.8 !important;
  margin: 10px 0 !important;
  display: inline-block;
  width: 100%;
}

.custom-font-text.cm__cntn ul {
  margin: 16px 0 !important;
  line-height: 1.8 !important;
}

.custom-font-text.cm__cntn ul li {
  line-height: 1.8 !important;
  font-family: arial;
}

.custom-cnt-area.cm_tp_cntn .content {
  text-align: center;
}

.custom-cnt-area.cm_tp_cntn h1 {
  font-weight: bold;
  color: #333333;
  margin: 10px 0;
  line-height: 1.8;
  letter-spacing: 0;
  font-family: 'Roboto';
}

.custom-cnt-area.cm_tp_cntn p {
  font-size: 25px;
  font-weight: bold;
  color: #acafb3;
  margin-bottom: 5px;
  font-family: 'Roboto';
}

.tp_header .hs-menu-wrapper ul {
  padding: 0;
  list-style: none;
  display: block;
  margin: 0;
  text-align: right;
}

.top-links {
  padding: 3px 20px;
  font-size: 10px;
  margin-right: 10px;
  padding-top: 3px;
  max-width: 1100px;
  margin-left: auto;
}

.tp_header .hs-menu-wrapper>ul>li>a {
  color: black;
  font-size: 10px;
  letter-spacing: 0px;
  text-decoration: none;
  position: relative;
}
.tp_header .hs-menu-wrapper>ul>li>a:after {
  content: ' | ';
}

.tp_header .hs-menu-wrapper>ul>li {
  display: inline-block;
}

.tp_header .hs-menu-wrapper>ul>li:last-child a:after {
  display: none;
}

.tp_header .hs-menu-wrapper>ul>li a:hover {
  text-decoration: underline;
}

.middle_header {
  background-color: #61a3e7;
}

.middle_header_inner {
  display: flex;
  align-items: center;
  min-height: 70px;
}

.h-logo-col {
  width: 30%;
}

.h-logo-col a {
  margin-left: 10%;
  display: block;
}

.h-main-menu {
  width: 70%;
}

.h-main-menu .hs-menu-wrapper>ul {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  list-style: none;
}

.h-main-menu .hs-menu-wrapper>ul>li>a {
  margin-right: 10px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  color: #fff;
  transition: all .2s ease-in-out;
}

.h-main-menu .hs-menu-wrapper>ul>li>a:hover {
  color: #52565b;
}

.h-logo-col img {
  display: block;
}

.notification-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

.notification-bar img {
  display: block;
  height: 25px;
  margin-right: 15px;
}

.notification-bar p {
  display: inline-block;
  color: #0385db;
  text-align: center;
}

.h-btn a {
  margin-left: 10px;
  text-decoration: none;
  padding: 2px 6px 2px 6px;
  border-radius: 5px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  color: white !important;
  background-color: #61a3e7;
  transition: all .2s ease-in-out;
  display: block;
  line-height: 1.8;
}

.h-btn a:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #61a3e7;
}

.btn-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  padding: 12px 16px;
  top: 0;
  color: #0385db;
}

.close-alert .notification-bar{
  display: none;
}

.mobile-menu,
.hamburger{
  display:none;
}

footer.footertype2.footer6 {
  padding-bottom: 100px;
}

footer.footertype2.footer6 .custom-row .hs-menu-wrapper > ul > li > a {
  margin-bottom: 20px;
  font-family: Arial;
}

footer.footertype2.footer6 .actions input.hs-button.primary.large {
  font-size: 13px;
  font-weight: normal;
}

footer.footertype2.footer6 .cm-formarea h3 {
  margin-top: 0;
  font-family: Arial;
  margin-bottom: 20px;
}

footer.footertype2.footer6 form.hs-form label {
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 5px;
}

footer.footertype2.footer6 .custom-row .hs-menu-wrapper > ul > li > ul > li {
  margin: 0 0 15px 0;
}

.headerWrap.header7 .mobile-home-link {
  text-align: left;
  display: inline-block;
  visibility: hidden;
  width: 20%;
  margin-left: 1%;
}

.headerWrap.header7 .tp_header {
  font-size: 10px;
  margin-right: 3%;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.headerWrap.header7 .top-links {
  text-align: right;
  display: inline-block;
  width: 78%;
  padding: 0;
  margin: 0;
  max-width: unset;
}

.headerWrap.header7 .mobile-home-link img {
  display: block;
  height: 20px !important;
  object-fit: contain;
}

.headerWrap.header7 .notification-bar p {
  color: #4d89c6;
}

.headerWrap.header7 .h-main-menu .hs-menu-wrapper>ul>li>a {
  flex-basis: 20%;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

.headerWrap.header7 .h-main-menu .hs-menu-wrapper>ul>li {
  flex-basis: 20%;
  text-align: center;
}

footer.footertype2.footer7 {
  padding-bottom: 156px;
}

footer.footertype2.footer7 .footer-logo {
  margin-bottom: 43px;
  display: flex;
  align-items: center;
}

footer.footertype2.footer7 .cm-formarea h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

footer.footertype2.footer7 form.hs-form label {
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.8;
  font-family: Open Sans, sans-serif;
}

footer.footertype2.footer7 .actions input.hs-button.primary.large {
  width: 100%;
  font-size: 13.3333px;
  font-weight: normal;
  font-family: Arial;
}

footer.footertype2.footer8 .actions input.hs-button.primary.large {
  width: auto;
}

footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > ul > li {
  margin: 0 0 15px 0;
}

footer.footertype2.footer8 {
  padding-bottom: 100px;
  padding-top: 40px;
}

footer.footertype2.footer8 .custom-row .hs-menu-wrapper > ul > li > a {
  margin-bottom: 20px;
  font-family: Arial;
}

footer.footertype2.footer8 form.hs-form label {
  font-family: arial;
}

footer.footertype2.footer8 .cm-formarea h3 {
  font-family: arial;
}

body.type_02 .notification-bar img {
  margin: 0;
  margin-right: 15px;
}

.headerWrap.header8 .h-main-menu .hs-menu-wrapper>ul>li {
  line-height: normal;
}

.headerWrap.header8 .top-links {
  max-width: unset;
  padding: 3px 0;
  margin-right: 10px;
}

.headerWrap.header8 .tp_header .hs-menu-wrapper>ul>li>a {
  font-weight: normal;
}

.headerWrap.h-9 .notification-bar p {
  color: #4d89c6;
}

.headerWrap.h-9 span.btn-close {
  color: #4d89c6;
}

footer.footertype2.footer9 .cm-formarea {
  width: 14.529914530000001%;
}

footer.footertype2.footer9 {
  padding-bottom: 128px;
}

footer.footertype2.footer9 .custom-row .hs-menu-wrapper > ul > li > a {
  font-family: Arial;
}

footer.footertype2.footer9 .cm-formarea h3 {
  margin: 0 0 20px;
  font-family: arial;
}

footer.footertype2.footer9 form.hs-form label {
  line-height: 1.8;
  font-weight: 700;
  font-family: 'roboto', sans-serif;
  margin-bottom: 5px;
}

footer.footertype2.footer9 .actions input.hs-button.primary.large {
  font-weight: normal;
  font-family: Arial;
}

footer.footertype2.footertype4 {
  padding-bottom: 156px;
}

footer.footertype2.footertype4 .cm-formarea h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: arial;
}

footer.footertype2.footertype4 form.hs-form label {
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 5px;
}

footer.footertype2.footertype4 {
  padding-bottom: 156px;
}

nav.custom-menu .submneu-col .submenu-items ul li a:hover {
  color: #1a30ba;
}

body.type_05 hr {
  border: 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, .3);
  border-top: 1px solid rgba(0, 0, 0, .1);
  height: 0;
  margin: 25px 0;
}

body.type_05 header.header-type2 .logo a img {
  margin: 0;
}

body.type_05 .subnavi a {
  color: #61a3e7;
  text-decoration: none;
}

.featured-image.cont_img img {
  min-height: 591px;
  max-height: unset !important;
  object-fit: cover;
  display: block;
}

.featured-image.cont_img.section02 img {
  min-height: auto;
}

.custom-cnt-area.type2 .btn-holder a {
  padding: 20px 25px;
  font-size: 16px;
}

.cm_header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

i.fa.fa-graduation-cap {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.fa-mortar-board:before, 
.fa-graduation-cap:before {
  content: "\f19d";
}

.accentColor1 {
  color: #5892d5;
}

.custom-font-text.universities h4 {
  margin-top: 0;
  margin-bottom: 20px !important;
  letter-spacing: 2px;
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1.2;
  font-family: arial;
}

.custom-font-text.universities p {
  margin-bottom: 10px !important;
}

.custom-font-text.universities h4 img,
.custom-font-text.universities p img {
  display: block;
  margin: 0 auto;
}

.featured-form.registration-form .hs-form-field {
  margin-bottom: 15px;
}

.featured-form.registration-form form.hs-form label {
  color: #fff;
  font-family: sans-serif;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 15px;
}

.featured-form.registration-form .hs-form-field .hs-input {
  width: 100%;
  padding: 12px;
  margin: 6px 0 0;
  border: 1px solid #ccc !important;
  background: #fafafa;
  font-family: sans-serif;
  font-size: 12px;
  border-radius: 2px !important;
  line-height: 1.42857143;
}

.featured-form.registration-form .hs-form-field textarea {
  min-height: 200px;
}

.featured-form.registration-form .hs-form-field textarea {
  min-height: 200px;
}

.featured-form.registration-form form input[type=submit],
.featured-form.registration-form form .hs-button {
  padding: 10px 30px;
  font-family: 'open-sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block !important;
  background-color: #5892d5;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  width: auto !important;
}

.featured-form.registration-form form input[type=submit]:hover,
.featured-form.registration-form form .hs-button:hover {
  background-color: #333;
  color: #fff;
  border: 1px solid #fff;
}

.featured-form.get-the-promotion .hs-input {
  display: block;
  width: 100%;
  background-color: #081542;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 4px !important;
  min-height: 56px;
  line-height: 56px;
  color: #fff !important;
  box-sizing: border-box;
  padding: 0 10px;
  height: auto;
  margin-top: 5px;
  width: 100% !important;
}

.featured-form.get-the-promotion .hs-form-field {
  margin-bottom: 15px;
  padding: 0 !important;
}

.featured-form.get-the-promotion input[type="submit"]{
  display: block;
  width: 100%;
  min-height: 64px;
  margin: 0;
  border: 0;
  background-color: #fb793f;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: .5s;
  outline: 0;
  font-family: arial;
}

.featured-form.get-the-promotion input[type="submit"]:hover{
  background-color: #fff;
  color: #fb793f;
}

.featured-form.get-the-promotion label.hs-error-msg.hs-main-font-element,
.featured-form.get-the-promotion label.hs-main-font-element {
  font-size: 12px;
  line-height: 14px;
  color: #fb793f !important;
}

html.type_05 .button--center a {
  background: rgb(92, 161, 228);
  color: rgb(255, 255, 255) !important;
  font-family: sans-serif;
  height: auto;
  transition: all .4s ease;
  padding: 19px 25px;
  text-shadow: none;
  width: auto;
  line-height: 1.5em;
  border-radius: 4px;
  display: inline-block;
  margin: 20px auto;
  border-width: 0px;
  font-weight: 700;
  font-size: 18px;
  font-family: arial;
}

html.type_05 .button--center a:hover {
  border: 0;
  background: rgb(101, 177, 250);
  color: rgb(255, 255, 255);
}

html.type_05 .button--center {
  padding: 88px 0;
}

.featured-image.cm_imgs img {
  width: 100%;
}

.featured-image img {
  height: auto;
}

.cm_footer_col .hs-rss-item {
  margin: 0;
}

.cm_footer_col .feedreader_box {
  margin-top: 40px;
}

.cm_footer_col .hs-rss-item {
  margin-bottom: 5px;
}

.cm_footer_col .hs-rss-item:last-child {
  margin: 0;
}

.interactive-button {
  display: block;
  text-align: center;
  font-weight: 700 !important;
  transition: none !important;
  line-height: 1.15 !important;
  max-width: 436px;
  width: 100% !important;
}

.interactive-button:hover{
  font-weight: normal !important;
}

.feedback_bnr.hero-banner-large:before {
  background: #8e62204d;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
}

.feedback_bnr.hero-banner-large .page-center {
  padding: 8%;
  max-width: 1145px;
  z-index: 999;
  position: relative;
}

.feedback_bnr.hero-banner-large.hero-banner-bg-image {
  background-size: initial;
  background-position: unset;
  padding: 0;
}

.feedback_bnr.hero-banner-large .margin-top-20 {
  margin: 0;
}

.feedback_bnr.hero-banner-large h1:first-child,
.feedback_bnr.hero-banner-large h4{
  margin: 0;
}

.feedback_bnr.hero-banner-large h1{
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align:center;
  line-height: 1.4;
  margin: 10px 0 20px;
  font-family: Open Sans, sans-serif;
}

.subscribed_bnr.hero-banner-large.hero-banner-bg-image {
  padding: 0 0 10px ;
  min-height: 100vh;
}

.subscribed_bnr.hero-banner-large .page-center {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
}

.subscribed_bnr.hero-banner-large .margin-top-20 {
  margin: 0;
}

.subscribed_bnr.hero-banner-large h1,
.subscribed_bnr.hero-banner-large h4{
  margin: 0;
}

.hero-banner-video.type2 {
  padding-top: 281px;
}

.custom-font-text.cmcntn3 {
  text-align: center;
}

.custom-font-text.cmcntn3 p {
  margin: 0;
}

.custom-font-text.cmcntn3 table {
  padding: 0;
  border: 0;
}

.custom-font-text.cmcntn3 table td {
  background-color: transparent;
  vertical-align: middle;
}

.custom-font-text.cmcntn3 img {
  display: block;
  margin: 0 auto;
}

.custom-font-text.cmcntn3 table {
  width: 100%;
}

.custom-font-text.cmcntn3 hr {
  border: 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, .3);
  border-top: 1px solid rgba(0, 0, 0, .1);
  height: 0;
}

.custom-font-text.designfeatures h1 {
  margin-top: 0;
  font-size: 78px;
  font-weight: 700;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 20px !important;
  font-family: sans-serif;
}

.custom-font-text.designfeatures p {
  margin: 10px 0 !important;
  display: inline-flex;
  width: 100%;
  gap: 11px;
}

.custom-font-text.designfeatures p strong{
  margin-top: 17px;
  display: block;
}


.custom-font-text.designfeatures img {
  vertical-align: middle;
}

.custom-font-text.designfeatures {
  margin: 0 !important;
}


.tabber.cm_tabber {
  margin: 0 auto;
}

.tabber.cm_tabber .page-center {
  padding: 0;
  max-width: 100%;
}

.tabber.cm_tabber .hs-tabs ul li a {
  color: #555;
  background-color: #cfcfcf;
}

.tabber.cm_tabber .hs-tabs ul li a p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  font-weight: normal;
  color: #555;
}

.tabber.cm_tabber .hs-tabs ul li a.active p {
  color: #000;
}

.tabber.cm_tabber .content p {
  margin: 0;
}

.tabber.cm_tabber .hs-tabs ul li a.active {
  background: #fff;
}

.tabber.cm_tabber .content img {
  margin: 0 auto;
}

.custom-font-text.overview {
  border: 2px solid #f5f5f5;
}

.custom-font-text.overview h3,.custom-font-text.overview h4 {
  margin: 10px 0 20px !important;
}

.custom-font-text.overview {
  margin: 0 !important;
}

.custom-font-text.overview h3:first-child {
  margin-top: 0 !important;
}

.subscribed_bnr.hero-banner-large .margin-top-20 p {
  line-height: 1.6em;
  display: inline-block;
}

.tabber.cm_tabber.type2 .title-holder p{
  text-rendering: optimizelegibility;
  color: #616161;
  font-weight: 1000;
  letter-spacing: -2px;
  line-height: 1.2;
  margin: 0 0 20px;
  font-size: 34px;
  color: #616161;
  font-family: sans-serif;
}

.tabber.cm_tabber.type3 .title-holder p{
  text-rendering: optimizelegibility;
  color: #616161;
  font-weight: 1000;
  letter-spacing: -2px;
  line-height: 1.2;
  color: #616161;
  font-size: 30px; 
  margin: 10px 0 20px;
  font-family: sans-serif;
}

.tabber.cm_tabber.type3 .content p {
  margin: 10px 0;
}

.tabber.cm_tabber.type2,
.tabber.cm_tabber.type3 {
  width: 100%;
}

.custom-font-text.overview table {
  width: 100%;
  border: none;
}

.custom-font-text.overview td {
  border: none;
  vertical-align: middle;
  padding: 1px;
}

.custom-font-text.overview td img {
  margin: 0 auto;
}

.custom-font-text.overview td p {
  color: #5c5c5c;
  margin: 10px 0 !important;
}

.headerWrap.header8.h-12 .middle_header {
  background-color: #95354b;
}

.headerWrap.header8.h-12 .notification-bar p {
  color: #95354b;
}

.headerWrap.header8.h-12 .h-btn a {
  background-color: #95354b;
}

.headerWrap.header8.h-12 .h-btn a:hover {
  background-color: #95354b;
}

.headerWrap.header8.h-12 span.btn-close {
  color: #95354b;
}

footer.footertype2.f-12 {
  padding-bottom: 156px;
}

footer.footertype2.f-12 .custom-row .items {
  width: 23.076923077%;
  padding-right: 10px;
}

footer.footertype2.f-12 .custom-row .items h4 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #fff;
}

footer.footertype2.f-12 .items.col2 p {
  font-size: 14px !important;
  line-height: 1;
}

footer.footertype2.f-12 .items.col2 p a {
  color: #ffffff;
}

footer.footertype2.f-12 .items.col3 p {
  font-size: 14px !important;
  line-height: 1;
  text-decoration: underline;
  color: #999;
}

footer.footertype2.f-12 .items.col a {
  color: #fff;
}

footer.footertype2.f-12 .items.col3 p a {
  color: #fff;
}

footer.footertype2.f-12 .items.col4 p {
  font-size: 14px !important;
  line-height: 1;
}

footer.footertype2.f-12 .items.col4 p a {
  color: #fff;
  text-decoration: underline;
}

footer.footertype2.f-12 .items.col4 h4:last-child {
  padding-top: 10px;
}

footer.footertype2.f-12 .items.col1 p {
  margin: 0;
}

footer.footertype2.f-12 .items h4 {
  display: inline-block;
}

footer.footertype2.f-12 .footer-social-links {
  justify-content: flex-start;
  gap: 10px;
  min-height: 28px;
}

footer.footertype2.f-12 .footer-social-links a span.icon {
  margin: 0;
  padding: 0;
}

footer.footertype2.f-12 .footer-social-links a {
  background: transparent !important;
  border-radius: 100%;
  color: #61a3e7 !important;
  display: inline-block;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  margin-right: 3px;
  text-align: center;
  width: 16px;
}

footer.footertype2.f-12 .footer-social-links a i {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

footer.footertype2.f-12 .fa-linkedin-square:before {
  content: "\f08c";
}

footer.footertype2.f-12 .fa-facebook:before {
  content: "\f09a";
}

footer.footertype2.f-12 .fa-youtube-square:before {
  content: "\f166";
}

main.body-container-wrapper.subscribed {
  padding: 0 0 10px;
  background-position: center top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}

body.subscribed {
  background-image: url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/images/Hand-typing-on-keyboard.png);
  background-position: center top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}

body.footer7theme_02.footer_03_theme_03 footer.footertype2 .page-center {
  padding: 0 15px;
  max-width: 1230px;
}

.footer_03_theme_03 footer.footertype2 {
  padding-bottom: 128px;
  font-family: sans-serif;
}

.footer_03_theme_03 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > a {
  margin-bottom: 30px;
}

.footer_03_theme_03 footer.footertype2 .cm-formarea h3 {
  margin-top: 0;
  font-family: sans-serif;
  margin-bottom: 20px;
}

.footer_03_theme_03 footer.footertype2 form.hs-form label {
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.8;
}

.footer_03_theme_03 footer.footertype2 .actions input.hs-button.primary.large {
  width: 100%;
  font-size: 13px;
  font-family: sans-serif;
  padding: 1px 6px;
}

.footer_03_theme_03 footer.footertype2 .actions input.hs-button.primary.large:hover,
.footer_03_theme_03 footer.footertype2 .actions input.hs-button.primary.large:focus{
  border-color: #61a3e7;
}

footer.footertype2.footertype4 .custom-row .hs-menu-wrapper > ul > li > a {
  font-family: sans-serif;
}

.footer_05_theme_05 footer.footertype2.footertype4 {
  padding-bottom: 128px;
}

.midas_form.featured-form form .hs-form-field legend.hs-field-desc {
  font-family: sans-serif !important;
}

.midas_form.featured-form form h1 {
  font-family: sans-serif !important;
}



/* media query */

@media(min-width:768px){
  .header_menu .hs-menu-wrapper ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
  }

  .header_menu .hs-menu-wrapper ul ul {
    display: none;
  }

  .header_menu .hs-menu-wrapper>ul>li {
    margin: 0;
  }

  .header_2_theme_02 .header_menu .hs-menu-wrapper>ul>li>a {
    color: #000;
  }

  .header_menu .hs-menu-wrapper>ul>li>a {
    color: #fff;
    height: auto;
    line-height: 2;
    padding: 5px 15px;
    text-decoration: none;
    display: block;
  }

  .header_menu .hs-menu-wrapper>ul>li>a:hover,
  .header_menu .hs-menu-wrapper>ul ul li>a:hover,
  .header_menu .hs-menu-wrapper>ul ul ul li>a:hover{
    background: #61a3e7;
    color: #fff;
  }

  .header_menu .hs-menu-wrapper>ul>li:hover>ul {
    display: block;
    background: #fff;
    border-top: 3px solid #61a3e7;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  }

  .header_menu .hs-menu-wrapper>ul ul li:hover>ul {
    display: block;
    background: #fff;
  }

  .header_menu .hs-menu-wrapper>ul ul li a {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    color: #333;
    font-size: 15px;
    min-width: 180px;
    padding: 8px 30px 8px 15px ;
    position: relative;
    display: block;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
  }

  .header_menu .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children>a:after {
    bottom: 0;
    color: #636363;
    content: "\f067" !important;
    display: inline-block;
    font-family: fontawesome !important;
    font-size: 14px;
    height: 18px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
  }

  .header_menu .hs-menu-wrapper ul ul li:hover>ul {
    display: block;
    left: 100%;
  }

  .fixed-header .cm_header {
    background: rgba(47, 47, 47, .9);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
  }

  .fixed-header .header_menu .hs-menu-wrapper>ul>li>a {
    color: #fff;
  }

  .cm_header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: all .4s ease-in-out;
  }

  footer.footertype2.footer6 .custom-row .items:first-child {
    margin-left: 2.564102564%;
  }

  footer.footertype2.footer6 .cm-formarea {
    width: 14.529914530000001%;
  }

  .subscribed_bnr.hero-banner-large .margin-top-20 {
    margin: 0;
    width: 82.905982906%;
    margin-left: 2.564102564%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .header_menu .hs-menu-wrapper>ul>li:last-child>ul {
    right: 0;
    left: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .header_menu .hs-menu-wrapper ul ul li:hover>ul {
    left: auto;
    right: 100%;
  }

  .header_menu .hs-menu-wrapper>ul ul li a{
    min-width: 180px;
    padding: 5px 15px;
    white-space: normal; 
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  footer.footertype2.f-12 .custom-row .items {
    width: 22.928176794%;
    margin-left: 2.762430939%;
    margin-top: 0;
  } 

  footer.footertype2.f-12 .custom-row .items:first-child{
    margin: 0;
  }
}

@media only screen and (min-width: 1101px) {
  .header_menu .hs-menu-wrapper ul ul li:hover>ul {
    left: auto;
    right: 100%;
  }
}

@media (min-width: 768px) {
  .header_logo {
    width: 23.076923077%;
  }

  .header_menu {
    width: 74.358974359%;
    margin-left: 2.564102564%;
  }
}

@media (min-width: 921px) {
  body.type_05 nav.custom-menu .navi-bg {
    top: 65px;
  }
}

@media (max-width: 1200px) {
  .cm_header .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cm_tabber table {
    width: 100%;
  }

  .tabber.cm_tabber td{
    display: block;
    height: auto !important;
    width: 100% !important;
    min-height: auto !important;
  }
}

@media only screen and (max-width: 1019px) {
  .h-main-menu {
    display: none;
  }

  .hamburger{
    display:block;
  }

  .hamburger {
    text-align: right;
    margin-right: 7%;
    width: 70%;
    display: inline-block;
  }

  .hamburger i {
    font: normal normal normal 14px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
    display: inline-block;
    cursor: pointer;
  }

  .hamburger i:before {
    content: "\f0c9";
  }

  .mobile-menu .hs-menu-wrapper>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>a {
    text-decoration: none;
    background-color: #61a3e7;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: left;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #61a3e7;
    color: #fff;
    transition: all .2s ease-in-out;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>a:hover {
    color: #52565b;
  }

  .top-links {
    margin: 0;
  }

  .open-menu .mobile-menu {
    display: block;
  }

  .headerWrap.header8 .mobile-menu .hs-menu-wrapper>ul>li>a {
    color: #61a3e7;
    background-color: #fff;
  }

  .headerWrap.header8 .mobile-menu .hs-menu-wrapper>ul>li>a:hover {
    color: #52565b;
  }

  .headerWrap.header8.h-12 .mobile-menu .hs-menu-wrapper>ul>li>a {
    border-bottom: 1px solid #95354b;
    color: #95354b;
  }

  .headerWrap.header8.h-12 .mobile-menu .hs-menu-wrapper>ul>li>a:hover {
    color: #52565b;
  }
}

@media screen and (max-width: 979px) {
  footer.footertype2.footer6 .cm-formarea,
  footer.footertype2 .custom-row .items {
    width: 14.89361702%;
  } 
}

@media(max-width:930px){
  footer.footertype2.footer6 .cm-formarea,
  footer.footertype2 .custom-row .items {
    display: block;
    width: 100%;
    margin: 40px 0 0 0;
    margin-top: 40px;
  }

  footer.footertype2.footer6 .custom-row .items:first-child {
    margin: 40px 0 0 0;
  }

  footer.footertype2.footer7 {
    padding-top: 40px;
    margin-left: 0;
    width: 100%;
  }

  footer.footertype2.footer9 .cm-formarea {
    width: 100%;
    margin: 40px 0 0;
  }
}

@media(max-width:767px){
  .mobile-trigger {
    color: #000;
    cursor: pointer;
    display: inline-block ;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    padding: 7px 10px 8px;
    position: absolute;
    right: 10px;
    text-align: left;
    text-transform: uppercase;
    top: 24px;
    width: auto;
    z-index: 9999;
  }

  .mobile-trigger i {
    display: inline;
    position: relative;
    top: -4px;
  }

  .mobile-trigger i,
  .mobile-trigger i:after, 
  .mobile-trigger i:before {
    background-color: #000;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    display: inline-block;
    height: 2px;
    width: 22px;
  }

  .mobile-trigger i:after, 
  .mobile-trigger i:before {
    content: "";
    position: absolute;
  }

  .mobile-trigger i:before {
    top: -6px;
  }
  .mobile-trigger i:after {
    top: 6px;
  }

  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:after, 
  .mobile-open .mobile-trigger i:before, 
  .mobile-trigger:hover i, 
  .mobile-trigger:hover i:after, 
  .mobile-trigger:hover i:before {
    background-color: #61a3e7;
  }

  .header_logo {
    width: 100%;
    text-align: center;
  }

  .header_menu {
    display: block;
    width: 100%;
    position: static;
    background-color: #fff;
  }

  .header_inner {
    width: 100%;
  }

  .header_logo img {
    margin: 0 auto;
  }

  .headerMenu .hs-menu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .headerMenu .hs-menu-wrapper ul li {
    border-top: 1px dotted hsla(0, 0%, 100%, .35);
    position: relative;
  }

  .headerMenu .hs-menu-wrapper ul li a {
    text-decoration: none;
  }

  .header-stickyWrapper.h-13 .hs-menu-wrapper>ul>li>a{
    color: #000 !important;
  }

  .headerMenu .hs-menu-wrapper>ul>li>a {
    color: #000 !important;
    padding: 0 10px;
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 45px;
  }

  .header_menu .hs-menu-wrapper>ul ul {
    position: static;
    text-align: left;
    display: none;
  }

  .header_menu .hs-menu-wrapper>ul ul li a {
    font-size: 16px;
    text-indent: 10px;
    padding: 0 10px;
    display: block;
    color: #000;
    line-height: 45px;
  }

  .cm_child_trigger {
    border-left: 1px dotted hsla(0, 0%, 100%, .2);
    cursor: pointer;
    display: block ;
    height: 45px ;
    min-width: 55px ;
    padding: 0 ;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px ;
  }

  .cm_child_trigger i {
    margin: 0 auto ;
    position: relative;
    top: 50%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .cm_child_trigger i, 
  .cm_child_trigger i:after {
    background-color: #000;
    display: block;
    height: 1px;
    width: 10px;
  }

  .cm_child_trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    content: "";
    position: absolute;
  }

  .header_menu .hs-menu-wrapper>ul ul ul li a {
    text-indent: 30px;
  }

  .cm_child_trigger.nav-active i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .headerMenu .hs-menu-wrapper ul li a:hover {
    background: #61a3e7;
    color: #fff;
  }

  .headerMenu {
    display: none;
  }

  .cm_footer_col {
    width: 100%;
  }

  .related-post-wrp {
    padding: 10px 0 0;
  }

  .cm_footer_col p {
    display: block;
  }

  .cm_footer_wrap {
    padding: 60px 15px 156px;
  }

  html.type_05 .cmBnr.hero-banner-large h1 {
    font-size: 45px;
  }

  footer.footertype2.footer7 .cm-formarea {
    margin-top: 50px;
    margin-left: 0;
    width: 100%;
  }

  footer.footertype2.footer7 .footer-wrapper .hs-input {
    padding: 10px;
    line-height: 1.42857143;
  }

  footer.footertype2.footer7 .custom-row .hs-menu-wrapper > ul > li > a {
    margin-bottom: 20px;
    line-height: 1.8;
  }

  footer.footertype2.footer7 .cm-formarea h3 {
    margin-bottom: 11px;
  }

  footer.footertype2.footer7 .custom-row .items.Support_sitemap {
    margin-top: 40px;
  }

  footer.footertype2.footer7 .footer-logo {
    margin-bottom: 40px;
  }

  footer.footertype2 .Community_sitemap .hs-menu-wrapper > ul > li > a:after,
  footer.footertype2 .Support_sitemap .hs-menu-wrapper > ul > li > a:after{
    bottom: 0px;
    font-weight: 400;
  }

  .headerWrap.header7 .mobile-home-link {
    visibility : visible;
  }

  html.type_04 .header-type2 .logo img {
    margin: 0 auto;
  }

  footer.footertype2 .products_sitemap .hs-menu-wrapper > ul > li > a,
  footer.footertype2 .company_sitemap .hs-menu-wrapper > ul > li > a{
    margin: 0;
    border-bottom: 1px solid white;
    position: relative;
    cursor: pointer;
    padding-bottom: 10px;
  }

  footer.footertype2 .products_sitemap .hs-menu-wrapper > ul > li > ul, 
  footer.footertype2 .company_sitemap .hs-menu-wrapper > ul > li > ul {
    display: none;
  }

  footer.footertype2 .products_sitemap .hs-menu-wrapper > ul > li > a:after,
  footer.footertype2 .company_sitemap .hs-menu-wrapper > ul > li > a:after {
    content: "+";
    position: absolute;
    right: -1px;
    bottom: 4px;
    font-size: 22px;
    font-weight: 300;
  }

  footer.footertype2 .products_sitemap .hs-menu-wrapper > ul > li > a:after,
  footer.footertype2 .company_sitemap .hs-menu-wrapper > ul > li > a:after {
    bottom: 0px;
    font-weight: 400;
  }

  footer.footertype2 .products_sitemap .hs-menu-wrapper > ul > li.submenuopen > a:after,
  footer.footertype2 .company_sitemap .hs-menu-wrapper > ul > li.submenuopen > a:after {
    content: "x";
  }

  footer.footertype2 .products_sitemap .hs-menu-wrapper > ul > li.submenuopen > a:after, 
  footer.footertype2 .company_sitemap .hs-menu-wrapper > ul > li.submenuopen > a:after {
    font-size: 16px;
  }

  footer.footertype2.footertype4 .footer-wrapper .hs-input {
    line-height: 1.42857143;
    padding: 10px;
  }

  footer.footertype2.footertype4 .cm-formarea h3 {
    margin-bottom: 13px;
  }

  footer.footertype2.footertype4 .cm-formarea {
    margin-top: 40px;
  }

  footer.footertype2.footertype4 .custom-row .items.Community_sitemap {
    margin-top: 50px;
  }

  footer.footertype2 .custom-row .items.Support_sitemap {
    margin-top: 50px;
  }

  footer.footertype2.footertype4 .products_sitemap .hs-menu-wrapper > ul > li > a:after,
  footer.footertype2.footertype4 .company_sitemap .hs-menu-wrapper > ul > li > a:after,
  footer.footertype2.footertype4 .Community_sitemap .hs-menu-wrapper > ul > li > a:after, 
  footer.footertype2.footertype4 .Support_sitemap .hs-menu-wrapper > ul > li > a:after{
    bottom: 7px;
  }

  footer.footertype2.footertype4 .products_sitemap .hs-menu-wrapper > ul > li > ul,
  footer.footertype2.footertype4 .company_sitemap .hs-menu-wrapper > ul > li > ul {
    padding-bottom: 1px;
  }

  .interactive-button,
  .cm__btn{
    width: auto !important;
  }

  body.type_07 table td {
    width: 100% !important;
    height: auto !important;
    display: block;
  }

  body.type_07 tr {
    height: auto !important;
  }

  body.type_07 table {
    height: auto !important;
    border: none !important;
  }

  .feedback_bnr.hero-banner-large .page-center {
    padding: 8% 15px;
  }

  .feedback_bnr.hero-banner-large.hero-banner-bg-image.color-white.with-overlay {
    background-position: center ;
  }

  .hero-banner-video.type2 {
    padding-top: 131px;
  }

  .custom-font-text.designfeatures h1 {
    font-size: 38px;
  }

  .custom-font-text.designfeatures p {
    font-size: 16px !important;
  }

  .tabber.cm_tabber .hs-tabs__item {
    padding: 20px !important;
  }

  .custom-font-text.overview td {
    width: 100% !important;
    display: block;
    height: auto !important;
  }

  .custom-font-text.overview table {
    display: block;
    height: auto !important;
  }

  footer.footertype2.f-12 .custom-row .items {
    width: 100%;
  }

  footer.footertype2.f-12 .custom-row .items h4 {
    display: block;
  }

  footer.footertype2.f-12 .custom-row .items:first-child {
    margin: 0;
  }

  .footer_03_theme_03 footer.footertype2 .footer-wrapper .hs-input {
    line-height: 1.42857143;
    padding: 10px;
  }

  .footer_03_theme_03 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > a {
    margin-bottom: 21px;
  }

  .footer_03_theme_03 footer.footertype2 .cm-formarea h3 {
    margin-bottom: 11px;
  }

  .footer_03_theme_03 footer.footertype2 .Community_sitemap .hs-menu-wrapper > ul > li > a, 
  .footer_03_theme_03 footer.footertype2 .Support_sitemap .hs-menu-wrapper > ul > li > a {
    border: none;
    padding: 0;
  }

  .footer_03_theme_03 footer.footertype2 .Community_sitemap .hs-menu-wrapper > ul > li > a:after,
  .footer_03_theme_03 footer.footertype2 .Support_sitemap .hs-menu-wrapper > ul > li > a:after {
    display: none;
  }

  .footer_03_theme_03 footer.footertype2 .Community_sitemap .hs-menu-wrapper > ul > li > ul, 
  .footer_03_theme_03 footer.footertype2 .Support_sitemap .hs-menu-wrapper > ul > li > ul {
    display: block !important;
  }

  .footer_03_theme_03 footer.footertype2 .custom-row .items:not(:first-child) {
    margin-top: 50px;
  }

  .footer_03_theme_03 footer.footertype2 .custom-row .items:first-child {
    margin: 0;
  }

  .footer_05_theme_05 footer.footertype2.footertype4 .custom-row .items:not(:first-child) {
    margin-top: 50px;
  }

  .footer_05_theme_05 footer.footertype2.footertype4 .Community_sitemap .hs-menu-wrapper > ul > li > ul > li:last-child {
    padding-bottom: 10px;
  }

  .footer_05_theme_05 footer.footertype2.footertype4 .hs-menu-wrapper > ul > li.submenuopen > a:after {
    font-size: 17px;
  }
  .footer_05_theme_05 footer.footertype2.footertype4 .custom-row .items:first-child {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 675px) {
  .h-logo-col {
    width: 40% !important;
  }

  .btn-close {
    top: 50%;
  }
}

@media only screen and (max-width: 650px) {
  .notification-bar img {
    display: none;
  }

  .btn-close {
    display: none;
  }
}

@media (max-width: 480px) {
  .header_logo img {
    max-width: 120px;
  }

  .mobile-trigger {
    top: 20px;
  }

  .header_logo img {
    margin-left: 0;
  }

  .notification-bar {
    padding: 10px;
  }

  footer.footertype2.footer6 .cm-formarea, footer.footertype2 .custom-row .items {
    display: block;
    width: 100%;
    margin: 40px 0 0 0;
    margin-top: 40px;
  }

  footer.footertype2.footer6 .custom-row .items:first-child {
    margin: 40px 0 0 0;
  }

  footer.footertype2.footer6 .custom-row .hs-menu-wrapper > ul > li > ul > li:last-child {
    margin: 0;
  }

  footer.footertype2.footer6 .custom-row .hs-menu-wrapper > ul > li > ul > li {
    padding: 0 20px;
    margin: 0;
  }

/*   footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul {
    padding: 0;
  } */

  footer.footertype2.footer7 .footer-wrapper .hs-input {
    padding: 8px 6px;
    font-size: 16px;
    margin-top: 10px;
  }

  footer.footertype2.footer7 .actions input.hs-button.primary.large {
    font-size: 16px;
  }

  footer.footertype2.footer7 form.hs-form label {
    margin: 0;
  }

  footer.footertype2.footer7 .custom-row .hs-menu-wrapper > ul > li > ul > li {
    margin: 10px 0;
    font-size: 14px;
  }

  footer.footertype2.footer7 .custom-row .items:not(:first-child) {
    margin-top: 35px;
  }

  footer.footertype2.footer7 .custom-row .hs-menu-wrapper > ul > li > a {
    padding-bottom: 4px;
  }

  footer.footertype2.footer7 .custom-row .items.Community_sitemap {
    margin-top: 56px;
  }


  footer.footertype2.footer7 .custom-row .hs-menu-wrapper > ul > li > a {
    margin: 0;
    padding-bottom: 6px;
  }

  footer.footertype2.footer7 .custom-row .items.Support_sitemap {
    margin-top: 46px;
  }

  .feedback_bnr.hero-banner-large .page-center {
    padding: 60px 15px;
  }

  .footer_03_theme_03 footer.footertype2 .actions input.hs-button.primary.large {
    margin-top: 0;
  }

  .footer_03_theme_03 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul {
    padding: 40px 0;
  }

  .footer_03_theme_03 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > ul > li {
    padding: 0 20px;
  }

  .footer_03_theme_03 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > a {
    margin-bottom: 12px;
  }

  .footer_03_theme_03 footer.footertype2 .custom-row .items:not(:first-child) {
    margin-top: 40px;
  }

  .footer_05_theme_05 footer.footertype2.footertype4 .custom-row .hs-menu-wrapper > ul > li > ul {
    padding: 20px 0 30px;
  }

  .footer_05_theme_05 footer.footertype2.footertype4 .custom-row .hs-menu-wrapper > ul > li > ul > li {
    padding: 0 20px;
  }

  .footer_05_theme_05 footer.footertype2.footertype4 .actions input.hs-button.primary.large {
    padding: 8px 6px;
    font-size: 16px;
    margin-top: 10px;
  }

  .footer_05_theme_05 footer.footertype2.footertype4 .footer-wrapper .hs-input {
    padding: 8px 6px;
    margin-top: 5px;
  }
}
/* cyrillic-ext */
@font-face {
  font-family: 'custom-Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'custom-Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'custom-Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'custom-Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'custom-Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'custom-Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family:'custom-Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --body-fonts1: roboto, sans-serif,  sans-serif;
}

.custom-cnt-area.cmmidas-expert-engineers h1{
  font-family: 'custom-Roboto' !important;

}
.TeamBoxNew.team-box-wrapper .top-content h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.TeamBoxNew.team-box-wrapper .team-box .content-area h4 {
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
}
.TeamBoxNew.team-box-wrapper .team-box .content-area  p {
  color: #5c5c5c;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.8;
}
.subscriptionForm  form {
  max-width: 60%;
  margin: 0 auto;
}
.subscriptionForm  form h1 {
  font-size: 48px;
  text-align: center;
  font-family: impact, chicago;
  color: #ffffff;
  font-weight: normal;
  margin: 0;
  margin-bottom: 10px;

  line-height: 50px;
}
.subscriptionForm form .hs-form-field {
  margin-bottom: 15px;
}
.subscriptionForm form .hs-form-field label {
  font-weight: 700;
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 16px;
}
.subscriptionForm form .hs-richtext {
  margin: 0;
}
.subscriptionForm form input[type=email]{
  background-color: #fafafa;
  background-image: none;
  border: 1px solid #61a3e7!important;;
  color: #555;
  display: block;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  margin-top: 5px;
  padding: 10px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%;
  border-radius: 0!important;
}
.subscriptionForm form .actions {
  margin: 0;
}
.subscriptionForm form .actions input.hs-button.primary {
  background-color: #741B47 !important;
  background-image: none !important;
  color: #FFFFFF !important;
  font-size: 19px !important;
  font-weight: bold !important;
  width: auto !important;
  border: 2px solid;
  border-bottom-color: rgb(0, 0, 0);
  border-left-color: rgb(0, 0, 0);
  border-right-color: rgb(0, 0, 0);
  border-top-color: rgb(0, 0, 0);
  border-top-style: outset;
  border-left-style: outset;
  padding: 1px 6px;

  line-height: normal;
}
.type_three.quote-page-info-container .product-button.active {
  color: #6fa2e1;
  border-bottom: 3px solid #6fa2e1;
}
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(14) td:nth-child(2)::before ,
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(15) td:nth-child(2)::before ,
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(14) td:nth-child(2)::before ,
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(16) td:nth-child(2)::before ,
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(14) td:nth-child(2)::before ,
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(17) td:nth-child(2)::before ,
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(14) td:nth-child(2)::before ,
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(18) td:nth-child(2)::before,
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(19) td:nth-child(2)::before{
  display: none;
}
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(14) td:nth-child(2) span,
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(15) td:nth-child(2) span,
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(14) td:nth-child(2) span,
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(16) td:nth-child(2) span,
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(14) td:nth-child(2) span,
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(17) td:nth-child(2) span,
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(14) td:nth-child(2) span,
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(18) td:nth-child(2) span,
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(19) td:nth-child(2) span{
  color: #878787;
  font-size: 30px;
  font-weight: 500;
  vertical-align: text-bottom;
}
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(14) td:nth-child(2) ,
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(15) td:nth-child(2) ,
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(14) td:nth-child(2) ,
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(16) td:nth-child(2) ,
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(14) td:nth-child(2) ,
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(17) td:nth-child(2) ,
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(14) td:nth-child(2) ,
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(18) td:nth-child(2),
.type_three.quote-page-info-container .midas-product.cont-item-1 table tr:nth-child(19) td:nth-child(2){
  padding-top: 15px;
  padding-bottom: 15px;
}
.type_three.quote-page-info-container .midas-product.cont-item-1 .content table:nth-child(2) tr:nth-child(3) td:nth-child(2)::before {
  display: none;
}
.type_three.quote-page-info-container .midas-product.cont-item-1 .content table:nth-child(2) tr:nth-child(3) td:nth-child(2) span {
  color: #878787;
  font-size: 30px;
  font-weight: 500;
  vertical-align: text-bottom;
}
.type_three.quote-page-info-container .midas-product.cont-item-1 .content table:nth-child(3) tr:not(:first-child) td:not(:first-child) {
  padding-top: 15px;
  padding-bottom: 15px;
}
.type_three.quote-page-info-container .midas-product.cont-item-1 .content table:nth-child(3) tr:not(:first-child) td:last-child::before {
  display: none;
}
.type_three.quote-page-info-container .midas-product.cont-item-1 .content table:nth-child(3) tr:not(:first-child) td:last-child span {
  color: #878787;
  font-size: 30px;
  font-weight: 500;
  vertical-align: text-bottom;
}
.type_three.quote-page-info-container .midas-product.cont-item-1 .content table:nth-child(3) tr:nth-child(3) td:nth-child(2)::before,
.type_three.quote-page-info-container .midas-product.cont-item-1 .content table:nth-child(3) tr:nth-child(4) td:nth-child(2)::before{
  display: block;
  opacity: 1;
}
.type_three.quote-page-info-container .midas-product.cont-item-1 .content table:nth-child(3) tr:nth-child(3) td:nth-child(2),
.type_three.quote-page-info-container .midas-product.cont-item-1 .content table:nth-child(3) tr:nth-child(4) td:nth-child(2){
  display: flex;
  align-items: center;
  justify-content: center;
}
.type_three.quote-page-info-container .midas-product.cont-item-1 .content table:nth-child(3) tr:nth-child(5) td:nth-child(3)::before,
.type_three.quote-page-info-container .midas-product.cont-item-1 .content table:nth-child(3) tr:nth-child(6) td:nth-child(3)::before{
  height: 25px;
  width: 25px;
  background-color: #878787;
  border-radius: 50%;
  display: inline-block;
  vertical-align: text-top;
}
.type_three.quote-page-info-container .midas-product.cont-item-1 .content table:nth-child(3) tr:nth-child(5) td:nth-child(2) span,
.type_three.quote-page-info-container .midas-product.cont-item-1 .content table:nth-child(3) tr:nth-child(6) td:nth-child(2) span {
  color: #878787;
  font-size: 30px;
  font-weight: 500;
  vertical-align: text-bottom;
}
.type_three.quote-page-info-container .midas-product.cont-item-1 .content table:nth-child(3) tr:nth-child(6) td:nth-child(2)::before {
  opacity: 0;
  display: none;
}
.type_three.quote-page-info-container .midas-product.cont-item-1 .content table:nth-child(3) tr:nth-child(5) td:nth-child(6)::before,
.type_three.quote-page-info-container .midas-product.cont-item-1 .content table:nth-child(3) tr:nth-child(6) td:nth-child(6)::before{
  height: 25px;
  width: 25px;
  background-color: #878787;
  border-radius: 50%;
  vertical-align: text-top;
  opacity: 1;
  display: block;
}
.type_three.quote-page-info-container .bridge-quote-tabs .button-holder a {
  background: rgb(111, 162, 225);
}
.type_three.quote-page-info-container .bridge-quote-tabs .button-holder a:hover {
  background: rgb(122, 178, 247);
  color: rgb(255, 255, 255);
}
.type_three.quote-page-info-container .midas-product.cont-item-2 table:nth-child(2) tr th span,
.type_three.quote-page-info-container .midas-product.cont-item-2 table:nth-child(3) tr th span{
  font-size: 20px;
  color: #6fa2e1;
}
.type_three.quote-page-info-container .midas-product.cont-item-2 table:nth-child(2) tr:not(:first-child) td:last-child:before,
.type_three.quote-page-info-container .midas-product.cont-item-2 table:nth-child(3) tr:not(:first-child) td:last-child:before{
  display: none;
}
.type_three.quote-page-info-container .midas-product.cont-item-2 table:nth-child(2) tr:not(:first-child) td:last-child span,
.type_three.quote-page-info-container .midas-product.cont-item-2 table:nth-child(3) tr:not(:first-child) td:last-child span{
  color: #878787;
  font-size: 30px;
  font-weight: 500;
  vertical-align: text-bottom;
}
.type_three.quote-page-info-container .midas-product.cont-item-2 table:nth-child(3) tr:not(:first-child) td:nth-child(2)::before {
  display: none;
}
.type_three.quote-page-info-container .midas-product.cont-item-2 table:nth-child(3) tr:not(:first-child) td:nth-child(2) span {
  color: #878787;
  font-size: 30px;
  font-weight: 500;
  vertical-align: text-bottom;
}
.type_three.quote-page-info-container .midas-product.cont-item-2 table:nth-child(3) tr:not(:first-child) td:nth-child(3)::before {
  height: 25px;
  width: 25px;
  background-color: #878787;
  border-radius: 50%;
  display: inline-block;
  vertical-align: text-top;
}
.navigationBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px 0;
}

.navigationBtn a.button {
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  background: rgb(142, 6, 88);
  border-radius: 6px;
  border-width: 0px;
  color: rgb(255, 255, 255);
  font-family: sans-serif;
  height: auto;
  transition: all .4s ease;
  padding: 13px 50px;
  text-shadow: none;
  width: auto;
  font-size: 24px;
  line-height: 1.5em;
  border-radius: 0px;
}

.navigationBtn a.button:hover {
  background: rgb(156, 6, 96);
  color: rgb(255, 255, 255);
}
.custom-cnt-area.withBgImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.custom-cnt-area.withBgImg .content {
  width: 65.81196581200001%;
  margin: 0 auto;
  padding: 0px 10px;
}

.custom-cnt-area.withBgImg .content p em a {
  color: #61a3e7;
  text-decoration: none;
}

.custom-cnt-area.withBgImg .content p  em {
  font-style: normal;
}

.custom-cnt-area.withBgImg .content p em a:hover {
  color: #2f71b5;
}


.licensingForm  .hs-form-field {
  margin-bottom: 15px;
  padding: 0 10px 0 0;
}

.licensingForm .hs-form-field.hs_firstname {
  width: 48% !important;
  margin-right: .8%;
}

.licensingForm .hs-form-field.hs_lastname {
  width: 48% !important;
}

.licensingForm .hs-form-field label {
  font-weight: 700;
  margin-bottom: 5px;
  color: #5CA1E4;
  display: inline;
  -webkit-text-size-adjust: none;
  font-family: 'roboto', sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.licensingForm .hs-form-field label span.hs-form-required {
  color: #5CA1E4;
}

.licensingForm .hs-form-field .input {
  margin-right: 0 !important;
}
.licensingForm .hs-form-field .hs-input:not([type="checkbox"]):not(select) {
  width: 100%;
  background-color: #FAFAFB;
  background-image: none;
  display: block;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  margin-top: 5px;
  padding: 10px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0 !important;
  color: #666666 !important;
  border: 1px solid #ccc !important;
} 

.licensingForm .hs-form-field select.hs-input {
  height: 66px;
  background-color: #fff;
  border: 1px solid #dfe1e6 !important;
  border-radius: 4px !important;
  font-weight: bold;
  font-size: 16px;
}

.licensingForm .actions input.hs-button {
  display: inline-block;
  width: auto !important;
  background-color: #5CA1E4;
  background-image: none;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: normal;
  line-height: 40px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  border: 0;
}

.licensingForm .hs-form-field .hs-input:not([type="checkbox"]):focus{
  border-color: #61a3e7!important;
  outline: 0;
}

.licensingForm .hs-form-field .hs-input.error:not([type="checkbox"]){
  border-color: red !important;
}

.licensingForm .hs-form-field.hs_email__must_be_school_email_ {
  width: 48% !important;
  margin-right: .8%;
}

.licensingForm .hs-form-field.hs_phone.hs-phone {
  width: 48% !important;
}

.licensingForm .hs-form-field select.hs-input {
  margin-top: 5px;
}

.licensingForm .hs-form-field legend.hs-field-desc {
  -webkit-text-size-adjust: none;
  font-family: 'roboto', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #444;
  margin: 0;
}

.licensingForm .hs-form-field ul.inputs-list {
  padding: 0px;
  margin: 16px 0px;
}

.licensingForm .hs-form-field ul.inputs-list input[type="checkbox"] {
  margin: 3px 3px 3px 4px;
}

.licensingForm .hs-form-field ul.inputs-list li {
  padding: 0;
}

.licensingForm .hs-richtext p {
  margin: 10px 0;
  -webkit-text-size-adjust: none;
  font-family: 'roboto', sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.licensingForm .actions {
  margin: 0;
}

.licensingForm .hs-richtext p a {
  color: #61a3e7;
}

.licensingForm .hs-richtext p a:hover {
  color: #2f71b5;
}
.licensingForm .hs-form-field .hs-input[type=checkbox] {
  width: auto !important;
}

.custom-cnt-area.overlayWithImg {
  position: relative;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}



.custom-cnt-area.overlayWithImg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  width: 100%;
  background: url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/images/banner-overlay-new.png) repeat;
}

.custom-cnt-area.overlayWithImg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
}

.custom-cnt-area.overlayWithImg .content {
  position: relative;
  z-index: 99;
  width: 65.81196581200001%;
  margin: 0 auto;
  max-width: 1033px;
}

.custom-cnt-area.overlayWithImg .content h1 {
  margin-top: 0;
}
.custom-cnt-area.overlayWithImg .content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  border: 0;
}

.custom-cnt-area.overlayWithImg .content table td {
  font-weight: normal;
  background: transparent;
  border: 0;
}

.simpleCont .content {
  width: 65.81196581200001%;
  margin: 0 auto;
  padding: 0px 20px;
}

.simpleCont .content a {
  color: #61a3e7;
  text-decoration: none;
}

.simpleCont .content a:hover {
  color: #2f71b5;
}
.counting-banner.type_two {
  background-attachment: fixed;
}

.type_two.counting-banner .margin-top-20.btn_wrp a {
  margin: 20px auto;
}
.withBgImg p {
  margin: 10px 0;
}
.subscriptionForm form .hs-form-field label span.hs-form-required {
  color: #FFFFFF;
}

.subscriptionForm form .hs-form-field label {
  display: inline;
}

.subscriptionForm form input[type=email] {
  margin-top: 8px;
}

.design-cards .design-cards-row{
  background: url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/images/cim_bridge_img-wo-bg.png) center center no-repeat;

}



.custom-cnt-area.btnWithCont .content {
  max-width: 1000px;
  margin: 0 auto;
}

.custom-cnt-area.btnWithCont .content h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.custom-cnt-area.btnWithCont .btn-holder {
  margin: 0 0 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-cnt-area.btnWithCont .btn-holder a {
  border-radius: 4px;
  transition-duration: .3s;
  background-color: #ffaf03;
  border: 1px solid #ffaf03;
  text-align: center;
  padding: 20px 30px;
  margin-top: 10px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
}
.custom-cnt-area.btnWithCont .btn-holder a:hover {
  background-color: #ffaf03;
  border: 1px solid #ffaf03;
}

section.servicesCard.SolutionsCard {
  padding: 0;
}

section.servicesCard.SolutionsCard .section-services-list {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

section.servicesCard.SolutionsCard .section-services-list li {
  background: transparent;
  width: 33.33333%;
  margin: 0;
  padding: 0;
}

section.servicesCard.SolutionsCard .section-services-list li:nth-child(1) ,
section.servicesCard.SolutionsCard .section-services-list li:nth-child(4) {
  padding-right: 2.0833333333333335rem;
}

section.servicesCard.SolutionsCard .section-services-list li:nth-child(2),
section.servicesCard.SolutionsCard .section-services-list li:nth-child(5){
  padding: 0 1.0416666666666667rem;
}

section.servicesCard.SolutionsCard .section-services-list li:nth-child(3),
section.servicesCard.SolutionsCard .section-services-list li:nth-child(6){
  padding-left: 2.0833333333333335rem;
}

section.servicesCard.SolutionsCard .section-services-list li .icons {
  position: relative;
  width: auto;
  height: auto;
  padding: 0;
}

section.servicesCard.SolutionsCard .section-services-list li .icons a.overLink {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

section.servicesCard.SolutionsCard .section-services-list li .content-subtext > span {
  margin: 10px 0;
  display: inline-block;
  font-size: 15px;
  font-family: play, roboto, sans-serif;
  line-height: 25.6px;
}

section.servicesCard.SolutionsCard .section-services-list li .content-subtext  ul {
  display: block;
  padding-bottom: 1.8em;
  list-style-type: square;
  list-style-position: outside;
  padding-left: 25px;
  list-style: none;
}

section.servicesCard.SolutionsCard .section-services-list li .content-subtext ul li {
  width: auto;
  padding: 0;
  line-height: 25.6px;
}
section.servicesCard.SolutionsCard .section-services-list li .content-subtext ul li:not(:first-child){
  padding-top: 1em;
}
section.servicesCard.SolutionsCard .section-services-list li .content-subtext > p {
  padding-bottom: 1.8em;
  color: #5c5c5c;
  line-height: 25.6px;
  margin:16px 0px;
}

.midas_form.featured-form {
  background-image: url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/images/men-mainbanner-4.png) !important;
  background-repeat: no-repeat!important;;
  background-size: cover!important;;
  background-position: 50% 50%!important;;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.midas_form.featured-form form {
  width: 60%;
  margin: 0 auto;
}

.midas_form.featured-form form h1 {
  margin-top: 0;
  text-align: center;
  font-size: 48px;
  color: #6fa2e1;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
}
.midas_form.featured-form >.hs_cos_wrapper_type_form {
  display: inline-block;
  width: 100%;
}
.midas_form.featured-form form .hs-form-field {
  margin: 0;
}

.midas_form.featured-form form .hs-form-field label {
  color: #666666 !important;
  font-size: 17px !important;
  display: inline;
  font-weight: 700;
}

.midas_form.featured-form form .hs-form-field .hs-input {
  border-radius: 3px !important;
  color: #666666 !important;
  font-size: 16px !important;
  padding-bottom: 13px !important;
  padding-left: 13px !important;
  padding-right: 13px !important;
  padding-top: 13px !important;
  min-height: 27px;
  line-height: 1.42857143;
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  background-color: #fafafa;
  background-image: none;
  border: 1px solid #ccc !important;
}

.midas_form.featured-form form .hs-form-field legend.hs-field-desc {
  color: #5c5c5c;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
.midas_form.featured-form form .hs-form-field .hs-input:focus{
  border-color: #61a3e7 !important;
  outline: 0;
} 

.midas_form.featured-form form .hs-form-field ul.no-list.hs-error-msgs.inputs-list {
  margin: 16px 0px;
}

.midas_form.featured-form form .hs-form-field .hs-input.error {
  border-color: red !important;!
}
.midas_form.featured-form form .hs-form-field label span.hs-form-required {
  color: #5c5c5c;
}

.midas_form.featured-form form .hs-form-field label span.hs-form-required {
  color: #5c5c5c;
}

.midas_form.featured-form form .hs-form-field {
  margin-bottom: 15px;
}

.midas_form.featured-form form .form-columns-2 .hs-form-field {
  padding: 0;
  margin: 0;
}

.midas_form.featured-form form .hs-form-field select.hs-input {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(//2495902.fs1.hubspotusercontent-na1.net/hubfs/2495902/raw_assets/public/latam-midassoft-theme/images/form-dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-color: #fff;
  border-radius: 5px !important;
  border: 1px solid gray !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 20px;
  color: #4d4d4d !important;
  height: 45px;
  padding: 10px !important;
  margin: 5px 0 0px;
}

.midas_form.featured-form form  .hs_recaptcha.hs-recaptcha {
  display: flex;
}

.midas_form.featured-form form  input.hs-button {
  border: 0;
  text-decoration: none;
  cursor: pointer;
  display: inline-block ;
  width: 100%;
  margin-top: 10px ;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  background-color: #6fa2e1 ;
  background-image: none ;
  border-radius: 4px ;
  color: #ffffff ;
  font-family: Helvetica, Trebuchet MS, sans-serif ;
  font-size: 18px ;
  font-weight: bold ;
  line-height: 31px ;
  padding-bottom: 17px ;
  padding-left: 40px ;
  padding-right: 40px ;
  padding-top: 17px ;
  max-width: 200px;
}

.three-column-card .topSection {
  text-align: center;
}

.three-column-card .topSection h1 {
  font-size: 36px;
  color: #1d1d1f;
  letter-spacing: 0px;
  text-align: center;
  font-weight: bold;
  font-family: roboto, sans-serif;
  margin-bottom: 30px;
}

.three-column-card .topSection  h2 {
  font-family: roboto, sans-serif;
  size: 20px;
  color: #17181a;
  letter-spacing: 0px;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  line-height: 48px;
  margin: 10px 0 20px;
}

.three-column-card .topSection >p {
  margin-top: 40px;
}

.three-column-card.eventWrp .top-content {
  margin-bottom: 55px;
  padding-top: 100px;
}

.three-column-card.eventWrp .top-content h2 {
  max-width: 1140px;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  font-family: roboto, sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: #1d1d1f;
}

.eventWrp.three-column-card .columns-wrapper {
  max-width: 1200px;
}

.eventWrp.three-column-card .card-img-top {
  min-height: 252px;
  height: auto;
}

.eventWrp.three-column-card .card-item {
  padding: 18px;
}

.eventWrp.three-column-card .card-body .summaryText {
  font-size: 16px;
  line-height: 23.1111px;
  color: rgb(92, 92, 92);
}


.eventWrp.three-column-card .card-body h5.card-title {
  font-family: 'Roboto', sans-serif !important;
  color: #1a202c;
  letter-spacing: -2px;
  font-weight: 1000;
}

.eventWrp.three-column-card .bg-gray a {
  font-weight: 500;
}
.eventWrp.three-column-card .card-item:nth-child(4) .summaryText,
.eventWrp.three-column-card .card-item:nth-child(5) .summaryText,
.eventWrp.three-column-card .card-item:nth-child(6) .summaryText,
.eventWrp.three-column-card .card-item:nth-child(7) .summaryText,
.eventWrp.three-column-card .card-item:nth-child(8) .summaryText,
.eventWrp.three-column-card .card-item:nth-child(9) .summaryText,
.eventWrp.three-column-card .card-item:nth-child(10) .summaryText,
.eventWrp.three-column-card .card-item:nth-child(11) .summaryText,
.eventWrp.three-column-card .card-item:nth-child(12) .summaryText,
.eventWrp.three-column-card .card-item:nth-child(13) .summaryText,
.eventWrp.three-column-card .card-item:nth-child(14) .summaryText,
.eventWrp.three-column-card .card-item:nth-child(15) .summaryText,
.eventWrp.three-column-card .card-item:nth-child(16) .summaryText,
.eventWrp.three-column-card .card-item:nth-child(17) .summaryText,
.eventWrp.three-column-card .card-item:nth-child(18) .summaryText,
.eventWrp.three-column-card .card-item:nth-child(19) .summaryText,
.eventWrp.three-column-card .card-item:nth-child(20) .summaryText,
.eventWrp.three-column-card .card-item:nth-child(21) .summaryText,
.eventWrp.three-column-card .card-item:nth-child(22) .summaryText,
.eventWrp.three-column-card .card-item:nth-child(23) .summaryText,
.eventWrp.three-column-card .card-item:nth-child(24) .summaryText,
.eventWrp.three-column-card .card-item:nth-child(25) .summaryText{
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: rgb(26, 32, 44);
}

.eventWrp.three-column-card .bg-gray {
  padding: 21px 25px;
}



.custom-cnt-area.cm-bg-card.typeTwo .btn-holder a {
  background: rgb(255, 255, 255);
  font-size: 18px;
  color: #000000 !important;
  padding: 25px 45px;
  border-radius: 40px;
  margin: 0;
  font-family: Lato, Noto-Sans, sans-serif;
}
.Learning.three-column-card .topSection h1 {
  font-family: 'DM Sans', roboto, helvetica;
  font-size: 60px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  letter-spacing: -2px;
  line-height: 1.2;
  margin: 10px 0 10px;
}
.Learning.three-column-card .topSection h2 {
  font-family: 'DM Sans', roboto, helvetica;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 10px 0;
}
.Learning.three-column-card.eventWrp .top-content {
  margin-bottom: 55px;
  padding-top: 80px;
}
.Learning.three-column-card.eventWrp .top-content h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  text-align: left;
  letter-spacing: -2px;
  line-height: 1.2;
}
.Learning.three-column-card .topSection h1 {
  font-family: 'DM Sans', roboto, helvetica;
  font-size: 60px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  letter-spacing: -2px;
  line-height: 1.2;
  margin: 10px 0 10px;
}
.Learning.three-column-card .topSection h2 {
  font-family: 'DM Sans', roboto, helvetica;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 10px 0;
}
.Learning.three-column-card.eventWrp .top-content {
  margin-bottom: 55px;
  padding-top: 80px;
}
.Learning.three-column-card.eventWrp .top-content h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  text-align: left;
  letter-spacing: -2px;
  line-height: 1.2;
}
.Learning.eventWrp.three-column-card .card-body .summaryText {
  font-size: 18px;
  line-height: 1.5;
  color: #1a202c;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
}
.Learning.eventWrp.three-column-card .bg-gray {
  padding: 25px 25px;
}
.expertTitle.three-column-card.eventWrp .top-content h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  text-align: left;
  margin-bottom: 60px;
}
.expertTitle.eventWrp.three-column-card .card-body .summaryText {
  margin: 0;
  font-weight: 400;
}

.expertTitle.eventWrp.three-column-card  .card-item:nth-child(1) .card-body .summaryText,
.expertTitle.eventWrp.three-column-card  .card-item:nth-child(2) .card-body .summaryText,
.expertTitle.eventWrp.three-column-card  .card-item:nth-child(3) .card-body .summaryText{
  color: #5c5c5c;
}

.expertTitle.eventWrp.three-column-card .bg-gray {
  padding: 25px;
}

.expertTitle.eventWrp.three-column-card .card-body .summaryText {
  font-size: 18px;
  line-height: 1.5;
  color: #1a202c;
}

.three-column-card .card-body .summaryText strong span {
  color: #5c5c5c;
  font-size: 16px;

}

.CardNew.three-column-card .columns-wrapper {
  margin-top: 130px;
}

.cmCta {
  background: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  line-height: 1.5em;
  font-size: 18px;
  border-radius: 40px;
  font-family:  sans-serif;
  height: auto;
  transition: all .4s ease;
  padding: 20px 48px;
  text-shadow: none;
  width: auto;
}

.subscriptionForm form h1 {
  margin-bottom: 0;
}

.subscriptionForm form input[type=email].error {
  border-color: red !important;

}


.subscriptionForm form .hs_error_rollup label.hs-main-font-element {
  color: #FFFFFf;
  font-weight: 700;
}

.buildingAlign.quote-page-info-container .midas-product table tr td:first-child {
  text-align: left;
}

.type_10 .cm_header .page-center {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}

.type_10 .header_menu .hs-menu-wrapper>ul>li>a {
  line-height: 2;
  height: auto;
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
}

.type_10 .header_menu .hs-menu-wrapper>ul>li:hover>ul {
  border-top: 3px solid #0eb9a5;
}

.type_10 .header_menu .hs-menu-wrapper>ul ul li a:hover {
  color: #fff;
  background: #0eb9a5;
}
.type_10 .header_menu .hs-menu-wrapper>ul>li>a:hover {
  color: #fff;
  background: #0eb9a5;
}

.type_10 .header_menu .hs-menu-wrapper>ul>li>a:hover {
  color: #fff;
  background: #0eb9a5;
}

.type_10 .header_menu .hs-menu-wrapper ul ul ul {
  -webkit-transition: opacity .4s;
  position: absolute;
  z-index: 10;
  left: 100% !important;
}

footer.footertype2.type_10 .page-center {
  max-width: 1080px;
  padding: 0;
}

footer.footertype2.type_10 .page-center .firstSpace {
  width: 5.982905983%;
  min-height: 28px;
  display: block;
  float: left;
}

footer.footertype2.type_10 .page-center .sacondSpace {
  display: block;
  float: left;
  margin-left: 2.564102564%;
  min-height: 28px;
  width: 5.982905983%;
}

footer.footertype2.footer6.type_10 {
  padding-bottom: 156px;
}

footer.footertype2.footer6.type_10 .custom-row .hs-menu-wrapper > ul > li > a {
  font-family: 'Poppins', sans-serif;
  margin-bottom: 30px;
}

footer.footertype2.footer6.type_10 .custom-row .hs-menu-wrapper > ul > li > ul > li {
  margin: 10px 0;
}

footer.footertype2.footer6.type_10 .cm-formarea h3 {
  font-family: 'Poppins', sans-serif;
}

footer.footertype2.footer6.type_10 form.hs-form label {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

footer.footertype2.type_10 .footer-wrapper .hs-input:hover {
  border-color: #0eb9a5;
}

footer.footertype2.footer6.type_10 .actions input.hs-button {
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px !important;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 0px;
  font-family: Arial;
}

footer.footertype2.footer6.type_10 .actions input.hs-button:hover {
  border-color: #0eb9a5;
}
.custom-cnt-area.careerBnr .content {
  max-width: 1200px;
  margin: 0 auto;
}
.careerBnr .content h1 {
  color: #fff;
  font-size: 78px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  font-family: sans-serif;
}
.careerBnr .content p {
  margin: 40px 0px;
  font-family: play, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 1000;
  letter-spacing: -2px;
}
.custom-cnt-area.careerBnr {
  background-position: bottom;
  background-size: cover;
  font-size: 20px;
  height: auto;
  position: relative;
}
.header.type_11 {
  background-color: rgba(255, 255, 255, 1.0);
  border-bottom: 1px none #FFFFFF;
}
.header.type_11 .header__container {
  max-width: 1300px;
  gap: 20px;
  padding: 24px 20px;
}
.header.type_11  .header__logo {
  max-width: 250px;
}
.header.type_11  .header__menu {
  margin-left: auto;
}
.header.type_11  input#nav-toggle {
  display: none;
}
.header.type_11  .header__navigation-toggle {
  display: none;
}
.header.type_11  .header__navigation ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header.type_11 .header__navigation ul >li {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  line-height: 2;
  margin: 0.7rem;
  margin-right: 50px;
}
.header.type_11 .header__navigation ul >li >a {
  font-family: helvetica, sans-serif;
  font-style: normal;
  font-weight: 900;
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}
.header.type_11 .header__navigation ul >li:last-child {
  margin-right: 0;
}
.span12.widget-span.widget-type-cell {
  min-height: 1px;
}
.header.type_11 .header__navigation ul ul.hs-menu-children-wrapper {
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 23px 50px -14px rgba(0, 0, 0, .21);
  left: -9999px;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 220px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 1.0);
  border: 2px solid #EFF7FE;
}
.header.type_11 .header__navigation ul >li.hs-item-has-children:hover >ul.hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
}
.header.type_11 .header__navigation ul ul.hs-menu-children-wrapper >li {
  margin: 0;
  position: relative;
}
.header.type_11 .header__navigation ul ul.hs-menu-children-wrapper >li >a {
  display: block;
  padding: 10px;
  transition: background-color .3s;
}
.header.type_11 .header__navigation ul ul.hs-menu-children-wrapper >li.hs-item-has-children:hover > ul {
  left: 100%;
  opacity: 1;
  z-index: 1;
}
.header.type_11 .header__navigation ul ul.hs-menu-children-wrapper >li.hs-item-has-children> ul {
  top: 5%;
  width: 100%;
}
.header.type_11 .header__navigation ul ul.hs-menu-children-wrapper >li.hs-item-has-children> ul>li {
  width: 100%;
}
.header.type_11 .header__navigation ul ul.hs-menu-children-wrapper >li.hs-item-has-children> ul>li >a {
  padding-left: 30px;
}
.header.type_11 .header__navigation ul ul.hs-menu-children-wrapper >li >a:hover {
  font-family: helvetica, sans-serif;
  font-style: normal;
  font-weight: 900;
  text-decoration: none;
  background-color: rgba(239, 247, 255, 1.0);
  color: #000000;
}
.header.type_11 .header__navigation ul ul.hs-menu-children-wrapper >li >a {
  width: 100%;
}

.header.type_11 .header__navigation ul ul.hs-menu-children-wrapper >li {
  width: 100%;
}
.header.type_11 .header__logo a {
  display: block;
  margin-bottom: 7px;
}
.featured-form.WebinarForm {
  background-color: rgba(0, 50, 109, 1.0) !important;
  border: 1px none #D0D0D0 !important;
}
.featured-form.WebinarForm .hs-form-field {
  margin-bottom: 1.5rem;
}

.featured-form.WebinarForm .hs-form-field label {
  font-size: 18px;
  padding: 6px 0px;
  color: #FFFFFF;
  margin-bottom: .35rem;
  line-height: 27px;
}

.featured-form.WebinarForm .hs-form-field .hs-input {
  font-family: helvetica;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid #D2E9FC !important;
  border-radius: 4px !important;
  color: #000000;
  font-size: 16px;
  padding: 12px 12px;
}

.featured-form.WebinarForm .hs-form-field label span.hs-form-required {
  color: #FFFFFF;
}

.featured-form.WebinarForm .hs-form-field .multi-container {
  padding: 0;
}

.featured-form.WebinarForm .hs-form-field .multi-container >li.hs-form-checkbox {
  display: block;
  margin: .7rem 0 .7rem .7rem;
  padding: 0;
  width: 100%;
}

.featured-form.WebinarForm .hs-form-field .multi-container >li.hs-form-checkbox >label {
  margin: 0;
  padding: 0;
  line-height: 36px;
  display: inline;
  font-family: helvetica;
}
.featured-form.WebinarForm .hs-form-field .hs-input[type="checkbox"] {
  margin: 0;
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: .35rem;
  padding: 0;
  width: auto;
}
.featured-form.WebinarForm .actions {
  margin: 0;
}

.featured-form.WebinarForm .actions input.hs-button {
  background-color: #142b49;
  background-image: none;
  border-color: #142b49;
  font-size: 16px;
  padding: 12px 44px;
  font-family: helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  border-radius: 50px;
  cursor: pointer;
  display: block;
  letter-spacing: 0;
  margin: 0 0 1.5rem;
  text-align: center;
  transition: all .15s linear;
}

.featured-form.WebinarForm .actions input.hs-button:hover {
  color: #ffff;
}

.footer--site-page.type_11 {
  background-color: rgba(0, 50, 109, 1.0);
  border-top: 1px none #00C6AB;
}

.footer--site-page.type_11 .container-fluid {
  max-width: 1300px;
  margin: 0 auto;
  padding: 5.6rem 20px 2.8rem;
}

.footer--site-page.type_11  .footercol {
  width: 100%;
}

.footer--site-page.type_11 .footercol .hs-menu-wrapper> ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer--site-page.type_11 .container-fluid .row {
  margin: 0;
}

.footer--site-page.type_11 .footercol .hs-menu-wrapper> ul >.hs-item-has-children {
  width: 23.076923077%;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}

.footer--site-page.type_11 .footercol .hs-menu-wrapper> ul >.hs-item-has-children >a {
  font-family: helvetica;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 1.06px;
  text-transform: none;
  color: #FFFFFF;
}
.footer--site-page.type_11 .footercol .hs-menu-wrapper> ul >.hs-item-has-children ul.hs-menu-children-wrapper {
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  list-style: none;
  margin: .5rem 0 2rem;
  padding-left: 0;
}

.footer--site-page.type_11 .footercol .hs-menu-wrapper> ul >.hs-item-has-children ul.hs-menu-children-wrapper >li {
  font-size: 1rem;
  line-height: 2;
  display: inline-block;
  margin: .7rem 0;
}

.footer--site-page.type_11 .footercol .hs-menu-wrapper> ul >.hs-item-has-children ul.hs-menu-children-wrapper >li a {
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
}

.footer--site-page.type_11 .footercol .hs-menu-wrapper> ul >.hs-item-has-children:not(:first-child) {
  margin-left: 2.564102564%;
}

html.headerType11 main.body-container-wrapper {
  padding: 0;
}
.featured-form.WebinarForm .hs-fieldtype-select .input:after {
  content: "\25BE";
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
}

.hs-fieldtype-select .input {
  position: relative;
}

.featured-form.WebinarForm .hs-form-field select.hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100% !important;
}
.headerType11 body.default .span12.widget-span p {
  margin-bottom: 1em !important;
}

.get-the-eBook.requestNewForm {
  padding: 0;
}
html.type_04 .get-the-eBook.requestNewForm h3 {
  font-family:  sans-serif;
  size: 72px;
  color: #1d1d1f;
  letter-spacing: 0px;
  text-align: center;
  font-weight: bold;
  font-size: 41px;
  line-height: 1.2;
  margin: 10px 0 20px;
  text-rendering: optimizelegibility;
}

html.type_04  .get-the-eBook.requestNewForm form {
  margin-top: 45px;
}

html.type_04  .get-the-eBook.requestNewForm form label {
  color: #5c5c5c;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px;
  line-height: 1.8;
}

html.type_04  .get-the-eBook.requestNewForm form label span.hs-form-required {
  color: #5c5c5c;
}

html.type_04  .get-the-eBook.requestNewForm form .hs-input {
  background-color: #fafafa !important;
  height: auto;
}

html.type_04  .get-the-eBook.requestNewForm form .hs-form-field {
  margin-bottom: 5px;
}
html.type_04 .get-the-eBook.requestNewForm form .hs-input.error {
  border-color: red;
}


html.type_04 .get-the-eBook.requestNewForm form input.hs-button {
  background-color: #000000;
  border-radius: 40px;
  color: #FFFFFF;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 25px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 25px;
  height: auto;
  line-height: 1;
  border-color: #000000;
}

section.servicesCard.SolutionsCard.lpCards .section-services-list li .content-subtext > span {
  font-family:  sans-serif;
  font-weight: 300;
  line-height: 1.6;
  font-size: 15px;
}

section.servicesCard.SolutionsCard.lpCards .section-services-list li .content-subtext > span strong {
  font-weight: 900;
}
.footer--site-page.type_11 .footercol .hs-menu-wrapper> ul >.hs-item-has-children >a {
  cursor: text;
}
.resources-slider .outer-row .inner-row .swiper-slide h2,.resources-slider .outer-row .inner-row .swiper-slide h4 {
  color: #fff;
}
.featured-form.WebinarForm .hs-form-field.hs-fieldtype-checkbox label {
  padding: 6px 0px;
  line-height: 1.5;
  margin-bottom: .35rem;
}

.featured-form.WebinarForm .hs-form-field.hs-fieldtype-checkbox label span {
  padding: 6px 0px;
  display: inline;
  line-height: 1.5;
}
.midasgtsnxBnr.hero-banner-video .page-center h1,
.midasgtsnxBnr.hero-banner-video .page-center h4,
.stagedBnr.custom-cnt-area.rehab-bnr .content p,
.stagedBnr.custom-cnt-area.rehab-bnr .content  h6,
.stagedBnr.custom-cnt-area.rehab-bnr h1{
  font-family: sans-serif;
}
.custom-font-text.cmcntn3 {
  font-family: helvetica;
} 

html.type_04 .get-the-eBook.requestNewForm form select.hs-input {
  font-family: 'Open Sans', sans-serif !important;
}
body.header_2_theme_01 .header-wrapper {
  font-family: sans-serif;
}

body.footer_02_theme_02 footer.footertype2,
body.footer_02_theme_02 footer.footertype2 .custom-row .hs-menu-wrapper > ul > li > a {
  font-family: sans-serif;
}

.cm-bg-card.custom-cnt-area.cm-bg-card .content p {
  margin-top: 15px;
}


body.header_4_theme_04 .header-wrapper {
  font-family: sans-serif;
}
body.header_5_theme_05 .header_inner {
  font-family:  sans-serif;
}

.footer_type_5_new {
  display: none;
}

.footer5theme_03 .footer_type_5_new {
  display: block;
}

.footer5theme_03 .cm_footer_wrap {
  font-family: sans-serif;
}

.footer5theme_03 .cm_footer_wrap h4 {
  font-family: sans-serif;
}


.footer_type_5_new .scroll-to-top span {
  background: #61a3e7;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 25px;
  height: 35px;
  line-height: 30px;
  margin: auto;
  opacity: .4;
  padding: 0;
  position: fixed;
  right: 20px;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 35px;
}

.footer_type_5_new .scroll-to-top span i.fa.fa-angle-up {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer_type_5_new .scroll-to-top span i.fa.fa-angle-up::before {
  content: "\f106";
}

.footer_type_5_new .scroll-to-top span:hover {
  opacity: 1;
}
body.lp_type_1 {
  -webkit-font-smoothing: auto;
}

section.servicesCard.SolutionsCard .section-services-list li .content-subtext ul li span,
.cmn-simplesntarea.custom-cnt-area .content ol li{
  font-weight:300;
}

.stagedBnrOne.custom-cnt-area.cmstagedanalysis-steel .content h5,
.stagedBnrOne.custom-cnt-area.cmstagedanalysis-steel .content h1,
.stagedBnrOne.custom-cnt-area.cmstagedanalysis-steel .content p,
.cmn-simplesntarea.custom-cnt-area .content ol li{
  font-family: sans-serif;
}
.complexCont.cmn-simplesntarea.custom-cnt-area .content h4 {
  font-family: sans-serif;
}
.image-slider-wrapper .top-content p {
    font-family:  sans-serif;
}
.hero-banner-video .page-center h1,
.hero-banner-video .page-center h4,
.custom-cnt-area.rehab-bnr .content h6{
    font-family: sans-serif;
}
.custom-cnt-area.rehab-bnr.segmental-bnr h1 {
    font-family: sans-serif;
}
@media(min-width:768px){
.footer9theme_06 .scroll-to-top {
    display: block !important;
}
}

@media(max-width:1300px) and (min-width:992px){
  .header.type_11 .header__navigation ul >li {
    margin-right: 10px;
  }

  .header.type_11 .header__navigation ul >li >a {
    font-size: 13px;
  }
}

@media(min-width:992px){
  .header.type_11 .header__navigation ul >li label.menu-arrow {
    display: none;
  }
}
@media(max-width:1600px){
  .type_10 .header_menu .hs-menu-wrapper>ul>li>ul {
    right: 0;
    left: auto;
  }

  .type_10 .header_menu .hs-menu-wrapper>ul>li>ul ul {
    right: 100% !important;
    left: auto !important;
  }
}

@media(max-width:1200px){
  .type_10 .cm_header .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer.footertype2.type_10 .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media(max-width:991px){
  .custom-cnt-area.overlayWithImg .content {
    width: 100%;
    overflow: auto;
  }
  section.servicesCard.SolutionsCard .section-services-list li {
    width: 50%;
    padding: 0px 20px;
  }

  section.servicesCard.SolutionsCard .section-services-list li:nth-child(1),
  section.servicesCard.SolutionsCard .section-services-list li:nth-child(4) {
    padding: 0px 20px;
  }

  section.servicesCard.SolutionsCard .section-services-list li:nth-child(3),
  section.servicesCard.SolutionsCard .section-services-list li:nth-child(6) {
    padding: 20px;
  }
  .midas_form.featured-form form {
    max-width: 100%;
    width: 100%;
  }
  .subscriptionForm form {
    max-width: 100%;
    padding: 0px 20px;
  }

  .subscriptionForm form h1 {
    margin-bottom: 30px;
  }

  .header.type_11 .header__container {
    padding: 20px;
  }

  .header.type_11 .header__menu {
    margin-left: 0;
    min-height: 0;
    order: 3;
  }

  .header.type_11 .header__menu .header__navigation {
    box-shadow: 0 23px 50px -14px rgba(0, 0, 0, .21);
    display: none;
    margin: 10px 10px 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: calc(100% - 20px);
    z-index: 99;
    background-color: rgba(255, 255, 255, 1.0);
  }

  .header.type_11 .header__navigation-toggle {
    cursor: pointer;
    display: block;
  }

  .header.type_11 .header__menu span.header__mobile-menu-close-icon {
    display: none;
  }


  .menuType11 .header.type_11 .header__menu .header__navigation {
    display: block;
  }

  .header.type_11 .header__navigation ul {
    width: 100%;
  }

  .header.type_11 .header__navigation ul >li {
    margin: .7rem 0;
    padding: 0;
    width: 100%;
    display: block;
  }

  .header.type_11 .header__navigation ul >li.hs-item-has-children >a {
    width: 80%;
    padding: 10px 30px;
    display: inline-block;
  }

  .header.type_11 .header__navigation ul ul.hs-menu-children-wrapper {
    border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    visibility: visible;
    width: 100%;
    display: none;
  }
  .menuType11 span.header__mobile-menu-open-icon {
    display: none;
  }
  .menuType11 .header.type_11 .header__menu span.header__mobile-menu-close-icon {
    display: block;
  }
  .header.type_11 .header__navigation ul >li label.menu-arrow {
    border: none;
    cursor: pointer;
    padding: 10px 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
  }
  .header.type_11 .header__navigation ul >li >a:hover {
    font-family: helvetica, sans-serif;
    font-style: normal;
    font-weight: 900;
    text-decoration: none;
    background-color: rgba(239, 247, 255, 1.0);
    color: #000000;
  }
  .header.type_11 .header__navigation ul >li.hs-item-has-children.childOpen >ul.hs-menu-children-wrapper {
    display: block;
  }
  .header.type_11 .header__navigation ul ul.hs-menu-children-wrapper >li >a {
    padding: 10px 50px;
  }
  .header.type_11 .header__navigation ul ul.hs-menu-children-wrapper >li.hs-item-has-children> ul>li >a {
    padding: 10px 70px;
  }
  .header.type_11 .header__navigation ul >li.hs-item-has-children.childOpen  >label.menu-arrow svg {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    transition: transform .4s;
  }
  .header.type_11 .header__navigation ul ul.hs-menu-children-wrapper >li >a {
    width: 80%;
  }
  .header.type_11 .header__navigation ul >li {
    margin: .7rem 0;
    display: block;
    width: 100%;
  }

  .header.type_11 .header__navigation ul >li a {
    display: block;
    width: 100%;
    padding: 10px 30px;
  }
  .header.type_11 .header__navigation ul ul.hs-menu-children-wrapper >li.hs-item-has-children> ul>li >a {
    white-space: nowrap;
  }

  .footer--site-page.type_11 .footercol .hs-menu-wrapper> ul >.hs-item-has-children >a {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 0px;
    display: inline-block;
  }

  .footer--site-page.type_11 .footercol .hs-menu-wrapper> ul {
    text-align: left;
  }

  .footer--site-page.type_11 .footercol .hs-menu-wrapper> ul >.hs-item-has-children {
    padding-left: 20px;
    padding-right: 20px;
    width: 22.928176794%;
    float: left;
  }

  .footer--site-page.type_11 .footercol .hs-menu-wrapper> ul {
    display: block;
  }

  .footer--site-page.type_11 .footercol .hs-menu-wrapper> ul >.hs-item-has-children:not(:first-child) {
    margin-left: 2.762430939%;
  }
  .footer--site-page.type_11 .footercol .hs-menu-wrapper> ul >.hs-item-has-children ul.hs-menu-children-wrapper >li {
    font-size: 1rem;
    line-height: 2;
    display: inline-block;
    margin: .7rem 0;
  }

  .footer--site-page.type_11 .footercol .hs-menu-wrapper> ul >.hs-item-has-children ul.hs-menu-children-wrapper >li a {
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
  }
  .footer--site-page.type_11 .footercol .hs-menu-wrapper> ul >.hs-item-has-children ul.hs-menu-children-wrapper {
    display: flex;
  }
}

@media(max-width:940px){
  footer.footertype2.footer6.type_10 .custom-row {
    display: flex;
  }}

@media(max-width:767px){
  .team-box-wrapper.TeamBoxNew {
    padding: 50px 0;
  }
  .subscriptionForm form h1 {
    font-size: 38px;
    line-height: 1.1;
  }
  .subscriptionForm form {
    width: 100%;
    max-width: 100%;
    padding: 0px 20px;
  }
  .navigationBtn a.button {
    padding: 13px 30px;
  }
  .custom-cnt-area.withBgImg .content {
    width: 100%;
  }
  .custom-cnt-area.withBgImg .content p,
  .custom-cnt-area.withBgImg .content p span {
    margin: 0;
    font-size: 16px !important;
    padding: 0 20px;
    line-height: 1.2;
  }
  .licensingForm .hs-form-field.hs_firstname, 
  .licensingForm .hs-form-field.hs_lastname, 
  .licensingForm .hs-form-field.hs_email__must_be_school_email_,
  .licensingForm .hs-form-field.hs_phone.hs-phone {
    width: 100% !important; 
    margin-right: 0;
  }
  .CmOneImg  img {
    max-width: 300px;
    height: auto;
  }
  .simpleCont .content {
    width: 100%;
  }
  .simpleCont .content p {
    font-size: 16px !important;
    padding: 0 20px;
  }
  .counting-banner.type_two {
    background-attachment: unset;
  }
  .custom-cnt-area.btnWithCont .content h2 {
    font-size: 20px;
  }
  section.servicesCard.SolutionsCard .section-services-list li {
    padding: 0;
  }
  section.servicesCard.SolutionsCard .section-services-list li:nth-child(1),
  section.servicesCard.SolutionsCard .section-services-list li:nth-child(4) {
    padding: 0;
  }
  section.servicesCard.SolutionsCard .section-services-list li {
    width: 100%;
  }
  section.servicesCard.SolutionsCard .section-services-list li .content-subtext ul {
    padding-left: 0px !important;
    text-align: center;
  }
  section.servicesCard.SolutionsCard .section-services-list li:nth-child(3), 
  section.servicesCard.SolutionsCard .section-services-list li:nth-child(6) {
    padding: 0;
  }
  section.servicesCard.SolutionsCard .section-services-list li:nth-child(2), 
  section.servicesCard.SolutionsCard .section-services-list li:nth-child(5) {
    padding: 0;
  }
  section.servicesCard.SolutionsCard .section-services-list li .content-subtext > p span {
    font-size: 16px !important;
  }
  .three-column-card .topSection >p, .three-column-card .topSection >p>span,
  .three-column-card .topSection >p> a span {
    font-size: 16px !important;
    line-height: 1.2;
  }
  .three-column-card.eventWrp .top-content h2 {
    font-size: 35px !important;
  }
  .eventWrp.three-column-card .columns-wrapper {
    padding: 0;
  }
  .eventWrp.three-column-card .card-item {
    padding: 0;
  }
  .eventWrp.three-column-card .card-body {
    overflow: visible;
    max-height: 100%;
  }
  .custom-cnt-area.cm-bg-card.typeTwo .btn-holder a {
    margin-top: 10px;
    padding: 15px 35px;
  }
  .subscriptionForm form {
    max-width: 100%;
    padding: 0px 20px;
  }

  .subscriptionForm form h1 {
    margin-bottom: 30px;
  }
  .buildingAlign.quote-page-info-container .midas-product table tr td {
    height: 80px !important;
    display: table-cell!important;
    width: auto !important;
  }

  .type_10 .header_logo {
    width: 50%;
  }

  .type_10 .header_logo img {
    margin-left: 0;
  }

  .type_10 .mobile-trigger,.type_10 .mobile-trigger i {
    color: #0eb9a5;
  }

  .type_10 .mobile-trigger i, .type_10 .mobile-trigger i::before,.type_10 .mobile-trigger i::after {
    background: #0eb9a5;
  }
  section.servicesCard.SolutionsCard .section-services-list li .content-subtext > p{

    text-align: center !important;
  }

  .type_10 .headerMenu .hs-menu-wrapper {
    background-color: #0eb9a5;
  }

  .type_10 .cm_child_trigger i, .type_10 .cm_child_trigger i::after {
    background: #fff;
  }

  .type_10 .header_menu .hs-menu-wrapper>ul ul li a {
    color: #fff;
  }

  .type_10 .header_menu .hs-menu-wrapper>ul>li:hover>ul {
    border: 0;
  }
  .type_10 .header_menu .hs-menu-wrapper ul ul ul {
    position: static;
  }

  .type_10 .header_menu .hs-menu-wrapper>ul ul ul li a {
    text-indent: 10px;
  }

  .type_10 .header_menu .hs-menu-wrapper>ul ul li a {
    font-size: 14px;
  }
  footer.footertype2.footer6.type_10 .custom-row {
    display: block;
  }

  footer.footertype2.footer6.type_10 .custom-row .hs-menu-wrapper > ul ul {
    display: none;
  }


  footer.footertype2.footer6.type_10 .custom-row .hs-menu-wrapper > ul > li > a {
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    position: relative;
  }
  footer.footertype2.footer6.type_10 .custom-row .hs-menu-wrapper > ul > li > a::after {
    content: "+";
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    min-height: 39px;
    display: flex ;
    align-items: center;

    text-transform: none;
  }

  footer.footertype2.footer6.type_10 .actions input.hs-button {
    width: 100%;
  }

  footer.footertype2.footer6.type_10 .custom-row .hs-menu-wrapper > ul > li.submenuopen >a::after {
    content: "x";
  }
  footer.footertype2.footer6.type_10 .custom-row .hs-menu-wrapper > ul > li > ul > li {
    padding: 0;
  }

  footer.footertype2.footer6.type_10 .custom-row .hs-menu-wrapper > ul > li > a {
    margin-bottom: 10px;
  }
  .careerBnr .content h1 {
    font-size: 40px;
    margin: 0 0 5px;
  }
  html.type_04 .get-the-eBook.requestNewForm form .hs-input {
    width: 100% !important;
  }
  .footer--site-page.type_11 .footercol .hs-menu-wrapper> ul >.hs-item-has-children {
    float: none;
    width: 100%;
    padding: 0;
  }

  .footer--site-page.type_11 .footercol .hs-menu-wrapper> ul {
    text-align: center;
  }

  .footer--site-page.type_11 .footercol .hs-menu-wrapper> ul >.hs-item-has-children:not(:first-child) {
    margin: 0;
  }


}
.custom-cnt-area.rehab-bnr .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.custom-cnt-area.rehab-bnr {
  padding: 0;
}
.custom-cnt-area.rehab-bnr .content h6 {
  margin: 0;
  color: #61a3e7;
  font-size: 20px;
  font-family:  sans-serif;
}
.custom-cnt-area.rehab-bnr h1 {
  color: #ffffff;
  margin: 0 0 20px;
}
.custom-cnt-area.rehab-bnr p {
  font-size: 20px;
  font-family:  sans-serif;
  color: #fff;
  margin: 0;
  letter-spacing: -2px;
  line-height: 1.2;
  margin: 10px 0 20px;
}
.custom-cnt-area.rehab-bnr .content h6 {
  margin: 0;
  color: #61a3e7;
  font-size: 20px;
  font-family:  sans-serif;
  margin-bottom: 19px;
}
.custom-cnt-area.rehab-bnr {
  background-size: cover;
  background-position: center;
  position: relative;
}
.custom-cnt-area.confirmation_cntnt p {
  font-size: 26px;
  font-weight: 500;
  color: #17181a;
  font-family: 'Roboto Slab', serif;
  margin: 10px 0 20px;
}
.custom-cnt-area.confirmation_cntnt h1 {
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  font-size: 40px;
  color: #17181a;
  margin-bottom: 30px;
}
.custom-cnt-area.rehab-bnr.segmental-bnr h1 {
  margin-top: 92px;
}
.custom-cnt-area.rehab-bnr.segmental-bnr h1 {
  margin-top: 92px;
  margin-bottom: 93px;
}
.custom-cnt-area.rehab-bnr.segmental-bnr p:nth-child(3) {
  text-transform: uppercase;
}
.custom-cnt-area.rehab-bnr.psc-bnr .content {
  max-width: 1040px;
}
.custom-cnt-area.rehab-bnr.psc-bnr h1 {
  font-size: 2.625rem;
  font-family:  sans-serif;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 16px;
}
.custom-cnt-area.rehab-bnr.psc-bnr p {
  font-weight: 200;
  line-height: 1.5;
  font-size: 20px;
  font-family:  sans-serif;
}
.custom-cnt-area.rehab-bnr.cable-bnr h6 {
  color: #fff;
  margin-bottom: 10px;
}
.custom-cnt-area.rehab-bnr.cable-bnr h1 {
  margin-bottom: 50px;
}
.custom-cnt-area.rehab-bnr.cable-bnr p {
  line-height: 1.2;
  margin: 10px 0 20px;
  font-weight: 1000;
  font-family:  sans-serif;
}

 
@media(max-width: 767px){
  .custom-cnt-area.rehab-bnr .content {
    padding: 0;
  }
  .custom-cnt-area.rehab-bnr.psc-bnr h1 {
    font-size: 2.0rem;
  }
}