@charset "UTF-8";
/*
Theme Name: Be - Startup Business HTML Template
Author: Adnan and Tameer
Author URI:
Version: 1.0
Text Domain: Be
Tags: one-column, two-columns
Theme URI:
*/
/*------------------------------------------------------------------

1. import files
2. Global style classes
3. Global buttons style
4. Main heading styles   /   .main-heading
5. page header styles   /   .page-header
6. breadcrumbs styles   /  .breadcrumbs
7. main wrapper styles / #wrapper
8. Page header styles   /  #header
9. Page logo styles   /  .logo
10. Page navigation styles   /  #nav
11. search popup styles   /  .search-popup
12. drop sub styles   /  .drop-sub
13. main banner styles   /  .main-banner
14. icon box styles   /  .icon-box
15. portfolio box styles   /  .portfolio-box
16. isotop filter styles   /  .isotop-filter
17. testimonial section styles   /  .t-section
18. post styles   /  .post
19. Page footer styles   /  #footer
20. social styles   /  .social
21. twitter feed styles   /  .twitter-feed
22. email form styles   /  .email-form
23. wedo section styles   /  .wedo-section
24. price box styles   /  .price-box
25. subscribe form styles   /  .subscribe-form
26. team box styles   /  .team-box
27. quote section styles   /  .quote-section
28. product box styles   /  .product-box
29. promo block styles   /  .promo-block
30. progress bar styles   /  .progress-bar
31. bar outer styles   /  .bar-outer
32. shop header styles   /  .shop-header
33. shop pagination styles   /  .shop-pagination
34. info box styles   /  .info-box
35. contact form styles   /  .contact-form
36. section 404 styles   /  .section-404
37. port slider styles   /  .port-slider
38. port detail styles   /  .port-detail
39. search form styles   /  .search-form
40. widget styles   /  .widget
41. image slider styles   /  .image-slider
42. product detail styles   /  .product-detail
43. product tabsec styles   /  .product-tabsec
44. related product styles   /  .related-product
45. blog detail styles   /  .blog-detail
46. cart block styles   /  .cart-block
47. billing info styles   /  .billing-info
48. coming section styles   /  .coming-section
49. quote form styles   /  .quote-form
50. bgvid styles   /  #bgvid
51. back top styles   /  #back-top

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	1. import files
-------------------------------------------------------------------*/
.navigation-single:after, .post-password-form p:after, .search-form:after, .widget:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

.mb-2 {
  margin-bottom: 4rem;
}

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

.no-gutters > [class^=col] {
  padding: 0;
}

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

.padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.padding-top {
  padding-top: 3rem !important;
  padding-bottom: 0 !important;
}
@media (min-width: 992px) {
  .padding-top {
    padding-top: 6rem !important;
    padding-bottom: 0 !important;
  }
}

.padding-bottom {
  padding-bottom: 3rem !important;
  padding-top: 0 !important;
}
@media (min-width: 992px) {
  .padding-bottom {
    padding-bottom: 6rem !important;
    padding-top: 0 !important;
  }
}

@media (min-width: 769px) {
  .p-sm-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bg-white {
  background: #ffffff;
}

.bg-primary {
  background: #28215E;
  color: #333333;
}
.bg-primary ul li::before {
  color: #ffffff !important;
}

.bg-gray {
  background: #F6F6F6;
}

.mp-image--full-height {
  height: 100%;
  max-height: 100%;
}

.box-shadow {
  -webkit-box-shadow: 0 0 19px -5px rgba(127, 127, 127, 0.8);
          box-shadow: 0 0 19px -5px rgba(127, 127, 127, 0.8);
}

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

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

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

@media (min-width: 768px) {
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 769px) {
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

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

@media (min-width: 768px) {
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 992px) {
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

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

@media (min-width: 768px) {
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 992px) {
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

#ConnectiveDocSignExtentionInstalled {
  display: none;
}

span.line-break {
  white-space: pre;
  display: inline-block;
}
span.line-break::after {
  content: " ";
}
@media (min-width: 1400px) {
  span.line-break {
    display: block;
  }
  span.line-break::after {
    content: "";
  }
}

.no-pointer {
  pointer-events: none !important;
  cursor: default !important;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xs-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xs-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xs-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.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-half {
  margin: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-6 {
  margin: 6rem !important;
}

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

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

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

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

.m-7 {
  margin: 7rem !important;
}

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

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

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

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

.m-8 {
  margin: 8rem !important;
}

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

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

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

.ml-8,
.mx-8 {
  margin-left: 8rem !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-half {
  padding: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-6 {
  padding: 6rem !important;
}

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

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

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

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

.p-7 {
  padding: 7rem !important;
}

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

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

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

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

.p-8 {
  padding: 8rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n6 {
  margin: -6rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -6rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -6rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -6rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -6rem !important;
}

.m-n7 {
  margin: -7rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -7rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -7rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -7rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -7rem !important;
}

.m-n8 {
  margin: -8rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -8rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -8rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -8rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -8rem !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: 480px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-half {
    margin: 0.5rem !important;
  }
  .mt-xs-half,
  .my-xs-half {
    margin-top: 0.5rem !important;
  }
  .mr-xs-half,
  .mx-xs-half {
    margin-right: 0.5rem !important;
  }
  .mb-xs-half,
  .my-xs-half {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-half,
  .mx-xs-half {
    margin-left: 0.5rem !important;
  }
  .m-xs-1 {
    margin: 1rem !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 1rem !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 1rem !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 1rem !important;
  }
  .m-xs-2 {
    margin: 2rem !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 2rem !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 2rem !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 2rem !important;
  }
  .m-xs-3 {
    margin: 3rem !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 3rem !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 3rem !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 3rem !important;
  }
  .m-xs-4 {
    margin: 4rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 4rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 4rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 4rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 4rem !important;
  }
  .m-xs-5 {
    margin: 5rem !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 5rem !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 5rem !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 5rem !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 5rem !important;
  }
  .m-xs-6 {
    margin: 6rem !important;
  }
  .mt-xs-6,
  .my-xs-6 {
    margin-top: 6rem !important;
  }
  .mr-xs-6,
  .mx-xs-6 {
    margin-right: 6rem !important;
  }
  .mb-xs-6,
  .my-xs-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xs-6,
  .mx-xs-6 {
    margin-left: 6rem !important;
  }
  .m-xs-7 {
    margin: 7rem !important;
  }
  .mt-xs-7,
  .my-xs-7 {
    margin-top: 7rem !important;
  }
  .mr-xs-7,
  .mx-xs-7 {
    margin-right: 7rem !important;
  }
  .mb-xs-7,
  .my-xs-7 {
    margin-bottom: 7rem !important;
  }
  .ml-xs-7,
  .mx-xs-7 {
    margin-left: 7rem !important;
  }
  .m-xs-8 {
    margin: 8rem !important;
  }
  .mt-xs-8,
  .my-xs-8 {
    margin-top: 8rem !important;
  }
  .mr-xs-8,
  .mx-xs-8 {
    margin-right: 8rem !important;
  }
  .mb-xs-8,
  .my-xs-8 {
    margin-bottom: 8rem !important;
  }
  .ml-xs-8,
  .mx-xs-8 {
    margin-left: 8rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-half {
    padding: 0.5rem !important;
  }
  .pt-xs-half,
  .py-xs-half {
    padding-top: 0.5rem !important;
  }
  .pr-xs-half,
  .px-xs-half {
    padding-right: 0.5rem !important;
  }
  .pb-xs-half,
  .py-xs-half {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-half,
  .px-xs-half {
    padding-left: 0.5rem !important;
  }
  .p-xs-1 {
    padding: 1rem !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 1rem !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 1rem !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 1rem !important;
  }
  .p-xs-2 {
    padding: 2rem !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 2rem !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 2rem !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 2rem !important;
  }
  .p-xs-3 {
    padding: 3rem !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 3rem !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 3rem !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 3rem !important;
  }
  .p-xs-4 {
    padding: 4rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 4rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 4rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 4rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 4rem !important;
  }
  .p-xs-5 {
    padding: 5rem !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 5rem !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 5rem !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 5rem !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 5rem !important;
  }
  .p-xs-6 {
    padding: 6rem !important;
  }
  .pt-xs-6,
  .py-xs-6 {
    padding-top: 6rem !important;
  }
  .pr-xs-6,
  .px-xs-6 {
    padding-right: 6rem !important;
  }
  .pb-xs-6,
  .py-xs-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xs-6,
  .px-xs-6 {
    padding-left: 6rem !important;
  }
  .p-xs-7 {
    padding: 7rem !important;
  }
  .pt-xs-7,
  .py-xs-7 {
    padding-top: 7rem !important;
  }
  .pr-xs-7,
  .px-xs-7 {
    padding-right: 7rem !important;
  }
  .pb-xs-7,
  .py-xs-7 {
    padding-bottom: 7rem !important;
  }
  .pl-xs-7,
  .px-xs-7 {
    padding-left: 7rem !important;
  }
  .p-xs-8 {
    padding: 8rem !important;
  }
  .pt-xs-8,
  .py-xs-8 {
    padding-top: 8rem !important;
  }
  .pr-xs-8,
  .px-xs-8 {
    padding-right: 8rem !important;
  }
  .pb-xs-8,
  .py-xs-8 {
    padding-bottom: 8rem !important;
  }
  .pl-xs-8,
  .px-xs-8 {
    padding-left: 8rem !important;
  }
  .m-xs-nhalf {
    margin: -0.5rem !important;
  }
  .mt-xs-nhalf,
  .my-xs-nhalf {
    margin-top: -0.5rem !important;
  }
  .mr-xs-nhalf,
  .mx-xs-nhalf {
    margin-right: -0.5rem !important;
  }
  .mb-xs-nhalf,
  .my-xs-nhalf {
    margin-bottom: -0.5rem !important;
  }
  .ml-xs-nhalf,
  .mx-xs-nhalf {
    margin-left: -0.5rem !important;
  }
  .m-xs-n1 {
    margin: -1rem !important;
  }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -1rem !important;
  }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -1rem !important;
  }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -1rem !important;
  }
  .m-xs-n2 {
    margin: -2rem !important;
  }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -2rem !important;
  }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -2rem !important;
  }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -2rem !important;
  }
  .m-xs-n3 {
    margin: -3rem !important;
  }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -3rem !important;
  }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -3rem !important;
  }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -3rem !important;
  }
  .m-xs-n4 {
    margin: -4rem !important;
  }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -4rem !important;
  }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -4rem !important;
  }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -4rem !important;
  }
  .m-xs-n5 {
    margin: -5rem !important;
  }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -5rem !important;
  }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -5rem !important;
  }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -5rem !important;
  }
  .m-xs-n6 {
    margin: -6rem !important;
  }
  .mt-xs-n6,
  .my-xs-n6 {
    margin-top: -6rem !important;
  }
  .mr-xs-n6,
  .mx-xs-n6 {
    margin-right: -6rem !important;
  }
  .mb-xs-n6,
  .my-xs-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-xs-n6,
  .mx-xs-n6 {
    margin-left: -6rem !important;
  }
  .m-xs-n7 {
    margin: -7rem !important;
  }
  .mt-xs-n7,
  .my-xs-n7 {
    margin-top: -7rem !important;
  }
  .mr-xs-n7,
  .mx-xs-n7 {
    margin-right: -7rem !important;
  }
  .mb-xs-n7,
  .my-xs-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-xs-n7,
  .mx-xs-n7 {
    margin-left: -7rem !important;
  }
  .m-xs-n8 {
    margin: -8rem !important;
  }
  .mt-xs-n8,
  .my-xs-n8 {
    margin-top: -8rem !important;
  }
  .mr-xs-n8,
  .mx-xs-n8 {
    margin-right: -8rem !important;
  }
  .mb-xs-n8,
  .my-xs-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-xs-n8,
  .mx-xs-n8 {
    margin-left: -8rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .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-half {
    margin: 0.5rem !important;
  }
  .mt-sm-half,
  .my-sm-half {
    margin-top: 0.5rem !important;
  }
  .mr-sm-half,
  .mx-sm-half {
    margin-right: 0.5rem !important;
  }
  .mb-sm-half,
  .my-sm-half {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-half,
  .mx-sm-half {
    margin-left: 0.5rem !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 2rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 7rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 7rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 7rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8rem !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-half {
    padding: 0.5rem !important;
  }
  .pt-sm-half,
  .py-sm-half {
    padding-top: 0.5rem !important;
  }
  .pr-sm-half,
  .px-sm-half {
    padding-right: 0.5rem !important;
  }
  .pb-sm-half,
  .py-sm-half {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-half,
  .px-sm-half {
    padding-left: 0.5rem !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 2rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 7rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 7rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 7rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8rem !important;
  }
  .m-sm-nhalf {
    margin: -0.5rem !important;
  }
  .mt-sm-nhalf,
  .my-sm-nhalf {
    margin-top: -0.5rem !important;
  }
  .mr-sm-nhalf,
  .mx-sm-nhalf {
    margin-right: -0.5rem !important;
  }
  .mb-sm-nhalf,
  .my-sm-nhalf {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-nhalf,
  .mx-sm-nhalf {
    margin-left: -0.5rem !important;
  }
  .m-sm-n1 {
    margin: -1rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -1rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -1rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -1rem !important;
  }
  .m-sm-n2 {
    margin: -2rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -2rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -2rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -2rem !important;
  }
  .m-sm-n3 {
    margin: -3rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -3rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -3rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -3rem !important;
  }
  .m-sm-n4 {
    margin: -4rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -4rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -4rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -4rem !important;
  }
  .m-sm-n5 {
    margin: -5rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -5rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -5rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -5rem !important;
  }
  .m-sm-n6 {
    margin: -6rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -6rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -6rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -6rem !important;
  }
  .m-sm-n7 {
    margin: -7rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -7rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -7rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -7rem !important;
  }
  .m-sm-n8 {
    margin: -8rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -8rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -8rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -8rem !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: 992px) {
  .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-half {
    margin: 0.5rem !important;
  }
  .mt-md-half,
  .my-md-half {
    margin-top: 0.5rem !important;
  }
  .mr-md-half,
  .mx-md-half {
    margin-right: 0.5rem !important;
  }
  .mb-md-half,
  .my-md-half {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-half,
  .mx-md-half {
    margin-left: 0.5rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 2rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 7rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 7rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 7rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 7rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8rem !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-half {
    padding: 0.5rem !important;
  }
  .pt-md-half,
  .py-md-half {
    padding-top: 0.5rem !important;
  }
  .pr-md-half,
  .px-md-half {
    padding-right: 0.5rem !important;
  }
  .pb-md-half,
  .py-md-half {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-half,
  .px-md-half {
    padding-left: 0.5rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 2rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 7rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 7rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 7rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 7rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8rem !important;
  }
  .m-md-nhalf {
    margin: -0.5rem !important;
  }
  .mt-md-nhalf,
  .my-md-nhalf {
    margin-top: -0.5rem !important;
  }
  .mr-md-nhalf,
  .mx-md-nhalf {
    margin-right: -0.5rem !important;
  }
  .mb-md-nhalf,
  .my-md-nhalf {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-nhalf,
  .mx-md-nhalf {
    margin-left: -0.5rem !important;
  }
  .m-md-n1 {
    margin: -1rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -1rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -1rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -1rem !important;
  }
  .m-md-n2 {
    margin: -2rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -2rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -2rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -2rem !important;
  }
  .m-md-n3 {
    margin: -3rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -3rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -3rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -3rem !important;
  }
  .m-md-n4 {
    margin: -4rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -4rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -4rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -4rem !important;
  }
  .m-md-n5 {
    margin: -5rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -5rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -5rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -5rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -6rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -6rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -6rem !important;
  }
  .m-md-n7 {
    margin: -7rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -7rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -7rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -7rem !important;
  }
  .m-md-n8 {
    margin: -8rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -8rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -8rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -8rem !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: 1200px) {
  .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-half {
    margin: 0.5rem !important;
  }
  .mt-lg-half,
  .my-lg-half {
    margin-top: 0.5rem !important;
  }
  .mr-lg-half,
  .mx-lg-half {
    margin-right: 0.5rem !important;
  }
  .mb-lg-half,
  .my-lg-half {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-half,
  .mx-lg-half {
    margin-left: 0.5rem !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 7rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 7rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 7rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8rem !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-half {
    padding: 0.5rem !important;
  }
  .pt-lg-half,
  .py-lg-half {
    padding-top: 0.5rem !important;
  }
  .pr-lg-half,
  .px-lg-half {
    padding-right: 0.5rem !important;
  }
  .pb-lg-half,
  .py-lg-half {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-half,
  .px-lg-half {
    padding-left: 0.5rem !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 7rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 7rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8rem !important;
  }
  .m-lg-nhalf {
    margin: -0.5rem !important;
  }
  .mt-lg-nhalf,
  .my-lg-nhalf {
    margin-top: -0.5rem !important;
  }
  .mr-lg-nhalf,
  .mx-lg-nhalf {
    margin-right: -0.5rem !important;
  }
  .mb-lg-nhalf,
  .my-lg-nhalf {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-nhalf,
  .mx-lg-nhalf {
    margin-left: -0.5rem !important;
  }
  .m-lg-n1 {
    margin: -1rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -1rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -1rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -1rem !important;
  }
  .m-lg-n2 {
    margin: -2rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -2rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -2rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -2rem !important;
  }
  .m-lg-n3 {
    margin: -3rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -3rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -3rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -3rem !important;
  }
  .m-lg-n4 {
    margin: -4rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -4rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -4rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -4rem !important;
  }
  .m-lg-n5 {
    margin: -5rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -5rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -5rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -5rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -6rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -6rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -6rem !important;
  }
  .m-lg-n7 {
    margin: -7rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -7rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -7rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -7rem !important;
  }
  .m-lg-n8 {
    margin: -8rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -8rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -8rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -8rem !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;
  }
}
.text-justify {
  text-align: justify !important;
}

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

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

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

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

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

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

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

.text-primary {
  color: #28215E !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-form input[type=text], .search-form input[type=text], .post-password-form input[type=text],
.comment-form input[type=tel],
.search-form input[type=tel],
.post-password-form input[type=tel],
.comment-form input[type=email],
.search-form input[type=email],
.post-password-form input[type=email],
.comment-form input[type=search],
.search-form input[type=search],
.post-password-form input[type=search],
.comment-form input[type=password],
.search-form input[type=password],
.post-password-form input[type=password],
.comment-form input[type=url],
.search-form input[type=url],
.post-password-form input[type=url],
.comment-form input[type=date],
.search-form input[type=date],
.post-password-form input[type=date],
.comment-form textarea,
.search-form textarea,
.post-password-form textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: 0.5em 0.7em;
}
.comment-form input[type=text]:focus, .search-form input[type=text]:focus, .post-password-form input[type=text]:focus,
.comment-form input[type=tel]:focus,
.search-form input[type=tel]:focus,
.post-password-form input[type=tel]:focus,
.comment-form input[type=email]:focus,
.search-form input[type=email]:focus,
.post-password-form input[type=email]:focus,
.comment-form input[type=search]:focus,
.search-form input[type=search]:focus,
.post-password-form input[type=search]:focus,
.comment-form input[type=password]:focus,
.search-form input[type=password]:focus,
.post-password-form input[type=password]:focus,
.comment-form input[type=url]:focus,
.search-form input[type=url]:focus,
.post-password-form input[type=url]:focus,
.comment-form input[type=date]:focus,
.search-form input[type=date]:focus,
.post-password-form input[type=date]:focus,
.comment-form textarea:focus,
.search-form textarea:focus,
.post-password-form textarea:focus {
  border-color: #333;
}
.comment-form input[type=text]::-webkit-input-placeholder, .search-form input[type=text]::-webkit-input-placeholder, .post-password-form input[type=text]::-webkit-input-placeholder,
.comment-form input[type=tel]::-webkit-input-placeholder,
.search-form input[type=tel]::-webkit-input-placeholder,
.post-password-form input[type=tel]::-webkit-input-placeholder,
.comment-form input[type=email]::-webkit-input-placeholder,
.search-form input[type=email]::-webkit-input-placeholder,
.post-password-form input[type=email]::-webkit-input-placeholder,
.comment-form input[type=search]::-webkit-input-placeholder,
.search-form input[type=search]::-webkit-input-placeholder,
.post-password-form input[type=search]::-webkit-input-placeholder,
.comment-form input[type=password]::-webkit-input-placeholder,
.search-form input[type=password]::-webkit-input-placeholder,
.post-password-form input[type=password]::-webkit-input-placeholder,
.comment-form input[type=url]::-webkit-input-placeholder,
.search-form input[type=url]::-webkit-input-placeholder,
.post-password-form input[type=url]::-webkit-input-placeholder,
.comment-form input[type=date]::-webkit-input-placeholder,
.search-form input[type=date]::-webkit-input-placeholder,
.post-password-form input[type=date]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.search-form textarea::-webkit-input-placeholder,
.post-password-form textarea::-webkit-input-placeholder {
  color: #ccc;
}
.comment-form input[type=text]::-moz-placeholder, .search-form input[type=text]::-moz-placeholder, .post-password-form input[type=text]::-moz-placeholder,
.comment-form input[type=tel]::-moz-placeholder,
.search-form input[type=tel]::-moz-placeholder,
.post-password-form input[type=tel]::-moz-placeholder,
.comment-form input[type=email]::-moz-placeholder,
.search-form input[type=email]::-moz-placeholder,
.post-password-form input[type=email]::-moz-placeholder,
.comment-form input[type=search]::-moz-placeholder,
.search-form input[type=search]::-moz-placeholder,
.post-password-form input[type=search]::-moz-placeholder,
.comment-form input[type=password]::-moz-placeholder,
.search-form input[type=password]::-moz-placeholder,
.post-password-form input[type=password]::-moz-placeholder,
.comment-form input[type=url]::-moz-placeholder,
.search-form input[type=url]::-moz-placeholder,
.post-password-form input[type=url]::-moz-placeholder,
.comment-form input[type=date]::-moz-placeholder,
.search-form input[type=date]::-moz-placeholder,
.post-password-form input[type=date]::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.search-form textarea::-moz-placeholder,
.post-password-form textarea::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.comment-form input[type=text]:-moz-placeholder, .search-form input[type=text]:-moz-placeholder, .post-password-form input[type=text]:-moz-placeholder,
.comment-form input[type=tel]:-moz-placeholder,
.search-form input[type=tel]:-moz-placeholder,
.post-password-form input[type=tel]:-moz-placeholder,
.comment-form input[type=email]:-moz-placeholder,
.search-form input[type=email]:-moz-placeholder,
.post-password-form input[type=email]:-moz-placeholder,
.comment-form input[type=search]:-moz-placeholder,
.search-form input[type=search]:-moz-placeholder,
.post-password-form input[type=search]:-moz-placeholder,
.comment-form input[type=password]:-moz-placeholder,
.search-form input[type=password]:-moz-placeholder,
.post-password-form input[type=password]:-moz-placeholder,
.comment-form input[type=url]:-moz-placeholder,
.search-form input[type=url]:-moz-placeholder,
.post-password-form input[type=url]:-moz-placeholder,
.comment-form input[type=date]:-moz-placeholder,
.search-form input[type=date]:-moz-placeholder,
.post-password-form input[type=date]:-moz-placeholder,
.comment-form textarea:-moz-placeholder,
.search-form textarea:-moz-placeholder,
.post-password-form textarea:-moz-placeholder {
  color: #ccc;
}
.comment-form input[type=text]:-ms-input-placeholder, .search-form input[type=text]:-ms-input-placeholder, .post-password-form input[type=text]:-ms-input-placeholder,
.comment-form input[type=tel]:-ms-input-placeholder,
.search-form input[type=tel]:-ms-input-placeholder,
.post-password-form input[type=tel]:-ms-input-placeholder,
.comment-form input[type=email]:-ms-input-placeholder,
.search-form input[type=email]:-ms-input-placeholder,
.post-password-form input[type=email]:-ms-input-placeholder,
.comment-form input[type=search]:-ms-input-placeholder,
.search-form input[type=search]:-ms-input-placeholder,
.post-password-form input[type=search]:-ms-input-placeholder,
.comment-form input[type=password]:-ms-input-placeholder,
.search-form input[type=password]:-ms-input-placeholder,
.post-password-form input[type=password]:-ms-input-placeholder,
.comment-form input[type=url]:-ms-input-placeholder,
.search-form input[type=url]:-ms-input-placeholder,
.post-password-form input[type=url]:-ms-input-placeholder,
.comment-form input[type=date]:-ms-input-placeholder,
.search-form input[type=date]:-ms-input-placeholder,
.post-password-form input[type=date]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder,
.search-form textarea:-ms-input-placeholder,
.post-password-form textarea:-ms-input-placeholder {
  color: #ccc;
}
.comment-form input[type=text].placeholder, .search-form input[type=text].placeholder, .post-password-form input[type=text].placeholder,
.comment-form input[type=tel].placeholder,
.search-form input[type=tel].placeholder,
.post-password-form input[type=tel].placeholder,
.comment-form input[type=email].placeholder,
.search-form input[type=email].placeholder,
.post-password-form input[type=email].placeholder,
.comment-form input[type=search].placeholder,
.search-form input[type=search].placeholder,
.post-password-form input[type=search].placeholder,
.comment-form input[type=password].placeholder,
.search-form input[type=password].placeholder,
.post-password-form input[type=password].placeholder,
.comment-form input[type=url].placeholder,
.search-form input[type=url].placeholder,
.post-password-form input[type=url].placeholder,
.comment-form input[type=date].placeholder,
.search-form input[type=date].placeholder,
.post-password-form input[type=date].placeholder,
.comment-form textarea.placeholder,
.search-form textarea.placeholder,
.post-password-form textarea.placeholder {
  color: #ccc;
}

.widget {
  margin-bottom: 1.2em;
}
.widget ul {
  padding-left: 2em;
}
.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}
.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}
.comment-form textarea,
.comment-form input[type=text] {
  margin: 0 4px 0 0;
  width: 300px;
}
.comment-form input[type=submit] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
}
.post-password-form input[type=password] {
  margin: 0 4px 0 0;
  width: 300px;
}

.search-form input {
  float: left;
  height: 2em;
}
.search-form input[type=search] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
  height: 2em;
}
.post-password-form input[type=password] {
  width: 150px;
}

.comment-form input[type=submit],
.post-password-form input[type=submit],
.search-form input[type=submit] {
  background: #333;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 0.5em;
}
.comment-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover,
.search-form input[type=submit]:hover {
  opacity: 0.8;
}

.commentlist {
  margin: 0 0 1.2em;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4em;
}
@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0;
  }
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
  background: #666;
  color: #fff;
  padding: 0.4em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: 0.2em;
  }
}

.navigation-single {
  margin-bottom: 1.2em;
}
.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 50%;
  background: #666;
  color: #fff;
  text-decoration: none;
}
.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 0.4em;
  display: block;
}
@media (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 0.2em;
  }
}
.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #ccc;
  padding: 0.4em;
  margin-bottom: 1.2em;
}
.wp-caption img {
  margin: 0;
  vertical-align: top;
}
.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.2em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

/*------------------------------------------------------------------
	2. Global style classes
-------------------------------------------------------------------*/
.bg-grey {
  background-color: #fafafa;
}

.bg-white {
  background-color: #ffffff;
}

.bg-dark {
  background-color: #282828;
}

.bg-grey2 {
  background-color: #f5f5f5;
}

.bg-dark2 {
  background-color: #363636;
}

.bg-dark3 {
  background-color: #272727;
}

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

.border-top {
  border-top: 1px solid #eee;
}

.bg-img-full {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-img-parallax {
  background-attachment: fixed;
}

.bg-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  position: absolute;
  pointer-events: none;
  background-color: #282828;
}

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

.pad-left-z {
  padding-left: 0 !important;
}

.mar-top-xs {
  margin-top: 30px !important;
}

.mar-top-sm {
  margin-top: 60px !important;
}

.mar-top-md {
  margin-top: 70px !important;
}

.mar-top-lg {
  margin-top: 90px !important;
}

.pad-top-xs {
  padding-top: 30px !important;
}

.pad-top-sm {
  padding-top: 60px !important;
}

.pad-top-md {
  padding-top: 70px !important;
}

.pad-top-lg {
  padding-top: 90px !important;
}

.mar-bottom-xs {
  margin-bottom: 30px !important;
}

.mar-bottom-sm {
  margin-bottom: 60px !important;
}

.mar-bottom-md {
  margin-bottom: 70px !important;
}

.pad-bottom-sm {
  padding-bottom: 60px !important;
}

.pad-bottom-xs {
  padding-bottom: 30px !important;
}

.pad-bottom-md {
  padding-bottom: 70px !important;
}

.mar-bottom-lg {
  margin-bottom: 90px !important;
}

.pad-bottom-lg {
  padding-bottom: 90px !important;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.pattern1 {
  background-image: url(images/patterns/pattern1.png);
}
body.pattern2 {
  background-image: url(images/patterns/pattern2.png);
}
body.pattern3 {
  background-image: url(images/patterns/pattern3.png);
}
body.pattern4 {
  background-image: url(images/patterns/pattern4.png);
}
body.pattern5 {
  background-image: url(images/patterns/pattern5.png);
}
body.pattern6 {
  background-image: url(images/patterns/pattern6.png);
}
body.pattern7 {
  background-image: url(images/patterns/pattern7.png);
}
body.pattern8 {
  background-image: url(images/patterns/pattern8.png);
}
body.pattern9 {
  background-image: url(images/patterns/pattern9.png);
}
body.pattern10 {
  background-image: url(images/patterns/pattern10.png);
}
body.pattern11 {
  background-image: url(images/patterns/pattern11.png);
}
body.pattern12 {
  background-image: url(images/patterns/pattern12.png);
}
body.pattern13 {
  background-image: url(images/patterns/pattern13.png);
}
body.pattern14 {
  background-image: url(images/patterns/pattern14.png);
}

body.boxed-v #wrapper {
  max-width: 80%;
  background: #fff;
  margin: 20px auto;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}

a,
button,
.slick-slide {
  outline: 0 !important;
  outline-offset: 0 !important;
}

div.block.block {
  margin-bottom: 0;
}

.block {
  float: none !important;
}

/*------------------------------------------------------------------
	3. Global buttons style
-------------------------------------------------------------------*/
.btn-green, .btn-cta, .cta-transparent, .cta-blue, #iframePopup .iframePopupCancel,
#iframePopup .iframePopupSubmit, .cta-blue-invert, input[type=file] + label, .cta-tertiary {
  color: #ffffff;
  padding: 10px 40px;
  letter-spacing: 1px;
  border-radius: 30px;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
  border: 2px solid transparent;
  font: 500 13px/24px "Open Sans";
}
.btn-green:focus, .btn-cta:focus, .cta-transparent:focus, .cta-blue:focus, #iframePopup .iframePopupCancel:focus,
#iframePopup .iframePopupSubmit:focus, .cta-blue-invert:focus, input[type=file] + label:focus, .cta-tertiary:focus, .btn-green:active, .btn-cta:active, .cta-transparent:active, .cta-blue:active, #iframePopup .iframePopupCancel:active,
#iframePopup .iframePopupSubmit:active, .cta-blue-invert:active, input[type=file] + label:active, .cta-tertiary:active {
  color: #ffffff;
}
.btn-green:hover, .btn-cta:hover, .cta-transparent:hover, .cta-blue:hover, #iframePopup .iframePopupCancel:hover,
#iframePopup .iframePopupSubmit:hover, .cta-blue-invert:hover, input[type=file] + label:hover, .cta-tertiary:hover {
  color: #ffffff;
  background: transparent;
}

.btn-white {
  color: #ffffff;
  padding: 10px 40px;
  letter-spacing: 1px;
  border-radius: 30px;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font: 500 13px/24px "Open Sans";
}
.btn-white:focus, .btn-white:active {
  color: #ffffff;
}
.btn-white:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.btn-default {
  color: #363636;
  padding: 11px 45px;
  letter-spacing: 1px;
  border-radius: 30px;
  background: transparent;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
  border: 2px solid #e0e0e0;
  font: 500 13px/24px "Open Sans";
}
.btn-default:focus, .btn-default:active {
  color: #363636 !important;
  background: transparent !important;
}
.btn-default:hover {
  background: #e0e0e0;
  border-color: #e0e0e0;
  color: #363636 !important;
}
.btn-default:hover.add {
  border-color: #363636;
  background: transparent;
}

.btn-full {
  color: #ffffff;
  padding: 11px 45px;
  letter-spacing: 1px;
  border-radius: 30px;
  background: transparent;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
  border: 2px solid transparent;
  font: 500 13px/24px "Open Sans";
}
.btn-full:focus, .btn-full:active {
  color: #363636;
}
.btn-full:hover {
  color: #363636;
  background: transparent;
}

.btn-dark {
  color: #ffffff;
  padding: 9px 50px;
  letter-spacing: 1px;
  border-radius: 30px;
  background: #363636;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
  border: 2px solid #363636;
  font: 500 13px/24px "Open Sans";
}
.btn-dark:focus, .btn-dark:active {
  color: #363636;
}
.btn-dark:hover {
  color: #363636;
  background: transparent;
}

.btn-add {
  color: #ffffff;
  padding: 7px 22px;
  letter-spacing: 1px;
  border-radius: 30px;
  border: 2px solid #555;
  background: transparent;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
  font: 500 8px/14px "Open Sans";
}
.btn-add:focus, .btn-add:active {
  color: #ffffff;
}
.btn-add:hover {
  color: #ffffff;
  border-color: #ffffff;
}

/*------------------------------------------------------------------
	4. Main heading styles   /   .main-heading
-------------------------------------------------------------------*/
.main-heading {
  font: 18px/28px "Open Sans";
}
.main-heading .heading,
.main-heading body .page-header .container .heading.heading,
body .page-header .container .main-heading .heading.heading,
.main-heading .heading.heading {
  color: #363636;
  margin: 0 0 23px;
  letter-spacing: -1.5px;
  font: 500 36px/47px "Open Sans";
}
.main-heading p {
  margin: 0;
}

/*------------------------------------------------------------------
	5. page header styles   /   .page-header
-------------------------------------------------------------------*/
.page-header {
  border: 0;
  margin: 0;
  padding: 0;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

/*------------------------------------------------------------------
	6. breadcrumbs styles   /  .breadcrumbs
-------------------------------------------------------------------*/
.breadcrumbs {
  margin: 0;
  color: #ffffff;
  padding: 14px 0 0;
  font: 16px/20px "Open Sans";
}
.breadcrumbs a {
  color: #ffffff;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}
.breadcrumbs li {
  padding: 0;
  vertical-align: middle;
}
.breadcrumbs li:after {
  content: "/";
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs li:last-child:after {
  display: none;
}

/*------------------------------------------------------------------
	7. main wrapper styles / #wrapper
-------------------------------------------------------------------*/
#main,
#wrapper {
  width: 100%;
  /*overflow: hidden;*/
  position: relative;
}

.w1 {
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}

/*------------------------------------------------------------------
	8. Page header styles   /  #header
-------------------------------------------------------------------*/
#header {
  z-index: 5;
  position: relative;
  padding-top: 168px !important;
}
@media (max-width: 1399px) {
  #header {
    padding-top: 198px !important;
  }
}
@media (max-width: 991px) {
  #header {
    padding-top: 283px !important;
  }
}
@media (max-width: 767px) {
  #header {
    padding-top: 162px !important;
  }
}
#header.has-cta-banner {
  padding-top: 200px !important;
}
@media (max-width: 1399px) {
  #header.has-cta-banner {
    padding-top: 238px !important;
  }
}
@media (max-width: 991px) {
  #header.has-cta-banner {
    padding-top: 280px !important;
  }
}
@media (max-width: 767px) {
  #header.has-cta-banner {
    padding-top: 194px !important;
  }
}
#header .header-holder {
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
  background: #ffffff;
}
#header .header-holder.border {
  border-bottom: 1px solid rgba(250, 250, 250, 0.12);
}
#header.nospace .header-holder {
  top: 0;
  left: 0;
  right: 0;
}
#header.nospace .opener {
  color: #ffffff;
}
#header.nospace .opener .num {
  color: #ffffff;
}
#header.nospace .logo {
  color: #ffffff;
}
#header.nospace .logo a {
  color: #ffffff;
}
#header.nospace #nav a {
  color: #28215E;
  font-size: 14px;
}
#header .header-holder {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  z-index: 1000;
}
#header .header-holder .opener {
  color: #999;
}
#header .header-holder .opener .num {
  color: #ffffff;
}
#header .header-holder .logo {
  color: #363636;
}
#header .header-holder .logo a {
  color: #363636;
}
#header .header-bottom-bar.sticky {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}
#header .cart-holder {
  position: relative;
  margin: 0 3px 0 32px;
}
#header .cart-holder .opener {
  display: block;
}
#header .cart-holder:hover .drop-sub {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
#header .opener {
  font-size: 14px;
  line-height: 34px;
  position: relative;
  color: #999;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}
#header .opener .num {
  top: 1px;
  right: -6px;
  width: 15px;
  height: 15px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  font: 500 11px/15px "Open Sans";
}
#header .opener.search-opener {
  font-size: 16px;
}

/*------------------------------------------------------------------
	9. Page logo styles   /  .logo
-------------------------------------------------------------------*/
.logo {
  color: #363636;
  font: 500 32px/34px "Open Sans";
}
.logo a {
  color: #363636;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}

/*------------------------------------------------------------------
	10. Page navigation styles   /  #nav
-------------------------------------------------------------------*/
.menu-opener {
  border: 1px solid #28215E;
  border-radius: 5px;
}
.menu-opener:before {
  font-size: 40px;
  vertical-align: middle;
  padding: 0 4px;
}

#nav {
  float: right;
  margin: 0 59px 0 0;
  font: 500 12px/15px "Open Sans";
  z-index: 100;
}
@media (max-width: 768px) {
  #nav {
    margin-right: -100%;
  }
}
#nav ul {
  margin: 0;
}
#nav > ul {
  margin: 0 0 0 20px;
}
#nav > ul a {
  display: inline-block;
}
#nav > ul > li.currentNav > a::after, #nav > ul > li.parentCurrentNav > a::after {
  border-bottom: 4px solid #ffdb00;
}
#nav li {
  position: relative;
  padding: 0 0 0 24px;
  text-align: left;
}
#nav li .drop a {
  color: #ffffff;
}
#nav li:hover .drop {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0deg) translateX(-50%);
          transform: rotateX(0deg) translateX(-50%);
}
@media (max-width: 767px) {
  #nav li.currentNav > a:after {
    border-bottom: 4px solid #ffdb00;
    content: "";
    display: block;
    margin: 0 auto;
    padding-top: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 480px) {
  #nav li.currentNav > a {
    background: rgba(255, 255, 255, 0.1);
  }
  #nav li.currentNav > a::after {
    border-bottom: 4px solid #ffdb00;
  }
  #nav li.currentNav > a::after, #nav li.parentCurrentNav > a::after {
    content: "";
    display: block;
    margin: 0 auto;
    padding-top: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #nav li .drop ul li .drop ul {
    background: transparent !important;
  }
  #nav li .drop ul li .drop ul li {
    background: rgba(255, 255, 255, 0.1);
  }
}
#nav a {
  display: block;
  padding: 10px 0;
  color: #999;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
  position: relative;
}
#nav a:hover {
  color: #363636;
}
#nav .drop-link {
  position: relative;
}
#nav .drop {
  top: 100%;
  left: 50%;
  opacity: 0;
  min-width: 265px;
  line-height: 34px;
  padding: 27px 0 0;
  margin: 0 0 0 20px;
  visibility: hidden;
  position: absolute;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotateX(-90deg) translateX(-50%);
          transform: rotateX(-90deg) translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#nav .drop > ul {
  padding: 15px 0;
  background: #282828;
  border-radius: 4px;
}
#nav .drop li {
  padding: 0;
}
#nav .drop a {
  display: block;
  padding: 3px 20px;
}
#nav .drop a:after {
  padding-top: 0 !important;
}
#nav .drop .drop {
  position: relative;
}
#nav .drop .drop a {
  /*&:before {
  	content: "-";
  	margin-right: 10px;
  	display: inline-block;
  	font-family: 'FontAwesome';
  }*/
}
#nav .drop .drop ul {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*------------------------------------------------------------------
	11. search popup styles   /  .search-popup
-------------------------------------------------------------------*/
.search-popup {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 9999;
  position: fixed;
  visibility: hidden;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background: rgba(54, 54, 54, 0.95);
}
.search-popup .holder {
  width: 100%;
  height: 100vh;
  display: table;
  vertical-align: middle;
}
.search-popup .frame {
  display: table-cell;
  vertical-align: middle;
}
.search-popup form {
  width: 770px;
  margin: 0 auto;
  position: relative;
  border-bottom: 2px solid #9b9b9b;
}
.search-popup form::-webkit-input-placeholder {
  color: #ffffff;
}
.search-popup form::-moz-placeholder {
  opacity: 1;
  color: #ffffff;
}
.search-popup form:-moz-placeholder {
  color: #ffffff;
}
.search-popup form:-ms-input-placeholder {
  color: #ffffff;
}
.search-popup form.placeholder {
  color: #ffffff;
}
.search-popup .pe-7s-search {
  border: 0;
  top: 19px;
  right: 5px;
  padding: 0;
  outline: none;
  color: #ffffff;
  font-size: 23px;
  position: absolute;
  background: transparent;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.search-popup input {
  margin: 0;
  border: 0;
  float: left;
  width: 100%;
  height: 60px;
  outline: none;
  color: #ffffff;
  background: none;
  padding: 15px 0 15px;
  font: 35px/50px "Open Sans";
}
.search-popup input::-webkit-input-placeholder {
  color: #ffffff;
}
.search-popup input::-moz-placeholder {
  opacity: 1;
  color: #ffffff;
}
.search-popup input:-moz-placeholder {
  color: #ffffff;
}
.search-popup input:-ms-input-placeholder {
  color: #ffffff;
}
.search-popup input.placeholder {
  color: #ffffff;
}
.search-popup .search-close {
  top: 60px;
  width: 30px;
  height: 30px;
  right: 120px;
  position: fixed;
}
.search-popup .search-close span {
  height: 2px;
  width: 30px;
  display: block;
  background: #ffffff;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.search-popup .search-close span + span {
  margin: -2px 0 0;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.search-active .search-popup {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------------------
	12. drop sub styles   /  .drop-sub
-------------------------------------------------------------------*/
.drop-sub {
  top: 100%;
  opacity: 0;
  z-index: 2;
  right: -5px;
  width: 250px;
  padding: 27px 0 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.drop-sub .side-widget {
  color: #ffffff;
  font-size: 11px;
  overflow: hidden;
  font-weight: 300;
  border-radius: 4px;
  background: #282828;
  padding: 19px 16px 22px 11px;
}
.drop-sub .cart-row {
  margin: 0 0 15px;
  overflow: hidden;
  padding: 0 0 15px;
  position: relative;
  border-bottom: 1px solid #404040;
}
.drop-sub .img {
  float: left;
  width: 50px;
  margin: 0 16px 0 9px;
}
.drop-sub .mt-h {
  overflow: hidden;
  padding: 6px 0 0;
}
.drop-sub .close {
  top: 8px;
  right: 3px;
  width: 16px;
  height: 16px;
  color: #ffffff;
  font-size: 12px;
  background: #555;
  line-height: 16px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.drop-sub .mt-h-title {
  color: #ffffff;
  display: block;
  margin: 0 0 3px;
  font: 11px/16px "Open Sans";
}
.drop-sub .mt-h-title a {
  color: #ffffff;
}
.drop-sub .cart-row-total {
  color: #ffffff;
  overflow: hidden;
  margin: -9px 0 11px;
  padding: 0 3px 0 8px;
  font: 12px/26px "Open Sans";
}
.drop-sub .cart-btn-row {
  overflow: hidden;
}
.drop-sub .cart-btn-row a {
  margin-left: 8px;
}
.drop-sub .btn-full {
  font-size: 8px;
  line-height: 14px;
  padding: 7px 22px;
}
.drop-sub .btn-full:hover {
  color: #ffffff;
}

/*------------------------------------------------------------------
	13. main banner styles   /  .main-banner
-------------------------------------------------------------------*/
.main-banner {
  z-index: 1;
  color: #ffffff;
  position: relative;
  font: 300 20px/34px "Open Sans";
}
.main-banner .bg-overlay {
  opacity: 0.3;
}
.main-banner.small {
  line-height: 30px;
}
.main-banner.small p {
  margin: 0 0 40px;
}
.main-banner .caption {
  z-index: 2;
  height: 100vh;
  position: relative;
  white-space: nowrap;
  text-align: center;
  padding: 67px 0 30px;
}
.main-banner .caption:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 100%;
}
.main-banner .caption > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}
.main-banner .caption.left {
  text-align: left;
}
.main-banner .caption.autoheight {
  height: auto;
}
.main-banner .heading, .main-banner body .heading.heading, body .main-banner .heading.heading,
.main-banner body .page-header .container .heading.heading,
body .page-header .container .main-banner .heading.heading,
.main-banner .main-heading .heading.heading,
.main-heading .main-banner .heading.heading {
  margin: 0 0 5px;
  letter-spacing: -4px;
  font: 100px/120px "Open Sans";
}
.main-banner .heading.add,
.main-banner body .page-header .container .add.heading,
body .page-header .container .main-banner .add.heading {
  font-size: 70px;
  margin-bottom: 15px;
  letter-spacing: -2.6px;
}
.main-banner .heading.small,
.main-banner body .page-header .container .small.heading,
body .page-header .container .main-banner .small.heading {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 25px;
  letter-spacing: -1.9px;
}
.main-banner .heading.small2,
.main-banner body .page-header .container .small2.heading,
body .page-header .container .main-banner .small2.heading {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 70px;
  letter-spacing: -1.9px;
}
.main-banner .heading.small3,
.main-banner body .page-header .container .small3.heading,
body .page-header .container .main-banner .small3.heading {
  font-size: 60px;
  line-height: 70px;
  margin: 0 0 12px -4px;
  letter-spacing: -2.3px;
}
.main-banner .play {
  width: 70px;
  height: 70px;
  margin: 0 36px;
  color: #363636;
  font-size: 16px;
  line-height: 66px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-banner .play:hover {
  color: #ffffff;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: transparent;
}
.main-banner p {
  margin: 0 0 55px;
}
.main-banner .btn-bottom {
  left: 50%;
  z-index: 2;
  bottom: 60px;
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main-banner .email-form {
  max-width: 570px;
  margin: 0 auto;
}
.main-banner .email-form .holder {
  margin: 0 0 15px;
}
.main-banner .email-form .input {
  width: 67%;
  height: 48px;
  padding: 10px 29px;
}
.main-banner .email-form .btn, .main-banner .email-form .btn-cta, .main-banner .email-form .cta-transparent, .main-banner .email-form .cta-blue, .main-banner .email-form #iframePopup .iframePopupCancel, #iframePopup .main-banner .email-form .iframePopupCancel,
.main-banner .email-form #iframePopup .iframePopupSubmit,
#iframePopup .main-banner .email-form .iframePopupSubmit, .main-banner .email-form .cta-blue-invert, .main-banner .email-form input[type=file] + label, .main-banner .email-form .cta-tertiary {
  width: 33%;
  padding: 10px;
  text-transform: uppercase;
}
.main-banner .slide {
  z-index: 1;
  position: relative;
}
.main-banner .slick-dots {
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  bottom: 71px;
  text-align: center;
  position: absolute;
}
.main-banner .slick-dots li {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  border-radius: 50%;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-banner .slick-dots li:hover, .main-banner .slick-dots li.slick-active {
  background: #ffffff;
}
.main-banner .slick-arrow {
  top: 50%;
  border: 0;
  z-index: 2;
  width: 55px;
  height: 55px;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  background: #282828;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
  border-radius: 4px 0 0 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-banner .slick-arrow:after {
  color: #ffffff;
  font-size: 40px;
  content: "\e684";
  line-height: 55px;
  font-family: "Pe-icon-7-stroke";
}
.main-banner .slick-arrow.slick-next {
  right: 0;
}
.main-banner .slick-arrow.slick-prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}
.main-banner .slick-arrow.slick-prev:after {
  content: "\e686";
}
.main-banner .slick-arrow:hover {
  background: rgba(40, 40, 40, 0.7);
}

.main-text {
  display: block;
  letter-spacing: -1.2px;
  font: 28px/38px "Open Sans";
}

/*------------------------------------------------------------------
	14. icon box styles   /  .icon-box
-------------------------------------------------------------------*/
.icon-box {
  font-size: 14px;
  line-height: 24px;
}
.icon-box .icon {
  float: left;
  font-size: 50px;
  margin: 13px 36px 0 0;
}
.icon-box .icon.add {
  margin: 6px 26px 0 0;
}
.icon-box .title {
  display: block;
  color: #363636;
  margin: 0 0 11px;
  letter-spacing: -0.8px;
  font: 500 18px/38px "Open Sans";
}
.icon-box .title.large {
  font-size: 22px;
}
.icon-box .holder {
  overflow: hidden;
}
.icon-box p {
  margin: 0;
}
.icon-box.style2 {
  font-size: 16px;
  line-height: 26px;
}
.icon-box.style2 .icon {
  float: none;
  display: block;
  font-size: 60px;
  margin: 0 0 20px;
}
.icon-box.style2 .title {
  font-size: 22px;
}
.icon-box.small .icon {
  font-size: 35px;
  margin: 1px 15px 0 0;
}
.icon-box.small p {
  margin: 0 0 7px;
}
.icon-box.style3 .icon {
  float: none;
  display: block;
  font-size: 60px;
  margin: 9px 0 15px;
}
.icon-box.style3 .btn, .icon-box.style3 .btn-cta, .icon-box.style3 .cta-transparent, .icon-box.style3 .cta-blue, .icon-box.style3 #iframePopup .iframePopupCancel, #iframePopup .icon-box.style3 .iframePopupCancel,
.icon-box.style3 #iframePopup .iframePopupSubmit,
#iframePopup .icon-box.style3 .iframePopupSubmit, .icon-box.style3 .cta-blue-invert, .icon-box.style3 input[type=file] + label, .icon-box.style3 .cta-tertiary {
  font-size: 9px;
  padding: 3px 19px;
  border-width: 1px;
  text-transform: uppercase;
}

/*------------------------------------------------------------------
	15. portfolio box styles   /  .portfolio-box
-------------------------------------------------------------------*/
.portfolio-box {
  overflow: hidden;
  position: relative;
}
.portfolio-box:hover .over {
  opacity: 1;
  visibility: visible;
}
.portfolio-box:hover .over .text,
.portfolio-box:hover .over .heading {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.portfolio-box img {
  width: 100%;
}
.portfolio-box .over {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(54, 54, 54, 0.8);
}
.portfolio-box .holder {
  height: 100%;
  display: table;
  vertical-align: top;
}
.portfolio-box .frame {
  display: table-cell;
  vertical-align: top;
  padding: 46px 39px;
}
.portfolio-box .heading, .portfolio-box body .heading.heading, body .portfolio-box .heading.heading,
.portfolio-box body .page-header .container .heading.heading,
body .page-header .container .portfolio-box .heading.heading,
.portfolio-box .main-heading .heading.heading,
.main-heading .portfolio-box .heading.heading {
  opacity: 0;
  color: #ffffff;
  display: block;
  letter-spacing: -0.8px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  font: 500 20px/26px "Open Sans";
}
.portfolio-box .text {
  opacity: 0;
  color: #ffffff;
  display: block;
  font-size: 12px;
  line-height: 18px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}

.hidden {
  display: none !important;
}

.item {
  float: left;
}
.item.col4 {
  width: 25%;
}
.item.col3 {
  width: 33.33%;
}

/*------------------------------------------------------------------
	16. isotop filter styles   /  .isotop-filter
-------------------------------------------------------------------*/
.isotop-filter {
  margin: 0;
  font: 300 18px/30px "Open Sans";
}
.isotop-filter li {
  padding: 4px 8px 8px 15px;
}
.isotop-filter a {
  color: #999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*------------------------------------------------------------------
	17. testimonial section styles   /  .t-section
-------------------------------------------------------------------*/
.t-section {
  color: #ffffff;
  position: relative;
}
.t-section .container {
  z-index: 1;
}
.t-section .heading, .t-section body .heading.heading, body .t-section .heading.heading,
.t-section body .page-header .container .heading.heading,
body .page-header .container .t-section .heading.heading,
.t-section .main-heading .heading.heading,
.main-heading .t-section .heading.heading {
  color: #ffffff;
  margin: 0 0 41px;
  letter-spacing: -1.5px;
  font: 500 36px/47px "Open Sans";
}
.t-section blockquote {
  border: 0;
  padding: 0 1%;
  font-size: 20px;
  margin: 0 0 15px;
  line-height: 32px;
}
.t-section blockquote q {
  display: block;
  margin: 0 0 27px;
}
.t-section blockquote cite {
  display: block;
  letter-spacing: -0.6px;
  font: 500 16px/30px "Open Sans";
}
.t-section .img {
  border-radius: 50%;
  margin: 11px auto 37px;
}
.t-section .slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
.t-section .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 3px;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  border-radius: 50%;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.t-section .slick-dots li:hover, .t-section .slick-dots li.slick-active {
  background: #ffffff;
}
.t-section.grey {
  color: #999;
}
.t-section.grey .slick-dots li {
  border-color: #363636;
}
.t-section.grey .slick-dots li:hover, .t-section.grey .slick-dots li.slick-active {
  background: #363636;
}

/*------------------------------------------------------------------
	18. post styles   /  .post
-------------------------------------------------------------------*/
.post {
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
}
.post > a {
  display: block;
  position: relative;
}
.post img {
  width: 100%;
}
.post .box {
  padding: 33px 30px;
}
.post .heading, .post body .heading.heading, body .post .heading.heading,
.post body .page-header .container .heading.heading,
body .page-header .container .post .heading.heading,
.post .main-heading .heading.heading,
.main-heading .post .heading.heading {
  margin: 0;
  color: #363636;
  letter-spacing: -0.8px;
  font: 500 20px/28px "Open Sans";
}
.post .heading a,
.post body .page-header .container .heading.heading a,
body .page-header .container .post .heading.heading a,
.post .main-heading .heading.heading a,
.main-heading .post .heading.heading a {
  color: #363636;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post .meta {
  display: block;
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 15px;
  line-height: 26px;
}
.post p {
  margin: 0 0 25px;
}
.post .more {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font: 500 14px/24px "Open Sans";
}
.post .play {
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  color: #363636;
  font-size: 16px;
  line-height: 80px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.line-box {
  padding: 20px 0;
  overflow: hidden;
}
.line-box ul {
  margin: 0;
}

/*------------------------------------------------------------------
	19. Page footer styles   /  #footer
-------------------------------------------------------------------*/
#footer {
  color: #f5f5f5;
  font-size: 14px;
  line-height: 24px;
}
#footer .title {
  color: #ffffff;
  display: block;
  margin: 0 0 34px;
  font: 500 14px/31px "Open Sans";
}
#footer .logo {
  color: #ffffff;
  margin: 0 0 24px;
  line-height: 43px;
}
#footer .logo a {
  color: #ffffff;
}
#footer p {
  margin: 0;
}
#footer .f-bottom {
  padding: 28px 0;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
#footer .f-bottom a {
  color: #999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*------------------------------------------------------------------
	20. social styles   /  .social
-------------------------------------------------------------------*/
.social {
  margin: 0;
}
.social li {
  padding: 0 23px 0 0;
}
.social a {
  color: #bdbdbd;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}

/*------------------------------------------------------------------
	21. twitter feed styles   /  .twitter-feed
-------------------------------------------------------------------*/
.twitter-feed {
  margin: 0;
  max-width: 310px;
}
.twitter-feed li {
  position: relative;
  padding: 0 0 27px 35px;
}
.twitter-feed .fa {
  left: 0;
  top: 4px;
  font-size: 18px;
  position: absolute;
}
.twitter-feed a {
  color: #f5f5f5;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}

/*------------------------------------------------------------------
	22. email form styles   /  .email-form
-------------------------------------------------------------------*/
.email-form::-webkit-input-placeholder {
  color: #999;
}
.email-form::-moz-placeholder {
  opacity: 1;
  color: #999;
}
.email-form:-moz-placeholder {
  color: #999;
}
.email-form:-ms-input-placeholder {
  color: #999;
}
.email-form.placeholder {
  color: #999;
}
.email-form label {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 31px;
}
.email-form .holder {
  overflow: hidden;
  border-radius: 30px;
}
.email-form .holder::-webkit-input-placeholder {
  color: #999;
}
.email-form .holder::-moz-placeholder {
  opacity: 1;
  color: #999;
}
.email-form .holder:-moz-placeholder {
  color: #999;
}
.email-form .holder:-ms-input-placeholder {
  color: #999;
}
.email-form .holder.placeholder {
  color: #999;
}
.email-form .input {
  border: 0;
  margin: 0;
  outline: 0;
  width: 73%;
  color: #999;
  float: left;
  height: 40px;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 20px;
  padding: 10px 22px;
  background: #ffffff;
}
.email-form .input::-webkit-input-placeholder {
  color: #999;
}
.email-form .input::-moz-placeholder {
  opacity: 1;
  color: #999;
}
.email-form .input:-moz-placeholder {
  color: #999;
}
.email-form .input:-ms-input-placeholder {
  color: #999;
}
.email-form .input.placeholder {
  color: #999;
}
.email-form .btn, .email-form .btn-cta, .email-form .cta-transparent, .email-form .cta-blue, .email-form #iframePopup .iframePopupCancel, #iframePopup .email-form .iframePopupCancel,
.email-form #iframePopup .iframePopupSubmit,
#iframePopup .email-form .iframePopupSubmit, .email-form .cta-blue-invert, .email-form input[type=file] + label, .email-form .cta-tertiary {
  width: 27%;
  padding: 6px;
  float: right;
  font-size: 13px;
  border-radius: 0;
}

/*------------------------------------------------------------------
	23. wedo section styles   /  .wedo-section
-------------------------------------------------------------------*/
.wedo-section {
  /*overflow: hidden;*/
  padding-top: 10px;
  position: relative;
  padding-bottom: 20px;
}
.wedo-section .img-box {
  top: 0;
  right: 0;
  bottom: 0;
  width: 36.5%;
  position: absolute;
}
.wedo-section .img-box.right {
  left: 0;
  right: auto;
}
.wedo-section .img-box.add {
  top: 100px;
  width: 53.7%;
}
.wedo-section .main-heading .heading {
  font-size: 34px;
}
.wedo-section .play {
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin: 0 36px;
  color: #363636;
  font-size: 16px;
  line-height: 70px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.wedo-section .play:hover {
  -webkit-transform: translate(-50%) scale(1.1);
          transform: translate(-50%) scale(1.1);
}
.wedo-section .content-block {
  width: 56%;
  float: right;
}
.wedo-section .content-block .img {
  margin: 0 auto 20px;
}
.wedo-section .content-block .heading {
  color: #363636;
  margin: 0 0 8px;
  letter-spacing: -1.4px;
  text-transform: uppercase;
  font: 500 36px/40px "Open Sans";
}
.wedo-section .content-block .txt {
  display: block;
  margin: 0 0 13px;
  text-transform: uppercase;
  font: 16px/20px "Open Sans";
}
.wedo-section .content-block .btn, .wedo-section .content-block .btn-cta, .wedo-section .content-block .cta-transparent, .wedo-section .content-block .cta-blue, .wedo-section .content-block #iframePopup .iframePopupCancel, #iframePopup .wedo-section .content-block .iframePopupCancel,
.wedo-section .content-block #iframePopup .iframePopupSubmit,
#iframePopup .wedo-section .content-block .iframePopupSubmit, .wedo-section .content-block .cta-blue-invert, .wedo-section .content-block input[type=file] + label, .wedo-section .content-block .cta-tertiary {
  padding: 0;
  font-size: 9px;
  padding: 0 24px;
  line-height: 20px;
}
.wedo-section.add .main-heading {
  font-size: 16px;
  line-height: 26px;
}
.wedo-section.add .main-heading .heading {
  font-size: 32px;
  margin: 0 0 23px;
  line-height: 44px;
}
.wedo-section.add .img-box {
  width: 50%;
}
.wedo-section.add2 .img-box {
  left: 0;
  right: auto;
  width: 43.7%;
}
.wedo-section.add2 .img-box.add {
  top: 100px;
  width: 53.7%;
}

/*------------------------------------------------------------------
	24. price box styles   /  .price-box
-------------------------------------------------------------------*/
.price-box {
  width: 370px;
  vertical-align: top;
  display: inline-block;
  padding: 38px 10px 50px;
}
.price-box.active {
  background: #ffffff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.price-box .title {
  display: block;
  color: #363636;
  margin: 0 0 15px;
  font: 12px/34px "Open Sans";
}
.price-box .price {
  display: block;
  color: #363636;
  margin: 0 0 5px;
  letter-spacing: -2px;
  font: 600 70px/70px "Open Sans";
}
.price-box .price sup {
  top: -37px;
  right: -16px;
  font-size: 20px;
  margin: 0 0 0 -35px;
}
.price-box .dur {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 39px;
}
.price-box ul {
  color: #363636;
  margin: 0 0 36px;
}
.price-box ul li {
  margin: 0 0 9px;
}
.price-box .pe-7s-close {
  display: block;
  font-size: 22px;
  padding: 3px 0;
}
.price-box .btn, .price-box .btn-cta, .price-box .cta-transparent, .price-box .cta-blue, .price-box #iframePopup .iframePopupCancel, #iframePopup .price-box .iframePopupCancel,
.price-box #iframePopup .iframePopupSubmit,
#iframePopup .price-box .iframePopupSubmit, .price-box .cta-blue-invert, .price-box input[type=file] + label, .price-box .cta-tertiary {
  padding: 12px 55px;
}

/*------------------------------------------------------------------
	25. subscribe form styles   /  .subscribe-form
-------------------------------------------------------------------*/
.subscribe-form .heading, .subscribe-form body .heading.heading, body .subscribe-form .heading.heading,
.subscribe-form body .page-header .container .heading.heading,
body .page-header .container .subscribe-form .heading.heading,
.subscribe-form .main-heading .heading.heading,
.main-heading .subscribe-form .heading.heading {
  color: #363636;
  margin: 0 0 66px;
  letter-spacing: -1.5px;
  font: 500 34px/47px "Open Sans";
}
.subscribe-form .input {
  border: 0;
  outline: 0;
  width: 200px;
  height: 50px;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 20px;
  color: #999;
  padding: 15px 22px;
  background: #fafafa;
  margin: 0 12px 10px;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
}
.subscribe-form .input::-webkit-input-placeholder {
  color: #999;
}
.subscribe-form .input::-moz-placeholder {
  opacity: 1;
  color: #999;
}
.subscribe-form .input:-moz-placeholder {
  color: #999;
}
.subscribe-form .input:-ms-input-placeholder {
  color: #999;
}
.subscribe-form .input.placeholder {
  color: #999;
}
.subscribe-form .input.large {
  width: 370px;
}
.subscribe-form .btn, .subscribe-form .btn-cta, .subscribe-form .cta-transparent, .subscribe-form .cta-blue, .subscribe-form #iframePopup .iframePopupCancel, #iframePopup .subscribe-form .iframePopupCancel,
.subscribe-form #iframePopup .iframePopupSubmit,
#iframePopup .subscribe-form .iframePopupSubmit, .subscribe-form .cta-blue-invert, .subscribe-form input[type=file] + label, .subscribe-form .cta-tertiary {
  padding: 10px 53px;
  margin: 0 12px 10px;
}

/*------------------------------------------------------------------
	26. team box styles   /  .team-box
-------------------------------------------------------------------*/
.team-box img {
  width: 100%;
}
.team-box .img-box {
  margin: 0 0 22px;
}
.team-box .heading, .team-box body .heading.heading, body .team-box .heading.heading,
.team-box body .page-header .container .heading.heading,
body .page-header .container .team-box .heading.heading,
.team-box .main-heading .heading.heading,
.main-heading .team-box .heading.heading {
  margin: 0;
  color: #363636;
  letter-spacing: -0.8px;
  font: 600 20px/34px "Open Sans";
}
.team-box .text {
  display: block;
  font-size: 13px;
  margin: 0 0 14px;
  line-height: 14px;
}
.team-box .social {
  font-size: 14px;
}
.team-box .social li {
  padding: 3px 9px;
}

/*------------------------------------------------------------------
	27. quote section styles   /  .quote-section
-------------------------------------------------------------------*/
.quote-section blockquote {
  border: 0;
  width: 44%;
  padding: 0;
  float: left;
  font-size: 20px;
  line-height: 33px;
  position: relative;
  margin: 81px 2.1% 0 13.7%;
}
.quote-section blockquote .fa {
  top: 10px;
  left: -60px;
  color: #363636;
  font-size: 30px;
  position: absolute;
}
.quote-section blockquote q {
  display: block;
  margin: 0 0 32px;
}
.quote-section blockquote q:before, .quote-section blockquote q:after {
  display: none;
}
.quote-section blockquote cite {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  font-style: normal;
}
.quote-section blockquote .name {
  color: #363636;
  display: block;
  font: 600 15px/20px "Open Sans";
}
.quote-section .img {
  margin: 10px 0 0;
}

/*------------------------------------------------------------------
	27. quote section styles   /  .quote-section
-------------------------------------------------------------------*/
.promo-box {
  padding: 8px 0;
}
.promo-box .btn, .promo-box .btn-cta, .promo-box .cta-transparent, .promo-box .cta-blue, .promo-box #iframePopup .iframePopupCancel, #iframePopup .promo-box .iframePopupCancel,
.promo-box #iframePopup .iframePopupSubmit,
#iframePopup .promo-box .iframePopupSubmit, .promo-box .cta-blue-invert, .promo-box input[type=file] + label, .promo-box .cta-tertiary {
  padding: 14px 40px;
  vertical-align: middle;
}
.promo-box .txt {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -0.8px;
  margin: -5px 54px 0 -8px;
  font: 600 29px/50px "Open Sans";
}

/*------------------------------------------------------------------
	28. product box styles   /  .product-box
-------------------------------------------------------------------*/
.product-box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.product-box .img-box {
  height: 320px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  background: #f5f5f5;
}
.product-box .img-box:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 100%;
}
.product-box .img-box > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}
.product-box .img-box img {
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}
.product-box a {
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}
.product-box .box {
  overflow: hidden;
  background: #ffffff;
  padding: 24px 30px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.product-box .frame {
  overflow: hidden;
}
.product-box .heading, .product-box body .heading.heading, body .product-box .heading.heading,
.product-box body .page-header .container .heading.heading,
body .page-header .container .product-box .heading.heading,
.product-box .main-heading .heading.heading,
.main-heading .product-box .heading.heading {
  margin: 0;
  color: #363636;
  letter-spacing: -0.8px;
  font: 600 18px/28px "Open Sans";
}
.product-box .heading a,
.product-box body .page-header .container .heading.heading a,
body .page-header .container .product-box .heading.heading a,
.product-box .main-heading .heading.heading a,
.main-heading .product-box .heading.heading a {
  color: #363636;
}
.product-box .heading.large,
.product-box body .page-header .container .large.heading,
body .page-header .container .product-box .large.heading {
  font-size: 20px;
}
.product-box .price {
  float: left;
  font-size: 14px;
}
.product-box .star {
  margin: 0;
  font-size: 15px;
}
.product-box .star li {
  padding: 0;
  margin: 0 0 0 -2px;
}
.product-box.small .img-box {
  height: 256px;
}
.product-box.small .box {
  padding: 19px 24px 17px 26px;
}
.product-box.small .heading {
  font-size: 16px;
  line-height: 23px;
}
.product-box.small .price {
  font-size: 12px;
}
.product-box.small .star {
  font-size: 13px;
}
.product-box.small .star li {
  margin: 0 0 0 -1px;
}

/*------------------------------------------------------------------
	29. promo block styles   /  .promo-block
-------------------------------------------------------------------*/
.promo-block {
  color: #ffffff;
  font-size: 18px;
  overflow: hidden;
  font-weight: 300;
  line-height: 28px;
  position: relative;
}
.promo-block p {
  margin: 0 0 33px;
}
.promo-block .heading, .promo-block body .heading.heading, body .promo-block .heading.heading,
.promo-block body .page-header .container .heading.heading,
body .page-header .container .promo-block .heading.heading,
.promo-block .main-heading .heading.heading,
.main-heading .promo-block .heading.heading {
  margin: 0 0 15px;
  letter-spacing: -1.4px;
  font: 600 34px/48px "Open Sans";
}
.promo-block .heading.add,
.promo-block body .page-header .container .add.heading,
body .page-header .container .promo-block .add.heading {
  font-size: 32px;
  margin: 0 0 39px;
}
.promo-block .btn, .promo-block .btn-cta, .promo-block .cta-transparent, .promo-block .cta-blue, .promo-block #iframePopup .iframePopupCancel, #iframePopup .promo-block .iframePopupCancel,
.promo-block #iframePopup .iframePopupSubmit,
#iframePopup .promo-block .iframePopupSubmit, .promo-block .cta-blue-invert, .promo-block input[type=file] + label, .promo-block .cta-tertiary {
  margin: 0 0 10px;
}
.promo-block.grey {
  color: #999;
}
.promo-block.grey .heading {
  color: #363636;
}
.promo-block.grey .btn:hover, .promo-block.grey .btn-cta:hover, .promo-block.grey .cta-transparent:hover, .promo-block.grey .cta-blue:hover, .promo-block.grey #iframePopup .iframePopupCancel:hover, #iframePopup .promo-block.grey .iframePopupCancel:hover,
.promo-block.grey #iframePopup .iframePopupSubmit:hover,
#iframePopup .promo-block.grey .iframePopupSubmit:hover, .promo-block.grey .cta-blue-invert:hover, .promo-block.grey input[type=file] + label:hover, .promo-block.grey .cta-tertiary:hover {
  color: #363636;
}

/*------------------------------------------------------------------
	30. progress bar styles   /  .progress-bar
-------------------------------------------------------------------*/
.progress-bar {
  overflow: hidden;
  padding: 24px 0 0;
}
.progress-bar ul {
  margin: 0;
}
.progress-bar li {
  margin: 0 0 25px;
}
.progress-bar .frame {
  margin: 0 0 10px;
  overflow: hidden;
}
.progress-bar .txt {
  float: left;
  color: #363636;
  font: 18px/23px "Open Sans";
}
.progress-bar .number {
  float: right;
  color: #2c3e50;
  font: 18px/32px "Open Sans";
}

/*------------------------------------------------------------------
	31. bar outer styles   /  .bar-outer
-------------------------------------------------------------------*/
.bar-outer {
  height: 9px;
  display: block;
  position: relative;
  background: #f2f2f2;
  border-radius: 10px;
}
.bar-outer .bar {
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  border-radius: 10px;
}

/*------------------------------------------------------------------
	32. shop header styles   /  .shop-header
-------------------------------------------------------------------*/
.shop-header {
  overflow: hidden;
  padding-top: 17px;
  font: 14px/14px "Open Sans";
}
.shop-header .txt {
  float: left;
  letter-spacing: -0.6px;
}
.shop-header .sort-filter {
  float: right;
  position: relative;
  margin: -3px 30px 0 0;
  letter-spacing: -0.8px;
}
.shop-header .sort-filter label {
  margin: 0;
  font-weight: normal;
}
.shop-header .sort-filter select {
  margin: 0;
  border: 0;
  padding: 0;
  width: auto;
  outline: 0 !important;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.shop-header .sort-filter:after {
  top: 2px;
  right: -30px;
  color: #bdbdbd;
  content: "\f107";
  position: absolute;
  font-family: "FontAwesome";
}

/*------------------------------------------------------------------
	33. shop pagination styles   /  .shop-pagination
-------------------------------------------------------------------*/
.shop-pagination {
  margin: 0;
  font-size: 12px;
  line-height: 28px;
  padding: 18px 0 10px;
}
.shop-pagination li {
  padding: 0;
  vertical-align: middle;
}
.shop-pagination a {
  display: block;
  color: #bdbdbd;
  min-width: 30px;
  border-radius: 2px;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
  border: 1px solid transparent;
}

.map-holder .map {
  width: 100%;
  height: 500px;
}

/*------------------------------------------------------------------
	34. info box styles   /  .info-box
-------------------------------------------------------------------*/
.info-box {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  background: #ffffff;
  padding: 53px 10px;
}
.info-box .icon {
  display: block;
  font-size: 70px;
  margin: 0 0 11px;
  line-height: 90px;
}
.info-box .heading, .info-box body .heading.heading, body .info-box .heading.heading,
.info-box body .page-header .container .heading.heading,
body .page-header .container .info-box .heading.heading,
.info-box .main-heading .heading.heading,
.main-heading .info-box .heading.heading {
  display: block;
  color: #363636;
  margin: 0 0 18px;
  letter-spacing: -1px;
  font: 500 24px/36px "Open Sans";
}

/*------------------------------------------------------------------
	35. contact form styles   /  .contact-form
-------------------------------------------------------------------*/
.contact-form::-webkit-input-placeholder {
  color: #777;
}
.contact-form::-moz-placeholder {
  opacity: 1;
  color: #777;
}
.contact-form:-moz-placeholder {
  color: #777;
}
.contact-form:-ms-input-placeholder {
  color: #777;
}
.contact-form.placeholder {
  color: #777;
}
.contact-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.contact-form-row .col-sm-6 {
  width: 45%;
}
.contact-form-row .col-sm-6:first-child {
  margin-bottom: 4rem;
}
.contact-form .form-control {
  border: 0;
  color: #777;
  height: 46px;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 300;
  margin: 0 0 30px;
  line-height: 24px;
  padding: 6px 27px;
  border-radius: 20px;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}
.contact-form .form-control::-webkit-input-placeholder {
  color: #777;
}
.contact-form .form-control::-moz-placeholder {
  opacity: 1;
  color: #777;
}
.contact-form .form-control:-moz-placeholder {
  color: #777;
}
.contact-form .form-control:-ms-input-placeholder {
  color: #777;
}
.contact-form .form-control.placeholder {
  color: #777;
}
.contact-form .form-control:focus {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}
.contact-form textarea.form-control {
  resize: none;
  overflow: auto;
  padding: 18px 30px;
  height: 180px !important;
}
.contact-form .btn, .contact-form .btn-cta, .contact-form .cta-transparent, .contact-form .cta-blue, .contact-form #iframePopup .iframePopupCancel, #iframePopup .contact-form .iframePopupCancel,
.contact-form #iframePopup .iframePopupSubmit,
#iframePopup .contact-form .iframePopupSubmit, .contact-form .cta-blue-invert, .contact-form input[type=file] + label, .contact-form .cta-tertiary {
  width: 100%;
  display: block;
  text-transform: uppercase;
}
.contact-form .form-message {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  position: relative;
  padding: 15px 25px 13px 50px;
}
.contact-form .form-message:after {
  top: 14px;
  left: 17px;
  width: 20px;
  content: "";
  height: 20px;
  font-size: 9px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  font-family: "FontAwesome";
}
.contact-form .form-message.error {
  margin: 0 0 20px;
  background: #ff3333;
  padding: 15px 20px 13px 50px;
}
.contact-form .form-message.error:after {
  content: "\f00d";
  background: #cc2929;
}
.contact-form .form-message.success {
  margin: 0 0 20px;
  background: #698cf0;
  padding: 15px 20px 13px 50px;
}
.contact-form .form-message.success:after {
  content: "\f00c";
  background: #5470c0;
}
.contact-form .form-message.hidden {
  display: none;
}

/*------------------------------------------------------------------
	36. section 404 styles   /  .section-404
-------------------------------------------------------------------*/
.section-404 {
  font-size: 18px;
  line-height: 25px;
}
.section-404 .heading, .section-404 body .heading.heading, body .section-404 .heading.heading,
.section-404 body .page-header .container .heading.heading,
body .page-header .container .section-404 .heading.heading,
.section-404 .main-heading .heading.heading,
.main-heading .section-404 .heading.heading {
  margin: 0;
  color: #363636;
  margin: 0 0 24px;
  letter-spacing: -2.7px;
  font: 600 70px/80px "Open Sans";
}
.section-404 p {
  margin: 0 0 55px;
}

/*------------------------------------------------------------------
	37. port slider styles   /  .port-slider
-------------------------------------------------------------------*/
.port-slider img {
  width: 100%;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}
.port-slider:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.port-slider .slick-slide {
  overflow: hidden;
}
.port-slider .slick-arrow {
  top: 50%;
  border: 0;
  z-index: 2;
  font-size: 0;
  height: 90px;
  overflow: hidden;
  position: absolute;
  background: transparent;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
  border-radius: 4px 0 0 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.port-slider .slick-arrow:after {
  color: #888;
  font-size: 90px;
  content: "\e684";
  line-height: 90px;
  font-family: "Pe-icon-7-stroke";
}
.port-slider .slick-arrow.slick-next {
  right: 15px;
}
.port-slider .slick-arrow.slick-prev {
  left: 15px;
  border-radius: 0 4px 4px 0;
}
.port-slider .slick-arrow.slick-prev:after {
  content: "\e686";
}
.port-slider .slick-arrow:hover {
  color: #282828;
}

/*------------------------------------------------------------------
	38. port detail styles   /  .port-detail
-------------------------------------------------------------------*/
.port-detail {
  font-size: 16px;
  line-height: 26px;
}
.port-detail .heading, .port-detail body .heading.heading, body .port-detail .heading.heading,
.port-detail body .page-header .container .heading.heading,
body .page-header .container .port-detail .heading.heading,
.port-detail .main-heading .heading.heading,
.main-heading .port-detail .heading.heading {
  color: #363636;
  display: block;
  margin: 0 0 30px;
  letter-spacing: -1.7px;
  font: 500 36px/40px "Open Sans";
}
.port-detail .subheading {
  color: #363636;
  display: block;
  margin: 0 0 -3px;
  letter-spacing: -1px;
  font: 500 18px/31px "Open Sans";
}
.port-detail .txt {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 22px;
}
.port-detail p {
  margin: 0 0 30px;
}
.port-detail .social {
  font-size: 14px;
}
.port-detail .social li {
  padding: 0 13px 0 0;
  vertical-align: middle;
}
.port-detail .social a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.port-detail .social .fa-twitter {
  color: #1da1f2;
}
.port-detail .social .fa-facebook {
  color: #3b5998;
}
.port-detail .social .fa-google-plus {
  color: #dd4b39;
}
.port-detail .social .fa-pinterest-p {
  color: #bd081c;
}

.btn-port {
  color: #363636;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
  font: 500 18px/26px "Open Sans";
}

/*------------------------------------------------------------------
	39. search form styles   /  .search-form
-------------------------------------------------------------------*/
.search-form {
  margin: 0 0 43px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.search-form::-webkit-input-placeholder {
  color: #bdbdbd;
}
.search-form::-moz-placeholder {
  opacity: 1;
  color: #bdbdbd;
}
.search-form:-moz-placeholder {
  color: #bdbdbd;
}
.search-form:-ms-input-placeholder {
  color: #bdbdbd;
}
.search-form.placeholder {
  color: #bdbdbd;
}
.search-form input.form-control {
  outline: 0;
  height: 45px;
  color: #bdbdbd;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 6px 21px;
  border-radius: 30px;
  background: transparent;
  border: 2px solid #e0e0e0;
}
.search-form input.form-control::-webkit-input-placeholder {
  color: #bdbdbd;
}
.search-form input.form-control::-moz-placeholder {
  opacity: 1;
  color: #bdbdbd;
}
.search-form input.form-control:-moz-placeholder {
  color: #bdbdbd;
}
.search-form input.form-control:-ms-input-placeholder {
  color: #bdbdbd;
}
.search-form input.form-control.placeholder {
  color: #bdbdbd;
}
.search-form input.form-control:focus {
  border-color: #363636;
}
.search-form .icon {
  border: 0;
  top: 13px;
  padding: 0;
  right: 21px;
  color: #bdbdbd;
  position: absolute;
  background: transparent;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.search-form .icon:hover {
  color: #363636;
}

/*------------------------------------------------------------------
	40. widget styles   /  .widget
-------------------------------------------------------------------*/
.widget {
  margin: 0 0 44px;
  padding: 0 0 20px;
  border-bottom: 1px solid #eee;
}
.widget .heading, .widget body .heading.heading, body .widget .heading.heading,
.widget body .page-header .container .heading.heading,
body .page-header .container .widget .heading.heading,
.widget .main-heading .heading.heading,
.main-heading .widget .heading.heading {
  display: block;
  color: #363636;
  margin: 0 0 28px;
  letter-spacing: -0.7px;
  font: 500 18px/25px "Open Sans";
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget a {
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}
.widget:last-child {
  border: 0;
}

.cat-widget {
  font-size: 14px;
  color: #bdbdbd;
}
.cat-widget a {
  color: #bdbdbd;
}
.cat-widget li {
  margin: 0 0 12px;
}
.cat-widget .fa {
  margin: 0 6px 0 0;
}

.post-widget ul {
  margin: 0;
  padding: 0 0 4px;
}
.post-widget li {
  overflow: hidden;
  padding: 5px 0 15px;
}
.post-widget .img-box {
  width: 70px;
  display: inline-block;
  vertical-align: middle;
}
.post-widget .text-box {
  width: 180px;
  padding: 0 0 0 12px;
  display: inline-block;
  vertical-align: middle;
}
.post-widget .head {
  margin: 0;
  display: block;
  color: #363636;
  letter-spacing: -0.5px;
  font: 500 12px/20px "Open Sans";
}
.post-widget .head a {
  color: #363636;
}
.post-widget .head, .post-widget .head add {
  font-size: 14px;
  margin: -2px 0 4px;
}
.post-widget .txt {
  display: block;
  font-size: 10px;
}

.filter-widget .con-bar {
  top: 10px;
  display: block;
  margin: 0 0 30px;
  position: relative;
  border-top: 3px solid #e5e5e5;
}
.filter-widget .price {
  float: left;
  color: #363636;
  margin: 0 0 20px;
  font: 500 14px/20px "Open Sans";
}
.filter-widget .btn-filter {
  float: right;
  padding: 10px;
  color: #363636;
  margin: -3px 0 0;
  padding: 4px 20px;
  border-radius: 30px;
  border: 1px solid #e0e0e0;
  font: 500 10px/15px "Open Sans";
}
.filter-widget .btn-filter:hover {
  color: #ffffff;
}
.filter-widget .dot {
  top: -3px;
  left: 30px;
  width: 120px;
  position: absolute;
  border-top: 3px solid #363636;
}
.filter-widget .dot:after {
  left: 0;
  width: 9px;
  height: 9px;
  top: -6.5px;
  content: "";
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
  background: #363636;
}
.filter-widget .dot:before {
  right: 0;
  width: 9px;
  height: 9px;
  top: -6.5px;
  content: "";
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
  background: #363636;
}

.tags-widget {
  text-transform: capitalize;
}
.tags-widget ul li {
  margin: 0 0 -2px;
  vertical-align: top;
  padding: 7px 3px 0 0;
}
.tags-widget a {
  color: #363636;
  vertical-align: top;
  display: inline-block;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
  border: 1px solid #e0e0e0;
  padding: 4px 11px 4px 12px;
  font: 500 9px/15px "Open Sans";
}
.tags-widget a:hover {
  border-color: #363636;
}

/*------------------------------------------------------------------
	41. image slider styles   /  .image-slider
-------------------------------------------------------------------*/
.image-slider .slick-list {
  float: right;
  width: 78.9%;
  overflow: hidden;
}
.image-slider .slick-dots {
  margin: 0;
  width: 20%;
  padding: 0;
  float: left;
  overflow: hidden;
  list-style: none;
}
.image-slider .slick-dots li span {
  cursor: pointer;
  background: #ffffff;
  margin-bottom: 20px;
  vertical-align: top;
  display: inline-block;
}
.image-slider .slick-dots img {
  opacity: 0.5;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}
.image-slider .slick-dots .slick-active img {
  opacity: 1;
}

/*------------------------------------------------------------------
	42. product detail styles   /  .product-detail
-------------------------------------------------------------------*/
.product-detail {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.product-detail .heading, .product-detail body .heading.heading, body .product-detail .heading.heading,
.product-detail body .page-header .container .heading.heading,
body .page-header .container .product-detail .heading.heading,
.product-detail .main-heading .heading.heading,
.main-heading .product-detail .heading.heading {
  display: block;
  color: #363636;
  margin: 0 0 12px;
  letter-spacing: -1.4px;
  font: 500 36px/50px "Open Sans";
}
.product-detail .star {
  font-size: 14px;
  margin: 0 0 47px 3px;
}
.product-detail .star li {
  padding: 0;
}
.product-detail .price {
  display: block;
  color: #363636;
  margin: 0 0 18px 3px;
  letter-spacing: -0.9px;
  font: 500 20px/30px "Open Sans";
}
.product-detail .price del {
  color: #999;
}
.product-detail p {
  margin: 0 0 48px 4px;
}
.product-detail form {
  margin: 0 0 24px;
}
.product-detail form::-webkit-input-placeholder {
  color: #363636;
}
.product-detail form::-moz-placeholder {
  opacity: 1;
  color: #363636;
}
.product-detail form:-moz-placeholder {
  color: #363636;
}
.product-detail form:-ms-input-placeholder {
  color: #363636;
}
.product-detail form.placeholder {
  color: #363636;
}
.product-detail form .form-control {
  float: left;
  width: 70px;
  height: 43px;
  font-size: 18px;
  border-radius: 0;
  text-align: center;
  margin: 0 20px 0 4px;
  background: transparent;
  border: 1px solid #e0e0e0;
}
.product-detail form .form-control::-webkit-input-placeholder {
  color: #363636;
}
.product-detail form .form-control::-moz-placeholder {
  opacity: 1;
  color: #363636;
}
.product-detail form .form-control:-moz-placeholder {
  color: #363636;
}
.product-detail form .form-control:-ms-input-placeholder {
  color: #363636;
}
.product-detail form .form-control.placeholder {
  color: #363636;
}
.product-detail form .btn-full {
  padding: 8px 21px;
  text-transform: uppercase;
}
.product-detail .social {
  font-size: 17px;
}

/*------------------------------------------------------------------
	43. product tabsec styles   /  .product-tabsec
-------------------------------------------------------------------*/
.product-tabsec .mainheading {
  color: #363636;
  display: block;
  margin: 0 0 38px;
  letter-spacing: -0.8px;
  font: 500 20px/35px "Open Sans";
}
.product-tabsec .tabset {
  margin: 0 0 50px;
  border-bottom: 1px solid #e5e5e5;
  font: 500 16px/30px "Open Sans";
}
.product-tabsec .tabset li {
  padding: 0;
}
.product-tabsec .tabset a {
  display: block;
  color: #999;
  margin-bottom: -2px;
  padding: 0 28px 11px;
  letter-spacing: -0.7px;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
  border-bottom: 1px solid #e5e5e5;
}
.product-tabsec .tabset a.active, .product-tabsec .tabset a:hover {
  color: #363636;
  border-color: #363636;
}
.product-tabsec dl {
  margin: 0;
  font-size: 14px;
  line-height: 25px;
  padding: 5px 0 0 24px;
}
.product-tabsec dl dt {
  float: left;
  width: 109px;
  color: #363636;
  margin: 0 0 22px;
  font-weight: normal;
}
.product-tabsec dl dd {
  margin: 0 0 22px;
  overflow: hidden;
}
.product-tabsec .review-list {
  margin: 0;
  font-size: 14px;
  overflow: hidden;
  list-style: none;
  font-weight: 300;
  line-height: 24px;
  padding: 11px 0 9px 4px;
}
.product-tabsec .review-list > li {
  max-width: 574px;
  margin: 0 0 31px;
  overflow: hidden;
}
.product-tabsec .review-list .img {
  float: left;
  margin: 0 30px 0 0;
  border-radius: 50%;
}
.product-tabsec .review-list .holder {
  overflow: hidden;
}
.product-tabsec .review-list .top {
  overflow: hidden;
  padding: 4px 0 18px;
}
.product-tabsec .review-list .name {
  color: #363636;
  padding: 0 18px 0 0;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -0.8px;
  font: 500 18px/25px "Open Sans";
}
.product-tabsec .review-list .time {
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}
.product-tabsec .review-list .star {
  margin: 1px 0 0;
  font-size: 13px;
}
.product-tabsec .review-list .star li {
  padding: 0;
}
.product-tabsec .review-list .reply {
  margin: 0 7px 0 0;
}
.product-tabsec .review-list .frame {
  overflow: hidden;
  padding: 0 0 30px;
}
.product-tabsec .review-list .review-list {
  max-width: 674px;
  padding: 50px 0 0 0;
  border-top: 1px solid #eee;
}
.product-tabsec .review-list .review-list li {
  padding-left: 100px;
  border-bottom: 1px solid #eee;
}
.product-tabsec .review-list .review-list li:last-child {
  margin-bottom: 17px;
}
.product-tabsec .review-list.add {
  padding-left: 0;
}
.product-tabsec .review-list.add li {
  max-width: 100%;
}
.product-tabsec .review-list.add .frame {
  max-width: 574px;
}
.product-tabsec .review-form {
  max-width: 574px;
  padding: 55px 0 0 4px;
}
.product-tabsec .review-form.add {
  padding: 4px 0 8px;
}
.product-tabsec .review-form .heading {
  color: #363636;
  display: block;
  margin: 0 0 38px;
  letter-spacing: -0.8px;
  font: 500 20px/25px "Open Sans";
}
.product-tabsec .review-form .star {
  font-size: 14px;
  margin: 0 0 22px;
  font-weight: 300;
  line-height: 24px;
}
.product-tabsec .review-form .star li {
  padding: 0;
}
.product-tabsec .review-form .star li:first-child {
  padding: 0 17px 0 0;
}
.product-tabsec .review-form .contact-form textarea.form-control {
  height: 160px !important;
}
.product-tabsec .review-form .btn-full {
  display: inline-block;
  vertical-align: top;
  padding: 6px 41px;
  width: auto;
}

.full-width .product-tabsec .review-list.add .frame {
  max-width: 100%;
}
.full-width .product-tabsec .review-list .review-list {
  max-width: 100%;
}
.full-width .product-tabsec .review-form {
  max-width: 100%;
}

/*------------------------------------------------------------------
	44. related product styles   /  .related-product
-------------------------------------------------------------------*/
.related-product .mainheading {
  color: #363636;
  display: block;
  margin: 0 0 38px;
  letter-spacing: -0.8px;
  font: 500 24px/37px "Open Sans";
}

/*------------------------------------------------------------------
	45. blog detail styles   /  .blog-detail
-------------------------------------------------------------------*/
.blog-detail {
  font-size: 16px;
  margin: 0 0 50px;
  overflow: hidden;
  line-height: 26px;
}
.blog-detail .img {
  overflow: hidden;
}
.blog-detail .img img {
  width: 100%;
}
.blog-detail .text-box {
  overflow: hidden;
  background: #ffffff;
  padding: 37px 5% 0 4.4%;
}
.blog-detail .heading, .blog-detail body .heading.heading, body .blog-detail .heading.heading,
.blog-detail body .page-header .container .heading.heading,
body .page-header .container .blog-detail .heading.heading,
.blog-detail .main-heading .heading.heading,
.main-heading .blog-detail .heading.heading {
  color: #363636;
  display: block;
  margin: 0 0 1px;
  letter-spacing: -1.3px;
  font: 500 30px/45px "Open Sans";
}
.blog-detail .meta {
  display: block;
  font-size: 14px;
  margin: 0 0 41px 2px;
}
.blog-detail p {
  margin: 0 0 26px;
}
.blog-detail blockquote {
  top: 4px;
  color: #363636;
  padding: 0 3.9%;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  margin: 0 0 36px 7.8%;
  border: 3px solid transparent;
  border-width: 0 0 0 3px;
}
.blog-detail .post-footer {
  margin: 45px 0 0;
  overflow: hidden;
  position: relative;
  padding: 22px 0 20px 6px;
  border-top: 1px solid #f2f2f2;
}
.blog-detail .post-footer .tags {
  margin: 0;
  float: left;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
.blog-detail .post-footer .tags li:first-child {
  font-weight: 400;
  font-style: normal;
  padding: 0 14px 0 0;
}
.blog-detail .post-footer .tags li {
  padding: 0 3px 0 0;
}
.blog-detail .post-footer .tags a {
  color: #999;
  text-decoration: underline;
}
.blog-detail .post-footer .tags a:hover {
  text-decoration: none;
}
.blog-detail .post-footer .social {
  float: right;
  font-size: 14px;
}
.blog-detail .post-footer .social li {
  padding: 0 0 0 12px;
}
.blog-detail .post-footer .social .fa-twitter {
  color: #1da1f2;
}
.blog-detail .post-footer .social .fa-facebook {
  color: #3b5998;
}
.blog-detail .post-footer .social .fa-pinterest-p {
  color: #bd081c;
}
.blog-detail .post-footer .social .fa-google-plus {
  color: #dd4b39;
}

/*------------------------------------------------------------------
	46. cart block styles   /  .cart-block
-------------------------------------------------------------------*/
.cart-block {
  overflow: hidden;
}
.cart-block .heading, .cart-block body .heading.heading, body .cart-block .heading.heading,
.cart-block body .page-header .container .heading.heading,
body .page-header .container .cart-block .heading.heading,
.cart-block .main-heading .heading.heading,
.main-heading .cart-block .heading.heading {
  color: #363636;
  margin: 0 0 42px;
  letter-spacing: -1px;
  font: 500 24px/35px "Open Sans";
}
.cart-block .cart-list {
  overflow: hidden;
  border: 1px solid #eee;
}
.cart-block .header {
  font-size: 14px;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 8px 0 8px 4.2%;
  border-bottom: 1px solid #eee;
}
.cart-block .header .col1 {
  width: 49.6%;
  padding: 0 0 0 20px;
}
.cart-block .header .col2 {
  width: 12.6%;
}
.cart-block .header .col3 {
  width: 21.1%;
}
.cart-block .col1 {
  float: left;
  width: 48.4%;
}
.cart-block .col2 {
  float: left;
  width: 13.3%;
}
.cart-block .col3 {
  width: 20.5%;
  float: left;
}
.cart-block .col4 {
  width: 11%;
  float: left;
}
.cart-block .holder {
  margin: 0 0 20px;
  overflow: hidden;
}
.cart-block .holder .form-control {
  float: left;
  width: 70px;
  height: 43px;
  font-size: 18px;
  margin: 18px 0 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  background: transparent;
  border: 1px solid #e0e0e0;
}
.cart-block .holder .form-control::-webkit-input-placeholder {
  color: #363636;
}
.cart-block .holder .form-control::-moz-placeholder {
  opacity: 1;
  color: #363636;
}
.cart-block .holder .form-control:-moz-placeholder {
  color: #363636;
}
.cart-block .holder .form-control:-ms-input-placeholder {
  color: #363636;
}
.cart-block .holder .form-control.placeholder {
  color: #363636;
}
.cart-block .close {
  top: 50px;
  right: 3.2%;
  font-size: 36px;
  line-height: 40px;
  color: #999;
  position: absolute;
}
.cart-block .row-box {
  overflow: hidden;
  padding: 30px 0 30px;
  position: relative;
  margin: 0 0 0 4.2%;
  border-bottom: 1px solid #eee;
}
.cart-block .row-box .img {
  margin: 0 3.8% 0 0;
  display: inline-block;
  vertical-align: middle;
}
.cart-block .row-box .txt {
  color: #363636;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -0.8px;
  font: 500 18px/25px "Open Sans";
}
.cart-block .row-box .txt a {
  color: #363636;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-block .row-box .price {
  color: #363636;
  padding: 27px 0 0;
  display: inline-block;
  vertical-align: middle;
  font: 500 18px/25px "Open Sans";
}
.cart-block .row-box:last-child {
  border-bottom: 0;
}
.cart-block .footer {
  overflow: hidden;
  padding: 30px 4% 31px 4.1%;
  border-top: 1px solid #eee;
}
.cart-block .coupon-form {
  float: left;
  width: 270px;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  border: 1px solid #eee;
}
.cart-block .coupon-form .form-control {
  margin: 0;
  border: 0;
  width: 100%;
  height: 38px;
  font-size: 13px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 6px 25px;
  color: #999;
}
.cart-block .coupon-form .form-control::-webkit-input-placeholder {
  color: #999;
}
.cart-block .coupon-form .form-control::-moz-placeholder {
  opacity: 1;
  color: #999;
}
.cart-block .coupon-form .form-control:-moz-placeholder {
  color: #999;
}
.cart-block .coupon-form .form-control:-ms-input-placeholder {
  color: #999;
}
.cart-block .coupon-form .form-control.placeholder {
  color: #999;
}
.cart-block .coupon-form .btn, .cart-block .coupon-form .btn-cta, .cart-block .coupon-form .cta-transparent, .cart-block .coupon-form .cta-blue, .cart-block .coupon-form #iframePopup .iframePopupCancel, #iframePopup .cart-block .coupon-form .iframePopupCancel,
.cart-block .coupon-form #iframePopup .iframePopupSubmit,
#iframePopup .cart-block .coupon-form .iframePopupSubmit, .cart-block .coupon-form .cta-blue-invert, .cart-block .coupon-form input[type=file] + label, .cart-block .coupon-form .cta-tertiary {
  top: 0;
  right: 0;
  color: #ffffff;
  border-radius: 0;
  padding: 6px 25px;
  position: absolute;
  background: #363636;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font: 500 12px/26px "Open Sans";
}
.cart-block .subtotal {
  float: right;
  padding: 7px 0 0;
  color: #999;
  letter-spacing: -0.7px;
  font: 18px/30px "Open Sans";
}
.cart-block .subtotal .add {
  color: #363636;
  font-size: 26px;
  font-weight: 500;
}
.cart-block .btn-box {
  overflow: hidden;
  padding: 41px 0 0;
}
.cart-block .btn-box .prev {
  margin: 15px 0 0;
  color: #999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font: 500 14px/20px "Open Sans";
}
.cart-block .summery {
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #eee;
  padding: 40px 3.1% 46px 3.3%;
}
.cart-block .summery .heading {
  margin: 0 0 37px;
}
.cart-block .summery ul {
  margin: 0;
  padding: 0;
}
.cart-block .summery ul li {
  margin: 0 0 16px;
  overflow: hidden;
  padding: 0 0 15px;
  border-bottom: 1px solid #eee;
}
.cart-block .summery .total {
  border: 0;
  margin: 0;
  color: #363636;
  font-size: 18px;
  padding: 6px 0 0;
}
.cart-block .payment {
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #eee;
  padding: 40px 3.1% 46px 3.3%;
}
.cart-block .payment .heading {
  margin: 0 0 37px;
}
.cart-block .payment ul {
  margin: 0;
  padding: 0;
}
.cart-block .payment ul li {
  margin: 0 0 25px;
  overflow: hidden;
  padding: 0 0 25px;
  border-bottom: 1px solid #eee;
}
.cart-block .payment ul li:last-child {
  margin: 0;
  border: 0;
  padding: 0;
}
.cart-block .payment input {
  float: left;
  width: 18px;
  height: 18px;
  margin: 4px 14px 0 3px;
}
.cart-block .payment label {
  margin: 0;
  padding: 4px 0;
  font-weight: normal;
}
.cart-block .payment .txt-alert {
  width: 100%;
  display: block;
  font-size: 12px;
  margin: 15px 0 5px;
  padding: 15px 21px;
  background: #f8f8f8;
}

/*------------------------------------------------------------------
	47. billing info styles   /  .billing-info
-------------------------------------------------------------------*/
.billing-info {
  border: 1px solid #eee;
  padding: 40px 38px 40px 37px;
}
.billing-info::-webkit-input-placeholder {
  color: #888;
}
.billing-info::-moz-placeholder {
  opacity: 1;
  color: #888;
}
.billing-info:-moz-placeholder {
  color: #888;
}
.billing-info:-ms-input-placeholder {
  color: #888;
}
.billing-info.placeholder {
  color: #888;
}
.billing-info form {
  margin: 0 0 0 3px;
}
.billing-info .form-control {
  color: #888;
  height: 46px;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 300;
  margin: 0 0 32px;
  line-height: 24px;
  padding: 6px 27px;
  border-radius: 20px;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
  border: 1px solid #eee;
}
.billing-info .form-control::-webkit-input-placeholder {
  color: #888;
}
.billing-info .form-control::-moz-placeholder {
  opacity: 1;
  color: #888;
}
.billing-info .form-control:-moz-placeholder {
  color: #888;
}
.billing-info .form-control:-ms-input-placeholder {
  color: #888;
}
.billing-info .form-control.placeholder {
  color: #888;
}
.billing-info .form-control:focus {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}
.billing-info textarea.form-control {
  resize: none;
  overflow: auto;
  padding: 18px 30px;
  height: 180px !important;
}
.billing-info .check-holder {
  margin: -6px 0 0;
}
.billing-info .check-holder input {
  padding: 0;
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  margin: 3px 9px 0 0;
  border: 1px solid #e0e0e0;
}
.billing-info .check-holder label {
  float: left;
  font-size: 14px;
  color: #999;
  font-weight: normal;
}
.billing-info .forget {
  font-size: 14px;
  margin: 10px 0 0;
  color: #999;
}
.billing-info .btn, .billing-info .btn-cta, .billing-info .cta-transparent, .billing-info .cta-blue, .billing-info #iframePopup .iframePopupCancel, #iframePopup .billing-info .iframePopupCancel,
.billing-info #iframePopup .iframePopupSubmit,
#iframePopup .billing-info .iframePopupSubmit, .billing-info .cta-blue-invert, .billing-info input[type=file] + label, .billing-info .cta-tertiary {
  margin: 0 0 11px;
}

/*------------------------------------------------------------------
	48. coming section styles   /  .coming-section
-------------------------------------------------------------------*/
.coming-section {
  height: 100vh;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  white-space: nowrap;
  text-align: center;
}
.coming-section:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 100%;
}
.coming-section > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}
.coming-section .bg-overlay {
  opacity: 0.4;
}
.coming-section .holder {
  z-index: 2;
  position: relative;
}
.coming-section .logo {
  color: #ffffff;
  margin: 0 0 50px;
}
.coming-section .logo a {
  color: #ffffff;
}
.coming-section .main-title {
  display: block;
  margin: 0 0 26px;
  letter-spacing: -2.5px;
  font: 500 70px/80px "Open Sans";
}
.coming-section p {
  margin: 0 0 46px;
}
.coming-section .frame {
  overflow: hidden;
}
.coming-section .countdown-section {
  color: #fff;
  width: 120px;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
  vertical-align: top;
  display: inline-block;
}
.coming-section .countdown-amount {
  display: block;
  margin: 0 0 -6px;
  font: 55px/70px "Open Sans";
}
.coming-section .countdown-period {
  color: #ffffff;
  display: block;
  text-transform: capitalize;
  font: 300 18px/30px "Open Sans";
}
.coming-section .is-countdown {
  margin: 0 0 90px;
}

/*------------------------------------------------------------------
	49. quote form styles   /  .quote-form
-------------------------------------------------------------------*/
.quote-form {
  float: right;
  width: 410px;
  color: #999;
  border-radius: 4px;
  padding: 56px 30px 69px;
}
.quote-form .form-heading {
  color: #282828;
  display: block;
  margin: 0 0 3px;
  font: 700 28px/30px "Open Sans";
}
.quote-form .form-title {
  display: block;
  margin: 0 0 49px;
}
.quote-form .form-control {
  border: 0;
  margin: 0;
  color: #777;
  height: 46px;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 300;
  line-height: 24px;
  padding: 6px 27px;
  border-radius: 20px;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}
.quote-form .form-control::-webkit-input-placeholder {
  color: #777;
}
.quote-form .form-control::-moz-placeholder {
  opacity: 1;
  color: #777;
}
.quote-form .form-control:-moz-placeholder {
  color: #777;
}
.quote-form .form-control:-ms-input-placeholder {
  color: #777;
}
.quote-form .form-control.placeholder {
  color: #777;
}
.quote-form .form-control:focus {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}
.quote-form .form-group {
  overflow: hidden;
  margin: 0 0 20px;
}
.quote-form .form-group.has-error .form-control {
  color: #ff3333;
  border-color: #ff3333;
}
.quote-form .fa {
  font-size: 12px;
  margin-right: 2px;
}
.quote-form .btn, .quote-form .btn-cta, .quote-form .cta-transparent, .quote-form .cta-blue, .quote-form #iframePopup .iframePopupCancel, #iframePopup .quote-form .iframePopupCancel,
.quote-form #iframePopup .iframePopupSubmit,
#iframePopup .quote-form .iframePopupSubmit, .quote-form .cta-blue-invert, .quote-form input[type=file] + label, .quote-form .cta-tertiary {
  width: 100%;
  display: block;
  padding: 11px 28px;
  opacity: 1 !important;
}
.quote-form .form-message {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  position: relative;
}
.quote-form .form-message:after {
  top: 14px;
  left: 17px;
  width: 20px;
  content: "";
  height: 20px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  font-family: "FontAwesome";
}
.quote-form .form-message.error {
  margin: 0 0 20px;
  background: #ff3333;
  padding: 15px 5px 13px 50px;
}
.quote-form .form-message.error:after {
  content: "\f00d";
  background: #cc2929;
}
.quote-form .form-message.success {
  margin: 0 0 20px;
  background: #698cf0;
  padding: 15px 5px 13px 50px;
}
.quote-form .form-message.success:after {
  content: "\f00c";
  background: #5470c0;
}

/*------------------------------------------------------------------
	50. bgvid styles   /  #bgvid
-------------------------------------------------------------------*/
#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 91vh;
  width: auto;
  z-index: -100;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("images/img22.jpg") no-repeat;
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}

#bgvid .vegas-slide {
  height: 100%;
}

/*------------------------------------------------------------------
	51. back top styles   /  #back-top
-------------------------------------------------------------------*/
#back-top {
  bottom: 0;
  opacity: 0;
  z-index: 9;
  right: 20px;
  width: 50px;
  color: #fff;
  height: 50px;
  z-index: 9999;
  cursor: pointer;
  font-size: 25px;
  position: fixed;
  line-height: 47px;
  text-align: center;
  border-radius: 3px;
  background: #252525;
  transition: all 0.6s ease;
  transform: translateY(40px);
  -ms-transform: translateY(40px);
  -webkit-transition: all 0.6s ease;
  -webkit-transform: translateY(40px);
}

#back-top.show {
  opacity: 1;
  transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
}

#back-top:hover {
  opacity: 0.9;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

/*------------------------------------------------------------------
	35. contact form styles   /  .contact-form
-------------------------------------------------------------------*/
.loader-container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
}
.loader-container .holder {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.spinner {
  top: 45%;
  left: 48%;
  width: 50px;
  height: 50px;
  position: absolute;
  vertical-align: top;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.spinner-round:before {
  top: 0;
  left: 0;
  width: 50px;
  content: " ";
  height: 50px;
  position: absolute;
  border-radius: 50%;
  vertical-align: top;
  display: inline-block;
  border-top: solid 4px #363636;
  border-left: solid 4px #363636;
  border-right: solid 4px #363636;
  border-bottom: solid 4px #363636;
}

.spinner-round:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  content: " ";
  position: absolute;
  border-radius: 50%;
  vertical-align: top;
  display: inline-block;
  border-top: solid 4px #ffffff;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
  border-bottom: solid 4px transparent;
  -webkit-animation: spinner-round-animate 1s ease-in-out infinite;
          animation: spinner-round-animate 1s ease-in-out infinite;
}

@-webkit-keyframes spinner-round-animate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-round-animate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.blog-table-scaling {
  width: 500px;
}

/*------------------------------------------------------------------
	Temp. Spacer fix
-------------------------------------------------------------------*/
.sb-spacer {
  height: 24px;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes shine {
  from {
    left: -200px;
  }
  50% {
    left: 300px;
  }
  to {
    left: 300px;
  }
}
@keyframes shine {
  from {
    left: -200px;
  }
  50% {
    left: 300px;
  }
  to {
    left: 300px;
  }
}
.theme-text {
  color: #28215E;
  font-family: "Open Sans";
  font-weight: bold;
}

body .heading, body .heading.heading,
body .page-header .container .heading.heading,
body h1, body h2, body h3, body h4, body h5, body h6,
body .page-header .container .heading,
body .page-header .container h1,
body .page-header .container h2,
body .page-header .container h3,
body .page-header .container h4,
body .page-header .container h5,
body .page-header .container h6,
.main-heading .heading,
.main-heading .heading.heading,
.main-heading h1,
.main-heading h2,
.main-heading h3,
.main-heading h4,
.main-heading h5,
.main-heading h6 {
  font-family: "Open Sans";
  color: #28215E;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
h1, .h1 {
  font-size: 33px;
  color: #000;
  font-weight: 700;
  margin-bottom: 3rem;
}
h1 strong, .h1 strong {
  font-weight: 700 !important;
}
@media (max-width: 480px) {
  h1, .h1 {
    font-size: 28px;
    margin-bottom: 1rem;
  }
}

h2, .h2 {
  font-size: 24px;
  color: #28215E;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 2rem;
}
h2 strong, .h2 strong {
  font-weight: 600 !important;
}

h3, .h3 {
  font-size: 20px;
  color: #28215E;
  font-weight: bold;
  line-height: 1.3;
}

h4, .h4 {
  font-size: 18px;
  color: #28215E;
  font-weight: 600;
}

h5, .h5 {
  font-size: 16px;
  color: #28215E;
}

h6, .h6 {
  font-size: 14px;
  color: #28215E;
}

a {
  -webkit-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
a:focus {
  color: #246FC6;
}
a.no-link-style {
  color: #28215E;
  text-decoration: none;
}

input, textarea, input[type=checkbox], select {
  border: 1px solid #D5D5D5;
  border-radius: 0;
}
input:hover, input:focus, input:active, textarea:hover, textarea:focus, textarea:active, input[type=checkbox]:hover, input[type=checkbox]:focus, input[type=checkbox]:active, select:hover, select:focus, select:active {
  border-radius: 0;
}
input.error, textarea.error, input[type=checkbox].error, select.error {
  border-color: #b20000;
  outline: 1px solid #b20000;
  outline-offset: 1px;
}

span.label {
  color: #28215E;
  margin-bottom: 0;
}

input[type=file] {
  border: none;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
input[type=file] + label {
  text-align: center;
  margin-top: 5px !important;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  input[type=file] + label {
    width: 100%;
  }
}
input[type=file].error + label {
  border-color: #b20000;
}

input[type=checkbox].error + label {
  color: #b20000;
}

.file-input-name {
  color: rgba(40, 33, 94, 0.8);
  font-size: 14px;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .file-input-name {
    display: block;
    text-align: center;
  }
}

label {
  max-width: calc(100% - 26px);
}
label a {
  margin: 0 !important;
  color: #28215E;
  text-decoration: underline !important;
}

.column-count-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.block_html ul:not(.icon-list) {
  padding-left: 0;
  list-style: none;
}
.block_html ul:not(.icon-list) li {
  position: relative;
  padding-left: 2.5rem;
}
.block_html ul:not(.icon-list) li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #ffdb00;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: 1px;
}
.block_html ul:not(.icon-list).list-checkmark > li {
  padding-left: 3rem;
}
.block_html ul:not(.icon-list).list-checkmark > li::before {
  content: "\f00c";
}
.block_html ol.no-style {
  color: #28215E;
  font-weight: bold;
}
.block_html ol.no-style li {
  margin-bottom: 8px;
}
.block_html ol.no-style h4 {
  font-size: 16px !important;
  margin-bottom: 0;
  line-height: 22px;
}
.block_html ol.no-style.normal-text {
  color: #333333;
  font-weight: normal;
}
.block_html ol:not(.no-style) {
  list-style: none;
  counter-reset: list-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.block_html ol:not(.no-style) li {
  position: relative;
  counter-increment: list-counter;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-left: 6rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.block_html ol:not(.no-style) li::before {
  content: counter(list-counter);
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background: #ffdb00;
  color: #28215E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.controls ul li::before {
  display: none;
}

.bg-blue-gradient a, .bg-theme a, .fw-blue-gradient a {
  color: white;
}
.bg-blue-gradient a:hover, .bg-blue-gradient a:focus, .bg-theme a:hover, .bg-theme a:focus, .fw-blue-gradient a:hover, .fw-blue-gradient a:focus {
  color: #ffdb00;
}
.bg-blue-gradient .block_html ol li::before, .bg-theme .block_html ol li::before, .fw-blue-gradient .block_html ol li::before {
  background: #CD1719;
  color: #ffffff;
}

.source-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.source-links a {
  color: #202020;
}
.source-links a:focus {
  color: #246FC6;
}

.table th {
  color: #28215E;
  border-bottom: 2px solid #ffdb00 !important;
}

.mp-fullwidth {
  position: relative;
  padding: 4rem 0;
}
@media (max-width: 991px) {
  .mp-fullwidth {
    padding: 3rem 0;
  }
}
.mp-fullwidth::before {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100vw - 100%) / 2 * -1);
  content: "";
}
.mp-fullwidth--height-25::before {
  height: 25%;
}
.mp-fullwidth--gray {
  padding: 6rem 0;
}
@media (max-width: 991px) {
  .mp-fullwidth--gray {
    padding: 3rem 0;
  }
}
.mp-fullwidth--gray::before {
  background: #F6F6F6;
}
.mp-fullwidth--primary::before {
  background: #28215E;
}
.mp-fullwidth--primary .mp-fullwidth__content p, .mp-fullwidth--primary .mp-fullwidth__content h1, .mp-fullwidth--primary .mp-fullwidth__content h2, .mp-fullwidth--primary .mp-fullwidth__content h3, .mp-fullwidth--primary .mp-fullwidth__content h4, .mp-fullwidth--primary .mp-fullwidth__content h5, .mp-fullwidth--primary .mp-fullwidth__content span, .mp-fullwidth--primary .mp-fullwidth__content label {
  color: #ffffff;
}
.mp-fullwidth--primary .mp-fullwidth__content .cta-transparent, .mp-fullwidth--primary .mp-fullwidth__content .cta-blue, .mp-fullwidth--primary .mp-fullwidth__content #iframePopup .iframePopupCancel, #iframePopup .mp-fullwidth--primary .mp-fullwidth__content .iframePopupCancel,
.mp-fullwidth--primary .mp-fullwidth__content #iframePopup .iframePopupSubmit,
#iframePopup .mp-fullwidth--primary .mp-fullwidth__content .iframePopupSubmit, .mp-fullwidth--primary .mp-fullwidth__content .cta-blue-invert, .mp-fullwidth--primary .mp-fullwidth__content input[type=file] + label {
  color: #ffffff;
  border-color: #28215E;
}
.mp-fullwidth--primary .mp-fullwidth__content .cta-transparent:hover, .mp-fullwidth--primary .mp-fullwidth__content .cta-blue:hover, .mp-fullwidth--primary .mp-fullwidth__content #iframePopup .iframePopupCancel:hover, #iframePopup .mp-fullwidth--primary .mp-fullwidth__content .iframePopupCancel:hover,
.mp-fullwidth--primary .mp-fullwidth__content #iframePopup .iframePopupSubmit:hover,
#iframePopup .mp-fullwidth--primary .mp-fullwidth__content .iframePopupSubmit:hover, .mp-fullwidth--primary .mp-fullwidth__content .cta-blue-invert:hover, .mp-fullwidth--primary .mp-fullwidth__content input[type=file] + label:hover, .mp-fullwidth--primary .mp-fullwidth__content .cta-transparent:active, .mp-fullwidth--primary .mp-fullwidth__content .cta-blue:active, .mp-fullwidth--primary .mp-fullwidth__content #iframePopup .iframePopupCancel:active, #iframePopup .mp-fullwidth--primary .mp-fullwidth__content .iframePopupCancel:active,
.mp-fullwidth--primary .mp-fullwidth__content #iframePopup .iframePopupSubmit:active,
#iframePopup .mp-fullwidth--primary .mp-fullwidth__content .iframePopupSubmit:active, .mp-fullwidth--primary .mp-fullwidth__content .cta-blue-invert:active, .mp-fullwidth--primary .mp-fullwidth__content input[type=file] + label:active, .mp-fullwidth--primary .mp-fullwidth__content .cta-transparent:focus, .mp-fullwidth--primary .mp-fullwidth__content .cta-blue:focus, .mp-fullwidth--primary .mp-fullwidth__content #iframePopup .iframePopupCancel:focus, #iframePopup .mp-fullwidth--primary .mp-fullwidth__content .iframePopupCancel:focus,
.mp-fullwidth--primary .mp-fullwidth__content #iframePopup .iframePopupSubmit:focus,
#iframePopup .mp-fullwidth--primary .mp-fullwidth__content .iframePopupSubmit:focus, .mp-fullwidth--primary .mp-fullwidth__content .cta-blue-invert:focus, .mp-fullwidth--primary .mp-fullwidth__content input[type=file] + label:focus {
  color: #ffffff;
}
.mp-fullwidth--secondary::before {
  background: #ffdb00;
}
.mp-fullwidth--secondary .mp-fullwidth__content p, .mp-fullwidth--secondary .mp-fullwidth__content h1, .mp-fullwidth--secondary .mp-fullwidth__content h2, .mp-fullwidth--secondary .mp-fullwidth__content h3, .mp-fullwidth--secondary .mp-fullwidth__content h4, .mp-fullwidth--secondary .mp-fullwidth__content h5, .mp-fullwidth--secondary .mp-fullwidth__content span, .mp-fullwidth--secondary .mp-fullwidth__content label {
  color: #ffffff;
}
.mp-fullwidth--secondary .mp-fullwidth__content .cta-transparent, .mp-fullwidth--secondary .mp-fullwidth__content .cta-blue, .mp-fullwidth--secondary .mp-fullwidth__content #iframePopup .iframePopupCancel, #iframePopup .mp-fullwidth--secondary .mp-fullwidth__content .iframePopupCancel,
.mp-fullwidth--secondary .mp-fullwidth__content #iframePopup .iframePopupSubmit,
#iframePopup .mp-fullwidth--secondary .mp-fullwidth__content .iframePopupSubmit, .mp-fullwidth--secondary .mp-fullwidth__content .cta-blue-invert, .mp-fullwidth--secondary .mp-fullwidth__content input[type=file] + label {
  color: #ffffff;
  border-color: #28215E;
}
.mp-fullwidth--secondary .mp-fullwidth__content .cta-transparent:hover, .mp-fullwidth--secondary .mp-fullwidth__content .cta-blue:hover, .mp-fullwidth--secondary .mp-fullwidth__content #iframePopup .iframePopupCancel:hover, #iframePopup .mp-fullwidth--secondary .mp-fullwidth__content .iframePopupCancel:hover,
.mp-fullwidth--secondary .mp-fullwidth__content #iframePopup .iframePopupSubmit:hover,
#iframePopup .mp-fullwidth--secondary .mp-fullwidth__content .iframePopupSubmit:hover, .mp-fullwidth--secondary .mp-fullwidth__content .cta-blue-invert:hover, .mp-fullwidth--secondary .mp-fullwidth__content input[type=file] + label:hover, .mp-fullwidth--secondary .mp-fullwidth__content .cta-transparent:active, .mp-fullwidth--secondary .mp-fullwidth__content .cta-blue:active, .mp-fullwidth--secondary .mp-fullwidth__content #iframePopup .iframePopupCancel:active, #iframePopup .mp-fullwidth--secondary .mp-fullwidth__content .iframePopupCancel:active,
.mp-fullwidth--secondary .mp-fullwidth__content #iframePopup .iframePopupSubmit:active,
#iframePopup .mp-fullwidth--secondary .mp-fullwidth__content .iframePopupSubmit:active, .mp-fullwidth--secondary .mp-fullwidth__content .cta-blue-invert:active, .mp-fullwidth--secondary .mp-fullwidth__content input[type=file] + label:active, .mp-fullwidth--secondary .mp-fullwidth__content .cta-transparent:focus, .mp-fullwidth--secondary .mp-fullwidth__content .cta-blue:focus, .mp-fullwidth--secondary .mp-fullwidth__content #iframePopup .iframePopupCancel:focus, #iframePopup .mp-fullwidth--secondary .mp-fullwidth__content .iframePopupCancel:focus,
.mp-fullwidth--secondary .mp-fullwidth__content #iframePopup .iframePopupSubmit:focus,
#iframePopup .mp-fullwidth--secondary .mp-fullwidth__content .iframePopupSubmit:focus, .mp-fullwidth--secondary .mp-fullwidth__content .cta-blue-invert:focus, .mp-fullwidth--secondary .mp-fullwidth__content input[type=file] + label:focus {
  color: #ffffff;
}

.mp-fullwidth__content {
  position: relative;
}
.mp-fullwidth__content p, .mp-fullwidth__content span, .mp-fullwidth__content label {
  color: #333333;
}
.mp-fullwidth__content .cta-transparent, .mp-fullwidth__content .cta-blue, .mp-fullwidth__content #iframePopup .iframePopupCancel, #iframePopup .mp-fullwidth__content .iframePopupCancel,
.mp-fullwidth__content #iframePopup .iframePopupSubmit,
#iframePopup .mp-fullwidth__content .iframePopupSubmit, .mp-fullwidth__content .cta-blue-invert, .mp-fullwidth__content input[type=file] + label {
  color: #28215E;
  border-color: #28215E;
}
.mp-fullwidth__content .cta-transparent:hover, .mp-fullwidth__content .cta-blue:hover, .mp-fullwidth__content #iframePopup .iframePopupCancel:hover, #iframePopup .mp-fullwidth__content .iframePopupCancel:hover,
.mp-fullwidth__content #iframePopup .iframePopupSubmit:hover,
#iframePopup .mp-fullwidth__content .iframePopupSubmit:hover, .mp-fullwidth__content .cta-blue-invert:hover, .mp-fullwidth__content input[type=file] + label:hover, .mp-fullwidth__content .cta-transparent:active, .mp-fullwidth__content .cta-blue:active, .mp-fullwidth__content #iframePopup .iframePopupCancel:active, #iframePopup .mp-fullwidth__content .iframePopupCancel:active,
.mp-fullwidth__content #iframePopup .iframePopupSubmit:active,
#iframePopup .mp-fullwidth__content .iframePopupSubmit:active, .mp-fullwidth__content .cta-blue-invert:active, .mp-fullwidth__content input[type=file] + label:active, .mp-fullwidth__content .cta-transparent:focus, .mp-fullwidth__content .cta-blue:focus, .mp-fullwidth__content #iframePopup .iframePopupCancel:focus, #iframePopup .mp-fullwidth__content .iframePopupCancel:focus,
.mp-fullwidth__content #iframePopup .iframePopupSubmit:focus,
#iframePopup .mp-fullwidth__content .iframePopupSubmit:focus, .mp-fullwidth__content .cta-blue-invert:focus, .mp-fullwidth__content input[type=file] + label:focus {
  color: #ffffff;
}

.mp-button {
  font-family: "Open Sans";
  font-size: 16px;
  text-transform: initial;
  text-decoration: none;
  padding: 0.5rem 2rem;
  background: #D5D5D5;
  border-color: #D5D5D5;
  color: #333333;
}
.mp-button:hover, .mp-button:focus, .mp-button:active {
  background: transparent;
  color: #333333;
  text-decoration: none;
}
.mp-button--primary {
  background: #28215E;
  color: #ffffff;
  border-color: #28215E;
}
.mp-button--primary:hover, .mp-button--primary:focus, .mp-button--primary:active {
  background: transparent;
  color: #28215E;
}
.mp-button--secondary {
  background: #ffdb00;
  color: #ffffff;
  border-color: #ffdb00;
}
.mp-button--secondary:hover, .mp-button--secondary:focus, .mp-button--secondary:active {
  background: transparent;
  color: #ffdb00;
}
.mp-button--inverted {
  background: transparent;
  color: #28215E;
  border-color: #28215E;
}
.mp-button--inverted:hover, .mp-button--inverted:focus, .mp-button--inverted:active {
  background: #28215E;
  color: #ffffff;
}

.mp-card {
  padding: 3rem 2rem;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mp-card__image {
  margin-bottom: 2rem;
}
.mp-card__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mp-card__button {
  width: 100%;
  padding: 1rem 2rem;
  min-height: 48px;
  margin-top: auto !important;
}

.mp-card-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 25px;
}
@media (min-width: 480px) {
  .mp-card-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
}
@media (min-width: 768px) {
  .mp-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .mp-card-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
  }
}
.mp-card-grid .mp-card {
  padding: 8rem 5rem 6rem;
}

.mp-image-row [class|=col] {
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 370px;
}
.mp-image-row [class|=col] img {
  width: auto;
}
@media (min-width: 768px) {
  .mp-image-row [class|=col] img {
    height: auto;
  }
}

.mp-line__container {
  height: 120px;
  display: block;
}

.mp-line {
  border-left: 3px solid #28215E;
  position: absolute;
  height: 100%;
  left: 50%;
}
.mp-line:before {
  content: " ";
}

.mp-comparison-block {
  -webkit-box-flex: 40%;
      -ms-flex: 40% 1 0px;
          flex: 40% 1 0;
  padding: 2rem;
  background-color: #ffffff;
}
@media (max-width: 425px) {
  .mp-comparison-block {
    width: 100%;
  }
}

.mp-image-overlay {
  height: 250px;
  min-height: 250px;
  display: block;
  position: relative;
}
.mp-image-overlay:hover .mp-image-overlay__overlay, .mp-image-overlay:focus .mp-image-overlay__overlay {
  opacity: 1;
}
.mp-image-overlay__image {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.mp-image-overlay__image img {
  min-height: 100%;
  min-width: 100%;
  margin-bottom: 0 !important;
}
.mp-image-overlay__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(40, 33, 94, 0.9);
  height: 100%;
  color: #999;
}

.twin-color-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.twin-color-blocks [class^=col] {
  float: none;
}
.twin-color-blocks .col-bg {
  height: 100%;
  text-align: center;
  padding: 4rem 8rem;
}
@media (max-width: 768px) {
  .twin-color-blocks .col-bg {
    padding: 4rem;
  }
}
.twin-color-blocks h3 {
  text-transform: uppercase;
}

.overlapping-yellow-block {
  background: #28215E;
  margin-top: 50px;
  padding: 30px !important;
}
@media (min-width: 992px) {
  .overlapping-yellow-block {
    margin-left: -100px;
    width: 58%;
  }
}
@media (min-width: 480px) {
  .overlapping-yellow-block > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.overlapping-yellow-block img {
  padding-right: 15px;
}

html body {
  font-size: 16px;
  color: #333333;
  word-break: break-word;
}
html body .block_html {
  word-break: break-word;
}
html body .block_html .header-custom-padding {
  margin-bottom: 0.8rem;
}
html body .block_html h1:first-child, html body .block_html h2:first-child, html body .block_html h3:first-child, html body .block_html h4:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  html body .block_html .hide-on-desktop {
    display: none;
  }
}
@media (max-width: 768px) {
  html body .block_html .hide-on-mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  html body .col-xs-12 > img {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
html body .row .btn-cta, html body .overviewBlock .btn-cta, html body .row .cta-transparent, html body .overviewBlock .cta-transparent, html body .row .cta-blue, html body .row #iframePopup .iframePopupCancel, #iframePopup html body .row .iframePopupCancel,
html body .row #iframePopup .iframePopupSubmit,
#iframePopup html body .row .iframePopupSubmit, html body .overviewBlock .cta-blue, html body .overviewBlock #iframePopup .iframePopupCancel, #iframePopup html body .overviewBlock .iframePopupCancel,
html body .overviewBlock #iframePopup .iframePopupSubmit,
#iframePopup html body .overviewBlock .iframePopupSubmit, html body .row .cta-blue-invert, html body .overviewBlock .cta-blue-invert, html body .row input[type=file] + label, html body .overviewBlock input[type=file] + label, html body .row .cta-tertiary, html body .overviewBlock .cta-tertiary {
  margin-top: 2rem;
  white-space: normal;
}
html body .row.justify-center, html body .justify-center.overviewBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
html body .row.justify-center [class^=col], html body .justify-center.overviewBlock [class^=col] {
  margin: 0 -0.3px;
}
@media (min-width: 769px) {
  html body .col-md-auto {
    width: auto;
  }
}
html body .bg-theme,
html body .bg-theme.wedo-section {
  background: #28215E;
  color: #f2f2f2;
}
html body .bg-theme .title,
html body .bg-theme .icon-box .title,
html body .bg-theme .heading,
html body .bg-theme .page-header .container .heading.heading,
html body .page-header .container .bg-theme .heading.heading,
html body .bg-theme .main-color,
html body .bg-theme h1, html body .bg-theme h2, html body .bg-theme h3, html body .bg-theme h4, html body .bg-theme h5, html body .bg-theme h6,
html body .bg-theme.wedo-section .title,
html body .bg-theme.wedo-section .icon-box .title,
html body .bg-theme.wedo-section .heading,
html body .bg-theme.wedo-section .main-color,
html body .bg-theme.wedo-section h1,
html body .bg-theme.wedo-section h2,
html body .bg-theme.wedo-section h3,
html body .bg-theme.wedo-section h4,
html body .bg-theme.wedo-section h5,
html body .bg-theme.wedo-section h6 {
  color: #ffffff;
}
html body .bg-theme a,
html body .bg-theme.wedo-section a {
  color: #ffffff !important;
  text-decoration: underline;
}
html body .bg-theme a:hover,
html body .bg-theme.wedo-section a:hover {
  cursor: pointer;
}
html body .bg-theme .img-box,
html body .bg-theme.wedo-section .img-box {
  background: rgba(0, 0, 0, 0.15);
}
html body .bg-theme .img-box .slick-dots,
html body .bg-theme.wedo-section .img-box .slick-dots {
  display: none;
}
html body .bg-theme.add .img-box,
html body .bg-theme.wedo-section.add .img-box {
  width: 36.5%;
}
html body .bg-theme h3:first-child,
html body .bg-theme.wedo-section h3:first-child {
  margin-top: 0;
}
html body .bg-theme .icon-box,
html body .bg-theme.wedo-section .icon-box {
  font-size: 16px;
}
@media (min-width: 768px) {
  html body .bg-theme .icon-box,
  html body .bg-theme.wedo-section .icon-box {
    /*padding: 0;*/
  }
}
@media (max-width: 767px) {
  html body .bg-theme .icon-box img,
  html body .bg-theme.wedo-section .icon-box img {
    display: block;
    margin: 0 auto;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  html body .bg-theme .icon-box > div:first-child,
  html body .bg-theme.wedo-section .icon-box > div:first-child {
    padding: 0;
  }
}
html body .wedo-section-padding {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
html body .bg-white {
  background: white;
}
html body .bg-blue-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#28215E), to(#246FC6));
  background: linear-gradient(to right, #28215E, #246FC6);
  color: #ffffff;
}
html body .bg-blue-gradient h1, html body .bg-blue-gradient h2, html body .bg-blue-gradient h3, html body .bg-blue-gradient h4, html body .bg-blue-gradient h5, html body .bg-blue-gradient h6 {
  color: #ffffff;
}
html body .bg-blue-gradient.padding {
  padding: 2rem;
}
html body .bg-grey {
  color: #333333;
}
html body .bg-grey a {
  color: #333333;
}
html body .bg-grey h1, html body .bg-grey h2, html body .bg-grey h3, html body .bg-grey h4, html body .bg-grey h5, html body .bg-grey h6 {
  color: #28215E;
}
html body .bg-grey.box-shadow {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1607843137);
}
html body .fw-gray {
  position: relative;
  padding: 6rem 0;
}
@media (max-width: 991px) {
  html body .fw-gray {
    padding: 3rem 0;
  }
}
html body .fw-gray::before {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100vw - 100%) / 2 * -1);
  background: #F6F6F6;
  content: "";
}
html body .fw-gray .fw-content {
  position: relative;
}
html body .fw-gray .fw-content p, html body .fw-gray .fw-content span, html body .fw-gray .fw-content label {
  color: #333333;
}
html body .fw-gray .fw-content .cta-transparent, html body .fw-gray .fw-content .cta-blue, html body .fw-gray .fw-content #iframePopup .iframePopupCancel, #iframePopup html body .fw-gray .fw-content .iframePopupCancel,
html body .fw-gray .fw-content #iframePopup .iframePopupSubmit,
#iframePopup html body .fw-gray .fw-content .iframePopupSubmit, html body .fw-gray .fw-content .cta-blue-invert, html body .fw-gray .fw-content input[type=file] + label {
  color: #28215E;
  border-color: #28215E;
}
html body .fw-gray .fw-content .cta-transparent:hover, html body .fw-gray .fw-content .cta-blue:hover, html body .fw-gray .fw-content #iframePopup .iframePopupCancel:hover, #iframePopup html body .fw-gray .fw-content .iframePopupCancel:hover,
html body .fw-gray .fw-content #iframePopup .iframePopupSubmit:hover,
#iframePopup html body .fw-gray .fw-content .iframePopupSubmit:hover, html body .fw-gray .fw-content .cta-blue-invert:hover, html body .fw-gray .fw-content input[type=file] + label:hover {
  color: #ffffff;
}
html body .fw-gray .fw-content .cta-transparent:active, html body .fw-gray .fw-content .cta-blue:active, html body .fw-gray .fw-content #iframePopup .iframePopupCancel:active, #iframePopup html body .fw-gray .fw-content .iframePopupCancel:active,
html body .fw-gray .fw-content #iframePopup .iframePopupSubmit:active,
#iframePopup html body .fw-gray .fw-content .iframePopupSubmit:active, html body .fw-gray .fw-content .cta-blue-invert:active, html body .fw-gray .fw-content input[type=file] + label:active, html body .fw-gray .fw-content .cta-transparent:focus, html body .fw-gray .fw-content .cta-blue:focus, html body .fw-gray .fw-content #iframePopup .iframePopupCancel:focus, #iframePopup html body .fw-gray .fw-content .iframePopupCancel:focus,
html body .fw-gray .fw-content #iframePopup .iframePopupSubmit:focus,
#iframePopup html body .fw-gray .fw-content .iframePopupSubmit:focus, html body .fw-gray .fw-content .cta-blue-invert:focus, html body .fw-gray .fw-content input[type=file] + label:focus {
  color: #ffffff;
}
html body .fw-blue-gradient {
  position: relative;
  padding: 6rem 0;
}
@media (max-width: 991px) {
  html body .fw-blue-gradient {
    padding: 3rem 0;
  }
  html body .fw-blue-gradient .btn-cta:last-child, html body .fw-blue-gradient .cta-transparent:last-child, html body .fw-blue-gradient .cta-blue:last-child, html body .fw-blue-gradient #iframePopup .iframePopupCancel:last-child, #iframePopup html body .fw-blue-gradient .iframePopupCancel:last-child,
  html body .fw-blue-gradient #iframePopup .iframePopupSubmit:last-child,
  #iframePopup html body .fw-blue-gradient .iframePopupSubmit:last-child, html body .fw-blue-gradient .cta-blue-invert:last-child, html body .fw-blue-gradient input[type=file] + label:last-child, html body .fw-blue-gradient .cta-tertiary:last-child {
    margin-bottom: 0;
  }
}
html body .fw-blue-gradient::before {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100vw - 100%) / 2 * -1);
  background: -webkit-gradient(linear, left top, right top, from(#28215E), to(#246FC6));
  background: linear-gradient(to right, #28215E, #246FC6);
  content: "";
}
html body .fw-blue-gradient .fw-content {
  position: relative;
}
html body .fw-blue-gradient .fw-content p, html body .fw-blue-gradient .fw-content h1, html body .fw-blue-gradient .fw-content h2, html body .fw-blue-gradient .fw-content h3, html body .fw-blue-gradient .fw-content h4, html body .fw-blue-gradient .fw-content h5, html body .fw-blue-gradient .fw-content span, html body .fw-blue-gradient .fw-content label {
  color: #ffffff;
}
html body .fw-blue-gradient .fw-content input {
  border-color: #ffffff;
}
html body .fw-blue-gradient .fw-content .cta-transparent, html body .fw-blue-gradient .fw-content .cta-blue, html body .fw-blue-gradient .fw-content #iframePopup .iframePopupCancel, #iframePopup html body .fw-blue-gradient .fw-content .iframePopupCancel,
html body .fw-blue-gradient .fw-content #iframePopup .iframePopupSubmit,
#iframePopup html body .fw-blue-gradient .fw-content .iframePopupSubmit, html body .fw-blue-gradient .fw-content .cta-blue-invert, html body .fw-blue-gradient .fw-content input[type=file] + label, html body .fw-blue-gradient .fw-content a {
  color: #ffffff;
  border-color: #ffffff;
}
html body .fw-blue-gradient .fw-content .cta-transparent:hover, html body .fw-blue-gradient .fw-content .cta-blue:hover, html body .fw-blue-gradient .fw-content #iframePopup .iframePopupCancel:hover, #iframePopup html body .fw-blue-gradient .fw-content .iframePopupCancel:hover,
html body .fw-blue-gradient .fw-content #iframePopup .iframePopupSubmit:hover,
#iframePopup html body .fw-blue-gradient .fw-content .iframePopupSubmit:hover, html body .fw-blue-gradient .fw-content .cta-blue-invert:hover, html body .fw-blue-gradient .fw-content input[type=file] + label:hover, html body .fw-blue-gradient .fw-content a:hover {
  color: #ffffff;
  border-color: #28215E;
}
html body .fw-yellow {
  position: relative;
  padding: 4rem 0;
}
@media (max-width: 991px) {
  html body .fw-yellow {
    padding: 3rem 0;
  }
}
html body .fw-yellow::before {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100vw - 100%) / 2 * -1);
  background: #ffdb00;
  content: "";
}
html body .fw-yellow .fw-content {
  position: relative;
}
html body .fw-yellow .fw-content p, html body .fw-yellow .fw-content span, html body .fw-yellow .fw-content label {
  color: #333333;
}
html body .fw-yellow .fw-content .cta-transparent, html body .fw-yellow .fw-content .cta-blue, html body .fw-yellow .fw-content #iframePopup .iframePopupCancel, #iframePopup html body .fw-yellow .fw-content .iframePopupCancel,
html body .fw-yellow .fw-content #iframePopup .iframePopupSubmit,
#iframePopup html body .fw-yellow .fw-content .iframePopupSubmit, html body .fw-yellow .fw-content .cta-blue-invert, html body .fw-yellow .fw-content input[type=file] + label {
  color: #28215E;
  border-color: #28215E;
}
html body .fw-yellow .fw-content .cta-transparent:hover, html body .fw-yellow .fw-content .cta-blue:hover, html body .fw-yellow .fw-content #iframePopup .iframePopupCancel:hover, #iframePopup html body .fw-yellow .fw-content .iframePopupCancel:hover,
html body .fw-yellow .fw-content #iframePopup .iframePopupSubmit:hover,
#iframePopup html body .fw-yellow .fw-content .iframePopupSubmit:hover, html body .fw-yellow .fw-content .cta-blue-invert:hover, html body .fw-yellow .fw-content input[type=file] + label:hover {
  color: #ffffff;
}
html body .fw-yellow h1, html body .fw-yellow h2, html body .fw-yellow h3, html body .fw-yellow h4, html body .fw-yellow h5, html body .fw-yellow h6, html body .fw-yellow p, html body .fw-yellow ul {
  color: #ffffff;
}
html body .references {
  background: #e2e2e2;
  margin: 0 0 -5rem 0;
  word-break: break-word;
}
html body .references:not(.edit) > .container .row > div > *:not(:first-child), html body .references:not(.edit) > .container .overviewBlock > div > *:not(:first-child) {
  display: none;
}
html body .references:not(.edit) > .container .row > div > .block_customheader h3, html body .references:not(.edit) > .container .overviewBlock > div > .block_customheader h3 {
  color: #000;
}
html body .references:not(.edit) > .container .row > div > .block_customheader h3:hover, html body .references:not(.edit) > .container .overviewBlock > div > .block_customheader h3:hover {
  cursor: pointer;
}
html body .references:not(.edit) > .container .row > div > .block_customheader h3::after, html body .references:not(.edit) > .container .overviewBlock > div > .block_customheader h3::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f078";
  font-size: 16px;
  margin: 0 0 0 1.5rem;
}
html body .references.open > .container .row > div > .block_customheader h3::after, html body .references.open > .container .overviewBlock > div > .block_customheader h3::after {
  content: "\f077";
}
html body .expertise-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
html body .expertise-row [class^=col] {
  margin: 0 -0.3px;
}
@media (max-width: 425px) {
  html body .expertise-row-50 > [class^=col] {
    padding-left: 0;
    padding-right: 0;
  }
}
html body .expertise-row .call-free {
  margin-bottom: 1rem;
}
html body .expertise-row .header-banner-form a, html body .expertise-row .footer-banner-form a, html body .expertise-row .humidity-form a {
  color: #28215E;
}
html body .expertise-row label {
  color: #28215E;
  font-weight: normal;
}
@media (min-width: 590px) {
  html body .expertise-row .block_html ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
html body .expertise-row .btn, html body .expertise-row .btn-cta, html body .expertise-row .cta-transparent, html body .expertise-row .cta-blue, html body .expertise-row #iframePopup .iframePopupCancel, #iframePopup html body .expertise-row .iframePopupCancel,
html body .expertise-row #iframePopup .iframePopupSubmit,
#iframePopup html body .expertise-row .iframePopupSubmit, html body .expertise-row .cta-blue-invert, html body .expertise-row input[type=file] + label, html body .expertise-row .cta-tertiary {
  padding: 1rem 2rem;
}
html body .expertise-row .cta-transparent, html body .expertise-row .cta-blue, html body .expertise-row #iframePopup .iframePopupCancel, #iframePopup html body .expertise-row .iframePopupCancel,
html body .expertise-row #iframePopup .iframePopupSubmit,
#iframePopup html body .expertise-row .iframePopupSubmit, html body .expertise-row .cta-blue-invert, html body .expertise-row input[type=file] + label {
  color: #28215E;
  margin-bottom: 4rem;
}
html body .expertise-row .bg-theme {
  height: 100%;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body .expertise-row .bg-theme img {
  margin-top: 1rem;
  margin-bottom: 3rem;
  width: 100px;
  height: auto;
}
html body .expertise-row .bg-theme [class^=cta] {
  min-width: auto;
  max-width: 100%;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
html body .expertise-row .bg-theme [class^=cta]:hover, html body .expertise-row .bg-theme [class^=cta]:focus {
  background: -webkit-gradient(linear, left top, right top, from(#28215E), to(#246FC6));
  background: linear-gradient(to right, #28215E, #246FC6);
  border-color: #ffffff;
}
html body .expertise-row .img-box {
  width: 100%;
  margin-bottom: 2rem;
}
html body .expertise-row .img-box .slick-slider:first-child {
  background: url("/images/openimage/476/375/525/1") no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  html body .expertise-row .img-box {
    padding: 0 15px;
    margin-bottom: 0;
  }
}
html body .expertise-row .form-wrapper {
  padding: 5rem 6rem 4rem 6rem;
}
html body .expertise-row .form-wrapper input {
  min-height: 52px;
}
html body .expertise-row .form-wrapper input[type=checkbox] {
  min-height: auto;
}
html body .expertise-row .form-wrapper .btn-yellow {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  html body .expertise-row .form-wrapper .btn-yellow {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  html body .expertise-row .form-wrapper {
    padding: 2rem 3rem;
    margin-bottom: 4rem;
  }
}
html body .expertise-row .form-wrapper a {
  text-decoration: none;
  margin-top: 1rem;
  color: #28215E;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 992px) {
  html body .expertise-row-50 .form-wrapper {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
html body .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-row.bg-blue-gradient.padding {
  padding: 5rem 2rem;
}
@media (min-width: 768px) and (max-width: 992px) {
  .icon-row {
    margin-top: 2rem;
  }
}
@media (max-width: 991px) {
  .icon-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .icon-row ul, .icon-row ol {
    text-align: left;
  }
}
.icon-row p {
  margin-bottom: 0 !important;
}
.icon-row img {
  max-width: 100px;
  min-width: 100px;
  max-height: 100px;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .icon-row img {
    margin-bottom: 2rem;
    margin-right: 0;
  }
}

.icon-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .icon-col {
    margin-bottom: 4rem;
  }
}
.icon-col img {
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 2rem;
}
.icon-col-large img {
  max-width: 125px;
  max-height: 125px;
}

.contact-row .form-wrapper {
  margin-bottom: 4rem;
  margin-right: 3rem;
}
@media (max-width: 991px) {
  .contact-row .form-wrapper {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-right: 0;
  }
}

.btn-yellow .fa-star {
  margin-right: 5px;
}

.img-box .slick-dots {
  display: none !important;
}

@media (max-width: 991px) {
  .thank-you-page .header-banner .header-banner-content-right .header-content-right-wrapper .results {
    top: -75px;
  }
}

.mobile-table__item {
  padding: 1rem;
  margin: 0.5rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.1607843137);
  -webkit-box-shadow: 0px 10px 14px -1px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 10px 14px -1px rgba(0, 0, 0, 0.1607843137);
}
.mobile-table__item:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.mobile-table__item--header {
  font-weight: 700;
}
.mobile-table__item p:last-child {
  margin-bottom: 0;
}

.contact-page-no-gutter .wedo-section {
  padding-bottom: 0;
}
.contact-page-no-gutter .wedo-section .map-row {
  padding-bottom: 0 !important;
}

.expertise-row .img-box.bg-img-full {
  height: 100%;
  margin: 0;
}

#back-top {
  right: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 8px;
  background-color: #28215E;
  color: #ffffff;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
#back-top.show {
  -webkit-transform: none;
          transform: none;
}

.pe-7s-angle-up:before {
  font-size: 36px;
  opacity: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 2px;
  left: 1px;
}

.scroll-indicator-static {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #28215E;
  background: rgba(255, 255, 255, 0.75);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(40, 33, 94, 0.75);
}
@media (max-width: 991px) {
  .scroll-indicator-static {
    bottom: 65px;
  }
}
.scroll-indicator-static i {
  margin-top: 2px;
}

/* Page anchors */
.page-anchor {
  scroll-margin-top: 180px;
}
@media (max-width: 1399px) {
  .page-anchor {
    scroll-margin-top: 198px !important;
  }
}
@media (max-width: 991px) {
  .page-anchor {
    scroll-margin-top: 283px !important;
  }
}
@media (max-width: 767px) {
  .page-anchor {
    scroll-margin-top: 162px !important;
  }
}
.page-anchor::before {
  display: block;
  content: " ";
  margin-top: 0px;
  height: 0px;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 991px) {
  .page-anchor::before {
    margin-top: 0px;
    height: 0px;
  }
}

a[id][name]:not([id=""]):not([name=""]):empty {
  display: block;
  content: " ";
  margin-top: 0px;
  height: 0px;
  visibility: hidden;
  pointer-events: none;
  scroll-margin-top: 180px;
}
@media (max-width: 1399px) {
  a[id][name]:not([id=""]):not([name=""]):empty {
    scroll-margin-top: 198px !important;
  }
}
@media (max-width: 991px) {
  a[id][name]:not([id=""]):not([name=""]):empty {
    scroll-margin-top: 283px !important;
  }
}
@media (max-width: 767px) {
  a[id][name]:not([id=""]):not([name=""]):empty {
    scroll-margin-top: 162px !important;
  }
}
@media (max-width: 991px) {
  a[id][name]:not([id=""]):not([name=""]):empty {
    margin-top: 0px;
    height: 0px;
  }
}

/* Sticky map */
.sticky-map {
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
  float: none;
}

/* Max-width container */
.max-width {
  max-width: 100%;
  overflow: hidden;
}

body #header {
  z-index: 15;
}
body #header a {
  text-decoration: none;
}
body #header .menu-opener {
  color: #ffffff;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 19px -5px rgba(127, 127, 127, 0.8);
          box-shadow: 0 0 19px -5px rgba(127, 127, 127, 0.8);
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header .menu-opener {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
body #header .menu-opener::before {
  display: none;
}
body #header .menu-opener i {
  font-size: 30px;
  padding: 10px 15px;
}
body #header .pe-7s-menu:before {
  content: "";
}
body #header.nospace #nav .list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 992px) {
  body #header.nospace #nav .list-inline {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 1rem;
  }
  body #header.nospace #nav .list-inline li {
    padding: 0 24px 0 0;
  }
  body #header.nospace #nav .list-inline li.hide-mobile {
    margin-top: 1rem;
    margin-left: auto;
  }
  body #header.nospace #nav .list-inline li .header-phone {
    font-size: 16px !important;
  }
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header.nospace #nav .list-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
body #header.nospace #nav .list-inline .header-phone {
  font-size: 20px !important;
}
@media (max-width: 991px) {
  body #header.nospace #nav .list-inline .header-phone {
    width: auto;
    display: inline-block;
  }
}
body #header.nospace .header-holder .header-top-bar {
  background-color: #28215E;
}
body #header.nospace .header-holder .header-top-bar a, body #header.nospace .header-holder .header-top-bar p, body #header.nospace .header-holder .header-top-bar li {
  color: #ffffff;
}
body #header.nospace .header-holder .header-top-bar a .yellow-text, body #header.nospace .header-holder .header-top-bar p .yellow-text, body #header.nospace .header-holder .header-top-bar li .yellow-text {
  font-size: 15px;
  color: #ffdb00;
  font-weight: bold;
}
body #header.nospace .header-holder .header-top-bar .header-button a {
  padding: 0.5rem 1rem !important;
}
body #header.nospace .header-holder .header-top-bar .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header.nospace .header-holder .header-top-bar .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
  }
}
body #header.nospace .header-holder .header-top-bar .container:before, body #header.nospace .header-holder .header-top-bar .container:after {
  content: none;
}
body #header.nospace .header-holder .header-top-bar .container .languages {
  display: inline-block;
  float: left;
  white-space: nowrap;
  padding: 0;
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header.nospace .header-holder .header-top-bar .container .languages {
    padding: 1.6rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 65px);
  }
}
body #header.nospace .header-holder .header-top-bar .container .languages a {
  margin-right: 10px;
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header.nospace .header-holder .header-top-bar .container .languages a.mpt-reviews {
    justify-self: center;
    margin: auto;
  }
}
body #header.nospace .header-holder .header-top-bar .container .languages a.current {
  border-bottom: 2px solid #ffffff;
}
body #header.nospace .header-holder .header-top-bar .container .languages img {
  min-width: 135px;
}
body #header.nospace .header-holder .header-top-bar .container .header-links {
  display: inline-block;
  float: right;
  padding: 0;
  font-weight: 500;
}
body #header.nospace .header-holder .header-top-bar .container .header-links .header-button {
  display: inline-block;
}
body #header.nospace .header-holder .header-top-bar .container .header-links .header-search {
  background: white;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  overflow: hidden;
  max-width: 43px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem;
}
@media (max-width: 991px) {
  body #header.nospace .header-holder .header-top-bar .container .header-links .header-search {
    max-width: none;
  }
}
body #header.nospace .header-holder .header-top-bar .container .header-links .header-search form {
  position: relative;
}
body #header.nospace .header-holder .header-top-bar .container .header-links .header-search form input {
  padding: 0;
  border: none;
  min-width: 0;
  max-width: calc(100% - 30px);
  color: #333333;
  opacity: 0;
}
body #header.nospace .header-holder .header-top-bar .container .header-links .header-search form input:focus, body #header.nospace .header-holder .header-top-bar .container .header-links .header-search form input:focus-visible, body #header.nospace .header-holder .header-top-bar .container .header-links .header-search form input:active {
  border: none;
  outline: none;
}
body #header.nospace .header-holder .header-top-bar .container .header-links .header-search form i {
  position: absolute;
  padding: 8px;
  top: 0px;
  right: -3px;
  color: #333333;
}
body #header.nospace .header-holder .header-top-bar .container .header-links .header-search form i:hover {
  cursor: pointer;
}
body #header.nospace .header-holder .header-top-bar .container .header-links .header-search.open form input {
  opacity: 1;
}
body #header.nospace .header-holder .header-top-bar .container .header-links > ul > li {
  padding: 1rem 0;
}
body #header.nospace .header-holder .header-top-bar .container .header-links > ul > li ul {
  left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 0;
  top: 50px;
}
body #header.nospace .header-holder .header-top-bar .container .header-links > ul > li ul li {
  padding: 0;
}
body #header.nospace .header-holder .header-top-bar .container ul {
  margin: 0;
  line-height: 2.2;
}
body #header.nospace .header-holder .header-top-bar .container ul li {
  display: inline-block;
  list-style: none;
  margin-left: 3.5rem;
  white-space: nowrap;
  font-size: 14px;
  position: relative;
}
body #header.nospace .header-holder .header-top-bar .container ul li > a {
  position: relative;
}
body #header.nospace .header-holder .header-top-bar .container ul li > a > span.jobs-count {
  position: absolute;
  background: #CD1719;
  color: white;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  top: -5px;
  right: -23px;
  font-size: 12px;
  font-weight: bold;
}
body #header.nospace .header-holder .header-top-bar .container ul li:hover > ul {
  display: block;
}
body #header.nospace .header-holder .header-top-bar .container ul li > ul {
  position: absolute;
  top: 45px;
  width: 300px;
  background: #28215E;
  border-top: 5px solid #28215E;
  margin: 0 0 0 -20px;
  padding: 15px 0;
  z-index: 110;
  display: none;
  border-radius: 5px;
}
body #header.nospace .header-holder .header-top-bar .container ul li > ul li {
  position: relative;
  display: block;
  margin-left: 0;
  padding: 0;
}
body #header.nospace .header-holder .header-top-bar .container ul li > ul li a {
  display: block;
  padding: 0.25rem 2rem;
}
body #header.nospace .header-holder .header-top-bar .container ul li > ul li.active a::after {
  border-bottom: 4px solid #ffdb00;
  content: "";
  display: block;
  margin: 0 auto;
  padding-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
body #header.nospace .header-holder .header-top-bar .container ul li > ul li ul {
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  background: none;
  position: relative;
}
body #header.nospace .header-holder .header-top-bar .container ul li > ul li ul li::before {
  content: "-";
  display: block;
  position: absolute;
  top: 3px;
  left: 2rem;
}
body #header.nospace .header-holder .header-top-bar .container ul li > ul li ul li a {
  padding-left: 3rem;
}
body #header.nospace .header-holder .header-top-bar .container ul li > ul li ul li ul li::before {
  left: 3rem;
}
body #header.nospace .header-holder .header-top-bar .container ul li > ul li ul li ul li a {
  padding-left: 4rem;
}
body #header.nospace .header-holder .header-top-bar .container ul li > ul li ul li ul li ul li::before {
  left: 4rem;
}
body #header.nospace .header-holder .header-top-bar .container ul li > ul li ul li ul li ul li a {
  padding-left: 5rem;
}
body #header.nospace .header-holder .header-top-bar .container ul li > ul li:hover > a {
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  body #header.nospace .header-holder .header-top-bar .container ul li {
    margin-left: 1.5rem;
  }
}
@media (max-width: 1400px) {
  body #header.nospace .header-holder .header-top-bar .container .header-links {
    text-align: right;
  }
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header.nospace .header-holder .header-top-bar .container ul {
    padding: 0;
  }
  body #header.nospace .header-holder .header-top-bar .container ul li {
    margin-left: 0;
    display: block;
  }
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header.nospace .header-holder .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body #header.nospace .header-holder .header-links {
    padding-bottom: 2rem;
  }
}
body #header.nospace .header-holder .header-bottom-bar {
  background-color: #ffffff;
  z-index: 50;
}
body #header.nospace .header-holder .header-bottom-bar .logo-year {
  position: absolute;
  font-size: 13px;
  right: -55px;
  background-color: #CD1719;
  color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: bold;
  line-height: 18px;
  margin: 0;
  pointer-events: none;
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header.nospace .header-holder .header-bottom-bar .logo-year {
    width: 50px;
    height: 50px;
    right: -45px;
    top: -12px;
  }
}
body #header.nospace .header-holder .header-bottom-bar .logo-year span.text {
  display: inline-block !important;
  text-align: center;
  position: relative;
  margin-bottom: 2px;
}
body #header.nospace .header-holder .header-bottom-bar .logo-year span.text .year {
  font-size: 18px;
  font-weight: 700;
}
body #header.nospace .header-holder .header-bottom-bar .logo-year span.text > span {
  display: inline-block !important;
}
@media (max-width: 991px) {
  body #header.nospace .header-holder .header-bottom-bar .header-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header.nospace .header-holder .header-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header.nospace .header-holder .header-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body #header.nospace .header-holder .header-content .holder.holder {
    position: fixed;
    right: 0;
    top: 0.5em;
    z-index: 102;
  }
  body #header.nospace .header-holder .header-content .holder.holder .menu-opener {
    z-index: 103;
    background-color: #ffffff;
  }
}
body #header.nospace .header-holder .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
body #header.nospace .header-holder .header-content .logo {
  min-width: 269px;
  margin: 2rem 0;
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header.nospace .header-holder .header-content .logo {
    padding: 0;
    text-align: center;
  }
}
body #header.nospace .header-holder .header-content .logo a {
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header.nospace .header-holder .header-content .logo a {
    margin: 0 auto;
  }
}
body #header.nospace .header-holder .header-content .logo a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header.nospace .header-holder .header-content .logo a span {
    display: block;
  }
  body #header.nospace .header-holder .header-content .logo a span img {
    margin: 0 auto;
  }
}
body #header.nospace .header-holder .header-content .logo a span .logo_murprotect {
  margin-right: 1rem;
  width: 180px;
  min-width: 180px;
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header.nospace .header-holder .header-content .logo a span .logo_murprotect {
    margin-right: 0 !important;
  }
}
@media (min-width: 991px) {
  body #header.nospace .header-holder .header-content #nav {
    text-align: right;
  }
  body #header.nospace .header-holder .header-content #nav .drop {
    text-align: left;
  }
}
body #header.nospace .header-holder .header-content #nav .drop a {
  color: #ffffff;
}
@media (min-width: 768px) {
  body #header.nospace .header-holder .header-content #nav .hide-on-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 767px), only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header.nospace .header-holder .header-content #nav .hide-on-desktop {
    display: block;
  }
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header.nospace .header-holder .header-content #nav .header-links ul {
    padding: 0;
  }
  body #header.nospace .header-holder .header-content #nav .header-links ul li a {
    color: #ffffff;
  }
  body #header.nospace .header-holder .header-content #nav .header-links ul li a.phone-nr-nav {
    font-size: 15px;
    color: #ffdb00;
    font-weight: bold;
  }
  body #header.nospace .header-holder .header-content #nav hr {
    border-top: 1px solid white;
    width: 80%;
    margin-left: 2rem;
  }
}
body #header.nospace .header-holder .header-content .header-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body #header.nospace .header-holder .header-content .header-button a {
  padding: 0.5rem 1rem !important;
}
body #header.nospace .header-holder .header-content .header-button a.btn-yellow {
  padding: 0.5rem 1rem !important;
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header.nospace .header-holder .header-content .header-button a.btn-yellow {
    padding: 15px 24px !important;
  }
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header.nospace .header-holder .header-content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body #header.nospace .header-holder .header-content .header-button {
    display: block;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid transparent;
    text-align: center;
  }
  body #header.nospace .header-holder .header-content .header-button a {
    display: inline-block;
    margin: 0 auto;
    width: auto;
  }
  body #header.nospace .header-holder .header-content .header-search-wrap {
    background: white;
    padding: 2rem !important;
    margin-bottom: 7rem;
  }
  body #header.nospace .header-holder .header-content .header-search-wrap .header-search {
    background: white;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    margin: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
  body #header.nospace .header-holder .header-content .header-search-wrap .header-search form {
    position: relative;
  }
  body #header.nospace .header-holder .header-content .header-search-wrap .header-search form input {
    padding: 1.25rem;
    border: none;
    min-width: 0;
    color: #333333;
    width: 100%;
    background: #EFEFEF;
    border: none;
    border-radius: 5px;
    font-size: 16px;
  }
  body #header.nospace .header-holder .header-content .header-search-wrap .header-search form input:focus, body #header.nospace .header-holder .header-content .header-search-wrap .header-search form input:focus-visible, body #header.nospace .header-holder .header-content .header-search-wrap .header-search form input:active {
    border: none;
    outline: none;
  }
  body #header.nospace .header-holder .header-content .header-search-wrap .header-search form i {
    position: absolute;
    top: 15px;
    right: 13px;
    color: #333333;
    font-size: 18px;
  }
}
body #header.nospace .header-holder .header-content .holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1rem;
}
body #header.nospace .header-holder .header-content .holder a, body #header.nospace .header-holder .header-content .holder p, body #header.nospace .header-holder .header-content .holder li {
  color: #28215E;
}
body #header.nospace .header-holder .header-content .holder .languages {
  position: absolute;
  top: -12px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body #header.nospace .header-holder .header-content .holder .languages a {
  text-decoration: none;
}
body #header.nospace .header-holder .header-content .holder .languages a.current {
  font-weight: bold;
}
body #header.nospace .header-holder .header-content .holder .languages a:not(:first-child):not(.login)::before {
  content: " –";
  margin-left: 2pt;
  margin-right: 2pt;
}
body #header.nospace .header-holder .header-content .holder .languages .login {
  font-size: 0.85em;
  border: 1px solid #ffffff;
  border-radius: 1em;
  margin-left: 1em;
  padding: 0 6px;
  cursor: pointer;
}
@media (max-width: 991px) {
  body #header.nospace .header-holder .header-content .holder .languages {
    display: none;
  }
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header.nospace .header-holder .header-content .holder nav ul li,
  body #header.nospace .header-holder .header-content .holder #nav ul li {
    padding: 0;
    width: 100%;
  }
  body #header.nospace .header-holder .header-content .holder nav ul li.active > a,
  body #header.nospace .header-holder .header-content .holder #nav ul li.active > a {
    background: rgba(255, 255, 255, 0.1);
  }
  body #header.nospace .header-holder .header-content .holder nav ul li.active::after,
  body #header.nospace .header-holder .header-content .holder #nav ul li.active::after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: #ffdb00;
  }
  body #header.nospace .header-holder .header-content .holder nav ul li.mobile-auto-open > .drop, body #header.nospace .header-holder .header-content .holder nav ul li.open > .drop,
  body #header.nospace .header-holder .header-content .holder #nav ul li.mobile-auto-open > .drop,
  body #header.nospace .header-holder .header-content .holder #nav ul li.open > .drop {
    background: rgba(255, 255, 255, 0.1);
  }
  body #header.nospace .header-holder .header-content .holder nav ul li.mobile-auto-open > .drop .drop a, body #header.nospace .header-holder .header-content .holder nav ul li.open > .drop .drop a,
  body #header.nospace .header-holder .header-content .holder #nav ul li.mobile-auto-open > .drop .drop a,
  body #header.nospace .header-holder .header-content .holder #nav ul li.open > .drop .drop a {
    background: none;
  }
  body #header.nospace .header-holder .header-content .holder nav ul li.mobile-auto-open li.mobile-auto-open,
  body #header.nospace .header-holder .header-content .holder nav ul li.mobile-auto-open li.open, body #header.nospace .header-holder .header-content .holder nav ul li.open li.mobile-auto-open,
  body #header.nospace .header-holder .header-content .holder nav ul li.open li.open,
  body #header.nospace .header-holder .header-content .holder #nav ul li.mobile-auto-open li.mobile-auto-open,
  body #header.nospace .header-holder .header-content .holder #nav ul li.mobile-auto-open li.open,
  body #header.nospace .header-holder .header-content .holder #nav ul li.open li.mobile-auto-open,
  body #header.nospace .header-holder .header-content .holder #nav ul li.open li.open {
    background: none;
  }
  body #header.nospace .header-holder .header-content .holder nav ul li a,
  body #header.nospace .header-holder .header-content .holder #nav ul li a {
    color: #ffffff;
    font-size: 16px;
    line-height: normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 24px;
    position: relative;
  }
  body #header.nospace .header-holder .header-content .holder nav ul li a:hover,
  body #header.nospace .header-holder .header-content .holder #nav ul li a:hover {
    color: #ffffff;
  }
  body #header.nospace .header-holder .header-content .holder nav ul li a > span.jobs-count,
  body #header.nospace .header-holder .header-content .holder #nav ul li a > span.jobs-count {
    position: relative;
    background: #CD1719;
    color: white;
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 20px;
    top: -5px;
    right: auto;
    font-size: 12px;
    font-weight: bold;
    margin-left: 6px;
  }
  body #header.nospace .header-holder .header-content .holder nav ul li:last-child a,
  body #header.nospace .header-holder .header-content .holder #nav ul li:last-child a {
    border-bottom: none;
  }
  body #header.nospace .header-holder .header-content .holder nav ul li li,
  body #header.nospace .header-holder .header-content .holder #nav ul li li {
    padding: 0;
  }
  body #header.nospace .header-holder .header-content .holder nav ul li li a,
  body #header.nospace .header-holder .header-content .holder #nav ul li li a {
    /*&::before {
      content: '-';
      display: inline-block;
      margin-right: 5px;
    }*/
  }
}
body #header.nospace .header-holder .header-content .holder nav ul li > i,
body #header.nospace .header-holder .header-content .holder #nav ul li > i {
  display: none;
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header.nospace .header-holder .header-content .holder nav ul li > i,
  body #header.nospace .header-holder .header-content .holder #nav ul li > i {
    opacity: 0.8;
  }
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header.nospace .header-holder .header-content .holder nav ul li.has-submenu > a,
  body #header.nospace .header-holder .header-content .holder #nav ul li.has-submenu > a {
    padding-right: calc(1.5rem + 35px);
  }
  body #header.nospace .header-holder .header-content .holder nav ul li.has-submenu:not(.mobile-auto-open):not(.open) > i.open,
  body #header.nospace .header-holder .header-content .holder #nav ul li.has-submenu:not(.mobile-auto-open):not(.open) > i.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body #header.nospace .header-holder .header-content .holder nav ul li.has-submenu:not(.mobile-auto-open):not(.open) > .drop,
  body #header.nospace .header-holder .header-content .holder #nav ul li.has-submenu:not(.mobile-auto-open):not(.open) > .drop {
    display: none;
  }
  body #header.nospace .header-holder .header-content .holder nav ul li.has-submenu.mobile-auto-open > i.close, body #header.nospace .header-holder .header-content .holder nav ul li.has-submenu.open > i.close,
  body #header.nospace .header-holder .header-content .holder #nav ul li.has-submenu.mobile-auto-open > i.close,
  body #header.nospace .header-holder .header-content .holder #nav ul li.has-submenu.open > i.close {
    display: none;
  }
  body #header.nospace .header-holder .header-content .holder nav ul li.has-submenu.mobile-auto-open > i.close, body #header.nospace .header-holder .header-content .holder nav ul li.has-submenu.open > i.close,
  body #header.nospace .header-holder .header-content .holder #nav ul li.has-submenu.mobile-auto-open > i.close,
  body #header.nospace .header-holder .header-content .holder #nav ul li.has-submenu.open > i.close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body #header.nospace .header-holder .header-content .holder nav ul li.has-submenu.mobile-auto-open .drop, body #header.nospace .header-holder .header-content .holder nav ul li.has-submenu.open .drop,
  body #header.nospace .header-holder .header-content .holder #nav ul li.has-submenu.mobile-auto-open .drop,
  body #header.nospace .header-holder .header-content .holder #nav ul li.has-submenu.open .drop {
    padding-top: 0;
    position: relative;
    -webkit-transform: none !important;
            transform: none !important;
    max-height: none;
    min-width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 1;
    visibility: visible;
  }
  body #header.nospace .header-holder .header-content .holder nav ul li > i,
  body #header.nospace .header-holder .header-content .holder #nav ul li > i {
    position: absolute;
    color: white;
    font-size: 24px;
    top: 10px;
    right: 1.5rem;
    width: 35px;
    height: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body #header.nospace .header-holder .header-content .holder nav .drop,
body #header.nospace .header-holder .header-content .holder #nav .drop {
  z-index: 1;
  padding-top: 10px;
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header.nospace .header-holder .header-content .holder nav .drop,
  body #header.nospace .header-holder .header-content .holder #nav .drop {
    padding-top: 0;
  }
}
body #header.nospace .header-holder .header-content .holder nav .drop ul,
body #header.nospace .header-holder .header-content .holder #nav .drop ul {
  background: #28215E;
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header.nospace .header-holder .header-content .holder nav .drop ul,
  body #header.nospace .header-holder .header-content .holder #nav .drop ul {
    background: none;
  }
}
body #header.nospace .header-holder .header-content .holder nav .drop ul a:hover,
body #header.nospace .header-holder .header-content .holder #nav .drop ul a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  opacity: 1;
}
body #header.nospace .header-holder .header-content .holder nav .drop .drop,
body #header.nospace .header-holder .header-content .holder #nav .drop .drop {
  margin-left: 0;
  padding-top: 0;
}
body #header.nospace .header-holder .header-content .holder nav .drop .drop ul,
body #header.nospace .header-holder .header-content .holder #nav .drop .drop ul {
  padding-top: 0;
}
body #header.nospace .header-holder .header-content .holder nav .drop .drop ul li a,
body #header.nospace .header-holder .header-content .holder #nav .drop .drop ul li a {
  padding-left: 30px;
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header.nospace .header-holder .header-content .holder nav .drop .drop ul li a,
  body #header.nospace .header-holder .header-content .holder #nav .drop .drop ul li a {
    padding-left: 40px;
  }
}
body #header.nospace .header-holder .header-content .holder nav .drop .drop ul li ul li a,
body #header.nospace .header-holder .header-content .holder #nav .drop .drop ul li ul li a {
  padding-left: 60px;
}
body #header.nospace .header-holder .header-content .holder nav .drop .drop ul li ul li ul li a,
body #header.nospace .header-holder .header-content .holder #nav .drop .drop ul li ul li ul li a {
  padding-left: 90px;
}
body #header.nospace .header-holder .header-content .holder nav .drop .drop ul li ul li ul li ul li a,
body #header.nospace .header-holder .header-content .holder #nav .drop .drop ul li ul li ul li ul li a {
  padding-left: 120px;
}
@media (min-width: 768px) {
  body #header.nospace .header-holder .header-content .holder nav,
  body #header.nospace .header-holder .header-content .holder #nav {
    margin: 0;
  }
  body #header.nospace .header-holder .header-content .holder nav .languages,
  body #header.nospace .header-holder .header-content .holder #nav .languages {
    display: none;
  }
}
@media (max-width: 991px) {
  body #header.nospace .header-holder .header-content .holder nav .languages,
  body #header.nospace .header-holder .header-content .holder #nav .languages {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body #header.nospace .header-holder .cta-banner-top {
  background-color: #fff;
  text-align: center;
  margin: 10px !important;
  display: none;
}
body #header.nospace .header-holder .cta-banner-top p {
  color: #28215E;
  margin: 0;
}
body #header.nospace .header-holder .cta-banner-top p img {
  max-height: 32px;
  padding-left: 8px;
}
body #header.nospace .header-holder .cta-banner-top.active {
  display: block;
}
body #header.nospace .btn-yellow {
  font-size: 12px !important;
}
@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body #header .eldo-button {
    text-align: center;
  }
}
@media (min-width: 768px) {
  body #header .eldo-button {
    position: absolute;
    top: 200px;
    right: 0;
  }
}
@media (min-width: 992px) {
  body #header .eldo-button {
    position: absolute;
    top: 230px;
    right: 0;
  }
}
body.modal-open .header-bottom-bar.sticky {
  padding-right: 15px;
}

#footer {
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(#28215E), to(#246FC6));
  background: linear-gradient(to right, #28215E, #246FC6);
}
#footer a {
  color: #28215E;
  text-decoration: underline;
}
#footer .yellow-text {
  text-decoration: none !important;
}
#footer .heading {
  color: #ffffff;
}
#footer .footer-logos {
  background-color: #ffffff;
  padding: 80px 0;
}
@media (max-width: 767px) {
  #footer .footer-logos {
    padding: 40px 0;
  }
}
#footer .footer-logos ul {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}
#footer .footer-logos ul li {
  width: 30%;
  display: inline-block;
  margin-left: 5px;
}
@media (max-width: 767px) {
  #footer .footer-logos ul li {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
  }
}
#footer .footer-wrapper {
  width: 1200px;
  margin: 0 auto;
}
#footer .logo img {
  width: 250px;
  display: block;
  margin: 0 auto 1rem auto;
}
#footer .footer-detail {
  padding: 6rem 0;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer-detail .logo {
    margin-top: 0 !important;
  }
}
#footer .footer-detail .h4 {
  color: #ffffff;
}
#footer .footer-detail .phone-nr a {
  color: #ffdb00;
}
#footer .fine-print {
  font-size: 10px;
  color: #919191;
  line-height: 18px;
  padding: 1.5rem 0;
  background: #F6F6F6;
  width: 100%;
  margin: 0;
}
#footer .fine-print a {
  text-decoration: none !important;
}
@media (max-width: 767px) {
  #footer .fine-print {
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 768px) {
  #footer .fine-print {
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  #footer .fine-print {
    padding-bottom: 60px;
  }
}
#footer .fine-print .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #footer .fine-print .control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  #footer .fine-print .control li {
    border-right: 0 !important;
    line-height: unset !important;
    margin-bottom: 1rem;
  }
}
#footer .fine-print .control li {
  display: block;
  margin-right: 0.7rem;
  padding-right: 0.7rem;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #28215E;
  line-height: 10px;
}
#footer .fine-print .control li:last-child {
  border-right: 0;
}
@media (max-width: 767px) {
  #footer .fine-print .control li:first-child {
    display: none;
  }
}
#footer .fine-print .control li p {
  color: #28215E;
}
#footer .fine-print .control li a:hover {
  color: #246FC6;
}
#footer .details {
  font-size: 12px;
}
@media (max-width: 767px) {
  #footer .details {
    text-align: center;
    margin-top: 2rem;
  }
}
#footer .details .heading {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
#footer .details ul {
  margin: 0.5rem 0 0 0;
  padding: 0;
  list-style-type: none;
}
#footer .details ul li {
  position: relative;
  margin: 0.5rem 0;
  padding: 0 0 0 25px;
  list-style-type: none;
}
@media (max-width: 767px) {
  #footer .details ul li {
    padding: 0;
  }
}
#footer .details ul li i, #footer .details ul li svg {
  position: absolute;
  display: block;
  left: 0;
  top: 4px;
  margin: 0;
  font-size: 16px;
  line-height: normal;
  color: #ffdb00;
}
@media (max-width: 767px) {
  #footer .details ul li i, #footer .details ul li svg {
    width: 100%;
    position: relative;
    margin: 1rem 0 0.5rem 0;
    top: 0;
  }
}
#footer .details ul li a {
  color: #ffffff;
}
#footer .details ul li a:hover {
  color: #ffdb00;
  cursor: pointer;
}
#footer .details ul .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 60%;
  margin: 0 auto;
}
#footer .details ul .social-media a {
  text-decoration: none !important;
}
#footer .details ul .social-media i {
  position: relative;
  color: #ffffff;
}
#footer .details ul .social-media i:hover {
  color: #ffdb00;
  text-decoration: none;
}
@media (max-width: 991px) {
  #footer .details ul .social-media {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #footer .details ul .social-media {
    width: 40%;
  }
}
#footer .btn, #footer .btn-cta, #footer .cta-transparent, #footer .cta-blue, #footer #iframePopup .iframePopupCancel, #iframePopup #footer .iframePopupCancel,
#footer #iframePopup .iframePopupSubmit,
#iframePopup #footer .iframePopupSubmit, #footer .cta-blue-invert, #footer input[type=file] + label, #footer .cta-tertiary {
  margin: 20px 0;
}
#footer .links,
#footer .copyright {
  font-size: 10px;
}
#footer .links {
  color: #000;
}
#footer .links a {
  color: #000;
  text-decoration: none;
}
#footer .links a:hover {
  color: #28215E;
  text-decoration: underline;
  cursor: pointer;
}
#footer .copyright {
  color: #919191;
}
#footer .login {
  cursor: pointer;
}
#footer .phone-nr {
  font-weight: 600;
  font-size: 1.7rem;
}
#footer .phone-nr a:hover {
  color: #ffffff;
}

.job-detail-contact-block {
  background-color: #ffffff;
}
.job-detail-contact-block .row, .job-detail-contact-block .overviewBlock {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.job-detail-contact-block p {
  color: #333333;
}

.main-banner .bg-img-350 {
  min-height: 390px;
}
.main-banner .bg-img-350 .caption {
  max-height: 390px;
}
.main-banner .slide {
  background-repeat: no-repeat;
  background-size: cover;
}
.main-banner .slide.bg-img-full {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
.main-banner .slide img {
  display: none !important;
}
.main-banner .caption .holder {
  vertical-align: bottom;
}
.main-banner .caption .holder .heading {
  font-family: "Open Sans";
  letter-spacing: 0;
  font-size: 1.75em;
  margin: 0 0 1rem 0;
}
.main-banner .caption .holder .scroll-indicator {
  margin: 5rem 0 0 0;
}
.main-banner .caption .holder .scroll-indicator:hover {
  cursor: pointer;
}
.main-banner .caption .holder .scroll-indicator .mouse {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-banner .caption .holder .scroll-indicator .mouse::before, .main-banner .caption .holder .scroll-indicator .mouse::after {
  content: "";
  display: block;
}
.main-banner .caption .holder .scroll-indicator .mouse::before {
  width: 20px;
  height: 35px;
  border: 2px solid white;
  border-radius: 50px;
}
.main-banner .caption .holder .scroll-indicator .mouse::after {
  position: absolute;
  width: 2px;
  height: 7px;
  background: white;
  left: 50%;
  top: 7px;
  margin: 0 0 0 -1px;
}
.main-banner .caption .holder .scroll-indicator .glyphicon {
  font-size: 12px;
  margin: 0.25rem 0 0 0;
  line-height: normal;
  display: block;
}

body .page-header {
  min-height: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-banner {
  background: -webkit-gradient(linear, left top, right top, from(#28215E), to(#246FC6));
  background: linear-gradient(to right, #28215E, #246FC6);
  color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 0px 10px #ffffff;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
}
.header-banner .header-banner-bg-img {
  background-image: url("../images/curve_yellow.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  padding-bottom: 180px;
  min-height: 800px;
}
@media (max-width: 991px) {
  .header-banner .header-banner-bg-img {
    padding-bottom: 0;
    background-image: none;
  }
}
.header-banner h1 {
  color: #ffffff;
  line-height: 1.4em;
}
@media (max-width: 991px) {
  .header-banner h1 {
    margin-bottom: 27px;
  }
}
.header-banner h2 {
  color: #ffffff;
  margin-top: 15px;
}
.header-banner h3 {
  color: #ffffff;
}
.header-banner .arrow {
  color: #ffdb00;
}
.header-banner .header-banner-content-left {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .header-banner .header-banner-content-right {
    padding: 0;
  }
}
.header-banner .header-banner-content-right .header-content-right-wrapper {
  background-color: #F6F6F6;
  margin: 50px 0 50px 50px;
  padding: 23px 53px;
  color: #333333;
}
@media (max-width: 767px) {
  .header-banner .header-banner-content-right .header-content-right-wrapper {
    padding: 1rem 2rem;
  }
}
.header-banner .header-banner-content-right .header-content-right-wrapper h4 {
  margin-bottom: 8px;
}
.header-banner .header-banner-content-right .header-content-right-wrapper .results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 5px;
  background-color: #ffdb00;
  color: #333333;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  padding: 1em;
}
.header-banner .header-banner-content-right .header-content-right-wrapper .form-footer-links {
  background: #e5e5e5;
  margin: -23px -53px;
  margin-top: 1.5rem;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-banner .header-banner-content-right .header-content-right-wrapper .form-footer-links a {
  color: #28215E;
  text-decoration: underline !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-banner .header-banner-content-right .header-content-right-wrapper .form-footer-links a:hover {
  color: #28215E;
}
.header-banner .header-banner-content-right .header-content-right-wrapper .form-footer-links a img {
  width: 25px;
  margin-left: 1rem;
}
@media (max-width: 991px) {
  .header-banner .header-banner-content-right .header-content-right-wrapper .form-footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-banner .header-banner-content-right .header-content-right-wrapper .form-footer-links a {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 991px) {
  .header-banner .header-banner-content-right .header-content-right-wrapper {
    margin: 100px 0 50px 0;
    padding-top: 60px;
    overflow: hidden;
  }
  .header-banner .header-banner-content-right .header-content-right-wrapper .results {
    top: 35px;
    left: calc(50% - 60px);
  }
  .header-banner .header-banner-content-right .header-content-right-wrapper .results.humidity-form {
    top: -63px;
  }
}

.header-banner-form, .footer-banner-form, .humidity-form, .custom-form {
  text-align: left;
}
.header-banner-form label, .footer-banner-form label, .humidity-form label, .custom-form label {
  font-weight: 100;
}
.header-banner-form label.input-type-file, .footer-banner-form label.input-type-file, .humidity-form label.input-type-file, .custom-form label.input-type-file {
  border: 2px solid #28215E;
  padding: 2px 15px;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.header-banner-form input[type=text], .footer-banner-form input[type=text], .humidity-form input[type=text], .custom-form input[type=text] {
  margin-bottom: 15px;
  height: 35px;
  width: 100%;
  outline: none;
}
.header-banner-form input[type=text]:active, .header-banner-form input[type=text]:focus, .footer-banner-form input[type=text]:active, .footer-banner-form input[type=text]:focus, .humidity-form input[type=text]:active, .humidity-form input[type=text]:focus, .custom-form input[type=text]:active, .custom-form input[type=text]:focus {
  border-color: #28215E;
}
.header-banner-form input[type=checkbox], .footer-banner-form input[type=checkbox], .humidity-form input[type=checkbox], .custom-form input[type=checkbox] {
  margin: 6px 10px 0 0;
}
.header-banner-form select, .footer-banner-form select, .humidity-form select, .custom-form select {
  margin-bottom: 15px;
  width: 100%;
  padding: 1rem;
}
.header-banner-form select option:first-child, .footer-banner-form select option:first-child, .humidity-form select option:first-child, .custom-form select option:first-child {
  color: #555555;
}
.header-banner-form textarea, .footer-banner-form textarea, .humidity-form textarea, .custom-form textarea {
  margin-bottom: 15px;
  width: 100%;
}
.header-banner-form .hide-text, .footer-banner-form .hide-text, .humidity-form .hide-text, .custom-form .hide-text {
  display: none !important;
}
.header-banner-form .btn-yellow, .footer-banner-form .btn-yellow, .humidity-form .btn-yellow, .custom-form .btn-yellow {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 13px !important;
}
.header-banner-form .submit-response, .footer-banner-form .submit-response, .humidity-form .submit-response, .custom-form .submit-response {
  display: none;
  margin-top: 2rem;
  padding: 1rem 2rem;
  font-style: italic;
}
.header-banner-form .submit-response.error, .footer-banner-form .submit-response.error, .humidity-form .submit-response.error, .custom-form .submit-response.error {
  color: #b20000;
  font-weight: 700;
}
.header-banner-form .submit-response.success, .footer-banner-form .submit-response.success, .humidity-form .submit-response.success, .custom-form .submit-response.success {
  color: #2eb360;
  font-weight: 700;
}

.footer-banner-form .btn-yellow {
  margin-right: 0;
  margin-left: 0;
}

body #header.nospace .header-banner-form .btn-yellow, body #header.nospace .footer-banner-form .btn-yellow, body #header.nospace .humidity-form .btn-yellow {
  font-size: 13px !important;
}

.call-free {
  padding-top: 10px;
  margin-bottom: 0;
  font-weight: normal;
}
.call-free a, .call-free a:hover {
  text-decoration: none;
}

.header-banner-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-banner-stats.bg-white {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-banner-stats.bg-white .header-banner-stats-item {
  border-color: #28215E;
  color: #28215E;
}
.header-banner-stats .header-banner-stats-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 23%;
  padding: 15px 0 0 0;
  text-align: center;
  border: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .header-banner-stats .header-banner-stats-item {
    width: 25%;
    margin-top: 10px;
    border: 0;
  }
}
@media (max-width: 767px) {
  .header-banner-stats .header-banner-stats-item {
    width: 45%;
  }
}
.header-banner-stats .header-banner-stats-item img {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .header-banner-stats {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.main-banner-blue {
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main-banner-blue .bg-img-350 {
  min-height: 400px;
  width: 100% !important;
}
.main-banner-blue .banner-blue.desktop {
  background-image: url("/source/murproteclux/assets/images/curve-desktop.png");
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  left: 55%;
  width: 335px;
}
@media only screen and (max-width: 830px) {
  .main-banner-blue .banner-blue.desktop {
    display: none;
  }
}
.main-banner-blue .banner-blue.desktop .banner-blue-content {
  margin: 4rem 0 0 3rem;
  text-align: left;
}
.main-banner-blue .banner-blue.desktop .banner-blue-content .heading_1 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
}
.main-banner-blue .banner-blue.desktop .banner-blue-content .heading_2 {
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
}

.banner-blue.mobile {
  display: none;
}
@media only screen and (max-width: 830px) {
  .banner-blue.mobile {
    display: block;
    background-image: url("/source/murproteclux/assets/images/curve-mobile.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
    height: 300px;
    width: 100%;
  }
}
@media only screen and (max-width: 567px) {
  .banner-blue.mobile {
    background-image: url("/source/murproteclux/assets/images/curve-desktop.png");
  }
}
.banner-blue.mobile .banner-blue-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
}
.banner-blue.mobile .banner-blue-content .heading_1 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 1rem;
}
.banner-blue.mobile .banner-blue-content .heading_2 {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
}

.page_type_15 #header.has-cta-banner {
  padding-top: 161px !important;
}

/* Call to action button */
.btn, .btn-cta, .cta-transparent, .cta-blue, #iframePopup .iframePopupCancel,
#iframePopup .iframePopupSubmit, .cta-blue-invert, input[type=file] + label, .cta-tertiary {
  font-family: "Open Sans";
  text-transform: initial;
  padding: 0.7rem 1rem;
  background: #28215E;
  letter-spacing: normal;
  color: #ffffff;
  font-weight: 700;
  border: 0;
  border-radius: 5px;
}
.btn:hover, .btn-cta:hover, .cta-transparent:hover, .cta-blue:hover, #iframePopup .iframePopupCancel:hover,
#iframePopup .iframePopupSubmit:hover, .cta-blue-invert:hover, input[type=file] + label:hover, .cta-tertiary:hover, .btn:focus, .btn-cta:focus, .cta-transparent:focus, .cta-blue:focus, #iframePopup .iframePopupCancel:focus,
#iframePopup .iframePopupSubmit:focus, .cta-blue-invert:focus, input[type=file] + label:focus, .cta-tertiary:focus, .btn:active, .btn-cta:active, .cta-transparent:active, .cta-blue:active, #iframePopup .iframePopupCancel:active,
#iframePopup .iframePopupSubmit:active, .cta-blue-invert:active, input[type=file] + label:active, .cta-tertiary:active {
  background: none;
  color: #28215E;
}
.btn.btn-theme:hover, .btn.btn-theme:focus, .btn.btn-theme:active, .btn.btn-green:hover, .btn-cta:hover, .cta-transparent:hover, .cta-blue:hover, #iframePopup .iframePopupCancel:hover,
#iframePopup .iframePopupSubmit:hover, .cta-blue-invert:hover, input[type=file] + label:hover, .cta-tertiary:hover, .btn.btn-green:focus, .btn-cta:focus, .cta-transparent:focus, .cta-blue:focus, #iframePopup .iframePopupCancel:focus,
#iframePopup .iframePopupSubmit:focus, .cta-blue-invert:focus, input[type=file] + label:focus, .cta-tertiary:focus, .btn.btn-green:active, .btn-cta:active, .cta-transparent:active, .cta-blue:active, #iframePopup .iframePopupCancel:active,
#iframePopup .iframePopupSubmit:active, .cta-blue-invert:active, input[type=file] + label:active, .cta-tertiary:active {
  background: #246FC6;
  border-color: #246FC6;
}
.btn.btn-yellow, .btn-yellow.btn-cta, .btn-yellow.cta-transparent, .btn-yellow.cta-blue, #iframePopup .btn-yellow.iframePopupCancel,
#iframePopup .btn-yellow.iframePopupSubmit, .btn-yellow.cta-blue-invert, input[type=file] + label.btn-yellow, .btn-yellow.cta-tertiary {
  background: #ffdb00;
  color: #28215E !important;
}
.btn.btn-yellow:hover, .btn-yellow.btn-cta:hover, .btn-yellow.cta-transparent:hover, .btn-yellow.cta-blue:hover, #iframePopup .btn-yellow.iframePopupCancel:hover,
#iframePopup .btn-yellow.iframePopupSubmit:hover, .btn-yellow.cta-blue-invert:hover, input[type=file] + label.btn-yellow:hover, .btn-yellow.cta-tertiary:hover, .btn.btn-yellow:focus, .btn-yellow.btn-cta:focus, .btn-yellow.cta-transparent:focus, .btn-yellow.cta-blue:focus, #iframePopup .btn-yellow.iframePopupCancel:focus,
#iframePopup .btn-yellow.iframePopupSubmit:focus, .btn-yellow.cta-blue-invert:focus, input[type=file] + label.btn-yellow:focus, .btn-yellow.cta-tertiary:focus, .btn.btn-yellow:active, .btn-yellow.btn-cta:active, .btn-yellow.cta-transparent:active, .btn-yellow.cta-blue:active, #iframePopup .btn-yellow.iframePopupCancel:active,
#iframePopup .btn-yellow.iframePopupSubmit:active, .btn-yellow.cta-blue-invert:active, input[type=file] + label.btn-yellow:active, .btn-yellow.cta-tertiary:active {
  background: #246FC6;
  color: #ffffff !important;
}
.btn.btn-blue, .btn-blue.btn-cta, .btn-blue.cta-transparent, .btn-blue.cta-blue, #iframePopup .btn-blue.iframePopupCancel,
#iframePopup .btn-blue.iframePopupSubmit, .btn-blue.cta-blue-invert, input[type=file] + label.btn-blue, .btn-blue.cta-tertiary {
  background: #28215E;
  color: #ffffff !important;
}
.btn.btn-blue:hover, .btn-blue.btn-cta:hover, .btn-blue.cta-transparent:hover, .btn-blue.cta-blue:hover, #iframePopup .btn-blue.iframePopupCancel:hover,
#iframePopup .btn-blue.iframePopupSubmit:hover, .btn-blue.cta-blue-invert:hover, input[type=file] + label.btn-blue:hover, .btn-blue.cta-tertiary:hover, .btn.btn-blue:focus, .btn-blue.btn-cta:focus, .btn-blue.cta-transparent:focus, .btn-blue.cta-blue:focus, #iframePopup .btn-blue.iframePopupCancel:focus,
#iframePopup .btn-blue.iframePopupSubmit:focus, .btn-blue.cta-blue-invert:focus, input[type=file] + label.btn-blue:focus, .btn-blue.cta-tertiary:focus, .btn.btn-blue:active, .btn-blue.btn-cta:active, .btn-blue.cta-transparent:active, .btn-blue.cta-blue:active, #iframePopup .btn-blue.iframePopupCancel:active,
#iframePopup .btn-blue.iframePopupSubmit:active, .btn-blue.cta-blue-invert:active, input[type=file] + label.btn-blue:active, .btn-blue.cta-tertiary:active {
  background: #246FC6;
  color: #ffffff !important;
}
.btn.btn-inverted, .btn-cta, .cta-transparent, .cta-blue, #iframePopup .iframePopupCancel,
#iframePopup .iframePopupSubmit, .cta-blue-invert, input[type=file] + label, .cta-tertiary {
  background: none;
  border-color: #28215E;
  color: #28215E;
}
.btn.btn-inverted:hover, .btn-cta:hover, .cta-transparent:hover, .cta-blue:hover, #iframePopup .iframePopupCancel:hover,
#iframePopup .iframePopupSubmit:hover, .cta-blue-invert:hover, input[type=file] + label:hover, .cta-tertiary:hover, .btn.btn-inverted:focus, .btn-cta:focus, .cta-transparent:focus, .cta-blue:focus, #iframePopup .iframePopupCancel:focus,
#iframePopup .iframePopupSubmit:focus, .cta-blue-invert:focus, input[type=file] + label:focus, .cta-tertiary:focus, .btn.btn-inverted:active, .btn-cta:active, .cta-transparent:active, .cta-blue:active, #iframePopup .iframePopupCancel:active,
#iframePopup .iframePopupSubmit:active, .cta-blue-invert:active, input[type=file] + label:active, .cta-tertiary:active {
  background: #28215E;
  border-color: #28215E;
  color: #ffffff;
  cursor: pointer;
}

.btn-cta, .cta-transparent, .cta-blue, #iframePopup .iframePopupCancel,
#iframePopup .iframePopupSubmit, .cta-blue-invert, input[type=file] + label, .cta-tertiary {
  text-decoration: none !important;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.btn-cta:hover, .cta-transparent:hover, .cta-blue:hover, #iframePopup .iframePopupCancel:hover,
#iframePopup .iframePopupSubmit:hover, .cta-blue-invert:hover, input[type=file] + label:hover, .cta-tertiary:hover, .btn-cta:focus, .cta-transparent:focus, .cta-blue:focus, #iframePopup .iframePopupCancel:focus,
#iframePopup .iframePopupSubmit:focus, .cta-blue-invert:focus, input[type=file] + label:focus, .cta-tertiary:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn-cta, .cta-transparent, .cta-blue, #iframePopup .iframePopupCancel,
  #iframePopup .iframePopupSubmit, .cta-blue-invert, input[type=file] + label, .cta-tertiary {
    width: 100%;
  }
}

a.btn-yellow, button.btn-yellow {
  padding: 1rem 2rem;
}

.cta-tertiary {
  background: #CD1719;
  color: #ffffff;
  border-color: #CD1719;
  margin-bottom: 0px !important;
}
.cta-tertiary:hover, .cta-tertiary:focus, .cta-tertiary:active {
  background: #9f1213;
}

.cta-transparent, .cta-blue, #iframePopup .iframePopupCancel,
#iframePopup .iframePopupSubmit, .cta-blue-invert, input[type=file] + label {
  display: inline-block;
  color: #ffffff;
  border: 2px solid #28215E;
  background-color: transparent;
  padding: 1rem 2rem;
  min-width: 230px;
  margin-top: 10px;
  text-decoration: none;
}
.cta-transparent-small {
  padding: 1rem;
  min-width: 100px;
  margin-top: 0 !important;
}

.cta-blue, #iframePopup .iframePopupCancel,
#iframePopup .iframePopupSubmit, .cta-blue-invert, input[type=file] + label {
  border: 2px solid #28215E;
  color: #28215E;
  white-space: normal;
}

.cta-blue-invert {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.cta-blue-invert:hover {
  border-color: #ffffff;
}

@media (max-width: 480px) {
  a[class^=cta] {
    width: 100%;
    text-align: center;
  }
}

.header-phone {
  color: #ffffff !important;
  font-size: 20px !important;
  padding: 0.5rem 1rem !important;
}
@media (max-width: 1400px) {
  .header-phone {
    font-size: 13px !important;
    white-space: nowrap;
  }
}
.header-phone-wrapper {
  position: relative;
}

.mobile-phone-wrapper {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  min-width: 210px;
  min-height: 50px;
}
@media (max-width: 480px) {
  .mobile-phone-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.mobile-phone-wrapper .header-phone {
  font-size: 26px !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 1.1rem 1.5rem !important;
}

.animate-on-load {
  overflow: hidden;
}
.animate-on-load.animate::after {
  content: "";
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-animation: slide 1s ease 1;
          animation: slide 1s ease 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
}

.phone-subtext {
  font-weight: bold;
  font-size: 12px;
  padding-top: 5px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .phone-subtext {
    font-size: 14px;
    padding-top: 3px;
  }
}
@media (max-width: 767px) {
  .phone-subtext {
    color: #ffffff;
  }
}

/* [Custom] Intro text with image */
.c-intro-text img {
  display: block;
  margin: 0 auto 1rem auto;
}

/* Tables (bootstrap col divs) */
.table-headers {
  font-weight: bold;
  color: #28215E;
  background: #edecf8;
}

.table-row {
  font-size: 16px;
}
.table-row:nth-child(even) {
  background: #edecf8;
}

.table-headers,
.table-row {
  word-break: break-all;
}
.table-headers div[class^=col-],
.table-row div[class^=col-] {
  border-right: 1px solid #eeeeee;
  padding: 0.5rem 15px 0.5rem 15px;
}
.table-headers div[class^=col-]:last-child,
.table-row div[class^=col-]:last-child {
  border-right: none;
}

/* Team Members */
.team-member {
  position: relative;
  margin: 0 0 1rem 0;
}
.team-member-photo .team-member-hover-text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #28215E;
  color: #ffffff;
  opacity: 0.5;
  padding: 1.5rem;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.team-member-photo .team-member-hover-text a {
  color: #ffffff;
}
.team-member-photo .team-member-hover-text a i {
  font-size: 2rem;
}
.team-member-photo .team-member-hover-text a:hover {
  color: #ffffff;
}
.team-member-photo .team-member-hover-text p {
  max-width: 100%;
}
.team-member-photo:hover .team-member-hover-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  opacity: 0.95;
  max-width: 100%;
}

/* Cookie notice */
body #cookielaw_notice {
  background: #28215E;
  z-index: 9999;
}
@media (max-width: 767px) {
  body #cookielaw_notice #cookielaw_content {
    padding-bottom: 11.5rem;
  }
}
body #cookielaw_notice #cookielaw_content #cookielaw_actions a {
  background: #ffffff;
  color: #28215E;
  border-radius: 5px;
}
body #cookielaw_notice #cookielaw_content #cookielaw_actions a:hover {
  background: #246FC6;
  color: #ffffff;
  cursor: pointer;
}

/* Photo slider */
body .port-slider {
  width: 100%;
  height: 100%;
}
body .port-slider .slick-list {
  height: 100% !important;
}
body .port-slider .slick-list .slick-track {
  height: 100%;
}
body .port-slider .slick-list .slick-track .slide {
  height: 100%;
  background-size: cover;
  background-position: center;
}
body .port-slider .slick-list .slick-track .slide .bg-overlay {
  display: none !important;
}
body .port-slider .slick-list .slick-track .slide img {
  display: none !important;
}

/* Call-To-Action image */
.snowbirdbox-call-to-action-image {
  height: 150px;
  margin-bottom: 2rem;
}
.snowbirdbox-call-to-action-image img {
  width: auto;
  height: 100%;
  margin: 0 auto;
  display: block;
}

/* Contact form */
.contactform-column-left {
  display: block;
  margin: 1rem 0 0.5rem 0;
}
.contactform-column-left-first {
  display: block;
  margin: 0 0 0.5rem 0;
}

.icon-list {
  list-style: none;
  padding-left: 65px;
}
.icon-list li {
  position: relative;
  margin-bottom: 2rem;
  line-height: 2;
}
.icon-list li::before {
  content: "";
  position: absolute;
  left: -65px;
  top: 10px;
  width: 30px;
  height: 100%;
  background: top left no-repeat;
  background-size: contain;
}
.icon-list .years::before {
  content: "65+";
  font-size: 28px;
  font-weight: 700;
  color: #CD1719;
  line-height: 1;
  white-space: nowrap;
}
.icon-list .microscope::before {
  background-image: url("../images/microscope.svg");
}
.icon-list .construction::before {
  background-image: url("../images/fence_red.svg");
}

.method-row div[class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.method-row h2 {
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  .method-row h2 {
    margin-bottom: 3rem;
  }
}
.method-row a {
  margin-top: 4rem;
}
@media (max-width: 991px) {
  .method-row a {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .method-row .method {
    margin: auto;
    float: none;
    margin-bottom: 6rem;
  }
  .method-row .method:last-child {
    margin-bottom: 2rem;
  }
}
.method-row .method:not(:last-child)::after {
  content: "⟶";
  position: absolute;
  right: 0;
  top: 45px;
  color: #28215E;
  font-weight: bold;
  font-size: 24px;
}
.fw-blue-gradient .method-row .method:not(:last-child)::after {
  color: #ffffff;
}
@media (max-width: 991px) {
  .method-row .method:not(:last-child)::after {
    content: "↓";
    top: initial;
    right: initial;
    bottom: -33px;
    left: 50%;
    font-size: 30px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.method-row .image-wrapper {
  position: relative;
}
.method-row .nr-icon {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  background: #28215E;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  padding: 5px;
}
.fw-blue-gradient .method-row .nr-icon {
  background: #ffffff;
  color: #28215E;
}

.testimonial,
.slider-container .slider-item.testimonial, .slider-item-large.testimonial {
  text-align: left;
  width: 33%;
  max-width: 33%;
  margin: 0 auto;
  max-height: 285px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .testimonial,
  .slider-container .slider-item.testimonial, .slider-item-large.testimonial {
    max-width: 100%;
  }
}
.testimonial > img,
.slider-container .slider-item.testimonial > img, .slider-item-large.testimonial > img {
  display: block;
  max-width: 100px;
  margin: 0 auto 1rem auto;
  border-radius: 250px;
}
.testimonial > span.themed,
.slider-container .slider-item.testimonial > span.themed, .slider-item-large.testimonial > span.themed {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  color: #28215E;
  margin-top: auto;
  font-weight: bold;
}
.testimonial > span.themed span.date,
.slider-container .slider-item.testimonial > span.themed span.date, .slider-item-large.testimonial > span.themed span.date {
  font-weight: normal;
  margin-left: auto;
}
.testimonial > i:first-child, .testimonial > i:last-child,
.slider-container .slider-item.testimonial > i:first-child,
.slider-container .slider-item.testimonial > i:last-child, .slider-item-large.testimonial > i:first-child, .slider-item-large.testimonial > i:last-child {
  top: 3rem;
}
.testimonial > i:first-child,
.slider-container .slider-item.testimonial > i:first-child, .slider-item-large.testimonial > i:first-child {
  left: 8rem;
}
@media only screen and (max-width: 480px) {
  .testimonial > i:first-child,
  .slider-container .slider-item.testimonial > i:first-child, .slider-item-large.testimonial > i:first-child {
    left: 4rem;
  }
}
.testimonial > i:last-child,
.slider-container .slider-item.testimonial > i:last-child, .slider-item-large.testimonial > i:last-child {
  right: 8rem;
}
@media only screen and (max-width: 480px) {
  .testimonial > i:last-child,
  .slider-container .slider-item.testimonial > i:last-child, .slider-item-large.testimonial > i:last-child {
    right: 4rem;
  }
}
.testimonial .speech-bubble,
.slider-container .slider-item.testimonial .speech-bubble, .slider-item-large.testimonial .speech-bubble {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.testimonial .speech-bubble p,
.slider-container .slider-item.testimonial .speech-bubble p, .slider-item-large.testimonial .speech-bubble p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.modal-body .testimonial .speech-bubble p, .mp-cms-editmode .testimonial .speech-bubble p,
.modal-body .slider-container .slider-item.testimonial .speech-bubble p,
.mp-cms-editmode .slider-container .slider-item.testimonial .speech-bubble p, .modal-body .slider-item-large.testimonial .speech-bubble p, .mp-cms-editmode .slider-item-large.testimonial .speech-bubble p {
  -webkit-line-clamp: initial;
}
.testimonial .speech-bubble i,
.slider-container .slider-item.testimonial .speech-bubble i, .slider-item-large.testimonial .speech-bubble i {
  color: #CD1719;
  margin-top: auto;
  display: inline-block;
}

.modal-body .speech-bubble p, .mp-cms-editmode .speech-bubble p {
  -webkit-line-clamp: none;
}
.modal-body .testimonial, .mp-cms-editmode .testimonial {
  max-height: none;
  max-width: 100%;
  width: 100%;
}

.modal .rating {
  color: #CD1719;
  margin-bottom: 13.5px;
}
.modal .themed {
  color: #28215E;
  font-weight: bold;
}

.job-header .description .col-xs-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 2rem;
}
.job-header .description .col-xs-12 img {
  margin-right: 2rem;
  display: inline-block;
}
.job-header .image img {
  display: inline-block;
  width: 100%;
}

.job-offer-form, .review-form, .contact-form {
  padding: 0 15px;
}
.job-offer-form input, .job-offer-form textarea, .job-offer-form select, .review-form input, .review-form textarea, .review-form select, .contact-form input, .contact-form textarea, .contact-form select {
  width: 100%;
  margin-bottom: 2rem;
  color: #28215E;
  padding: 1rem;
}
.job-offer-form input, .job-offer-form select, .review-form input, .review-form select, .contact-form input, .contact-form select {
  height: 52px;
}
.job-offer-form input[type=checkbox], .review-form input[type=checkbox], .contact-form input[type=checkbox] {
  width: auto;
  height: auto;
  display: inline-block;
  margin: 4px !important;
}
.job-offer-form input[type=checkbox] + label, .review-form input[type=checkbox] + label, .contact-form input[type=checkbox] + label {
  margin-bottom: 0;
  line-height: 1;
  padding-top: 3px;
  margin-left: 1rem;
}
.job-offer-form .flex-row, .review-form .flex-row, .contact-form .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0 11px 0;
}
.job-offer-form label, .review-form label, .contact-form label {
  font-weight: normal;
  color: #28215E;
  display: inline-block;
}
.job-offer-form .col-left, .review-form .col-left, .contact-form .col-left {
  padding-right: 3rem;
  border-right: 1px solid #28215E;
}
@media screen and (max-width: 768px) {
  .job-offer-form .col-left, .review-form .col-left, .contact-form .col-left {
    padding-right: 15px;
  }
}
.job-offer-form .col-right, .review-form .col-right, .contact-form .col-right {
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  .job-offer-form .col-right, .review-form .col-right, .contact-form .col-right {
    padding-left: 15px;
  }
}
.job-offer-form .btn-cta, .job-offer-form .cta-tertiary, .job-offer-form .cta-transparent, .job-offer-form .cta-blue, .job-offer-form #iframePopup .iframePopupCancel, #iframePopup .job-offer-form .iframePopupCancel,
.job-offer-form #iframePopup .iframePopupSubmit,
#iframePopup .job-offer-form .iframePopupSubmit, .job-offer-form input[type=file] + label, .job-offer-form .cta-blue-invert, .review-form .btn-cta, .review-form .cta-tertiary, .review-form .cta-transparent, .review-form .cta-blue, .review-form #iframePopup .iframePopupCancel, #iframePopup .review-form .iframePopupCancel,
.review-form #iframePopup .iframePopupSubmit,
#iframePopup .review-form .iframePopupSubmit, .review-form input[type=file] + label, .review-form .cta-blue-invert, .contact-form .btn-cta, .contact-form .cta-tertiary, .contact-form .cta-transparent, .contact-form .cta-blue, .contact-form #iframePopup .iframePopupCancel, #iframePopup .contact-form .iframePopupCancel,
.contact-form #iframePopup .iframePopupSubmit,
#iframePopup .contact-form .iframePopupSubmit, .contact-form input[type=file] + label, .contact-form .cta-blue-invert {
  padding: 1rem 2rem;
  min-width: 230px;
  height: 48px;
  text-align: center;
  font-size: 14px;
  margin-top: 5px !important;
}
@media screen and (max-width: 768px) {
  .job-offer-form .btn-cta, .job-offer-form .cta-tertiary, .job-offer-form .cta-transparent, .job-offer-form .cta-blue, .job-offer-form #iframePopup .iframePopupCancel, #iframePopup .job-offer-form .iframePopupCancel,
  .job-offer-form #iframePopup .iframePopupSubmit,
  #iframePopup .job-offer-form .iframePopupSubmit, .job-offer-form input[type=file] + label, .job-offer-form .cta-blue-invert, .review-form .btn-cta, .review-form .cta-tertiary, .review-form .cta-transparent, .review-form .cta-blue, .review-form #iframePopup .iframePopupCancel, #iframePopup .review-form .iframePopupCancel,
  .review-form #iframePopup .iframePopupSubmit,
  #iframePopup .review-form .iframePopupSubmit, .review-form input[type=file] + label, .review-form .cta-blue-invert, .contact-form .btn-cta, .contact-form .cta-tertiary, .contact-form .cta-transparent, .contact-form .cta-blue, .contact-form #iframePopup .iframePopupCancel, #iframePopup .contact-form .iframePopupCancel,
  .contact-form #iframePopup .iframePopupSubmit,
  #iframePopup .contact-form .iframePopupSubmit, .contact-form input[type=file] + label, .contact-form .cta-blue-invert {
    width: 100%;
  }
}
.job-offer-form .submit-response, .review-form .submit-response, .contact-form .submit-response {
  display: none;
  margin-top: 2rem;
  padding: 1rem 2rem;
  font-style: italic;
}
.job-offer-form .submit-response.error, .review-form .submit-response.error, .contact-form .submit-response.error {
  color: #b20000;
  font-weight: 700;
}
.job-offer-form .submit-response.success, .review-form .submit-response.success, .contact-form .submit-response.success {
  color: #2eb360;
  font-weight: 700;
}

.review-form > .row > [class^=col], .review-form > .overviewBlock > [class^=col], .contact-form > .row > [class^=col], .contact-form > .overviewBlock > [class^=col] {
  margin: auto;
  float: none;
}
.review-form .cta-blue, .review-form #iframePopup .iframePopupCancel, #iframePopup .review-form .iframePopupCancel,
.review-form #iframePopup .iframePopupSubmit,
#iframePopup .review-form .iframePopupSubmit, .review-form input[type=file] + label, .review-form .cta-blue-invert, .contact-form .cta-blue, .contact-form #iframePopup .iframePopupCancel, #iframePopup .contact-form .iframePopupCancel,
.contact-form #iframePopup .iframePopupSubmit,
#iframePopup .contact-form .iframePopupSubmit, .contact-form input[type=file] + label, .contact-form .cta-blue-invert {
  margin: 2rem 0 !important;
}
.review-form .cta-blue:hover, .review-form #iframePopup .iframePopupCancel:hover, #iframePopup .review-form .iframePopupCancel:hover,
.review-form #iframePopup .iframePopupSubmit:hover,
#iframePopup .review-form .iframePopupSubmit:hover, .review-form input[type=file] + label:hover, .review-form .cta-blue-invert:hover, .review-form .cta-blue:focus, .review-form #iframePopup .iframePopupCancel:focus, #iframePopup .review-form .iframePopupCancel:focus,
.review-form #iframePopup .iframePopupSubmit:focus,
#iframePopup .review-form .iframePopupSubmit:focus, .review-form input[type=file] + label:focus, .review-form .cta-blue-invert:focus, .review-form .cta-blue:active, .review-form #iframePopup .iframePopupCancel:active, #iframePopup .review-form .iframePopupCancel:active,
.review-form #iframePopup .iframePopupSubmit:active,
#iframePopup .review-form .iframePopupSubmit:active, .review-form input[type=file] + label:active, .review-form .cta-blue-invert:active, .contact-form .cta-blue:hover, .contact-form #iframePopup .iframePopupCancel:hover, #iframePopup .contact-form .iframePopupCancel:hover,
.contact-form #iframePopup .iframePopupSubmit:hover,
#iframePopup .contact-form .iframePopupSubmit:hover, .contact-form input[type=file] + label:hover, .contact-form .cta-blue-invert:hover, .contact-form .cta-blue:focus, .contact-form #iframePopup .iframePopupCancel:focus, #iframePopup .contact-form .iframePopupCancel:focus,
.contact-form #iframePopup .iframePopupSubmit:focus,
#iframePopup .contact-form .iframePopupSubmit:focus, .contact-form input[type=file] + label:focus, .contact-form .cta-blue-invert:focus, .contact-form .cta-blue:active, .contact-form #iframePopup .iframePopupCancel:active, #iframePopup .contact-form .iframePopupCancel:active,
.contact-form #iframePopup .iframePopupSubmit:active,
#iframePopup .contact-form .iframePopupSubmit:active, .contact-form input[type=file] + label:active, .contact-form .cta-blue-invert:active {
  color: #ffffff;
}
.review-form label, .contact-form label {
  font-weight: normal;
  color: #ffffff;
  display: inline-block;
}

.contact-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-methods .method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.5px solid rgba(40, 33, 94, 0.5);
  padding: 2rem;
  height: 100%;
}
.contact-methods h2, .contact-methods p {
  margin-bottom: 10px;
}
.contact-methods .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-methods .social a {
  font-size: 2.5rem;
  color: #CD1719;
}
.contact-methods .social a:not(:last-child) {
  margin-right: 3rem;
}

.quality-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.quality-blocks [class^=col] {
  margin: 0 -0.3px;
}
.quality-blocks .quality-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  min-height: 150px;
}
@media (max-width: 991px) {
  .quality-blocks .quality-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.quality-blocks .quality-icon {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #ffdb00;
  display: grid;
  place-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .quality-blocks .quality-icon {
    margin-bottom: 2rem;
    margin-right: 0;
  }
}
.quality-blocks .quality-icon img {
  max-width: 80px;
  max-height: 80px;
}
.quality-blocks .quality-text {
  margin-bottom: auto;
}
.quality-blocks .quality-text p:last-child {
  margin-bottom: 0;
}

.button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (max-width: 991px) {
  .button-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
.button-row [class^=col] {
  margin-bottom: 0 !important;
  margin: 0 -0.3px;
}
@media (max-width: 991px) {
  .button-row [class^=col]:not(:last-child) .button-row-content {
    padding: 0 0 3rem 0;
  }
  .button-row [class^=col]:last-child .button-row-content {
    padding: 0;
  }
}
.button-row-image {
  margin-bottom: 2rem;
}
.button-row-content {
  padding: 3rem 2rem;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button-row-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.button-row-text p {
  margin-bottom: 2rem;
}
.button-row .cta-blue, .button-row #iframePopup .iframePopupCancel, #iframePopup .button-row .iframePopupCancel,
.button-row #iframePopup .iframePopupSubmit,
#iframePopup .button-row .iframePopupSubmit, .button-row input[type=file] + label, .button-row .cta-blue-invert {
  width: 100%;
  padding: 1rem 2rem;
  min-height: 48px;
  margin-top: auto !important;
}
@media (max-width: 992px) {
  .button-row .cta-blue, .button-row #iframePopup .iframePopupCancel, #iframePopup .button-row .iframePopupCancel,
  .button-row #iframePopup .iframePopupSubmit,
  #iframePopup .button-row .iframePopupSubmit, .button-row input[type=file] + label, .button-row .cta-blue-invert {
    width: auto;
  }
}

.value-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.value-blocks [class^=col] {
  margin: 0 -0.3px 50px -0.3px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .value-blocks > .col-md-6 {
    width: 50%;
  }
}
.value-blocks .value-image {
  max-width: 100px;
  max-height: 80px;
  margin-bottom: 2rem;
}
.value-blocks .value-content {
  background: #ffffff;
  padding: 3rem 2rem;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}
.value-blocks .value-content.bg-theme {
  background: #28215E;
}
.value-blocks .value-content.bg-theme .value-text {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.value-blocks .value-content.bg-theme h3, .value-blocks .value-content.bg-theme p {
  margin-bottom: 3rem;
}
.value-blocks .value-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.value-blocks .btn-cta, .value-blocks .cta-tertiary, .value-blocks .cta-transparent, .value-blocks input[type=file] + label, .value-blocks .cta-blue-invert, .value-blocks .cta-blue, .value-blocks #iframePopup .iframePopupCancel, #iframePopup .value-blocks .iframePopupCancel,
.value-blocks #iframePopup .iframePopupSubmit,
#iframePopup .value-blocks .iframePopupSubmit {
  width: 100%;
  padding: 1rem 2rem;
  min-height: 48px;
  margin-top: 0 !important;
}
.value-blocks .cta-blue, .value-blocks #iframePopup .iframePopupCancel, #iframePopup .value-blocks .iframePopupCancel,
.value-blocks #iframePopup .iframePopupSubmit,
#iframePopup .value-blocks .iframePopupSubmit, .value-blocks input[type=file] + label, .value-blocks .cta-blue-invert {
  margin-top: auto !important;
}
.value-blocks.bg-blue {
  color: #ffffff;
}
.value-blocks.bg-blue .value-content {
  background: -webkit-gradient(linear, left top, right top, from(#28215E), to(#246FC6));
  background: linear-gradient(to right, #28215E, #246FC6);
}
.value-blocks.bg-blue .value-content, .value-blocks.bg-blue .value-text, .value-blocks.bg-blue h2, .value-blocks.bg-blue h3, .value-blocks.bg-blue h4 {
  color: #ffffff;
}

.certificate-content {
  text-align: center;
  padding: 0 1rem;
}

.certificate-image {
  background: white;
  padding: 2rem 1rem;
  display: grid;
  place-items: center;
  margin-bottom: 2rem;
  position: relative;
  min-height: 160px;
}
.certificate-image .unique-label {
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: #CD1719;
  color: #ffffff;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: bold;
  line-height: 22px;
}

.map-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.map-row [class^=col] {
  margin: 0 -0.3px;
}
.map-row .block_googlemaps {
  height: 100%;
}
.map-row iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 400px;
  border: none;
}
.map-row .bg-blue-gradient {
  padding: 2rem 2rem 5rem 5rem;
}
@media (max-width: 991px) {
  .map-row .bg-blue-gradient {
    padding: 3rem 15px;
  }
}
.map-row .bg-blue-gradient .row, .map-row .bg-blue-gradient .overviewBlock {
  max-width: 680px;
}
.map-row .bg-blue-gradient a {
  color: #ffffff;
  text-decoration: none;
}
.map-row .bg-blue-gradient a:hover, .map-row .bg-blue-gradient a:focus, .map-row .bg-blue-gradient a:active {
  color: #ffdb00;
}
.map-row .bg-blue-gradient h2, .map-row .bg-blue-gradient h3, .map-row .bg-blue-gradient h4 {
  font-weight: bold;
}
.map-row .bg-blue-gradient h3 {
  margin: 1.5rem 0 10px 0;
}
.map-row .bg-blue-gradient i {
  color: #ffdb00;
}
.map-row .bg-blue-gradient .address {
  font-size: 15px;
}
.map-row .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-row .flex-row i {
  margin: 5px 1rem 0 0;
}
.map-row .btn.btn-yellow, .map-row .btn-yellow.btn-cta, .map-row .btn-yellow.cta-tertiary, .map-row .btn-yellow.cta-transparent, .map-row .btn-yellow.cta-blue, .map-row #iframePopup .btn-yellow.iframePopupCancel, #iframePopup .map-row .btn-yellow.iframePopupCancel,
.map-row #iframePopup .btn-yellow.iframePopupSubmit,
#iframePopup .map-row .btn-yellow.iframePopupSubmit, .map-row input[type=file] + label.btn-yellow, .map-row .btn-yellow.cta-blue-invert {
  color: #28215E;
}
.map-row .btn.btn-yellow i, .map-row .btn-yellow.btn-cta i, .map-row .btn-yellow.cta-tertiary i, .map-row .btn-yellow.cta-transparent i, .map-row .btn-yellow.cta-blue i, .map-row #iframePopup .btn-yellow.iframePopupCancel i, #iframePopup .map-row .btn-yellow.iframePopupCancel i,
.map-row #iframePopup .btn-yellow.iframePopupSubmit i,
#iframePopup .map-row .btn-yellow.iframePopupSubmit i, .map-row input[type=file] + label.btn-yellow i, .map-row .btn-yellow.cta-blue-invert i {
  color: inherit;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}
.map-row .btn.btn-yellow:hover i, .map-row .btn-yellow.btn-cta:hover i, .map-row .btn-yellow.cta-tertiary:hover i, .map-row .btn-yellow.cta-transparent:hover i, .map-row .btn-yellow.cta-blue:hover i, .map-row #iframePopup .btn-yellow.iframePopupCancel:hover i, #iframePopup .map-row .btn-yellow.iframePopupCancel:hover i,
.map-row #iframePopup .btn-yellow.iframePopupSubmit:hover i,
#iframePopup .map-row .btn-yellow.iframePopupSubmit:hover i, .map-row input[type=file] + label.btn-yellow:hover i, .map-row .btn-yellow.cta-blue-invert:hover i, .map-row .btn.btn-yellow:active i, .map-row .btn-yellow.btn-cta:active i, .map-row .btn-yellow.cta-tertiary:active i, .map-row .btn-yellow.cta-transparent:active i, .map-row .btn-yellow.cta-blue:active i, .map-row #iframePopup .btn-yellow.iframePopupCancel:active i, #iframePopup .map-row .btn-yellow.iframePopupCancel:active i,
.map-row #iframePopup .btn-yellow.iframePopupSubmit:active i,
#iframePopup .map-row .btn-yellow.iframePopupSubmit:active i, .map-row input[type=file] + label.btn-yellow:active i, .map-row .btn-yellow.cta-blue-invert:active i, .map-row .btn.btn-yellow:focus i, .map-row .btn-yellow.btn-cta:focus i, .map-row .btn-yellow.cta-tertiary:focus i, .map-row .btn-yellow.cta-transparent:focus i, .map-row .btn-yellow.cta-blue:focus i, .map-row #iframePopup .btn-yellow.iframePopupCancel:focus i, #iframePopup .map-row .btn-yellow.iframePopupCancel:focus i,
.map-row #iframePopup .btn-yellow.iframePopupSubmit:focus i,
#iframePopup .map-row .btn-yellow.iframePopupSubmit:focus i, .map-row input[type=file] + label.btn-yellow:focus i, .map-row .btn-yellow.cta-blue-invert:focus i {
  color: inherit;
}
.map-row a.link-secondary {
  color: #ffdb00;
  font-weight: bold;
  font-size: 20px;
}
.map-row a.link-secondary:active, .map-row a.link-secondary:hover, .map-row a.link-secondary:focus {
  color: #ffffff;
}
.map-row .link-phone i {
  font-size: 18px;
}

#e-book-privacy, #e-book-newsletter {
  margin: 6px 10px 0 0;
}
#e-book-privacy + label, #e-book-newsletter + label {
  font-weight: normal;
}

#e-book-email {
  min-width: 300px;
}
@media (max-width: 991px) {
  #e-book-email {
    width: 48%;
    min-width: auto;
  }
  #e-book-email + button {
    width: 48%;
  }
}
@media (max-width: 767px) {
  #e-book-email {
    width: 100%;
    min-width: 100%;
    margin-bottom: 1rem;
  }
  #e-book-email + button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .quality-usp > div {
    min-height: 245px;
  }
}
.error-page {
  padding-top: 0 !important;
  text-align: center;
}
.error-page p {
  margin-bottom: 5px;
}
.error-page .error-page-search {
  position: relative;
  padding: 25px 0;
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.error-page .error-page-search i {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 34px !important;
}
.error-page .error-page-search input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  border: 1px solid #F6F6F6;
  padding-left: 15px;
  padding-right: 40px;
  border-radius: 25px;
}
.error-page .error-page-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 450px;
  padding: 25px;
  max-width: 100%;
  margin: 0 auto;
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.error-page .error-page-options .error-page-option {
  background-color: #F6F6F6;
  width: 40%;
  padding: 3rem 0;
}
.error-page .error-page-options .error-page-option span {
  display: block;
  width: 100%;
  text-align: center;
  clear: both;
  margin-top: 10px;
}
.error-page .error-page-options i {
  font-size: 36px;
}
@media (max-width: 767px) {
  .error-page .error-page-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .error-page .error-page-options .error-page-option {
    width: 100%;
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .twentytwenty-wrapper {
    margin-bottom: 3rem;
  }
}

.expertise-fixed {
  display: none;
  display: block;
  position: fixed;
  right: 70px;
  bottom: 0;
  z-index: 1000;
}
@media (max-width: 767px) {
  .expertise-fixed {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.expertise-fixed > span.chat-count {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #CD1719;
  color: white;
  font-size: 14px;
  font-weight: bold;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.expertise-fixed.show-count > span.chat-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.expertise-fixed .btn-yellow {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.floated-image.right img.floating {
  float: right;
  margin: 0 0 1rem 1rem;
}
@media (max-width: 767px) {
  .floated-image.right img.floating {
    float: none;
    width: 100% !important;
    display: block;
    margin-left: 0;
  }
}
.floated-image.left img.floating {
  float: left;
  margin: 0 1rem 1rem 0;
}
@media (max-width: 767px) {
  .floated-image.left img.floating {
    float: none;
    width: 100% !important;
    display: block;
    margin-left: 0;
  }
}

.no-padding-bottom {
  padding-bottom: 0px !important;
}

.block_html ul {
  margin-bottom: 0;
}

/* White 50/50 form */
@media (max-width: 768px) {
  .white-50-form {
    margin: 0 -15px;
  }
  .white-50-form:not(.reverse) > .container > .row > [class^=col]:nth-child(2), .white-50-form:not(.reverse) > .container > .overviewBlock > [class^=col]:nth-child(2) {
    padding: 0 calc(15px + 1rem);
  }
  .white-50-form.reverse > .container > .row > [class^=col]:first-child, .white-50-form.reverse > .container > .overviewBlock > [class^=col]:first-child {
    padding: 0 calc(15px + 1rem);
  }
}

.block_gr_downloads .gr-countries a {
  margin: 0.5rem 2rem;
}
.block_gr_downloads .gr-categories {
  font-family: "Open Sans";
  font-size: 18px;
}
.block_gr_downloads .gr-categories ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.block_gr_downloads .gr-categories ul li {
  margin: 0 0 1rem 0;
  padding: 0;
}
.block_gr_downloads .gr-categories ul li.active {
  font-weight: bold;
}
.block_gr_downloads .gr-products {
  margin: 0 0 5rem 0;
}
.block_gr_downloads .gr-products img {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .block_gr_downloads .gr-products .table-headers div[class^=col-],
  .block_gr_downloads .gr-products .table-row div[class^=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .block_gr_downloads .gr-products .table-headers {
    display: none;
  }
}
.block_gr_downloads .gr-products .table-headers p {
  margin: 0;
  padding: 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (min-width: 768px) {
  .block_gr_downloads .gr-products .table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .block_gr_downloads .gr-products .table-row {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .block_gr_downloads .gr-products .table-row > div:last-child a {
    font-family: "Open Sans";
    text-transform: initial;
    padding: 0.7rem 1rem;
    background: #28215E;
    letter-spacing: normal;
    color: #ffffff;
    font-weight: 700;
    border: 0;
    border-radius: 5px;
  }
  .block_gr_downloads .gr-products .table-row > div:last-child a:hover, .block_gr_downloads .gr-products .table-row > div:last-child a:focus, .block_gr_downloads .gr-products .table-row > div:last-child a:active {
    background: none;
    color: #28215E;
  }
  .block_gr_downloads .gr-products .table-row > div:last-child a.btn-theme:hover, .block_gr_downloads .gr-products .table-row > div:last-child a.btn-theme:focus, .block_gr_downloads .gr-products .table-row > div:last-child a.btn-theme:active, .block_gr_downloads .gr-products .table-row > div:last-child a.btn-green:hover, .block_gr_downloads .gr-products .table-row > div:last-child a.btn-cta:hover, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-tertiary:hover, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-transparent:hover, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-blue:hover, .block_gr_downloads .gr-products .table-row > div:last-child #iframePopup a.iframePopupCancel:hover, #iframePopup .block_gr_downloads .gr-products .table-row > div:last-child a.iframePopupCancel:hover,
  .block_gr_downloads .gr-products .table-row > div:last-child #iframePopup a.iframePopupSubmit:hover,
  #iframePopup .block_gr_downloads .gr-products .table-row > div:last-child a.iframePopupSubmit:hover, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-blue-invert:hover, .block_gr_downloads .gr-products .table-row > div:last-child a.btn-green:focus, .block_gr_downloads .gr-products .table-row > div:last-child a.btn-cta:focus, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-tertiary:focus, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-transparent:focus, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-blue:focus, .block_gr_downloads .gr-products .table-row > div:last-child #iframePopup a.iframePopupCancel:focus, #iframePopup .block_gr_downloads .gr-products .table-row > div:last-child a.iframePopupCancel:focus,
  .block_gr_downloads .gr-products .table-row > div:last-child #iframePopup a.iframePopupSubmit:focus,
  #iframePopup .block_gr_downloads .gr-products .table-row > div:last-child a.iframePopupSubmit:focus, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-blue-invert:focus, .block_gr_downloads .gr-products .table-row > div:last-child a.btn-green:active, .block_gr_downloads .gr-products .table-row > div:last-child a.btn-cta:active, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-tertiary:active, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-transparent:active, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-blue:active, .block_gr_downloads .gr-products .table-row > div:last-child #iframePopup a.iframePopupCancel:active, #iframePopup .block_gr_downloads .gr-products .table-row > div:last-child a.iframePopupCancel:active,
  .block_gr_downloads .gr-products .table-row > div:last-child #iframePopup a.iframePopupSubmit:active,
  #iframePopup .block_gr_downloads .gr-products .table-row > div:last-child a.iframePopupSubmit:active, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-blue-invert:active {
    background: #246FC6;
    border-color: #246FC6;
  }
  .block_gr_downloads .gr-products .table-row > div:last-child a.btn-yellow {
    background: #ffdb00;
    color: #28215E !important;
  }
  .block_gr_downloads .gr-products .table-row > div:last-child a.btn-yellow:hover, .block_gr_downloads .gr-products .table-row > div:last-child a.btn-yellow:focus, .block_gr_downloads .gr-products .table-row > div:last-child a.btn-yellow:active {
    background: #246FC6;
    color: #ffffff !important;
  }
  .block_gr_downloads .gr-products .table-row > div:last-child a.btn-blue {
    background: #28215E;
    color: #ffffff !important;
  }
  .block_gr_downloads .gr-products .table-row > div:last-child a.btn-blue:hover, .block_gr_downloads .gr-products .table-row > div:last-child a.btn-blue:focus, .block_gr_downloads .gr-products .table-row > div:last-child a.btn-blue:active {
    background: #246FC6;
    color: #ffffff !important;
  }
  .block_gr_downloads .gr-products .table-row > div:last-child a.btn-inverted, .block_gr_downloads .gr-products .table-row > div:last-child a.btn-cta, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-tertiary, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-transparent, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-blue, .block_gr_downloads .gr-products .table-row > div:last-child #iframePopup a.iframePopupCancel, #iframePopup .block_gr_downloads .gr-products .table-row > div:last-child a.iframePopupCancel,
  .block_gr_downloads .gr-products .table-row > div:last-child #iframePopup a.iframePopupSubmit,
  #iframePopup .block_gr_downloads .gr-products .table-row > div:last-child a.iframePopupSubmit, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-blue-invert {
    background: none;
    border-color: #28215E;
    color: #28215E;
  }
  .block_gr_downloads .gr-products .table-row > div:last-child a.btn-inverted:hover, .block_gr_downloads .gr-products .table-row > div:last-child a.btn-cta:hover, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-tertiary:hover, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-transparent:hover, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-blue:hover, .block_gr_downloads .gr-products .table-row > div:last-child #iframePopup a.iframePopupCancel:hover, #iframePopup .block_gr_downloads .gr-products .table-row > div:last-child a.iframePopupCancel:hover,
  .block_gr_downloads .gr-products .table-row > div:last-child #iframePopup a.iframePopupSubmit:hover,
  #iframePopup .block_gr_downloads .gr-products .table-row > div:last-child a.iframePopupSubmit:hover, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-blue-invert:hover, .block_gr_downloads .gr-products .table-row > div:last-child a.btn-inverted:focus, .block_gr_downloads .gr-products .table-row > div:last-child a.btn-cta:focus, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-tertiary:focus, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-transparent:focus, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-blue:focus, .block_gr_downloads .gr-products .table-row > div:last-child #iframePopup a.iframePopupCancel:focus, #iframePopup .block_gr_downloads .gr-products .table-row > div:last-child a.iframePopupCancel:focus,
  .block_gr_downloads .gr-products .table-row > div:last-child #iframePopup a.iframePopupSubmit:focus,
  #iframePopup .block_gr_downloads .gr-products .table-row > div:last-child a.iframePopupSubmit:focus, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-blue-invert:focus, .block_gr_downloads .gr-products .table-row > div:last-child a.btn-inverted:active, .block_gr_downloads .gr-products .table-row > div:last-child a.btn-cta:active, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-tertiary:active, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-transparent:active, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-blue:active, .block_gr_downloads .gr-products .table-row > div:last-child #iframePopup a.iframePopupCancel:active, #iframePopup .block_gr_downloads .gr-products .table-row > div:last-child a.iframePopupCancel:active,
  .block_gr_downloads .gr-products .table-row > div:last-child #iframePopup a.iframePopupSubmit:active,
  #iframePopup .block_gr_downloads .gr-products .table-row > div:last-child a.iframePopupSubmit:active, .block_gr_downloads .gr-products .table-row > div:last-child a.cta-blue-invert:active {
    background: #28215E;
    border-color: #28215E;
    color: #ffffff;
    cursor: pointer;
  }
}
.block_gr_downloads .gr-downloads {
  margin: 0 0 5rem 0;
}
.block_gr_downloads .gr-downloads .table-headers p {
  margin: 0;
  padding: 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 767px) {
  .block_gr_downloads .gr-downloads .table-headers {
    display: none;
  }
}
@media (max-width: 767px) {
  .block_gr_downloads .gr-downloads .table-row {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .block_gr_downloads .gr-downloads .table-row > div:nth-child(odd) {
    text-align: center;
  }
  .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a {
    font-family: "Open Sans";
    text-transform: initial;
    padding: 0.7rem 1rem;
    background: #28215E;
    letter-spacing: normal;
    color: #ffffff;
    font-weight: 700;
    border: 0;
    border-radius: 5px;
    margin-bottom: 1rem;
  }
  .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a:hover, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a:focus, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a:active {
    background: none;
    color: #28215E;
  }
  .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-theme:hover, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-theme:focus, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-theme:active, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-green:hover, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-cta:hover, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-tertiary:hover, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-transparent:hover, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-blue:hover, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) #iframePopup a.iframePopupCancel:hover, #iframePopup .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.iframePopupCancel:hover,
  .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) #iframePopup a.iframePopupSubmit:hover,
  #iframePopup .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.iframePopupSubmit:hover, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-blue-invert:hover, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-green:focus, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-cta:focus, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-tertiary:focus, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-transparent:focus, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-blue:focus, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) #iframePopup a.iframePopupCancel:focus, #iframePopup .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.iframePopupCancel:focus,
  .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) #iframePopup a.iframePopupSubmit:focus,
  #iframePopup .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.iframePopupSubmit:focus, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-blue-invert:focus, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-green:active, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-cta:active, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-tertiary:active, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-transparent:active, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-blue:active, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) #iframePopup a.iframePopupCancel:active, #iframePopup .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.iframePopupCancel:active,
  .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) #iframePopup a.iframePopupSubmit:active,
  #iframePopup .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.iframePopupSubmit:active, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-blue-invert:active {
    background: #246FC6;
    border-color: #246FC6;
  }
  .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-yellow {
    background: #ffdb00;
    color: #28215E !important;
  }
  .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-yellow:hover, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-yellow:focus, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-yellow:active {
    background: #246FC6;
    color: #ffffff !important;
  }
  .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-blue {
    background: #28215E;
    color: #ffffff !important;
  }
  .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-blue:hover, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-blue:focus, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-blue:active {
    background: #246FC6;
    color: #ffffff !important;
  }
  .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-inverted, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-cta, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-tertiary, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-transparent, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-blue, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) #iframePopup a.iframePopupCancel, #iframePopup .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.iframePopupCancel,
  .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) #iframePopup a.iframePopupSubmit,
  #iframePopup .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.iframePopupSubmit, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-blue-invert {
    background: none;
    border-color: #28215E;
    color: #28215E;
  }
  .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-inverted:hover, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-cta:hover, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-tertiary:hover, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-transparent:hover, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-blue:hover, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) #iframePopup a.iframePopupCancel:hover, #iframePopup .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.iframePopupCancel:hover,
  .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) #iframePopup a.iframePopupSubmit:hover,
  #iframePopup .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.iframePopupSubmit:hover, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-blue-invert:hover, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-inverted:focus, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-cta:focus, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-tertiary:focus, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-transparent:focus, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-blue:focus, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) #iframePopup a.iframePopupCancel:focus, #iframePopup .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.iframePopupCancel:focus,
  .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) #iframePopup a.iframePopupSubmit:focus,
  #iframePopup .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.iframePopupSubmit:focus, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-blue-invert:focus, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-inverted:active, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.btn-cta:active, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-tertiary:active, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-transparent:active, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-blue:active, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) #iframePopup a.iframePopupCancel:active, #iframePopup .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.iframePopupCancel:active,
  .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) #iframePopup a.iframePopupSubmit:active,
  #iframePopup .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.iframePopupSubmit:active, .block_gr_downloads .gr-downloads .table-row > div:nth-child(even) a.cta-blue-invert:active {
    background: #28215E;
    border-color: #28215E;
    color: #ffffff;
    cursor: pointer;
  }
}

.sb-login {
  max-width: 350px;
  margin: 0 auto;
}
.sb-login-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 1rem 0;
  color: #28215E;
}
.sb-login-header i, .sb-login-header svg {
  margin: 0 1rem 0 0;
  line-height: normal;
  height: auto;
}
.sb-login-body input[type=text],
.sb-login-body input[type=password] {
  border: 1px solid #cac6eb;
  padding: 0.5rem 1.5rem;
  margin: 0 0 0.5rem 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
}
.sb-login-body input[type=submit] {
  font-family: "Open Sans";
  text-transform: initial;
  padding: 0.7rem 1rem;
  background: #28215E;
  letter-spacing: normal;
  color: #ffffff;
  font-weight: 700;
  border: 0;
  border-radius: 5px;
}
.sb-login-body input[type=submit]:hover, .sb-login-body input[type=submit]:focus, .sb-login-body input[type=submit]:active {
  background: none;
  color: #28215E;
}
.sb-login-body input[type=submit].btn-theme:hover, .sb-login-body input[type=submit].btn-theme:focus, .sb-login-body input[type=submit].btn-theme:active, .sb-login-body input[type=submit].btn-green:hover, .sb-login-body input[type=submit].btn-cta:hover, .sb-login-body input[type=submit].cta-tertiary:hover, .sb-login-body input[type=submit].cta-transparent:hover, .sb-login-body input[type=submit].cta-blue:hover, .sb-login-body #iframePopup input[type=submit].iframePopupCancel:hover, #iframePopup .sb-login-body input[type=submit].iframePopupCancel:hover,
.sb-login-body #iframePopup input[type=submit].iframePopupSubmit:hover,
#iframePopup .sb-login-body input[type=submit].iframePopupSubmit:hover, .sb-login-body input[type=submit].cta-blue-invert:hover, .sb-login-body input[type=submit].btn-green:focus, .sb-login-body input[type=submit].btn-cta:focus, .sb-login-body input[type=submit].cta-tertiary:focus, .sb-login-body input[type=submit].cta-transparent:focus, .sb-login-body input[type=submit].cta-blue:focus, .sb-login-body #iframePopup input[type=submit].iframePopupCancel:focus, #iframePopup .sb-login-body input[type=submit].iframePopupCancel:focus,
.sb-login-body #iframePopup input[type=submit].iframePopupSubmit:focus,
#iframePopup .sb-login-body input[type=submit].iframePopupSubmit:focus, .sb-login-body input[type=submit].cta-blue-invert:focus, .sb-login-body input[type=submit].btn-green:active, .sb-login-body input[type=submit].btn-cta:active, .sb-login-body input[type=submit].cta-tertiary:active, .sb-login-body input[type=submit].cta-transparent:active, .sb-login-body input[type=submit].cta-blue:active, .sb-login-body #iframePopup input[type=submit].iframePopupCancel:active, #iframePopup .sb-login-body input[type=submit].iframePopupCancel:active,
.sb-login-body #iframePopup input[type=submit].iframePopupSubmit:active,
#iframePopup .sb-login-body input[type=submit].iframePopupSubmit:active, .sb-login-body input[type=submit].cta-blue-invert:active {
  background: #246FC6;
  border-color: #246FC6;
}
.sb-login-body input[type=submit].btn-yellow {
  background: #ffdb00;
  color: #28215E !important;
}
.sb-login-body input[type=submit].btn-yellow:hover, .sb-login-body input[type=submit].btn-yellow:focus, .sb-login-body input[type=submit].btn-yellow:active {
  background: #246FC6;
  color: #ffffff !important;
}
.sb-login-body input[type=submit].btn-blue {
  background: #28215E;
  color: #ffffff !important;
}
.sb-login-body input[type=submit].btn-blue:hover, .sb-login-body input[type=submit].btn-blue:focus, .sb-login-body input[type=submit].btn-blue:active {
  background: #246FC6;
  color: #ffffff !important;
}
.sb-login-body input[type=submit].btn-inverted, .sb-login-body input[type=submit].btn-cta, .sb-login-body input[type=submit].cta-tertiary, .sb-login-body input[type=submit].cta-transparent, .sb-login-body input[type=submit].cta-blue, .sb-login-body #iframePopup input[type=submit].iframePopupCancel, #iframePopup .sb-login-body input[type=submit].iframePopupCancel,
.sb-login-body #iframePopup input[type=submit].iframePopupSubmit,
#iframePopup .sb-login-body input[type=submit].iframePopupSubmit, .sb-login-body input[type=submit].cta-blue-invert {
  background: none;
  border-color: #28215E;
  color: #28215E;
}
.sb-login-body input[type=submit].btn-inverted:hover, .sb-login-body input[type=submit].btn-cta:hover, .sb-login-body input[type=submit].cta-tertiary:hover, .sb-login-body input[type=submit].cta-transparent:hover, .sb-login-body input[type=submit].cta-blue:hover, .sb-login-body #iframePopup input[type=submit].iframePopupCancel:hover, #iframePopup .sb-login-body input[type=submit].iframePopupCancel:hover,
.sb-login-body #iframePopup input[type=submit].iframePopupSubmit:hover,
#iframePopup .sb-login-body input[type=submit].iframePopupSubmit:hover, .sb-login-body input[type=submit].cta-blue-invert:hover, .sb-login-body input[type=submit].btn-inverted:focus, .sb-login-body input[type=submit].btn-cta:focus, .sb-login-body input[type=submit].cta-tertiary:focus, .sb-login-body input[type=submit].cta-transparent:focus, .sb-login-body input[type=submit].cta-blue:focus, .sb-login-body #iframePopup input[type=submit].iframePopupCancel:focus, #iframePopup .sb-login-body input[type=submit].iframePopupCancel:focus,
.sb-login-body #iframePopup input[type=submit].iframePopupSubmit:focus,
#iframePopup .sb-login-body input[type=submit].iframePopupSubmit:focus, .sb-login-body input[type=submit].cta-blue-invert:focus, .sb-login-body input[type=submit].btn-inverted:active, .sb-login-body input[type=submit].btn-cta:active, .sb-login-body input[type=submit].cta-tertiary:active, .sb-login-body input[type=submit].cta-transparent:active, .sb-login-body input[type=submit].cta-blue:active, .sb-login-body #iframePopup input[type=submit].iframePopupCancel:active, #iframePopup .sb-login-body input[type=submit].iframePopupCancel:active,
.sb-login-body #iframePopup input[type=submit].iframePopupSubmit:active,
#iframePopup .sb-login-body input[type=submit].iframePopupSubmit:active, .sb-login-body input[type=submit].cta-blue-invert:active {
  background: #28215E;
  border-color: #28215E;
  color: #ffffff;
  cursor: pointer;
}
.sb-login-body label {
  display: block;
  width: 100%;
  margin: 0 0 0.5rem 0;
}
.sb-login-body .error-message {
  display: none;
  background: #F44336;
  color: white;
  font-size: 14px;
  border-radius: 50px;
}
.sb-login-body .error-message p {
  margin: 0;
  padding: 0.5rem 1rem;
}
.sb-login-body .button-wrapper {
  margin: 1rem 0 0 0;
}
.sb-login-body .button-wrapper .login-button {
  margin: 0 0 1rem 0;
}
.sb-login-body .links {
  font-size: 14px;
}
.sb-login-body .links a {
  display: block;
  margin: 0.5rem 0;
}

.blog-feed {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.blog-feed [class^=col] {
  margin: 0 -0.3px;
}
.blog-feed a {
  text-decoration: none;
  color: #333333;
}
.blog-feed a:hover {
  color: #333333;
  text-decoration: none;
}

.blog-item-wrapper:nth-child(n+4) {
  display: none;
}

.blog-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding-bottom: 30px;
  height: 100%;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.blog-item h3 {
  font-weight: bold;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
.blog-item-image {
  position: relative;
  min-height: 270px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #D5D5D5;
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog-item-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.blog-item-highlight {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #CD1719;
  color: #ffffff;
  font-weight: bold;
  padding: 8px 12px;
}
.blog-item-content {
  background: #F6F6F6;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.blog-item-tags {
  font-size: 14px;
  color: #28215E;
}
.blog-item-tag:not(:last-child):after {
  content: ", ";
}
.blog-item-date {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 2rem;
}
.blog-item-more {
  margin-top: auto;
  color: #28215E;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-item-more i {
  margin-left: 10px;
}

.blog-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (min-width: 992px) {
  .blog-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .blog-wrapper .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .blog-wrapper .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.blog-sidebar h1, .blog-sidebar h2, .blog-sidebar h3, .blog-sidebar h4 {
  font-weight: bold;
}

.blog-categories {
  padding-left: 0;
  list-style: none;
}
.blog-categories li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #28215E;
  border-bottom: 1px solid rgba(40, 33, 94, 0.5);
  padding: 1rem 0;
  cursor: pointer;
}
.blog-categories li > div {
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.blog-categories li.active .blog-category-name, .blog-categories li:hover .blog-category-name, .blog-categories li:active .blog-category-name, .blog-categories li:focus .blog-category-name {
  color: #CD1719;
}

.blog-recent-articles {
  list-style: none;
  padding-left: 0;
}
.blog-recent-articles a {
  display: block;
  text-decoration: none;
}
.blog-recent-articles a:hover h4, .blog-recent-articles a:focus h4, .blog-recent-articles a:active h4 {
  color: #246FC6;
}
.blog-recent-articles h4 {
  margin-top: 0;
  -webkit-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.blog-recent-articles li {
  /*padding: 2rem 0;
  &:not(:last-child) {
    border-bottom: 1px solid rgba($primary-color, 0.5);
  }*/
}
.blog-recent-articles .blog-item-date {
  margin-bottom: 0;
}

.blog-recent-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-recent-article-image {
  position: relative;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blog-search {
  position: relative;
  height: 50px;
}
.blog-search #blog_search {
  width: 100%;
  height: 50px;
  padding-right: 50px;
}
.blog-search #blog_search:hover, .blog-search #blog_search:focus {
  outline: none;
  border-color: #CD1719;
}
.blog-search-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background: transparent;
  border: none;
}

.blog-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 10px;
}

.blog-tag {
  border: 1px solid rgba(40, 33, 94, 0.5);
  color: #28215E;
  padding: 1rem;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.blog-tag.active, .blog-tag.always-active, .blog-tag:hover, .blog-tag:active, .blog-tag:focus {
  color: #CD1719;
  border-color: rgba(205, 23, 25, 0.5);
}

.blog-post h1,
.blog-post h2 {
  float: none;
  width: 100%;
  display: block;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
.blog-post a.to-overview {
  color: #28215E;
  text-decoration: none;
  margin-bottom: 22px;
  display: block;
}
.blog-post a.to-overview:hover, .blog-post a.to-overview:focus {
  color: #CD1719;
  text-decoration: none;
}
.blog-post-content .row.padding, .blog-post-content .padding.overviewBlock {
  padding-top: 3rem !important;
}

.blog-post-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.blog-post-social .share-social {
  cursor: pointer;
}
.blog-post-social .share-social i {
  font-size: 20px;
  margin-left: 1em;
  color: #CD1719;
}

.block_subpages_overview .sb-iblog,
.sb-iblog {
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .block_subpages_overview .sb-iblog > .block_image:nth-child(2),
  .sb-iblog > .block_image:nth-child(2) {
    display: none;
  }
}
.block_subpages_overview .sb-iblog .paging,
.sb-iblog .paging {
  margin-bottom: 4rem !important;
}

.customTabContainer {
  position: relative;
  float: left;
  display: block;
  clear: both;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 70px;
}
.customTabContainer .customTabLabel {
  position: relative;
  background-color: #F6F6F6;
  float: left;
  clear: unset;
  border-right: solid 2px #D5D5D5;
  text-align: center;
  line-height: 2em;
  cursor: pointer;
  margin-bottom: 70px;
}
.customTabContainer .customTabLabel h2 {
  color: #000000;
}
.customTabContainer .customTabLabel.customTabActive {
  background-color: #28215E;
}
.customTabContainer .customTabLabel.customTabActive h2 {
  color: #ffffff;
}
.customTabContainer .customTabLabel.customTabActive:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #28215E;
  border-width: 18px;
  margin-left: -18px;
}
.customTabContainer .customTabLabel h2 {
  font-size: 18px;
  margin: 20px 0;
}
.customTabContainer .customTabLabel.last {
  border-right-width: 0;
}
.customTabContainer .customAccordionContent {
  margin: 0 auto;
  width: 80%;
}
.customTabContainer .customAccordionLabel {
  cursor: pointer;
  border-bottom: solid 2px #F6F6F6;
}
.customTabContainer .customAccordionLabel.first {
  margin-top: 50px;
}
.customTabContainer .customAccordionLabel h3 {
  text-align: center;
  color: #D5D5D5;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}
.customTabContainer .customAccordionLabel.customAccordionActive h3 {
  color: #28215E;
}
.customTabContainer .customAccordionLabel h3:after {
  content: "\f106";
  color: black;
  font-weight: bolder;
  font-size: 2rem;
  margin-left: 15px;
  font-family: "FontAwesome";
}
.customTabContainer .customAccordionLabel.customAccordionActive h3:after {
  content: "\f107";
  color: #28215E;
}

@media (max-width: 767px) {
  .customTabContainer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .customTabContainer .customTabLabel {
    clear: both;
    width: 80% !important;
    border-right-width: 0;
    border-bottom: solid 2px #d2d3d5;
    margin: 0;
  }
  .customTabContainer .customTabContent {
    width: 100%;
  }
  .customTabContainer .customTabActive:after {
    display: none;
  }
  .customTabContainer .customAccordionContent {
    margin: 0;
    width: 100%;
  }
}
.shine-box {
  overflow: hidden;
  pointer-events: none;
  position: relative;
}
.shine-box::before {
  position: absolute;
  pointer-events: none;
  content: "";
  width: 70px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: skew(-50deg);
          transform: skew(-50deg);
  -webkit-animation: shine 4s ease infinite;
          animation: shine 4s ease infinite;
}

#expertise-floating-button {
  pointer-events: auto;
  white-space: nowrap;
}

#mobile-phone-cta {
  pointer-events: auto;
}

.slider-item, .slider-item-large {
  display: none;
  position: relative;
}
.slider-item.show, .slider-item-large.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mp-cms-editmode .slider-item, .mp-cms-editmode .slider-item-large {
  display: block;
}

.slider-wrapper, .slider-container {
  min-width: 100%;
  width: 100%;
}

.slider-container {
  float: left;
  position: relative;
  margin-bottom: 3rem;
}
.slider-container .slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .slider-container .slider-wrapper {
    height: auto !important;
  }
}
.slider-container .slider-item, .slider-container .slider-item-large {
  -webkit-box-flex: 33%;
      -ms-flex: 33% 1 0px;
          flex: 33% 1 0;
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
@media screen and (max-width: 768px) {
  .slider-container .slider-item, .slider-container .slider-item-large {
    -webkit-box-flex: 100%;
        -ms-flex: 100% 1 0px;
            flex: 100% 1 0;
  }
}
.slider-container .slider-item.active, .slider-container .slider-item-large.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.slider-container .slider-item .speech-bubble, .slider-container .slider-item-large .speech-bubble {
  background: #F6F6F6;
  padding: 3rem 2rem;
  margin-bottom: 3rem;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.slider-container .slider-item .speech-bubble::before, .slider-container .slider-item-large .speech-bubble::before {
  content: "";
  height: 0;
  width: 0;
  border-top: 25px solid #F6F6F6;
  border-right: 20px solid transparent;
  position: absolute;
  bottom: -25px;
  left: 30px;
}
.slider-container .slider-controls-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.slider-container .slider-controls-wrapper i {
  color: #CD1719;
  width: 30px;
  height: 30px;
  border: 1px solid #CD1719;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-container .slider-controls-wrapper i:hover {
  cursor: pointer;
}
.slider-container .slider-controls-wrapper i:first-child {
  margin-right: 10px;
}
.slider-container.large {
  display: block;
}
@media screen and (min-width: 769px) {
  .slider-container.large {
    min-height: 950px;
  }
}
.slider-container.large .slider-item-large {
  margin-bottom: 4rem;
}
.slider-container.large .slider-wrapper {
  height: auto;
}
@media screen and (max-width: 768px) {
  .slider-container.large .slider-wrapper {
    max-width: 80vw;
    min-width: 80vw;
    width: 80vw;
    margin: auto;
  }
}
.slider-container.large .slider-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  color: #28215E;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  cursor: pointer;
  -webkit-transition: right 250ms ease-out, left 250ms ease-out;
  transition: right 250ms ease-out, left 250ms ease-out;
}
.slider-container.large .slider-control.next {
  right: -35px;
}
.slider-container.large .slider-control.next:hover, .slider-container.large .slider-control.next:focus {
  right: -42px;
}
@media screen and (max-width: 768px) {
  .slider-container.large .slider-control.next {
    right: 0;
  }
  .slider-container.large .slider-control.next:hover, .slider-container.large .slider-control.next:focus {
    right: -7px;
  }
}
.slider-container.large .slider-control.prev {
  left: -35px;
}
.slider-container.large .slider-control.prev:hover, .slider-container.large .slider-control.prev:focus {
  left: -42px;
}
@media screen and (max-width: 768px) {
  .slider-container.large .slider-control.prev {
    left: 0;
  }
  .slider-container.large .slider-control.prev:hover, .slider-container.large .slider-control.prev:focus {
    left: -7px;
  }
}

@media screen and (min-width: 769px) {
  .review-page .slider-container.large {
    min-height: 690px;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.show, .fade.in {
  opacity: 1;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 2rem * 2);
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 0 solid #e5e5e5;
  border-radius: 0;
}
.modal-header .close {
  padding: 1rem 1.5rem;
  margin: -1.5rem -1.5rem -1.5rem auto;
  border: none;
  background: #ffffff;
  color: #28215E;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 4rem;
  border-top: 1px solid #e5e5e5;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-content {
    -webkit-box-shadow: 0 0 19px -5px rgba(127, 127, 127, 0.8);
            box-shadow: 0 0 19px -5px rgba(127, 127, 127, 0.8);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .modal-lg {
    max-width: 900px;
  }
}
.overviewBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
  /*
  jobs buttons cards
   */
}
.overviewBlock .subpage-overview {
  float: none;
  margin-bottom: 30px;
}
.overviewBlock .subpage-overview-title a {
  font-size: 18px;
  color: #28215E;
  font-weight: bold;
}
.overviewBlock .subpage-overview-subtitle a {
  margin-bottom: 0.75rem;
}
.overviewBlock .subpage-overview-description a {
  margin-bottom: 1rem;
}
.overviewBlock .subpage-overview-readmore {
  margin-top: auto;
}
.overviewBlock .subpage-overview-readmore a {
  color: #28215E;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overviewBlock .subpage-overview-readmore a i {
  margin-left: 0.6em;
}
.overviewBlock .subpage-overview.jobs .subpage-overview-info {
  background: #F6F6F6;
  padding: 3rem 4rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.overviewBlock .subpage-overview.jobs .subpage-overview-subtitle a {
  color: #CD1719;
}
.overviewBlock .cta-blue, .overviewBlock #iframePopup .iframePopupCancel, #iframePopup .overviewBlock .iframePopupCancel,
.overviewBlock #iframePopup .iframePopupSubmit,
#iframePopup .overviewBlock .iframePopupSubmit, .overviewBlock input[type=file] + label, .overviewBlock .cta-blue-invert {
  color: #28215E;
}
.overviewBlock .cta-blue:hover, .overviewBlock #iframePopup .iframePopupCancel:hover, #iframePopup .overviewBlock .iframePopupCancel:hover,
.overviewBlock #iframePopup .iframePopupSubmit:hover,
#iframePopup .overviewBlock .iframePopupSubmit:hover, .overviewBlock input[type=file] + label:hover, .overviewBlock .cta-blue-invert:hover {
  color: #ffffff;
}
.overviewBlock .cta-blue-jobs {
  background: transparent !important;
  border: 2px solid #28215E !important;
  color: #28215E !important;
  padding: 1rem 2rem;
  min-width: 230px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
  height: 47.2px;
}
.overviewBlock .cta-blue-jobs:hover {
  background-color: #28215E !important;
  color: #ffffff !important;
}

#reloader-bg,
.popup-outer-bg,
div.popup-outer-bg {
  background: #bbb;
}

#iframePopup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1025;
  font-family: "Open Sans" !important;
}

#iframePopupBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
}

#iframePopupBox {
  position: relative;
  width: 500px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 5;
  overflow: hidden;
}

#iframePopupContent {
  position: relative;
  width: 100%;
  float: left;
  display: block;
  padding: 0;
  color: #333333 !important;
}

#iframePopupInput {
  width: 50px;
  text-align: center;
  font-weight: bold;
}

#iframePopup .iframePopupButtonBox {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  display: block;
  margin-top: 10px;
  background: #f5f5f5;
}

#iframePopup .iframePopupButtonBoxContent {
  position: relative;
  padding: 12px 15px;
  text-align: right;
}

#iframePopup .iframePopupContent {
  position: relative;
  float: left;
  width: auto;
  clear: both;
  display: block;
  padding: 20px;
}

#iframePopup .iframePopupContent .iframePopupTitle {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  display: block;
  margin: 0 0 10px 0 !important;
  padding: 0;
  font-size: 20px !important;
  line-height: normal;
  font-weight: bold;
}

#iframePopup .iframePopupContent .iframePopupMessage {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  display: block;
  font-size: 16px !important;
  line-height: 1.6 !important;
}
#iframePopup .iframePopupContent .iframePopupMessage h1 {
  font-size: 1.2rem;
}

#iframePopup #iframePopupAlert .iframePopupContent .iframePopupTitle {
  color: #b20000 !important;
}

#iframePopup .iframePopupType {
  position: relative;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  display: none;
}

#iframePopup .iframePopupCancel,
#iframePopup .iframePopupSubmit {
  border-radius: 5px !important;
  margin-top: 0 !important;
}

#iframePopup .iframePopupContent .noticebox {
  position: relative;
  float: left;
  display: block;
  clear: both;
  width: 100%;
  background: #eee;
  color: #888;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}

#iframePopup .iframePopupContent .noticebox p {
  position: relative;
  padding: 10px;
}

#iframePopup .iframePopupContent .noticebox.red {
  background: #EE4C4C url("http://cmsengine.technieken.be/2.0.10/assets/img/icons/gplus/white/exclamation2.png") no-repeat 10px 10px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

#iframePopup .iframePopupContent .noticebox.red p {
  padding-left: 35px;
  font-weight: bold;
}

#iframePopup .iframePopupContent .addpadding {
  padding: 10px;
}

#iframePopup .iframePopupContent .fullwidth {
  width: 100%;
}

#iframePopup .iframePopupContent .containerbox {
  position: relative;
  float: left;
  display: block;
  clear: both;
  width: 100%;
}

ul.search {
  list-style: none;
  padding-left: 0;
}
ul.search li {
  padding: 0.5rem 0;
}
ul.search li:not(:first-child) {
  border-top: 1px solid #D5D5D5;
}
ul.search li a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: 250ms, ease-out;
  transition: 250ms, ease-out;
}
ul.search li a:hover, ul.search li a:focus, ul.search li a:active {
  color: #CD1719;
}
ul.search li a:hover .search-title, ul.search li a:focus .search-title, ul.search li a:active .search-title {
  text-decoration: underline;
}
ul.search li .search-info .search-title {
  display: block;
  color: #28215E;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
ul.search li .search-info .search-description {
  display: block;
  margin: 0 0 1rem 0;
}

.promo-sphere {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #CD1719;
  position: absolute;
  bottom: 70px;
  right: -70px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  z-index: 10;
}
.promo-sphere a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  color: #ffffff !important;
  text-decoration: none !important;
  line-height: 1.2;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding: 1em;
}
.promo-sphere a.text-small {
  font-size: 12px;
}
.footer-banner-form .promo-sphere {
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .footer-banner-form .promo-sphere {
    position: relative;
    top: 0;
    bottom: unset;
    right: unset;
    margin: auto;
  }
}
.expertise-row .form-wrapper .promo-sphere {
  top: -60px;
  left: -60px;
}
@media (max-width: 767px) {
  .expertise-row .form-wrapper .promo-sphere {
    position: relative;
    top: 0;
    bottom: unset;
    right: unset;
    left: unset;
    margin: auto auto 1rem auto;
  }
}
@media (max-width: 767px) {
  .promo-sphere {
    bottom: unset;
    top: 35px;
    right: 5px;
  }
}
.promo-sphere.sphere-large {
  width: 170px;
  height: 170px;
  bottom: 11px;
  right: -13px;
}
.promo-sphere.sphere-large a {
  width: 170px;
  height: 170px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .promo-sphere.sphere-large {
    position: absolute;
    top: unset;
    bottom: 0;
    right: 15px;
    left: unset;
    border-radius: 0;
    width: calc(100% - 80px);
    height: 50px;
  }
  .promo-sphere.sphere-large a {
    height: auto;
    width: auto;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .promo-sphere.sphere-large {
    right: 0;
    width: 100%;
  }
}
.expertise-row .form-wrapper .promo-sphere.sphere-large {
  top: -83px;
  left: -15px;
}
@media (max-width: 1399px) {
  .expertise-row .form-wrapper .promo-sphere.sphere-large {
    position: absolute;
    top: unset;
    bottom: 60px;
    right: 15px;
    left: unset;
    border-radius: 0;
    width: calc(100% - 30px);
    height: 50px;
  }
  .expertise-row .form-wrapper .promo-sphere.sphere-large a {
    height: auto;
    width: auto;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .expertise-row .form-wrapper .promo-sphere.sphere-large {
    position: relative;
    margin-bottom: 1.5rem;
    right: 0;
    width: 100%;
    bottom: 0;
  }
}
.footer-banner-form .promo-sphere.sphere-large {
  bottom: -70px;
  right: 0;
}
@media (max-width: 1024px) {
  .footer-banner-form .promo-sphere.sphere-large {
    position: absolute;
    top: unset;
    bottom: -60px;
    right: 0;
    left: unset;
    border-radius: 0;
    width: 100%;
    height: 50px;
  }
  .footer-banner-form .promo-sphere.sphere-large a {
    height: auto;
    width: auto;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .footer-banner-form .promo-sphere.sphere-large {
    position: relative;
    margin-bottom: 1.5rem;
    right: 0;
    width: 100%;
    bottom: 0;
  }
}

.batibouw-modal .modal-body {
  padding: 0 2rem 2rem 2rem;
}
@media (min-width: 768px) {
  .batibouw-modal .modal-body {
    overflow: hidden;
    padding: 0;
    background: url("../images/batibouw-bg.jpg") no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.batibouw-modal .modal-body h2 {
  margin-top: 0;
}
.batibouw-modal .modal-body .batibouw-logo {
  position: absolute;
  top: -60px;
  left: -50px;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px;
}
.batibouw-modal .modal-body .batibouw-logo img {
  width: 160px;
  height: 160px;
}
@media (max-width: 767px) {
  .batibouw-modal .modal-body .batibouw-logo {
    display: none;
  }
}
.batibouw-modal .modal-body .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .batibouw-modal .modal-body .text-wrapper {
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    width: 540px;
    height: 570px;
    padding: 4rem 4rem 4rem 5rem;
    background: rgba(255, 255, 255, 0.7);
  }
}
.batibouw-modal .modal-body .text-wrapper .btn, .batibouw-modal .modal-body .text-wrapper .btn-cta, .batibouw-modal .modal-body .text-wrapper .cta-tertiary, .batibouw-modal .modal-body .text-wrapper .cta-transparent, .batibouw-modal .modal-body .text-wrapper .cta-blue, .batibouw-modal .modal-body .text-wrapper input[type=file] + label, .batibouw-modal .modal-body .text-wrapper .cta-blue-invert, .batibouw-modal .modal-body .text-wrapper #iframePopup .iframePopupCancel, #iframePopup .batibouw-modal .modal-body .text-wrapper .iframePopupCancel,
.batibouw-modal .modal-body .text-wrapper #iframePopup .iframePopupSubmit,
#iframePopup .batibouw-modal .modal-body .text-wrapper .iframePopupSubmit {
  white-space: normal;
}
@media (min-width: 768px) {
  .batibouw-modal.modal-dialog {
    max-width: 98vw;
    width: 1100px;
  }
}

.breadcrumbs > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 0;
  list-style: none;
  border-radius: 0.25rem;
  font-size: 14px;
}
.breadcrumbs > ul li::after {
  color: rgba(0, 0, 0, 0.3137254902);
}
.breadcrumbs a {
  color: #28215E;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.mp-chat-container {
  position: fixed;
  bottom: 0;
  right: 2.5rem;
  background: white;
  width: 400px;
  padding: 1.5rem;
  font-size: 14px;
  z-index: 99;
  display: none;
}
@media (max-width: 767px) {
  .mp-chat-container {
    width: 100%;
    left: 0;
    right: 0;
  }
}
.mp-chat-container .mp-chat-wrapper > i {
  display: block;
}

.mp-chat-wrapper {
  padding: 2.5rem;
  border: 1px solid #28215E;
}
.mp-chat-wrapper > i {
  position: absolute;
  right: 0;
  top: 0;
  background: white;
  padding: 1rem 1rem 0.5rem 1rem;
  display: none;
  color: #28215E;
  font-size: 22px;
}
.mp-chat-wrapper > i:hover {
  cursor: pointer;
}
.mp-chat-wrapper .mp-chat-step {
  display: none;
}
.mp-chat-wrapper .mp-chat-step.active {
  display: block;
}
.mp-chat-wrapper .mp-chat-step .mp-chat-loading {
  margin-top: 0.5rem;
  text-align: center;
}
.mp-chat-wrapper .mp-chat-step .mp-chat-loading img,
.mp-chat-wrapper .mp-chat-step .mp-chat-loading svg {
  max-width: 200px;
}
.mp-chat-wrapper .mp-chat-paging {
  text-align: center;
  position: relative;
}
.mp-chat-wrapper .mp-chat-paging i {
  color: #D5D5D5;
}
.mp-chat-wrapper .mp-chat-paging i.active, .mp-chat-wrapper .mp-chat-paging i.back {
  color: #28215E;
}
.mp-chat-wrapper .mp-chat-paging i.back {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
  display: none;
}
.mp-chat-wrapper .mp-chat-paging i.back:hover {
  cursor: pointer;
}
.mp-chat-wrapper .mp-chat-success-title,
.mp-chat-wrapper .mp-chat-fail-title,
.mp-chat-wrapper .mp-chat-title {
  text-align: center;
  margin: 1.5rem 0;
  font-weight: bold;
  color: #28215E;
  font-size: 18px;
}
.mp-chat-wrapper .mp-chat-input {
  margin-bottom: 0.5rem;
}
.mp-chat-wrapper .mp-chat-input label {
  font-weight: normal;
  color: #28215E;
}
.mp-chat-wrapper .mp-chat-input label,
.mp-chat-wrapper .mp-chat-input input,
.mp-chat-wrapper .mp-chat-input select {
  display: block;
  width: 100%;
}
.mp-chat-wrapper .mp-chat-input label.d-inline,
.mp-chat-wrapper .mp-chat-input input.d-inline,
.mp-chat-wrapper .mp-chat-input select.d-inline {
  width: auto;
}
.mp-chat-wrapper .mp-chat-input select {
  padding: 1rem;
}
.mp-chat-wrapper .mp-chat-next {
  margin-top: 1rem;
  text-align: center;
}
.mp-chat-wrapper .form-footer-links {
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: -2.5rem;
  margin-top: 1.5rem;
  padding: 1.5rem 1rem;
  border-top: 1px solid #28215E;
}
.mp-chat-wrapper .form-footer-links a {
  color: #28215E;
}
.mp-chat-wrapper .form-footer-links a:hover {
  color: #28215E;
}
.mp-chat-wrapper .form-footer-links a img {
  display: none;
}
/*
expertise form
 */
.expertise-row .form-wrapper {
    position: relative;
}
@media screen and (max-width: 768px) {
    .expertise-row .form-wrapper {
        margin-bottom: 10rem !important;
    }
}
.expertise-row .form-wrapper .form-footer-links {
    background: #e5e5e5;
    /* margin: -40px -59px; */
    margin-top: 0;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .expertise-row .form-wrapper .form-footer-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.expertise-row .form-wrapper .form-footer-links a {
    margin-top: 0 !important;
    color: #28215E;
    text-decoration: underline !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
}

.middle-part {
    position: relative;
}
.middle-part .form-footer-links {
    /* margin: -40px -59px; */
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 992px) {
    .middle-part .form-footer-links {
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 560px) {
    .middle-part .form-footer-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.middle-part .form-footer-links a {
    margin-top: 0 !important;
    color: #28215E;
    text-decoration: underline !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
}