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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter/Inter-Bold-cyr.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter/Inter-Bold.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Roboto/Roboto-cyr.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Roboto/Roboto.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Roboto/Roboto-Bold-cyr.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

html {
  font-size: 16px; }

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: .15px;
  color: #161616; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

p {
  margin-top: 0;
  margin-bottom: 1.5rem; }
  p:last-child {
    margin-bottom: 0; }

address {
  font-style: normal; }

label {
  font-weight: normal; }

a {
  color: #f03d00;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  outline: 0; }
  a:focus, a:hover {
    color: #f03d00;
    border-bottom: 1px solid; }
  a:active {
    color: #161616;
    border-bottom: 1px solid; }
  a[disabled], a.disabled {
    color: #8D8D8D;
    border-bottom: 1px solid;
    cursor: default;
    pointer-events: none; }
  a.small-link {
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .4px; }
  a.default-link {
    font-size: .875rem;
    line-height: 1.125rem;
    letter-spacing: .25px; }
  a.large-link {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: .15px;
    font-weight: 400; }
  a.nolink {
    border-bottom: 0; }
    a.nolink:hover {
      color: inherit; }
  a.standalone-link {
    font-size: .875rem;
    line-height: 1.125rem;
    letter-spacing: .25px;
    border-bottom: 0; }
    a.standalone-link:hover {
      text-decoration: underline; }
    a.standalone-link:active {
      color: #161616; }
      a.standalone-link:active .standalone-link-text-arrow-down:after {
        background-image: url(../img/arr-down-black.svg); }
    a.standalone-link[disabled], a.standalone-link.disabled {
      color: #8D8D8D; }
      a.standalone-link[disabled] .standalone-link-text-arrow-down:after, a.standalone-link.disabled .standalone-link-text-arrow-down:after {
        background-image: url(../img/arr-down-gray.svg); }
    a.standalone-link:after {
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      margin-left: .5rem;
      color: inherit;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      background-size: contain; }
    a.standalone-link.standalone-link-large {
      font-weight: 700;
      font-size: 1rem;
      line-height: 1.375rem;
      letter-spacing: 0; }
      @media (min-width: 576px) {
        a.standalone-link.standalone-link-large {
          font-weight: 700;
          font-family: "Inter", sans-serif;
          font-size: 1.25rem;
          line-height: 1.75rem;
          letter-spacing: 0; }
          a.standalone-link.standalone-link-large a {
            border-bottom: 0; }
            a.standalone-link.standalone-link-large a:not([class*="btn-"]):not([class*="button-red"]):hover, a.standalone-link.standalone-link-large a:not([class*="btn-"]):not([class*="button-red"]):focus, a.standalone-link.standalone-link-large a:not([class*="btn-"]):not([class*="button-red"]):active, a.standalone-link.standalone-link-large a:not([class*="btn-"]):not([class*="button-red"])[disabled], a.standalone-link.standalone-link-large a:not([class*="btn-"]):not([class*="button-red"]).disabled {
              text-decoration: underline; }
            a.standalone-link.standalone-link-large a.standalone-link.standalone-link-large:focus, a.standalone-link.standalone-link-large a.standalone-link.standalone-link-large:active, a.standalone-link.standalone-link-large a.standalone-link.standalone-link-large[disabled], a.standalone-link.standalone-link-large a.standalone-link.standalone-link-large.disabled {
              text-decoration: none; }
          a.standalone-link.standalone-link-large:after {
            width: 20px;
            height: 20px; } }
      a.standalone-link.standalone-link-large-mobile {
        font-weight: 700;
        font-family: "Inter", sans-serif;
        font-size: 1.25rem;
        line-height: 1.75rem;
        letter-spacing: 0; }
        a.standalone-link.standalone-link-large-mobile a {
          border-bottom: 0; }
          a.standalone-link.standalone-link-large-mobile a:not([class*="btn-"]):not([class*="button-red"]):hover, a.standalone-link.standalone-link-large-mobile a:not([class*="btn-"]):not([class*="button-red"]):focus, a.standalone-link.standalone-link-large-mobile a:not([class*="btn-"]):not([class*="button-red"]):active, a.standalone-link.standalone-link-large-mobile a:not([class*="btn-"]):not([class*="button-red"])[disabled], a.standalone-link.standalone-link-large-mobile a:not([class*="btn-"]):not([class*="button-red"]).disabled {
            text-decoration: underline; }
          a.standalone-link.standalone-link-large-mobile a.standalone-link.standalone-link-large:focus, a.standalone-link.standalone-link-large-mobile a.standalone-link.standalone-link-large:active, a.standalone-link.standalone-link-large-mobile a.standalone-link.standalone-link-large[disabled], a.standalone-link.standalone-link-large-mobile a.standalone-link.standalone-link-large.disabled {
            text-decoration: none; }
        a.standalone-link.standalone-link-large-mobile:after {
          width: 20px;
          height: 20px; }
    a.standalone-link-arrow:after {
      content: '';
      background-image: url(../img/arr-right.svg); }
    a.standalone-link-arrow:active:after {
      background-image: url(../img/arr-right-black.svg); }
    a.standalone-link-arrow[disabled]:after, a.standalone-link-arrow.disabled:after {
      background-image: url(../img/arr-right-gray.svg); }
    a.standalone-link-arrow-down:after {
      content: '';
      background-image: url(../img/arr-down.svg); }
    a.standalone-link-arrow-down:active:after {
      background-image: url(../img/arr-down-black.svg); }
    a.standalone-link-arrow-down[disabled]:after, a.standalone-link-arrow-down.disabled:after {
      background-image: url(../img/arr-down-gray.svg); }
    a.standalone-link-white {
      color: #FFFFFF; }
      a.standalone-link-white:after {
        background-image: url(../img/arr-right-white.svg); }
      a.standalone-link-white:active {
        color: #161616; }
      a.standalone-link-white[disabled], a.standalone-link-white.disabled {
        color: #8D8D8D; }
    a.standalone-link .standalone-link-text:after {
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      margin-left: .5rem;
      color: inherit;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      background-size: contain; }
    a.standalone-link .standalone-link-text-large {
      font-weight: 700;
      font-size: 1rem;
      line-height: 1.375rem;
      letter-spacing: 0; }
      @media (min-width: 576px) {
        a.standalone-link .standalone-link-text-large {
          font-weight: 700;
          font-family: "Inter", sans-serif;
          font-size: 1.25rem;
          line-height: 1.75rem;
          letter-spacing: 0; }
          a.standalone-link .standalone-link-text-large a {
            border-bottom: 0; }
            a.standalone-link .standalone-link-text-large a:not([class*="btn-"]):not([class*="button-red"]):hover, a.standalone-link .standalone-link-text-large a:not([class*="btn-"]):not([class*="button-red"]):focus, a.standalone-link .standalone-link-text-large a:not([class*="btn-"]):not([class*="button-red"]):active, a.standalone-link .standalone-link-text-large a:not([class*="btn-"]):not([class*="button-red"])[disabled], a.standalone-link .standalone-link-text-large a:not([class*="btn-"]):not([class*="button-red"]).disabled {
              text-decoration: underline; }
            a.standalone-link .standalone-link-text-large a.standalone-link.standalone-link-large:focus, a.standalone-link .standalone-link-text-large a.standalone-link.standalone-link-large:active, a.standalone-link .standalone-link-text-large a.standalone-link.standalone-link-large[disabled], a.standalone-link .standalone-link-text-large a.standalone-link.standalone-link-large.disabled {
              text-decoration: none; }
          a.standalone-link .standalone-link-text-large:after {
            width: 20px;
            height: 20px; } }
      a.standalone-link .standalone-link-text-large-mobile {
        font-weight: 700;
        font-family: "Inter", sans-serif;
        font-size: 1.25rem;
        line-height: 1.75rem;
        letter-spacing: 0; }
        a.standalone-link .standalone-link-text-large-mobile a {
          border-bottom: 0; }
          a.standalone-link .standalone-link-text-large-mobile a:not([class*="btn-"]):not([class*="button-red"]):hover, a.standalone-link .standalone-link-text-large-mobile a:not([class*="btn-"]):not([class*="button-red"]):focus, a.standalone-link .standalone-link-text-large-mobile a:not([class*="btn-"]):not([class*="button-red"]):active, a.standalone-link .standalone-link-text-large-mobile a:not([class*="btn-"]):not([class*="button-red"])[disabled], a.standalone-link .standalone-link-text-large-mobile a:not([class*="btn-"]):not([class*="button-red"]).disabled {
            text-decoration: underline; }
          a.standalone-link .standalone-link-text-large-mobile a.standalone-link.standalone-link-large:focus, a.standalone-link .standalone-link-text-large-mobile a.standalone-link.standalone-link-large:active, a.standalone-link .standalone-link-text-large-mobile a.standalone-link.standalone-link-large[disabled], a.standalone-link .standalone-link-text-large-mobile a.standalone-link.standalone-link-large.disabled {
            text-decoration: none; }
        a.standalone-link .standalone-link-text-large-mobile:after {
          width: 20px;
          height: 20px; }
    a.standalone-link .standalone-link-text-arrow-down:after {
      content: '';
      background-image: url(../img/arr-down.svg); }
  a.standalone-link-anchor {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0; }
    a.standalone-link-anchor:before {
      content: "";
      display: inline-block;
      width: 14px;
      height: 11px;
      margin-right: .25rem;
      background-image: url("../img/arrow-down-right.svg");
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      background-position: center; }
    a.standalone-link-anchor:active:before {
      background-image: url("../img/arrow-down-right-black.svg"); }
    a.standalone-link-anchor[disabled]:before, a.standalone-link-anchor.disabled:before {
      background-image: url("../img/arrow-down-right-gray.svg"); }
    @media (min-width: 576px) {
      a.standalone-link-anchor {
        font-weight: 700;
        font-family: "Inter", sans-serif;
        font-size: 1.75rem;
        line-height: 2.25rem;
        letter-spacing: 0; }
        a.standalone-link-anchor a {
          border-bottom: 0; }
          a.standalone-link-anchor a:not([class*="btn-"]):not([class*="button-red"]):hover, a.standalone-link-anchor a:not([class*="btn-"]):not([class*="button-red"]):focus, a.standalone-link-anchor a:not([class*="btn-"]):not([class*="button-red"]):active, a.standalone-link-anchor a:not([class*="btn-"]):not([class*="button-red"])[disabled], a.standalone-link-anchor a:not([class*="btn-"]):not([class*="button-red"]).disabled {
            text-decoration: underline; }
          a.standalone-link-anchor a.standalone-link.standalone-link-large:focus, a.standalone-link-anchor a.standalone-link.standalone-link-large:active, a.standalone-link-anchor a.standalone-link.standalone-link-large[disabled], a.standalone-link-anchor a.standalone-link.standalone-link-large.disabled {
            text-decoration: none; }
        a.standalone-link-anchor:before {
          width: 23px;
          height: 20px;
          margin-right: .375rem; } }

.standalone-link {
  font-size: .875rem;
  line-height: 1.125rem;
  letter-spacing: .25px;
  border-bottom: 0; }
  .standalone-link:hover {
    text-decoration: underline; }
  .standalone-link:active {
    color: #161616; }
    .standalone-link:active .standalone-link-text-arrow-down:after {
      background-image: url(../img/arr-down-black.svg); }
  .standalone-link[disabled], .standalone-link.disabled {
    color: #8D8D8D; }
    .standalone-link[disabled] .standalone-link-text-arrow-down:after, .standalone-link.disabled .standalone-link-text-arrow-down:after {
      background-image: url(../img/arr-down-gray.svg); }
  .standalone-link:after {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-left: .5rem;
    color: inherit;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain; }
  .standalone-link.standalone-link-large {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0; }
    @media (min-width: 576px) {
      .standalone-link.standalone-link-large {
        font-weight: 700;
        font-family: "Inter", sans-serif;
        font-size: 1.25rem;
        line-height: 1.75rem;
        letter-spacing: 0; }
        .standalone-link.standalone-link-large a {
          border-bottom: 0; }
          .standalone-link.standalone-link-large a:not([class*="btn-"]):not([class*="button-red"]):hover, .standalone-link.standalone-link-large a:not([class*="btn-"]):not([class*="button-red"]):focus, .standalone-link.standalone-link-large a:not([class*="btn-"]):not([class*="button-red"]):active, .standalone-link.standalone-link-large a:not([class*="btn-"]):not([class*="button-red"])[disabled], .standalone-link.standalone-link-large a:not([class*="btn-"]):not([class*="button-red"]).disabled {
            text-decoration: underline; }
          .standalone-link.standalone-link-large a.standalone-link.standalone-link-large:focus, .standalone-link.standalone-link-large a.standalone-link.standalone-link-large:active, .standalone-link.standalone-link-large a.standalone-link.standalone-link-large[disabled], .standalone-link.standalone-link-large a.standalone-link.standalone-link-large.disabled {
            text-decoration: none; }
        .standalone-link.standalone-link-large:after {
          width: 20px;
          height: 20px; } }
    .standalone-link.standalone-link-large-mobile {
      font-weight: 700;
      font-family: "Inter", sans-serif;
      font-size: 1.25rem;
      line-height: 1.75rem;
      letter-spacing: 0; }
      .standalone-link.standalone-link-large-mobile a {
        border-bottom: 0; }
        .standalone-link.standalone-link-large-mobile a:not([class*="btn-"]):not([class*="button-red"]):hover, .standalone-link.standalone-link-large-mobile a:not([class*="btn-"]):not([class*="button-red"]):focus, .standalone-link.standalone-link-large-mobile a:not([class*="btn-"]):not([class*="button-red"]):active, .standalone-link.standalone-link-large-mobile a:not([class*="btn-"]):not([class*="button-red"])[disabled], .standalone-link.standalone-link-large-mobile a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .standalone-link.standalone-link-large-mobile a.standalone-link.standalone-link-large:focus, .standalone-link.standalone-link-large-mobile a.standalone-link.standalone-link-large:active, .standalone-link.standalone-link-large-mobile a.standalone-link.standalone-link-large[disabled], .standalone-link.standalone-link-large-mobile a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; }
      .standalone-link.standalone-link-large-mobile:after {
        width: 20px;
        height: 20px; }
  .standalone-link-arrow:after {
    content: '';
    background-image: url(../img/arr-right.svg); }
  .standalone-link-arrow:active:after {
    background-image: url(../img/arr-right-black.svg); }
  .standalone-link-arrow[disabled]:after, .standalone-link-arrow.disabled:after {
    background-image: url(../img/arr-right-gray.svg); }
  .standalone-link-arrow-down:after {
    content: '';
    background-image: url(../img/arr-down.svg); }
  .standalone-link-arrow-down:active:after {
    background-image: url(../img/arr-down-black.svg); }
  .standalone-link-arrow-down[disabled]:after, .standalone-link-arrow-down.disabled:after {
    background-image: url(../img/arr-down-gray.svg); }
  .standalone-link-white {
    color: #FFFFFF; }
    .standalone-link-white:after {
      background-image: url(../img/arr-right-white.svg); }
    .standalone-link-white:active {
      color: #161616; }
    .standalone-link-white[disabled], .standalone-link-white.disabled {
      color: #8D8D8D; }
  .standalone-link .standalone-link-text:after {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-left: .5rem;
    color: inherit;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain; }
  .standalone-link .standalone-link-text-large {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0; }
    @media (min-width: 576px) {
      .standalone-link .standalone-link-text-large {
        font-weight: 700;
        font-family: "Inter", sans-serif;
        font-size: 1.25rem;
        line-height: 1.75rem;
        letter-spacing: 0; }
        .standalone-link .standalone-link-text-large a {
          border-bottom: 0; }
          .standalone-link .standalone-link-text-large a:not([class*="btn-"]):not([class*="button-red"]):hover, .standalone-link .standalone-link-text-large a:not([class*="btn-"]):not([class*="button-red"]):focus, .standalone-link .standalone-link-text-large a:not([class*="btn-"]):not([class*="button-red"]):active, .standalone-link .standalone-link-text-large a:not([class*="btn-"]):not([class*="button-red"])[disabled], .standalone-link .standalone-link-text-large a:not([class*="btn-"]):not([class*="button-red"]).disabled {
            text-decoration: underline; }
          .standalone-link .standalone-link-text-large a.standalone-link.standalone-link-large:focus, .standalone-link .standalone-link-text-large a.standalone-link.standalone-link-large:active, .standalone-link .standalone-link-text-large a.standalone-link.standalone-link-large[disabled], .standalone-link .standalone-link-text-large a.standalone-link.standalone-link-large.disabled {
            text-decoration: none; }
        .standalone-link .standalone-link-text-large:after {
          width: 20px;
          height: 20px; } }
    .standalone-link .standalone-link-text-large-mobile {
      font-weight: 700;
      font-family: "Inter", sans-serif;
      font-size: 1.25rem;
      line-height: 1.75rem;
      letter-spacing: 0; }
      .standalone-link .standalone-link-text-large-mobile a {
        border-bottom: 0; }
        .standalone-link .standalone-link-text-large-mobile a:not([class*="btn-"]):not([class*="button-red"]):hover, .standalone-link .standalone-link-text-large-mobile a:not([class*="btn-"]):not([class*="button-red"]):focus, .standalone-link .standalone-link-text-large-mobile a:not([class*="btn-"]):not([class*="button-red"]):active, .standalone-link .standalone-link-text-large-mobile a:not([class*="btn-"]):not([class*="button-red"])[disabled], .standalone-link .standalone-link-text-large-mobile a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .standalone-link .standalone-link-text-large-mobile a.standalone-link.standalone-link-large:focus, .standalone-link .standalone-link-text-large-mobile a.standalone-link.standalone-link-large:active, .standalone-link .standalone-link-text-large-mobile a.standalone-link.standalone-link-large[disabled], .standalone-link .standalone-link-text-large-mobile a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; }
      .standalone-link .standalone-link-text-large-mobile:after {
        width: 20px;
        height: 20px; }
  .standalone-link .standalone-link-text-arrow-down:after {
    content: '';
    background-image: url(../img/arr-down.svg); }

.contextual-links-wrapper a {
  border-bottom: 0; }

.drift-conductor-item {
  z-index: 10 !important; }

button {
  cursor: pointer; }

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

.label-01 {
  font-size: .75rem;
  line-height: 1rem;
  letter-spacing: .4px; }

.small-short {
  font-size: .875rem;
  line-height: 1.125rem;
  letter-spacing: .25px; }

.small-long {
  font-size: .875rem;
  line-height: 1.25rem;
  letter-spacing: .25px; }

.regular-short {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: .15px;
  font-weight: 400; }

.regular-long {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: .15px; }

.like-h6, h6 {
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.125rem;
  letter-spacing: .1px;
  color: #161616;
  margin-top: 0;
  margin-bottom: .75rem; }

.like-h5, h5 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #161616;
  margin-top: 0;
  margin-bottom: .75rem; }

.like-h4, h4 {
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #161616;
  margin-top: 0;
  margin-bottom: .75rem; }
  .like-h4 a, h4 a {
    border-bottom: 0; }
    .like-h4 a:not([class*="btn-"]):not([class*="button-red"]):hover, .like-h4 a:not([class*="btn-"]):not([class*="button-red"]):focus, .like-h4 a:not([class*="btn-"]):not([class*="button-red"]):active, .like-h4 a:not([class*="btn-"]):not([class*="button-red"])[disabled], .like-h4 a:not([class*="btn-"]):not([class*="button-red"]).disabled, h4 a:not([class*="btn-"]):not([class*="button-red"]):hover, h4 a:not([class*="btn-"]):not([class*="button-red"]):focus, h4 a:not([class*="btn-"]):not([class*="button-red"]):active, h4 a:not([class*="btn-"]):not([class*="button-red"])[disabled], h4 a:not([class*="btn-"]):not([class*="button-red"]).disabled {
      text-decoration: underline; }
    .like-h4 a.standalone-link.standalone-link-large:focus, .like-h4 a.standalone-link.standalone-link-large:active, .like-h4 a.standalone-link.standalone-link-large[disabled], .like-h4 a.standalone-link.standalone-link-large.disabled, h4 a.standalone-link.standalone-link-large:focus, h4 a.standalone-link.standalone-link-large:active, h4 a.standalone-link.standalone-link-large[disabled], h4 a.standalone-link.standalone-link-large.disabled {
      text-decoration: none; }

.like-h3, h3 {
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #161616;
  margin-top: 0;
  margin-bottom: 1.5rem; }
  .like-h3 a, h3 a {
    border-bottom: 0; }
    .like-h3 a:not([class*="btn-"]):not([class*="button-red"]):hover, .like-h3 a:not([class*="btn-"]):not([class*="button-red"]):focus, .like-h3 a:not([class*="btn-"]):not([class*="button-red"]):active, .like-h3 a:not([class*="btn-"]):not([class*="button-red"])[disabled], .like-h3 a:not([class*="btn-"]):not([class*="button-red"]).disabled, h3 a:not([class*="btn-"]):not([class*="button-red"]):hover, h3 a:not([class*="btn-"]):not([class*="button-red"]):focus, h3 a:not([class*="btn-"]):not([class*="button-red"]):active, h3 a:not([class*="btn-"]):not([class*="button-red"])[disabled], h3 a:not([class*="btn-"]):not([class*="button-red"]).disabled {
      text-decoration: underline; }
    .like-h3 a.standalone-link.standalone-link-large:focus, .like-h3 a.standalone-link.standalone-link-large:active, .like-h3 a.standalone-link.standalone-link-large[disabled], .like-h3 a.standalone-link.standalone-link-large.disabled, h3 a.standalone-link.standalone-link-large:focus, h3 a.standalone-link.standalone-link-large:active, h3 a.standalone-link.standalone-link-large[disabled], h3 a.standalone-link.standalone-link-large.disabled {
      text-decoration: none; }
  @media (min-width: 768px) {
    .like-h3, h3 {
      font-weight: 700;
      font-family: "Inter", sans-serif;
      font-size: 1.75rem;
      line-height: 2.25rem;
      letter-spacing: 0; }
      .like-h3 a, h3 a {
        border-bottom: 0; }
        .like-h3 a:not([class*="btn-"]):not([class*="button-red"]):hover, .like-h3 a:not([class*="btn-"]):not([class*="button-red"]):focus, .like-h3 a:not([class*="btn-"]):not([class*="button-red"]):active, .like-h3 a:not([class*="btn-"]):not([class*="button-red"])[disabled], .like-h3 a:not([class*="btn-"]):not([class*="button-red"]).disabled, h3 a:not([class*="btn-"]):not([class*="button-red"]):hover, h3 a:not([class*="btn-"]):not([class*="button-red"]):focus, h3 a:not([class*="btn-"]):not([class*="button-red"]):active, h3 a:not([class*="btn-"]):not([class*="button-red"])[disabled], h3 a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .like-h3 a.standalone-link.standalone-link-large:focus, .like-h3 a.standalone-link.standalone-link-large:active, .like-h3 a.standalone-link.standalone-link-large[disabled], .like-h3 a.standalone-link.standalone-link-large.disabled, h3 a.standalone-link.standalone-link-large:focus, h3 a.standalone-link.standalone-link-large:active, h3 a.standalone-link.standalone-link-large[disabled], h3 a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; } }

.like-h2, h2 {
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  letter-spacing: 0;
  color: #161616;
  margin-top: 0;
  margin-bottom: 1.5rem; }
  .like-h2 a, h2 a {
    border-bottom: 0; }
    .like-h2 a:not([class*="btn-"]):not([class*="button-red"]):hover, .like-h2 a:not([class*="btn-"]):not([class*="button-red"]):focus, .like-h2 a:not([class*="btn-"]):not([class*="button-red"]):active, .like-h2 a:not([class*="btn-"]):not([class*="button-red"])[disabled], .like-h2 a:not([class*="btn-"]):not([class*="button-red"]).disabled, h2 a:not([class*="btn-"]):not([class*="button-red"]):hover, h2 a:not([class*="btn-"]):not([class*="button-red"]):focus, h2 a:not([class*="btn-"]):not([class*="button-red"]):active, h2 a:not([class*="btn-"]):not([class*="button-red"])[disabled], h2 a:not([class*="btn-"]):not([class*="button-red"]).disabled {
      text-decoration: underline; }
    .like-h2 a.standalone-link.standalone-link-large:focus, .like-h2 a.standalone-link.standalone-link-large:active, .like-h2 a.standalone-link.standalone-link-large[disabled], .like-h2 a.standalone-link.standalone-link-large.disabled, h2 a.standalone-link.standalone-link-large:focus, h2 a.standalone-link.standalone-link-large:active, h2 a.standalone-link.standalone-link-large[disabled], h2 a.standalone-link.standalone-link-large.disabled {
      text-decoration: none; }
  @media (min-width: 768px) {
    .like-h2, h2 {
      font-family: "Inter", sans-serif;
      font-size: 2rem;
      line-height: 2.5rem;
      letter-spacing: 0; }
      .like-h2 a, h2 a {
        border-bottom: 0; }
        .like-h2 a:not([class*="btn-"]):not([class*="button-red"]):hover, .like-h2 a:not([class*="btn-"]):not([class*="button-red"]):focus, .like-h2 a:not([class*="btn-"]):not([class*="button-red"]):active, .like-h2 a:not([class*="btn-"]):not([class*="button-red"])[disabled], .like-h2 a:not([class*="btn-"]):not([class*="button-red"]).disabled, h2 a:not([class*="btn-"]):not([class*="button-red"]):hover, h2 a:not([class*="btn-"]):not([class*="button-red"]):focus, h2 a:not([class*="btn-"]):not([class*="button-red"]):active, h2 a:not([class*="btn-"]):not([class*="button-red"])[disabled], h2 a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .like-h2 a.standalone-link.standalone-link-large:focus, .like-h2 a.standalone-link.standalone-link-large:active, .like-h2 a.standalone-link.standalone-link-large[disabled], .like-h2 a.standalone-link.standalone-link-large.disabled, h2 a.standalone-link.standalone-link-large:focus, h2 a.standalone-link.standalone-link-large:active, h2 a.standalone-link.standalone-link-large[disabled], h2 a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; } }

.like-h1, h1 {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0;
  color: #161616;
  margin-top: 0;
  margin-bottom: 1.5rem; }
  .like-h1 a, h1 a {
    border-bottom: 0; }
    .like-h1 a:not([class*="btn-"]):not([class*="button-red"]):hover, .like-h1 a:not([class*="btn-"]):not([class*="button-red"]):focus, .like-h1 a:not([class*="btn-"]):not([class*="button-red"]):active, .like-h1 a:not([class*="btn-"]):not([class*="button-red"])[disabled], .like-h1 a:not([class*="btn-"]):not([class*="button-red"]).disabled, h1 a:not([class*="btn-"]):not([class*="button-red"]):hover, h1 a:not([class*="btn-"]):not([class*="button-red"]):focus, h1 a:not([class*="btn-"]):not([class*="button-red"]):active, h1 a:not([class*="btn-"]):not([class*="button-red"])[disabled], h1 a:not([class*="btn-"]):not([class*="button-red"]).disabled {
      text-decoration: underline; }
    .like-h1 a.standalone-link.standalone-link-large:focus, .like-h1 a.standalone-link.standalone-link-large:active, .like-h1 a.standalone-link.standalone-link-large[disabled], .like-h1 a.standalone-link.standalone-link-large.disabled, h1 a.standalone-link.standalone-link-large:focus, h1 a.standalone-link.standalone-link-large:active, h1 a.standalone-link.standalone-link-large[disabled], h1 a.standalone-link.standalone-link-large.disabled {
      text-decoration: none; }
  @media (min-width: 768px) {
    .like-h1, h1 {
      font-family: "Inter", sans-serif;
      font-size: 2.625rem;
      line-height: 3.125rem;
      letter-spacing: -0.25px;
      margin-bottom: 2rem; }
      .like-h1 a, h1 a {
        border-bottom: 0; }
        .like-h1 a:not([class*="btn-"]):not([class*="button-red"]):hover, .like-h1 a:not([class*="btn-"]):not([class*="button-red"]):focus, .like-h1 a:not([class*="btn-"]):not([class*="button-red"]):active, .like-h1 a:not([class*="btn-"]):not([class*="button-red"])[disabled], .like-h1 a:not([class*="btn-"]):not([class*="button-red"]).disabled, h1 a:not([class*="btn-"]):not([class*="button-red"]):hover, h1 a:not([class*="btn-"]):not([class*="button-red"]):focus, h1 a:not([class*="btn-"]):not([class*="button-red"]):active, h1 a:not([class*="btn-"]):not([class*="button-red"])[disabled], h1 a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .like-h1 a.standalone-link.standalone-link-large:focus, .like-h1 a.standalone-link.standalone-link-large:active, .like-h1 a.standalone-link.standalone-link-large[disabled], .like-h1 a.standalone-link.standalone-link-large.disabled, h1 a.standalone-link.standalone-link-large:focus, h1 a.standalone-link.standalone-link-large:active, h1 a.standalone-link.standalone-link-large[disabled], h1 a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; } }

.productive-heading-07 {
  font-family: "Inter", sans-serif;
  font-size: 3.375rem;
  line-height: 4rem;
  letter-spacing: -0.5px;
  color: #161616; }
  .productive-heading-07 a {
    border-bottom: 0; }
    .productive-heading-07 a:not([class*="btn-"]):not([class*="button-red"]):hover, .productive-heading-07 a:not([class*="btn-"]):not([class*="button-red"]):focus, .productive-heading-07 a:not([class*="btn-"]):not([class*="button-red"]):active, .productive-heading-07 a:not([class*="btn-"]):not([class*="button-red"])[disabled], .productive-heading-07 a:not([class*="btn-"]):not([class*="button-red"]).disabled {
      text-decoration: underline; }
    .productive-heading-07 a.standalone-link.standalone-link-large:focus, .productive-heading-07 a.standalone-link.standalone-link-large:active, .productive-heading-07 a.standalone-link.standalone-link-large[disabled], .productive-heading-07 a.standalone-link.standalone-link-large.disabled {
      text-decoration: none; }

.productive-heading-08 {
  font-family: "Inter", sans-serif;
  font-size: 3.75rem;
  line-height: 4.375rem;
  letter-spacing: -1.5px;
  color: #161616; }
  .productive-heading-08 a {
    border-bottom: 0; }
    .productive-heading-08 a:not([class*="btn-"]):not([class*="button-red"]):hover, .productive-heading-08 a:not([class*="btn-"]):not([class*="button-red"]):focus, .productive-heading-08 a:not([class*="btn-"]):not([class*="button-red"]):active, .productive-heading-08 a:not([class*="btn-"]):not([class*="button-red"])[disabled], .productive-heading-08 a:not([class*="btn-"]):not([class*="button-red"]).disabled {
      text-decoration: underline; }
    .productive-heading-08 a.standalone-link.standalone-link-large:focus, .productive-heading-08 a.standalone-link.standalone-link-large:active, .productive-heading-08 a.standalone-link.standalone-link-large[disabled], .productive-heading-08 a.standalone-link.standalone-link-large.disabled {
      text-decoration: none; }

.btn-primary,
.button-red {
  position: relative;
  display: inline-block;
  padding: .8125rem 1rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  border: 0;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  outline: 0;
  color: #FFFFFF;
  background-color: #f03d00; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:visited,
  .button-red:hover,
  .button-red:focus,
  .button-red:active,
  .button-red:visited {
    border: 0; }
  .btn-primary[disabled], .btn-primary.disabled,
  .button-red[disabled],
  .button-red.disabled {
    border: 0;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.38; }
  .btn-primary:after,
  .button-red:after {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-left: .5rem;
    background-repeat: no-repeat; }
  .btn-primary.icon-btn__download-white,
  .button-red.icon-btn__download-white {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: .75rem; }
    .btn-primary.icon-btn__download-white:after,
    .button-red.icon-btn__download-white:after {
      content: '';
      background-image: url(../img/download-icon.svg); }
    .btn-primary.icon-btn__download-white[disabled]:after, .btn-primary.icon-btn__download-white.disabled:after,
    .button-red.icon-btn__download-white[disabled]:after,
    .button-red.icon-btn__download-white.disabled:after {
      background-image: url(../img/download-icon-disabled.svg); }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active,
  .button-red:hover,
  .button-red:focus,
  .button-red:active {
    color: #FFFFFF; }
  .btn-primary:hover,
  .button-red:hover {
    background-color: #ff541a; }
  .btn-primary:focus,
  .button-red:focus {
    background-color: #ff916b; }
  .btn-primary:active,
  .button-red:active {
    background-color: #ffaf94; }
  .btn-primary[disabled], .btn-primary.disabled,
  .button-red[disabled],
  .button-red.disabled {
    color: #161616;
    background-color: #8D8D8D; }

.btn-secondary {
  position: relative;
  display: inline-block;
  padding: .8125rem 1rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  border: 0;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  outline: 0;
  color: #FFFFFF;
  background-color: #393939; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:visited {
    border: 0; }
  .btn-secondary[disabled], .btn-secondary.disabled {
    border: 0;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.38; }
  .btn-secondary:after {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-left: .5rem;
    background-repeat: no-repeat; }
  .btn-secondary.icon-btn__download-white {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: .75rem; }
    .btn-secondary.icon-btn__download-white:after {
      content: '';
      background-image: url(../img/download-icon.svg); }
    .btn-secondary.icon-btn__download-white[disabled]:after, .btn-secondary.icon-btn__download-white.disabled:after {
      background-image: url(../img/download-icon-disabled.svg); }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    color: #FFFFFF;
    text-decoration: none; }
  .btn-secondary:hover {
    background-color: #4d4d4d; }
  .btn-secondary:focus {
    background-color: #767676; }
  .btn-secondary:active {
    background-color: #8b8b8b; }
  .btn-secondary[disabled], .btn-secondary.disabled {
    color: #161616;
    background-color: #8D8D8D; }

.btn-ghost {
  position: relative;
  display: inline-block;
  padding: .8125rem 1rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  border: 0;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  outline: 0;
  padding: .8125rem .5rem; }
  .btn-ghost:hover, .btn-ghost:focus, .btn-ghost:active, .btn-ghost:visited {
    border: 0; }
  .btn-ghost[disabled], .btn-ghost.disabled {
    border: 0;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.38; }
  .btn-ghost:after {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-left: .5rem;
    background-repeat: no-repeat; }
  .btn-ghost.icon-btn__download-white {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: .75rem; }
    .btn-ghost.icon-btn__download-white:after {
      content: '';
      background-image: url(../img/download-icon.svg); }
    .btn-ghost.icon-btn__download-white[disabled]:after, .btn-ghost.icon-btn__download-white.disabled:after {
      background-image: url(../img/download-icon-disabled.svg); }

.btn-ghost-gray {
  color: #161616;
  background-color: transparent; }
  .btn-ghost-gray:hover {
    color: #161616;
    background-color: rgba(0, 0, 0, 0.04); }
  .btn-ghost-gray:focus {
    color: #161616;
    background-color: rgba(0, 0, 0, 0.08); }
  .btn-ghost-gray:active {
    color: #161616;
    background-color: rgba(0, 0, 0, 0.12); }
  .btn-ghost-gray[disabled], .btn-ghost-gray.disabled {
    color: #8D8D8D;
    background-color: transparent; }

.btn-tertiary {
  position: relative;
  display: inline-block;
  padding: .8125rem 1rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  border: 0;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  outline: 0;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #161616;
  background-color: transparent; }
  .btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary:active, .btn-tertiary:visited {
    border: 0; }
  .btn-tertiary[disabled], .btn-tertiary.disabled {
    border: 0;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.38; }
  .btn-tertiary:after {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-left: .5rem;
    background-repeat: no-repeat; }
  .btn-tertiary.icon-btn__download-white {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: .75rem; }
    .btn-tertiary.icon-btn__download-white:after {
      content: '';
      background-image: url(../img/download-icon.svg); }
    .btn-tertiary.icon-btn__download-white[disabled]:after, .btn-tertiary.icon-btn__download-white.disabled:after {
      background-image: url(../img/download-icon-disabled.svg); }
  .btn-tertiary[disabled], .btn-tertiary.disabled {
    border: 1px solid #8D8D8D; }
  .btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary:active, .btn-tertiary:visited, .btn-tertiary[disabled], .btn-tertiary.disabled {
    color: #161616; }
  .btn-tertiary:hover {
    background-color: rgba(0, 0, 0, 0.04); }
  .btn-tertiary:focus {
    background-color: rgba(0, 0, 0, 0.08); }
  .btn-tertiary:active {
    background-color: rgba(0, 0, 0, 0.12); }

.btn-tertiary-mc {
  border: 1px solid #393939; }
  .btn-tertiary-mc:hover, .btn-tertiary-mc:focus, .btn-tertiary-mc:active, .btn-tertiary-mc:visited {
    border: 1px solid #393939; }

.btn-tertiary-pc {
  border: 1px solid #8D8D8D; }
  .btn-tertiary-pc:hover, .btn-tertiary-pc:focus, .btn-tertiary-pc:active, .btn-tertiary-pc:visited {
    border: 1px solid #8D8D8D; }

.btn-icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer; }
  .btn-icon.btn-icon-cross {
    background-image: url(../img/cross.svg); }
  .btn-icon.btn-icon-ghost:hover {
    background-color: rgba(0, 0, 0, 0.04); }
  .btn-icon.btn-icon-ghost:focus {
    background-color: rgba(0, 0, 0, 0.08); }
  .btn-icon.btn-icon-ghost:active {
    background-color: rgba(0, 0, 0, 0.12); }

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

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 22, 0.5);
  z-index: 990; }

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

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

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

.gray-bg {
  background-color: #F4F4F4; }

.action-chips {
  display: inline-block;
  margin-right: .5rem;
  margin-top: .5rem;
  padding: .25rem .6875rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  border: 1px solid #E0E0E0;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: .15px;
  font-weight: 400;
  color: #161616; }
  .action-chips a {
    color: #161616; }
  .action-chips:hover {
    background-color: rgba(0, 0, 0, 0.04); }
  .action-chips:focus {
    background-color: rgba(0, 0, 0, 0.08); }
  .action-chips:active {
    background-color: rgba(0, 0, 0, 0.12); }
  .action-chips:hover, .action-chips:focus, .action-chips:active {
    color: #161616;
    border-color: #E0E0E0; }
  .action-chips .action-chips__mb {
    text-transform: uppercase;
    color: #6F6F6F;
    margin-top: .5rem; }
  .action-chips[disabled], .action-chips.disabled {
    border-color: #E0E0E0; }
    .action-chips[disabled] .action-chips__mb, .action-chips.disabled .action-chips__mb {
      color: #8D8D8D; }

.tooltip {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center; }
  .tooltip .tooltip-description {
    display: none;
    position: absolute;
    top: 100%;
    max-width: 16rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: .75rem;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    color: #FFFFFF;
    background-color: #393939;
    white-space: pre-line;
    font-size: .875rem;
    line-height: 1.125rem;
    letter-spacing: .25px;
    z-index: 1; }
    .tooltip .tooltip-description-bottom-center {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .tooltip .tooltip-description-bottom-left {
      right: 0; }
    .tooltip .tooltip-description-top-left, .tooltip .tooltip-description-top-center, .tooltip .tooltip-description-top-right {
      top: unset;
      bottom: 100%;
      margin-top: 0;
      margin-bottom: .75rem; }
    .tooltip .tooltip-description-top-left {
      right: 0; }
    .tooltip .tooltip-description-top-center {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .tooltip .tooltip-description-top-right {
      left: 0; }
    .tooltip .tooltip-description ul {
      padding: 0;
      margin: 0;
      list-style: none; }
  .tooltip:hover .tooltip-description, .tooltip:focus .tooltip-description {
    display: block; }
  .tooltip .isFocused ~ .tooltip-description {
    display: block; }

.tooltip-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  outline: 0;
  cursor: pointer; }
  .tooltip-icon.tooltip-icon-hint {
    background-image: url("../img/hint-icon.svg"); }
  .tooltip-icon-description {
    padding: .25rem .5rem; }
    .tooltip-icon-description.tooltip-icon-description-right, .tooltip-icon-description.tooltip-icon-description-left {
      top: 50%;
      margin-top: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .tooltip-icon-description-right {
      left: 100%;
      margin-left: .75rem; }
    .tooltip-icon-description-left {
      right: 100%;
      margin-right: .75rem; }

.tooltip-definition {
  outline: 0;
  cursor: pointer; }
  .tooltip-definition-desctioption {
    padding: .75rem 1rem; }

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

/***********************************/
.top__spacing-0 {
  padding-top: 0 !important; }

.top__spacing-01 {
  padding-top: 2px !important; }

.top__spacing-02 {
  padding-top: 4px !important; }

.top__spacing-03 {
  padding-top: 8px !important; }

.top__spacing-04 {
  padding-top: 12px !important; }

.top__spacing-05 {
  padding-top: 16px !important; }

.top__spacing-06 {
  padding-top: 24px !important; }

.top__spacing-07 {
  padding-top: 32px !important; }

.top__spacing-08 {
  padding-top: 40px !important; }

.top__spacing-09 {
  padding-top: 48px !important; }

.top__spacing-10 {
  padding-top: 64px !important; }

.top__spacing-11 {
  padding-top: 96px !important; }

.top__spacing-12 {
  padding-top: 128px !important; }

.top__spacing-13 {
  padding-top: 160px !important; }

.bottom__spacing-0 {
  padding-bottom: 0 !important; }

.bottom__spacing-01 {
  padding-bottom: 2px !important; }

.bottom__spacing-02 {
  padding-bottom: 4px !important; }

.bottom__spacing-03 {
  padding-bottom: 8px !important; }

.bottom__spacing-04 {
  padding-bottom: 12px !important; }

.bottom__spacing-05 {
  padding-bottom: 16px !important; }

.bottom__spacing-06 {
  padding-bottom: 24px !important; }

.bottom__spacing-07 {
  padding-bottom: 32px !important; }

.bottom__spacing-08 {
  padding-bottom: 40px !important; }

.bottom__spacing-09 {
  padding-bottom: 48px !important; }

.bottom__spacing-10 {
  padding-bottom: 64px !important; }

.bottom__spacing-11 {
  padding-bottom: 96px !important; }

.bottom__spacing-12 {
  padding-bottom: 128px !important; }

.bottom__spacing-13 {
  padding-bottom: 160px !important; }

@media (min-width: 576px) {
  .top__spacing-sm-0 {
    padding-top: 0 !important; }
  .top__spacing-sm-01 {
    padding-top: 2px !important; }
  .top__spacing-sm-02 {
    padding-top: 4px !important; }
  .top__spacing-sm-03 {
    padding-top: 8px !important; }
  .top__spacing-sm-04 {
    padding-top: 12px !important; }
  .top__spacing-sm-05 {
    padding-top: 16px !important; }
  .top__spacing-sm-06 {
    padding-top: 24px !important; }
  .top__spacing-sm-07 {
    padding-top: 32px !important; }
  .top__spacing-sm-08 {
    padding-top: 40px !important; }
  .top__spacing-sm-09 {
    padding-top: 48px !important; }
  .top__spacing-sm-10 {
    padding-top: 64px !important; }
  .top__spacing-sm-11 {
    padding-top: 96px !important; }
  .top__spacing-sm-12 {
    padding-top: 128px !important; }
  .top__spacing-sm-13 {
    padding-top: 160px !important; }
  .bottom__spacing-sm-0 {
    padding-bottom: 0 !important; }
  .bottom__spacing-sm-01 {
    padding-bottom: 2px !important; }
  .bottom__spacing-sm-02 {
    padding-bottom: 4px !important; }
  .bottom__spacing-sm-03 {
    padding-bottom: 8px !important; }
  .bottom__spacing-sm-04 {
    padding-bottom: 12px !important; }
  .bottom__spacing-sm-05 {
    padding-bottom: 16px !important; }
  .bottom__spacing-sm-06 {
    padding-bottom: 24px !important; }
  .bottom__spacing-sm-07 {
    padding-bottom: 32px !important; }
  .bottom__spacing-sm-08 {
    padding-bottom: 40px !important; }
  .bottom__spacing-sm-09 {
    padding-bottom: 48px !important; }
  .bottom__spacing-sm-10 {
    padding-bottom: 64px !important; }
  .bottom__spacing-sm-11 {
    padding-bottom: 96px !important; }
  .bottom__spacing-sm-12 {
    padding-bottom: 128px !important; }
  .bottom__spacing-sm-13 {
    padding-bottom: 160px !important; } }

@media (min-width: 672px) {
  .top__spacing-smd-0 {
    padding-top: 0 !important; }
  .top__spacing-smd-01 {
    padding-top: 2px !important; }
  .top__spacing-smd-02 {
    padding-top: 4px !important; }
  .top__spacing-smd-03 {
    padding-top: 8px !important; }
  .top__spacing-smd-04 {
    padding-top: 12px !important; }
  .top__spacing-smd-05 {
    padding-top: 16px !important; }
  .top__spacing-smd-06 {
    padding-top: 24px !important; }
  .top__spacing-smd-07 {
    padding-top: 32px !important; }
  .top__spacing-smd-08 {
    padding-top: 40px !important; }
  .top__spacing-smd-09 {
    padding-top: 48px !important; }
  .top__spacing-smd-10 {
    padding-top: 64px !important; }
  .top__spacing-smd-11 {
    padding-top: 96px !important; }
  .top__spacing-smd-12 {
    padding-top: 128px !important; }
  .top__spacing-smd-13 {
    padding-top: 160px !important; }
  .bottom__spacing-smd-0 {
    padding-bottom: 0 !important; }
  .bottom__spacing-smd-01 {
    padding-bottom: 2px !important; }
  .bottom__spacing-smd-02 {
    padding-bottom: 4px !important; }
  .bottom__spacing-smd-03 {
    padding-bottom: 8px !important; }
  .bottom__spacing-smd-04 {
    padding-bottom: 12px !important; }
  .bottom__spacing-smd-05 {
    padding-bottom: 16px !important; }
  .bottom__spacing-smd-06 {
    padding-bottom: 24px !important; }
  .bottom__spacing-smd-07 {
    padding-bottom: 32px !important; }
  .bottom__spacing-smd-08 {
    padding-bottom: 40px !important; }
  .bottom__spacing-smd-09 {
    padding-bottom: 48px !important; }
  .bottom__spacing-smd-10 {
    padding-bottom: 64px !important; }
  .bottom__spacing-smd-11 {
    padding-bottom: 96px !important; }
  .bottom__spacing-smd-12 {
    padding-bottom: 128px !important; }
  .bottom__spacing-smd-13 {
    padding-bottom: 160px !important; } }

@media (min-width: 768px) {
  .top__spacing-md-0 {
    padding-top: 0 !important; }
  .top__spacing-md-01 {
    padding-top: 2px !important; }
  .top__spacing-md-02 {
    padding-top: 4px !important; }
  .top__spacing-md-03 {
    padding-top: 8px !important; }
  .top__spacing-md-04 {
    padding-top: 12px !important; }
  .top__spacing-md-05 {
    padding-top: 16px !important; }
  .top__spacing-md-06 {
    padding-top: 24px !important; }
  .top__spacing-md-07 {
    padding-top: 32px !important; }
  .top__spacing-md-08 {
    padding-top: 40px !important; }
  .top__spacing-md-09 {
    padding-top: 48px !important; }
  .top__spacing-md-10 {
    padding-top: 64px !important; }
  .top__spacing-md-11 {
    padding-top: 96px !important; }
  .top__spacing-md-12 {
    padding-top: 128px !important; }
  .top__spacing-md-13 {
    padding-top: 160px !important; }
  .bottom__spacing-md-0 {
    padding-bottom: 0 !important; }
  .bottom__spacing-md-01 {
    padding-bottom: 2px !important; }
  .bottom__spacing-md-02 {
    padding-bottom: 4px !important; }
  .bottom__spacing-md-03 {
    padding-bottom: 8px !important; }
  .bottom__spacing-md-04 {
    padding-bottom: 12px !important; }
  .bottom__spacing-md-05 {
    padding-bottom: 16px !important; }
  .bottom__spacing-md-06 {
    padding-bottom: 24px !important; }
  .bottom__spacing-md-07 {
    padding-bottom: 32px !important; }
  .bottom__spacing-md-08 {
    padding-bottom: 40px !important; }
  .bottom__spacing-md-09 {
    padding-bottom: 48px !important; }
  .bottom__spacing-md-10 {
    padding-bottom: 64px !important; }
  .bottom__spacing-md-11 {
    padding-bottom: 96px !important; }
  .bottom__spacing-md-12 {
    padding-bottom: 128px !important; }
  .bottom__spacing-md-13 {
    padding-bottom: 160px !important; } }

@media (min-width: 992px) {
  .top__spacing-lg-0 {
    padding-top: 0 !important; }
  .top__spacing-lg-01 {
    padding-top: 2px !important; }
  .top__spacing-lg-02 {
    padding-top: 4px !important; }
  .top__spacing-lg-03 {
    padding-top: 8px !important; }
  .top__spacing-lg-04 {
    padding-top: 12px !important; }
  .top__spacing-lg-05 {
    padding-top: 16px !important; }
  .top__spacing-lg-06 {
    padding-top: 24px !important; }
  .top__spacing-lg-07 {
    padding-top: 32px !important; }
  .top__spacing-lg-08 {
    padding-top: 40px !important; }
  .top__spacing-lg-09 {
    padding-top: 48px !important; }
  .top__spacing-lg-10 {
    padding-top: 64px !important; }
  .top__spacing-lg-11 {
    padding-top: 96px !important; }
  .top__spacing-lg-12 {
    padding-top: 128px !important; }
  .top__spacing-lg-13 {
    padding-top: 160px !important; }
  .bottom__spacing-lg-0 {
    padding-bottom: 0 !important; }
  .bottom__spacing-lg-01 {
    padding-bottom: 2px !important; }
  .bottom__spacing-lg-02 {
    padding-bottom: 4px !important; }
  .bottom__spacing-lg-03 {
    padding-bottom: 8px !important; }
  .bottom__spacing-lg-04 {
    padding-bottom: 12px !important; }
  .bottom__spacing-lg-05 {
    padding-bottom: 16px !important; }
  .bottom__spacing-lg-06 {
    padding-bottom: 24px !important; }
  .bottom__spacing-lg-07 {
    padding-bottom: 32px !important; }
  .bottom__spacing-lg-08 {
    padding-bottom: 40px !important; }
  .bottom__spacing-lg-09 {
    padding-bottom: 48px !important; }
  .bottom__spacing-lg-10 {
    padding-bottom: 64px !important; }
  .bottom__spacing-lg-11 {
    padding-bottom: 96px !important; }
  .bottom__spacing-lg-12 {
    padding-bottom: 128px !important; }
  .bottom__spacing-lg-13 {
    padding-bottom: 160px !important; } }

@media (min-width: 1200px) {
  .top__spacing-xl-0 {
    padding-top: 0 !important; }
  .top__spacing-xl-01 {
    padding-top: 2px !important; }
  .top__spacing-xl-02 {
    padding-top: 4px !important; }
  .top__spacing-xl-03 {
    padding-top: 8px !important; }
  .top__spacing-xl-04 {
    padding-top: 12px !important; }
  .top__spacing-xl-05 {
    padding-top: 16px !important; }
  .top__spacing-xl-06 {
    padding-top: 24px !important; }
  .top__spacing-xl-07 {
    padding-top: 32px !important; }
  .top__spacing-xl-08 {
    padding-top: 40px !important; }
  .top__spacing-xl-09 {
    padding-top: 48px !important; }
  .top__spacing-xl-10 {
    padding-top: 64px !important; }
  .top__spacing-xl-11 {
    padding-top: 96px !important; }
  .top__spacing-xl-12 {
    padding-top: 128px !important; }
  .top__spacing-xl-13 {
    padding-top: 160px !important; }
  .bottom__spacing-xl-0 {
    padding-bottom: 0 !important; }
  .bottom__spacing-xl-01 {
    padding-bottom: 2px !important; }
  .bottom__spacing-xl-02 {
    padding-bottom: 4px !important; }
  .bottom__spacing-xl-03 {
    padding-bottom: 8px !important; }
  .bottom__spacing-xl-04 {
    padding-bottom: 12px !important; }
  .bottom__spacing-xl-05 {
    padding-bottom: 16px !important; }
  .bottom__spacing-xl-06 {
    padding-bottom: 24px !important; }
  .bottom__spacing-xl-07 {
    padding-bottom: 32px !important; }
  .bottom__spacing-xl-08 {
    padding-bottom: 40px !important; }
  .bottom__spacing-xl-09 {
    padding-bottom: 48px !important; }
  .bottom__spacing-xl-10 {
    padding-bottom: 64px !important; }
  .bottom__spacing-xl-11 {
    padding-bottom: 96px !important; }
  .bottom__spacing-xl-12 {
    padding-bottom: 128px !important; }
  .bottom__spacing-xl-13 {
    padding-bottom: 160px !important; } }

/**
* @file
* Styles for system messages.
*/
[data-drupal-messages] {
  /* See .color-success in Seven's colors.css */
  /* See .color-warning in Seven's colors.css */
  /* See .color-error in Seven's colors.css */ }
  [data-drupal-messages] .messages {
    padding: 15px 20px 15px 35px;
    /* LTR */
    word-wrap: break-word;
    border: 1px solid;
    border-width: 1px 1px 1px 0;
    /* LTR */
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: no-repeat 10px 17px;
    /* LTR */
    overflow-wrap: break-word; }
    [data-drupal-messages] .messages__wrapper .backtrace {
      white-space: pre-wrap; }
  [data-drupal-messages] [dir="rtl"] .messages {
    padding-right: 35px;
    padding-left: 20px;
    text-align: right;
    border-width: 1px 0 1px 1px;
    background-position: right 10px top 17px; }
  [data-drupal-messages] .messages + .messages {
    margin-top: 1.538em; }
  [data-drupal-messages] .messages__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  [data-drupal-messages] .messages__item + .messages__item {
    margin-top: 0.769em; }
  [data-drupal-messages] .messages--status {
    color: #325e1c;
    border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
    /* LTR */
    background-color: #f3faef;
    background-image: url(https://3d-scanners.store/themes/custom/img/system-messages/check.svg);
    -webkit-box-shadow: -8px 0 0 #77b259;
    box-shadow: -8px 0 0 #77b259;
    /* LTR */ }
  [data-drupal-messages] [dir="rtl"] .messages--status {
    margin-left: 0;
    border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
    -webkit-box-shadow: 8px 0 0 #77b259;
    box-shadow: 8px 0 0 #77b259; }
  [data-drupal-messages] .messages--warning {
    color: #734c00;
    border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
    /* LTR */
    background-color: #fdf8ed;
    background-image: url(https://3d-scanners.store/themes/custom/img/system-messages/warning.svg);
    -webkit-box-shadow: -8px 0 0 #e09600;
    box-shadow: -8px 0 0 #e09600;
    /* LTR */ }
  [data-drupal-messages] [dir="rtl"] .messages--warning {
    border-color: #f4daa6 transparent #f4daa6 #f4daa6;
    -webkit-box-shadow: 8px 0 0 #e09600;
    box-shadow: 8px 0 0 #e09600; }
  [data-drupal-messages] .messages--error {
    color: #a51b00;
    border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
    /* LTR */
    background-color: #fcf4f2;
    background-image: url(https://3d-scanners.store/themes/custom/img/system-messages/error.svg);
    -webkit-box-shadow: -8px 0 0 #e62600;
    box-shadow: -8px 0 0 #e62600;
    /* LTR */ }
  [data-drupal-messages] [dir="rtl"] .messages--error {
    border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
    -webkit-box-shadow: 8px 0 0 #e62600;
    box-shadow: 8px 0 0 #e62600; }
  [data-drupal-messages] .messages--error p.error {
    color: #a51b00; }

.webform-submission-form [data-drupal-messages] {
  display: none; }

.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0; }
  .breadcrumbs ol li {
    display: inline-block;
    margin-right: 0.5rem; }
    .breadcrumbs ol li > a,
    .breadcrumbs ol li > span {
      font-size: .875rem;
      line-height: 1.125rem;
      letter-spacing: .25px; }
    .breadcrumbs ol li > a {
      color: #393939; }
    .breadcrumbs ol li:after {
      content: "";
      display: inline-block;
      width: 1px;
      height: 10px;
      background-color: #393939;
      margin-left: 0.5rem; }

.secondary-menu {
  display: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  will-change: top;
  -webkit-transition: top 0.1s linear;
  -o-transition: top 0.1s linear;
  transition: top 0.1s linear; }
  .secondary-menu.sticky {
    position: fixed;
    left: 0;
    width: 100%; }
  @media (min-width: 992px) {
    .secondary-menu {
      display: block; } }

.tabs-block nav.nav-line:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background-color: #E0E0E0; }

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

.tabs-block .nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .8125rem 1rem .6875rem;
  border-bottom: 2px solid transparent;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: .15px;
  font-weight: 400;
  text-decoration: none;
  color: #393939; }
  .tabs-block .nav-link.active {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
    border-color: #f03d00;
    color: #f03d00; }
  .tabs-block .nav-link:hover {
    background-color: rgba(240, 61, 0, 0.04); }
  .tabs-block .nav-link:focus {
    background-color: rgba(240, 61, 0, 0.08); }
  .tabs-block .nav-link:active {
    background-color: rgba(240, 61, 0, 0.12); }

.tabs-block .tab-pane {
  display: none;
  margin-top: 1.5rem;
  margin-bottom: 4rem; }
  .tabs-block .tab-pane.active {
    display: block; }
  .tabs-block .tab-pane-download {
    margin-bottom: 3rem; }

@media (max-width: 767.98px) {
  .tabs-block > nav {
    position: relative; }
    .tabs-block > nav:before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      display: block;
      width: 34px;
      background: -webkit-gradient(linear, right top, left top, color-stop(29.69%, #FFFFFF), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(right, #FFFFFF 29.69%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(right, #FFFFFF 29.69%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(270deg, #FFFFFF 29.69%, rgba(255, 255, 255, 0) 100%);
      z-index: 1; }
  .tabs-block .nav {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .tabs-block .nav::-webkit-scrollbar {
      display: none; }
    .tabs-block .nav-tabs {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .tabs-block .nav-link {
      white-space: nowrap; } }

@media (min-width: 576px) {
  .tabs-block .nav .nav-link-big {
    padding: 1.3125rem 1rem 1.1875rem; }
  .tabs-block .tab-pane {
    margin-top: 2rem;
    margin-bottom: 6rem; } }

.modal-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100vw;
  max-width: 768px;
  max-height: 100%;
  background-color: #F4F4F4;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  border: 1px solid #E0E0E0;
  z-index: 8888; }
  .modal-popup-xs {
    max-width: 420px; }
  .modal-popup-small {
    max-width: 576px; }
  .modal-popup-large {
    max-width: unset; }
  .modal-popup-cookie-settings {
    height: 100%; }
  .modal-popup__header {
    position: relative;
    padding: 1rem 1rem 0.5rem 1rem; }
    .modal-popup__header-icon {
      padding: 1rem 3rem 0.5rem 1rem; }
      .modal-popup__header-icon .btn-icon {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block; }
  .modal-popup__title {
    margin: 0; }
  .modal-popup__content {
    color: #161616;
    overflow-y: auto; }
    .modal-popup__content-cookie {
      padding-bottom: 2rem; }
    .modal-popup__content-inner {
      padding-top: .5rem;
      padding-bottom: 2rem; }
    .modal-popup__content-headless {
      padding-top: 1rem; }
    .modal-popup__content-message {
      margin-left: 1rem;
      margin-right: 1rem; }
      .modal-popup__content-message-short {
        font-size: 1rem;
        line-height: 1.375rem;
        letter-spacing: .15px;
        font-weight: 400;
        color: #393939; }
      .modal-popup__content-message a {
        color: inherit;
        border-bottom: 1px solid; }
    .modal-popup__content-gray {
      color: #393939; }
    .modal-popup__content-webform {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow-y: hidden; }
      .modal-popup__content-webform .modal-popup__content-inner,
      .modal-popup__content-webform .modal-content,
      .modal-popup__content-webform .modal-content > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .modal-popup__content-webform .modal-popup__content-inner {
        padding-bottom: 1rem; }
      .modal-popup__content-webform .webform-client-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .modal-popup__content-webform .webform-client-form > div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
        .modal-popup__content-webform .webform-client-form .form-item:not(.form-type-checkbox) {
          margin-bottom: 1rem; }
        .modal-popup__content-webform .webform-client-form .form-actions {
          padding-top: 0; }
  .modal-popup__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
    border-top: 1px solid transparent; }
    .modal-popup__footer-borderless {
      border-top: 0; }
    .modal-popup__footer > button {
      margin-right: 1rem; }
      .modal-popup__footer > button:last-child {
        margin-right: 0; }
    .modal-popup__footer-border {
      border-color: #E0E0E0; }
  .modal-popup-btn {
    display: none;
    padding: 1rem;
    color: #393939;
    border: 1px solid #E0E0E0;
    background-color: #F4F4F4;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: .15px;
    font-weight: 400;
    cursor: pointer;
    outline: 0; }
    .modal-popup-btn.btn-cookie-active {
      display: inline-block; }
  .modal-popup-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .modal-popup-open > .modal-popup {
      margin: auto auto 0; }
  .modal-popup-in {
    overflow: hidden; }
  .modal-popup-accordion .accordion__row-title {
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: .15px;
    font-weight: 400; }
  .modal-popup-accordion .accordion__row .accordion__row-description {
    padding: 0.5rem 3rem 1.5rem 1rem; }
  .modal-popup-accordion-gray .accordion__row-title {
    color: #393939; }
  .modal-popup-accordion .accordion-list {
    margin-bottom: 0; }
  .modal-popup .modal-throbber-wrapper {
    text-align: center; }
  .modal-popup .webform-wrapper-content {
    padding: 0 1rem;
    overflow-y: auto; }
    .modal-popup .webform-wrapper-content > .form-item:not(.form-type-checkbox):first-child {
      margin-top: 0.625rem; }
      .modal-popup .webform-wrapper-content > .form-item:not(.form-type-checkbox):first-child.webform-component-markup {
        margin-top: 0;
        margin-bottom: 1.625rem; }
        .modal-popup .webform-wrapper-content > .form-item:not(.form-type-checkbox):first-child.webform-component-markup + .form-item {
          margin-top: 0.625rem; }
  .modal-popup .webform-wrapper-footer {
    display: none;
    padding: 1rem 1rem 0;
    border-top: 1px solid #E0E0E0; }

.backdrop-default {
  display: none !important; }

@media (min-width: 576px) {
  .modal-popup {
    width: 84vw;
    max-height: 84%; }
    .modal-popup-open > .modal-popup {
      margin: auto; }
    .modal-popup .modal-popup__content-message {
      margin-right: 20%; }
    .modal-popup-xs {
      width: 48vw;
      max-height: 48%; }
      .modal-popup-xs .modal-popup__content-message {
        margin-right: 1rem; }
    .modal-popup-small {
      width: 60vw;
      max-height: 72%; }
      .modal-popup-small .modal-popup__content-message {
        margin-right: 1rem; }
    .modal-popup-large {
      width: 96vw;
      max-height: 96%; }
    .modal-popup-cookie-settings {
      height: auto; }
    .modal-popup .webform-wrapper-footer {
      display: block; } }

@media (min-width: 768px) {
  .modal-popup {
    width: 60vw; }
    .modal-popup-xs {
      width: 32vw; }
    .modal-popup-small {
      width: 42vw; }
    .modal-popup-large {
      width: 84vw; } }

@media (min-width: 1200px) {
  .modal-popup {
    width: 48vw; }
    .modal-popup-xs {
      width: 24vw; }
    .modal-popup-small {
      width: 36vw; }
      .modal-popup-small .modal-popup__content-message {
        margin-right: 20%; }
    .modal-popup-large {
      width: 72vw; } }

div#sliding-popup {
  position: fixed;
  bottom: 0;
  width: auto !important;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  z-index: 888; }
  div#sliding-popup.sliding-popup-bottom {
    background: none; }
    div#sliding-popup.sliding-popup-bottom .eu-cookie-withdraw-banner, div#sliding-popup.sliding-popup-bottom .eu-cookie-withdraw-tab {
      background: none; }
    div#sliding-popup.sliding-popup-bottom-fixed {
      position: absolute;
      height: 0 !important; }
  div#sliding-popup .agree-button.tabbed:focus {
    background-color: #393939; }

@media (min-width: 576px) {
  div#sliding-popup {
    margin-bottom: 1.5rem;
    margin-left: 1.5rem; } }

.sketchfab-wrapper {
  position: relative;
  width: calc(100% + 2rem);
  height: 0;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-top: 60vh; }

.sketchfab-model {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.model3d__parameter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: .75rem;
  color: #6F6F6F; }
  .model3d__parameter-label {
    font-size: .875rem;
    line-height: 1.125rem;
    letter-spacing: .25px; }
  .model3d__parameter-value {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0; }
    .model3d__parameter-value a {
      border-bottom: 0; }
      .model3d__parameter-value a:not([class*="btn-"]):not([class*="button-red"]):hover, .model3d__parameter-value a:not([class*="btn-"]):not([class*="button-red"]):focus, .model3d__parameter-value a:not([class*="btn-"]):not([class*="button-red"]):active, .model3d__parameter-value a:not([class*="btn-"]):not([class*="button-red"])[disabled], .model3d__parameter-value a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .model3d__parameter-value a.standalone-link.standalone-link-large:focus, .model3d__parameter-value a.standalone-link.standalone-link-large:active, .model3d__parameter-value a.standalone-link.standalone-link-large[disabled], .model3d__parameter-value a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
    .model3d__parameter-value li {
      list-style-type: none; }
    .model3d__parameter-value a:not([class*="btn-"]) {
      font-size: .875rem;
      line-height: 1.125rem;
      letter-spacing: .25px;
      border-bottom: 0;
      font-weight: 700;
      font-family: "Inter", sans-serif;
      font-size: 1.75rem;
      line-height: 2.25rem;
      letter-spacing: 0; }
      .model3d__parameter-value a:not([class*="btn-"]):hover {
        text-decoration: underline; }
      .model3d__parameter-value a:not([class*="btn-"]):active {
        color: #161616; }
        .model3d__parameter-value a:not([class*="btn-"]):active .standalone-link-text-arrow-down:after {
          background-image: url(../img/arr-down-black.svg); }
      .model3d__parameter-value a:not([class*="btn-"])[disabled], .model3d__parameter-value a:not([class*="btn-"]).disabled {
        color: #8D8D8D; }
        .model3d__parameter-value a:not([class*="btn-"])[disabled] .standalone-link-text-arrow-down:after, .model3d__parameter-value a:not([class*="btn-"]).disabled .standalone-link-text-arrow-down:after {
          background-image: url(../img/arr-down-gray.svg); }
      .model3d__parameter-value a:not([class*="btn-"]):after {
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        margin-left: .5rem;
        color: inherit;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain; }
      .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large {
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.375rem;
        letter-spacing: 0; }
        @media (min-width: 576px) {
          .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large {
            font-weight: 700;
            font-family: "Inter", sans-serif;
            font-size: 1.25rem;
            line-height: 1.75rem;
            letter-spacing: 0; }
            .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large a {
              border-bottom: 0; }
              .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large a:not([class*="btn-"]):not([class*="button-red"]):hover, .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large a:not([class*="btn-"]):not([class*="button-red"]):focus, .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large a:not([class*="btn-"]):not([class*="button-red"]):active, .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large a:not([class*="btn-"]):not([class*="button-red"])[disabled], .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large a:not([class*="btn-"]):not([class*="button-red"]).disabled {
                text-decoration: underline; }
              .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large a.standalone-link.standalone-link-large:focus, .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large a.standalone-link.standalone-link-large:active, .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large a.standalone-link.standalone-link-large[disabled], .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large a.standalone-link.standalone-link-large.disabled {
                text-decoration: none; }
            .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large:after {
              width: 20px;
              height: 20px; } }
        .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large-mobile {
          font-weight: 700;
          font-family: "Inter", sans-serif;
          font-size: 1.25rem;
          line-height: 1.75rem;
          letter-spacing: 0; }
          .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large-mobile a {
            border-bottom: 0; }
            .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large-mobile a:not([class*="btn-"]):not([class*="button-red"]):hover, .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large-mobile a:not([class*="btn-"]):not([class*="button-red"]):focus, .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large-mobile a:not([class*="btn-"]):not([class*="button-red"]):active, .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large-mobile a:not([class*="btn-"]):not([class*="button-red"])[disabled], .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large-mobile a:not([class*="btn-"]):not([class*="button-red"]).disabled {
              text-decoration: underline; }
            .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large-mobile a.standalone-link.standalone-link-large:focus, .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large-mobile a.standalone-link.standalone-link-large:active, .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large-mobile a.standalone-link.standalone-link-large[disabled], .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large-mobile a.standalone-link.standalone-link-large.disabled {
              text-decoration: none; }
          .model3d__parameter-value a:not([class*="btn-"]).standalone-link-large-mobile:after {
            width: 20px;
            height: 20px; }
      .model3d__parameter-value a:not([class*="btn-"])-arrow:after {
        content: '';
        background-image: url(../img/arr-right.svg); }
      .model3d__parameter-value a:not([class*="btn-"])-arrow:active:after {
        background-image: url(../img/arr-right-black.svg); }
      .model3d__parameter-value a:not([class*="btn-"])-arrow[disabled]:after, .model3d__parameter-value a:not([class*="btn-"])-arrow.disabled:after {
        background-image: url(../img/arr-right-gray.svg); }
      .model3d__parameter-value a:not([class*="btn-"])-arrow-down:after {
        content: '';
        background-image: url(../img/arr-down.svg); }
      .model3d__parameter-value a:not([class*="btn-"])-arrow-down:active:after {
        background-image: url(../img/arr-down-black.svg); }
      .model3d__parameter-value a:not([class*="btn-"])-arrow-down[disabled]:after, .model3d__parameter-value a:not([class*="btn-"])-arrow-down.disabled:after {
        background-image: url(../img/arr-down-gray.svg); }
      .model3d__parameter-value a:not([class*="btn-"])-white {
        color: #FFFFFF; }
        .model3d__parameter-value a:not([class*="btn-"])-white:after {
          background-image: url(../img/arr-right-white.svg); }
        .model3d__parameter-value a:not([class*="btn-"])-white:active {
          color: #161616; }
        .model3d__parameter-value a:not([class*="btn-"])-white[disabled], .model3d__parameter-value a:not([class*="btn-"])-white.disabled {
          color: #8D8D8D; }
      .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text:after {
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        margin-left: .5rem;
        color: inherit;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain; }
      .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large {
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.375rem;
        letter-spacing: 0; }
        @media (min-width: 576px) {
          .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large {
            font-weight: 700;
            font-family: "Inter", sans-serif;
            font-size: 1.25rem;
            line-height: 1.75rem;
            letter-spacing: 0; }
            .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large a {
              border-bottom: 0; }
              .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large a:not([class*="btn-"]):not([class*="button-red"]):hover, .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large a:not([class*="btn-"]):not([class*="button-red"]):focus, .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large a:not([class*="btn-"]):not([class*="button-red"]):active, .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large a:not([class*="btn-"]):not([class*="button-red"])[disabled], .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large a:not([class*="btn-"]):not([class*="button-red"]).disabled {
                text-decoration: underline; }
              .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large a.standalone-link.standalone-link-large:focus, .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large a.standalone-link.standalone-link-large:active, .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large a.standalone-link.standalone-link-large[disabled], .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large a.standalone-link.standalone-link-large.disabled {
                text-decoration: none; }
            .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large:after {
              width: 20px;
              height: 20px; } }
        .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large-mobile {
          font-weight: 700;
          font-family: "Inter", sans-serif;
          font-size: 1.25rem;
          line-height: 1.75rem;
          letter-spacing: 0; }
          .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large-mobile a {
            border-bottom: 0; }
            .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large-mobile a:not([class*="btn-"]):not([class*="button-red"]):hover, .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large-mobile a:not([class*="btn-"]):not([class*="button-red"]):focus, .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large-mobile a:not([class*="btn-"]):not([class*="button-red"]):active, .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large-mobile a:not([class*="btn-"]):not([class*="button-red"])[disabled], .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large-mobile a:not([class*="btn-"]):not([class*="button-red"]).disabled {
              text-decoration: underline; }
            .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large-mobile a.standalone-link.standalone-link-large:focus, .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large-mobile a.standalone-link.standalone-link-large:active, .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large-mobile a.standalone-link.standalone-link-large[disabled], .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large-mobile a.standalone-link.standalone-link-large.disabled {
              text-decoration: none; }
          .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-large-mobile:after {
            width: 20px;
            height: 20px; }
      .model3d__parameter-value a:not([class*="btn-"]) .standalone-link-text-arrow-down:after {
        content: '';
        background-image: url(../img/arr-down.svg); }
      .model3d__parameter-value a:not([class*="btn-"]) a {
        border-bottom: 0; }
        .model3d__parameter-value a:not([class*="btn-"]) a:not([class*="btn-"]):not([class*="button-red"]):hover, .model3d__parameter-value a:not([class*="btn-"]) a:not([class*="btn-"]):not([class*="button-red"]):focus, .model3d__parameter-value a:not([class*="btn-"]) a:not([class*="btn-"]):not([class*="button-red"]):active, .model3d__parameter-value a:not([class*="btn-"]) a:not([class*="btn-"]):not([class*="button-red"])[disabled], .model3d__parameter-value a:not([class*="btn-"]) a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .model3d__parameter-value a:not([class*="btn-"]) a.standalone-link.standalone-link-large:focus, .model3d__parameter-value a:not([class*="btn-"]) a.standalone-link.standalone-link-large:active, .model3d__parameter-value a:not([class*="btn-"]) a.standalone-link.standalone-link-large[disabled], .model3d__parameter-value a:not([class*="btn-"]) a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; }
      .model3d__parameter-value a:not([class*="btn-"]):after {
        width: 24px;
        height: 22px;
        margin-left: 0.25rem; }
      .model3d__parameter-value a:not([class*="btn-"]):after {
        content: '';
        background-image: url(../img/arr-right.svg); }
      .model3d__parameter-value a:not([class*="btn-"]):active:after {
        background-image: url(../img/arr-right-black.svg); }
      .model3d__parameter-value a:not([class*="btn-"])[disabled]:after, .model3d__parameter-value a:not([class*="btn-"]).disabled:after {
        background-image: url(../img/arr-right-gray.svg); }
  .model3d__parameter-scanner .model3d__parameter-value li:not(:last-child) {
    margin-bottom: .25rem; }

.model3d__description {
  margin-top: .75rem;
  color: #393939; }

.model3d__download-label {
  margin-bottom: .25rem; }

.model3d__download-link {
  margin-top: .75rem; }

.model3d__license {
  margin-bottom: 1rem; }
  .model3d__license h2 {
    margin-bottom: 1rem;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0; }
    .model3d__license h2 a {
      border-bottom: 0; }
      .model3d__license h2 a:not([class*="btn-"]):not([class*="button-red"]):hover, .model3d__license h2 a:not([class*="btn-"]):not([class*="button-red"]):focus, .model3d__license h2 a:not([class*="btn-"]):not([class*="button-red"]):active, .model3d__license h2 a:not([class*="btn-"]):not([class*="button-red"])[disabled], .model3d__license h2 a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .model3d__license h2 a.standalone-link.standalone-link-large:focus, .model3d__license h2 a.standalone-link.standalone-link-large:active, .model3d__license h2 a.standalone-link.standalone-link-large[disabled], .model3d__license h2 a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }

.model3d__attribution {
  position: relative;
  margin-bottom: 1.5rem;
  border-left: 1px solid #E0E0E0;
  padding-left: 36px;
  color: #393939;
  background-image: url("../img/attribution-icon.svg");
  background-repeat: no-repeat;
  background-position: 8px 0; }
  .model3d__attribution a {
    color: #393939;
    border-color: #393939; }
  .model3d__attribution strong {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0; }

.model-3d {
  background-color: #F4F4F4; }
  .model-3d__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .model-3d h1 {
    margin-top: 1rem;
    margin-bottom: 0;
    padding-bottom: 1rem;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0;
    color: #393939; }
    .model-3d h1 a {
      border-bottom: 0; }
      .model-3d h1 a:not([class*="btn-"]):not([class*="button-red"]):hover, .model-3d h1 a:not([class*="btn-"]):not([class*="button-red"]):focus, .model-3d h1 a:not([class*="btn-"]):not([class*="button-red"]):active, .model-3d h1 a:not([class*="btn-"]):not([class*="button-red"])[disabled], .model-3d h1 a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .model-3d h1 a.standalone-link.standalone-link-large:focus, .model-3d h1 a.standalone-link.standalone-link-large:active, .model-3d h1 a.standalone-link.standalone-link-large[disabled], .model-3d h1 a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
  .model-3d .sketchfab-wrapper--absolute {
    padding: 0 1rem; }

@media (min-width: 576px) {
  .sketchfab-wrapper {
    width: 100%;
    padding-top: 56%;
    margin-left: 0;
    margin-right: 0; }
  .model-3d__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 80vh; }
    .model-3d__wrap .model-3d--title-wrapper,
    .model-3d__wrap .secondary-menu {
      z-index: 1; }
  .model-3d h1 {
    margin-top: 0;
    font-family: "Inter", sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0; }
    .model-3d h1 a {
      border-bottom: 0; }
      .model-3d h1 a:not([class*="btn-"]):not([class*="button-red"]):hover, .model-3d h1 a:not([class*="btn-"]):not([class*="button-red"]):focus, .model-3d h1 a:not([class*="btn-"]):not([class*="button-red"]):active, .model-3d h1 a:not([class*="btn-"]):not([class*="button-red"])[disabled], .model-3d h1 a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .model-3d h1 a.standalone-link.standalone-link-large:focus, .model-3d h1 a.standalone-link.standalone-link-large:active, .model-3d h1 a.standalone-link.standalone-link-large[disabled], .model-3d h1 a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
  .model-3d .sketchfab-wrapper--absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    z-index: 0; }
    .model-3d .sketchfab-wrapper--absolute .sketchfab-wrapper {
      height: 100%;
      padding-top: 0;
      padding-bottom: 0; }
  .model3d__license {
    margin-bottom: 1.5rem; }
    .model3d__license h2 {
      margin-bottom: 1.5rem;
      font-family: "Inter", sans-serif;
      font-size: 2rem;
      line-height: 2.5rem;
      letter-spacing: 0; }
      .model3d__license h2 a {
        border-bottom: 0; }
        .model3d__license h2 a:not([class*="btn-"]):not([class*="button-red"]):hover, .model3d__license h2 a:not([class*="btn-"]):not([class*="button-red"]):focus, .model3d__license h2 a:not([class*="btn-"]):not([class*="button-red"]):active, .model3d__license h2 a:not([class*="btn-"]):not([class*="button-red"])[disabled], .model3d__license h2 a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .model3d__license h2 a.standalone-link.standalone-link-large:focus, .model3d__license h2 a.standalone-link.standalone-link-large:active, .model3d__license h2 a.standalone-link.standalone-link-large[disabled], .model3d__license h2 a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; }
  .model3d__attribution {
    margin-bottom: 3rem; }
  .model3d__fulltext, .model3d__description {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: .15px; } }

@media (min-width: 576px) and (max-width: 991.98px) {
  .model3d__parameters-block {
    display: grid;
    grid-column-gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding-top: .75rem;
    border-top: 1px solid #E0E0E0; } }

@media (min-width: 992px) {
  .model3d__description {
    margin-top: 0; }
    .model3d__description-desk {
      margin-top: .75rem; }
  .model3d__parameter:last-child {
    margin-bottom: 0; }
  .model3d__parameters-block-desk {
    display: grid;
    grid-column-gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding-top: .75rem;
    border-top: 1px solid #E0E0E0; } }

@media (min-width: 576px) and (max-width: 991.98px) {
  .model-3d {
    padding-top: 2rem; } }

.option-item, .accordion__row .accordion__row-description .accordion__row-subtitle a, .header-local .langs-menu li a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.5625rem 1rem;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: .15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #161616;
  border-width: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  .option-item:hover, .accordion__row .accordion__row-description .accordion__row-subtitle a:hover, .header-local .langs-menu li a:hover {
    background-color: rgba(0, 0, 0, 0.04); }
  .option-item:focus, .accordion__row .accordion__row-description .accordion__row-subtitle a:focus, .header-local .langs-menu li a:focus {
    background-color: rgba(0, 0, 0, 0.08); }
  .option-item:active, .accordion__row .accordion__row-description .accordion__row-subtitle a:active, .header-local .langs-menu li a:active {
    background-color: rgba(0, 0, 0, 0.12); }
  .option-item[selected], .accordion__row .accordion__row-description .accordion__row-subtitle a[selected], .header-local .langs-menu li a[selected] {
    color: #f03d00; }
  .option-item:disabled, .accordion__row .accordion__row-description .accordion__row-subtitle a:disabled, .header-local .langs-menu li a:disabled {
    color: #8D8D8D; }

.option-item-large, .accordion__row .accordion__row-description .accordion__row-subtitle a, .header-local .langs-menu li a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.5625rem 1rem;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: .15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #161616;
  border-width: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0.8125rem 1rem; }
  .option-item-large:hover, .accordion__row .accordion__row-description .accordion__row-subtitle a:hover, .header-local .langs-menu li a:hover {
    background-color: rgba(0, 0, 0, 0.04); }
  .option-item-large:focus, .accordion__row .accordion__row-description .accordion__row-subtitle a:focus, .header-local .langs-menu li a:focus {
    background-color: rgba(0, 0, 0, 0.08); }
  .option-item-large:active, .accordion__row .accordion__row-description .accordion__row-subtitle a:active, .header-local .langs-menu li a:active {
    background-color: rgba(0, 0, 0, 0.12); }
  .option-item-large[selected], .accordion__row .accordion__row-description .accordion__row-subtitle a[selected], .header-local .langs-menu li a[selected] {
    color: #f03d00; }
  .option-item-large:disabled, .accordion__row .accordion__row-description .accordion__row-subtitle a:disabled, .header-local .langs-menu li a:disabled {
    color: #8D8D8D; }

.option-item-small {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.5625rem 1rem;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: .15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #161616;
  border-width: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0.3125rem 1rem; }
  .option-item-small:hover {
    background-color: rgba(0, 0, 0, 0.04); }
  .option-item-small:focus {
    background-color: rgba(0, 0, 0, 0.08); }
  .option-item-small:active {
    background-color: rgba(0, 0, 0, 0.12); }
  .option-item-small[selected] {
    color: #f03d00; }
  .option-item-small:disabled {
    color: #8D8D8D; }

.option-item__icon {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.5625rem 1rem;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: .15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #161616;
  border-width: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 3.5rem; }
  .option-item__icon:hover {
    background-color: rgba(0, 0, 0, 0.04); }
  .option-item__icon:focus {
    background-color: rgba(0, 0, 0, 0.08); }
  .option-item__icon:active {
    background-color: rgba(0, 0, 0, 0.12); }
  .option-item__icon[selected] {
    color: #f03d00; }
  .option-item__icon:disabled {
    color: #8D8D8D; }
  .option-item__icon:after {
    content: '';
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain; }

.option-item__icon-right {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.5625rem 1rem;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: .15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #161616;
  border-width: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 3.5rem; }
  .option-item__icon-right:hover {
    background-color: rgba(0, 0, 0, 0.04); }
  .option-item__icon-right:focus {
    background-color: rgba(0, 0, 0, 0.08); }
  .option-item__icon-right:active {
    background-color: rgba(0, 0, 0, 0.12); }
  .option-item__icon-right[selected] {
    color: #f03d00; }
  .option-item__icon-right:disabled {
    color: #8D8D8D; }
  .option-item__icon-right:after {
    content: '';
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain; }
  .option-item__icon-right:after {
    background-image: url(../img/icon-arrow-right.svg); }

.accordion__row {
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 1rem;
  padding-right: 1rem; }
  .accordion__row:first-child:before, .accordion__row:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #E0E0E0; }
  .accordion__row-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: .8125rem 1rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
    color: #161616;
    outline: 0;
    cursor: pointer; }
    .accordion__row-title:after {
      content: '';
      display: block;
      width: 12px;
      height: 7px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
      flex: 0 0 12px;
      margin-left: auto;
      background-image: url(../img/accordion-arrow-huge.svg);
      background-position: center  center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      transform: scaleY(-1); }
    .accordion__row-title:hover {
      color: #161616;
      background-color: rgba(0, 0, 0, 0.04); }
    .accordion__row-title:focus {
      color: #161616;
      background-color: rgba(0, 0, 0, 0.08); }
    .accordion__row-title:active {
      color: #161616;
      background-color: rgba(0, 0, 0, 0.12); }
    .accordion__row-title.disabled {
      background-color: transparent;
      color: #8D8D8D; }
    .accordion__row-title-open:after {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1); }
  .accordion__row .accordion__row-description {
    display: none;
    padding: 0.5rem 2rem 1.5rem 0; }
    .accordion__row .accordion__row-description .accordion__row-subtitle {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 100%;
      padding: 0;
      list-style-image: none;
      list-style-type: none; }
      .accordion__row .accordion__row-description .accordion__row-subtitle a {
        width: calc(100% + 2rem);
        margin-left: -1rem;
        margin-right: -1rem; }
    .accordion__row .accordion__row-description-list {
      padding-top: 0;
      padding-right: 0; }

.accordion-list {
  padding: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
  list-style-type: none; }

@media (min-width: 576px) {
  .accordion.accordion--huge .accordion-list {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .accordion.accordion--huge .accordion__row-title {
    font-family: "Inter", sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0;
    padding: 1.5rem 1rem; }
    .accordion.accordion--huge .accordion__row-title a {
      border-bottom: 0; }
      .accordion.accordion--huge .accordion__row-title a:not([class*="btn-"]):not([class*="button-red"]):hover, .accordion.accordion--huge .accordion__row-title a:not([class*="btn-"]):not([class*="button-red"]):focus, .accordion.accordion--huge .accordion__row-title a:not([class*="btn-"]):not([class*="button-red"]):active, .accordion.accordion--huge .accordion__row-title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .accordion.accordion--huge .accordion__row-title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .accordion.accordion--huge .accordion__row-title a.standalone-link.standalone-link-large:focus, .accordion.accordion--huge .accordion__row-title a.standalone-link.standalone-link-large:active, .accordion.accordion--huge .accordion__row-title a.standalone-link.standalone-link-large[disabled], .accordion.accordion--huge .accordion__row-title a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
    .accordion.accordion--huge .accordion__row-title:after {
      width: 18px;
      height: 10px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
      flex: 0 0 18px; }
  .accordion.accordion--huge .accordion__row-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: .15px; } }

@media (min-width: 576px) {
  .accordion--huge--title {
    font-family: "Inter", sans-serif;
    font-size: 3.75rem;
    line-height: 4.375rem;
    letter-spacing: -1.5px; }
    .accordion--huge--title a {
      border-bottom: 0; }
      .accordion--huge--title a:not([class*="btn-"]):not([class*="button-red"]):hover, .accordion--huge--title a:not([class*="btn-"]):not([class*="button-red"]):focus, .accordion--huge--title a:not([class*="btn-"]):not([class*="button-red"]):active, .accordion--huge--title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .accordion--huge--title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .accordion--huge--title a.standalone-link.standalone-link-large:focus, .accordion--huge--title a.standalone-link.standalone-link-large:active, .accordion--huge--title a.standalone-link.standalone-link-large[disabled], .accordion--huge--title a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; } }

@media (min-width: 768px) {
  .accordion-nodesktop .accordion__row:first-child:before, .accordion-nodesktop .accordion__row:after {
    display: none; }
  .accordion-nodesktop .accordion__row-title {
    margin-bottom: .75rem;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-weight: 700;
    pointer-events: none;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.125rem;
    letter-spacing: .1px; }
    .accordion-nodesktop .accordion__row-title:after {
      display: none; }
    .accordion-nodesktop .accordion__row-title:hover, .accordion-nodesktop .accordion__row-title:focus, .accordion-nodesktop .accordion__row-title:active, .accordion-nodesktop .accordion__row-title.disabled {
      background-color: transparent; }
  .accordion-nodesktop .accordion__row .accordion__row-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5rem; }
    .accordion-nodesktop .accordion__row .accordion__row-subtitle:last-child {
      margin-bottom: 0; }
    .accordion-nodesktop .accordion__row .accordion__row-subtitle a {
      width: auto;
      height: auto;
      margin-left: 0;
      margin-right: 0;
      padding: 0;
      font-size: .875rem;
      line-height: 1.125rem;
      letter-spacing: .25px;
      border-width: 1px; }
      .accordion-nodesktop .accordion__row .accordion__row-subtitle a:hover, .accordion-nodesktop .accordion__row .accordion__row-subtitle a:focus, .accordion-nodesktop .accordion__row .accordion__row-subtitle a:active {
        background-color: transparent; }
  .accordion-nodesktop .accordion__row .accordion__row-description {
    display: block !important;
    padding: 0; } }

label {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: .15px;
  font-weight: 400; }

input,
textarea {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: .15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #A8A8A8; }

select::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #A8A8A8; }

select:-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #A8A8A8; }

select:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #A8A8A8; }

input[type="date"],
input[type="text"],
input[type="email"] {
  padding: .8125rem 1rem;
  max-width: 100%;
  background-color: #FFFFFF;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border: 0;
  -webkit-box-shadow: 0 1px 0 0 #E0E0E0;
  box-shadow: 0 1px 0 0 #E0E0E0;
  outline: none;
  color: #161616; }
  input[type="date"]:focus,
  input[type="text"]:focus,
  input[type="email"]:focus {
    -webkit-box-shadow: 0 2px 0 0 #161616;
    box-shadow: 0 2px 0 0 #161616; }
  input[type="date"]:not(:placeholder-shown), input[type="date"].not-empty,
  input[type="text"]:not(:placeholder-shown),
  input[type="text"].not-empty,
  input[type="email"]:not(:placeholder-shown),
  input[type="email"].not-empty {
    -webkit-box-shadow: 0 2px 0 0 #8D8D8D;
    box-shadow: 0 2px 0 0 #8D8D8D; }
  input[type="date"].error,
  input[type="text"].error,
  input[type="email"].error {
    -webkit-box-shadow: 0 1px 0 0 #DA1E28;
    box-shadow: 0 1px 0 0 #DA1E28; }

input[type="checkbox"] {
  display: block;
  border: 0;
  clip: rect(0, 0, 0, 0);
  width: 1px !important;
  height: 1px !important;
  min-height: 0;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute; }
  input[type="checkbox"] + label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .875rem;
    line-height: 1.125rem;
    letter-spacing: .25px;
    color: #525252;
    cursor: pointer; }
    input[type="checkbox"] + label:before {
      content: "";
      display: inline-block;
      margin-right: .5rem;
      margin-top: 1px;
      width: 1rem;
      height: 1rem;
      border: 1px solid #161616;
      -webkit-border-radius: .125rem;
      border-radius: .125rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    input[type="checkbox"] + label:after {
      content: '';
      display: none;
      position: absolute;
      left: calc((-2.5rem + 1rem) / 2);
      top: calc((-2.5rem + 1rem) / 2 + 1px);
      width: 2.5rem;
      height: 2.5rem;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
  input[type="checkbox"]:hover + label:after {
    display: block;
    background-color: rgba(0, 0, 0, 0.04); }
  input[type="checkbox"]:focus + label:after {
    display: block;
    background-color: rgba(0, 0, 0, 0.08); }
  input[type="checkbox"]:active + label:after {
    display: block;
    background-color: rgba(0, 0, 0, 0.12); }
  input[type="checkbox"][disabled] + label {
    color: #161616;
    opacity: .38; }
    input[type="checkbox"][disabled] + label:before {
      border-color: #8D8D8D; }
  input[type="checkbox"]:checked + label:before {
    background-image: url("../img/checkbox-upd.svg"); }
  input[type="checkbox"]:indeterminate + label:before {
    background-image: url("../img/indeterminate.svg"); }
  input[type="checkbox"]:indeterminate + label:before, input[type="checkbox"]:checked + label:before {
    border-color: #f03d00;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f03d00; }
  input[type="checkbox"]:indeterminate:hover + label:after, input[type="checkbox"]:checked:hover + label:after {
    display: block;
    background-color: rgba(240, 61, 0, 0.04); }
  input[type="checkbox"]:indeterminate:focus + label:after, input[type="checkbox"]:checked:focus + label:after {
    display: block;
    background-color: rgba(240, 61, 0, 0.08); }
  input[type="checkbox"]:indeterminate:active + label:after, input[type="checkbox"]:checked:active + label:after {
    display: block;
    background-color: rgba(240, 61, 0, 0.12); }
  input[type="checkbox"]:indeterminate[disabled] + label:before, input[type="checkbox"]:checked[disabled] + label:before {
    border-color: #8D8D8D;
    background-color: #8D8D8D; }

.webform-component.webform-component-checkboxes label {
  color: #161616;
  padding-left: 30px;
  margin-bottom: 0; }
  .webform-component.webform-component-checkboxes label:before {
    position: absolute;
    left: 0; }

.webform-component.webform-component-checkboxes .form-checkboxes {
  gap: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.webform-component.webform-component-checkboxes .form-type-checkbox {
  margin: 0; }

.webform-component-email .description {
  display: none;
  height: 0;
  font-size: .75rem;
  line-height: 1rem;
  letter-spacing: .4px;
  padding-left: 1rem; }

.webform-component-email input.error {
  color: #161616; }
  .webform-component-email input.error + .description {
    display: block;
    padding-top: 0.25rem;
    height: auto;
    color: #DA1E28; }

@media (max-width: 991.98px) {
  .webform-component-select-or-other label, .webform-component--country label, .webform-component-select label {
    display: none; }
  .webform-component-select-or-other .chosen-container, .webform-component--country .chosen-container, .webform-component-select .chosen-container {
    display: none !important; }
  .webform-component-select-or-other .chosen-select, .webform-component--country .chosen-select, .webform-component-select .chosen-select {
    display: block !important; } }

select {
  font-size: .75rem;
  line-height: 1rem;
  letter-spacing: .4px;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: .15px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-family: "Roboto", sans-serif;
  padding: .8125rem 1rem;
  max-width: 100%;
  background-color: #FFFFFF;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border: 0;
  -webkit-box-shadow: 0 2px 0 0 #8D8D8D;
  box-shadow: 0 2px 0 0 #8D8D8D;
  outline: none;
  color: #A8A8A8; }
  select.hasValue, select:focus {
    -webkit-box-shadow: 0 2px 0 0 #161616;
    box-shadow: 0 2px 0 0 #161616;
    color: #161616; }
  select > option {
    color: #161616; }

textarea {
  padding: .8125rem 1rem;
  max-width: 100%;
  background-color: #FFFFFF;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border: 0;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: .15px;
  font-weight: 400;
  -webkit-box-shadow: 0 1px 0 0 #E0E0E0;
  box-shadow: 0 1px 0 0 #E0E0E0;
  outline: none; }
  textarea:focus {
    -webkit-box-shadow: 0 2px 0 0 #161616;
    box-shadow: 0 2px 0 0 #161616; }
  textarea.not-empty {
    -webkit-box-shadow: 0 2px 0 0 #8D8D8D;
    box-shadow: 0 2px 0 0 #8D8D8D; }

.form-item {
  margin-bottom: 2rem;
  margin-top: 0; }

.block-webform .messages.error {
  display: none; }

input[type="submit"] {
  position: relative;
  display: inline-block;
  padding: .8125rem 1rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  border: 0;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  outline: 0;
  color: #FFFFFF;
  background-color: #f03d00;
  min-width: 6.625rem;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button; }
  input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"]:visited {
    border: 0; }
  input[type="submit"][disabled], input[type="submit"].disabled {
    border: 0;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.38; }
  input[type="submit"]:after {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-left: .5rem;
    background-repeat: no-repeat; }
  input[type="submit"].icon-btn__download-white {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: .75rem; }
    input[type="submit"].icon-btn__download-white:after {
      content: '';
      background-image: url(../img/download-icon.svg); }
    input[type="submit"].icon-btn__download-white[disabled]:after, input[type="submit"].icon-btn__download-white.disabled:after {
      background-image: url(../img/download-icon-disabled.svg); }
  input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
    color: #FFFFFF; }
  input[type="submit"]:hover {
    background-color: #ff541a; }
  input[type="submit"]:focus {
    background-color: #ff916b; }
  input[type="submit"]:active {
    background-color: #ffaf94; }
  input[type="submit"][disabled], input[type="submit"].disabled {
    color: #161616;
    background-color: #8D8D8D; }

.form-actions .ajax-progress {
  display: none; }

div[id^="webform-ajax-wrapper-"] .messages.error {
  display: none; }

.ctools-use-modal + .ajax-progress {
  display: none; }

.webform-component {
  position: relative; }
  .webform-component-email label, .webform-component-select-or-other label, .webform-component-select label, .webform-component-textfield label, .webform-component-textarea label {
    position: absolute;
    left: 16px;
    top: calc(50% - 1px);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin: 0;
    pointer-events: none;
    z-index: 1;
    color: #A8A8A8; }
  .webform-component-email input, .webform-component-email textarea, .webform-component-select-or-other input, .webform-component-select-or-other textarea, .webform-component-select input, .webform-component-select textarea, .webform-component-textfield input, .webform-component-textfield textarea, .webform-component-textarea input, .webform-component-textarea textarea {
    width: 100%; }
    .webform-component-email input:focus-visible, .webform-component-email textarea:focus-visible, .webform-component-select-or-other input:focus-visible, .webform-component-select-or-other textarea:focus-visible, .webform-component-select input:focus-visible, .webform-component-select textarea:focus-visible, .webform-component-textfield input:focus-visible, .webform-component-textfield textarea:focus-visible, .webform-component-textarea input:focus-visible, .webform-component-textarea textarea:focus-visible {
      outline: none; }
  .webform-component-email textarea, .webform-component-select-or-other textarea, .webform-component-select textarea, .webform-component-textfield textarea, .webform-component-textarea textarea {
    min-height: 48px;
    resize: vertical; }
  .webform-component-email input, .webform-component-select-or-other input, .webform-component-select input, .webform-component-textfield input, .webform-component-textarea input {
    max-height: 48px; }
  .webform-component-email.focused label, .webform-component-select-or-other.focused label, .webform-component-select.focused label, .webform-component-textfield.focused label, .webform-component-textarea.focused label {
    top: 5px;
    left: 1rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .4px;
    color: #525252;
    z-index: 4; }
  .webform-component-email.focused textarea,
  .webform-component-email.focused input, .webform-component-select-or-other.focused textarea,
  .webform-component-select-or-other.focused input, .webform-component-select.focused textarea,
  .webform-component-select.focused input, .webform-component-textfield.focused textarea,
  .webform-component-textfield.focused input, .webform-component-textarea.focused textarea,
  .webform-component-textarea.focused input {
    padding: 1.3125rem 1rem 0.3125rem; }
  .webform-component-email.focused.focused-not-empty label, .webform-component-select-or-other.focused.focused-not-empty label, .webform-component-select.focused.focused-not-empty label, .webform-component-textfield.focused.focused-not-empty label, .webform-component-textarea.focused.focused-not-empty label {
    color: #525252;
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .4px; }
  .webform-component-email.focused.focused-not-empty textarea,
  .webform-component-email.focused.focused-not-empty input, .webform-component-select-or-other.focused.focused-not-empty textarea,
  .webform-component-select-or-other.focused.focused-not-empty input, .webform-component-select.focused.focused-not-empty textarea,
  .webform-component-select.focused.focused-not-empty input, .webform-component-textfield.focused.focused-not-empty textarea,
  .webform-component-textfield.focused.focused-not-empty input, .webform-component-textarea.focused.focused-not-empty textarea,
  .webform-component-textarea.focused.focused-not-empty input {
    padding: 1.3125rem 1rem 0.3125rem;
    -webkit-box-shadow: 0 2px 0 0 #161616;
    box-shadow: 0 2px 0 0 #161616; }
  .webform-component-email.focused.focused-not-empty.hasError label, .webform-component-select-or-other.focused.focused-not-empty.hasError label, .webform-component-select.focused.focused-not-empty.hasError label, .webform-component-textfield.focused.focused-not-empty.hasError label, .webform-component-textarea.focused.focused-not-empty.hasError label {
    color: #DA1E28; }
  .webform-component-email.focused.focused-not-empty.hasError input.error, .webform-component-select-or-other.focused.focused-not-empty.hasError input.error, .webform-component-select.focused.focused-not-empty.hasError input.error, .webform-component-textfield.focused.focused-not-empty.hasError input.error, .webform-component-textarea.focused.focused-not-empty.hasError input.error {
    -webkit-box-shadow: 0 1px 0 0 #DA1E28;
    box-shadow: 0 1px 0 0 #DA1E28; }
  .webform-component-email.focused-not-empty label, .webform-component-select-or-other.focused-not-empty label, .webform-component-select.focused-not-empty label, .webform-component-textfield.focused-not-empty label, .webform-component-textarea.focused-not-empty label {
    top: 5px;
    left: 1rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .4px;
    color: #525252; }
  .webform-component-email.focused-not-empty textarea,
  .webform-component-email.focused-not-empty input, .webform-component-select-or-other.focused-not-empty textarea,
  .webform-component-select-or-other.focused-not-empty input, .webform-component-select.focused-not-empty textarea,
  .webform-component-select.focused-not-empty input, .webform-component-textfield.focused-not-empty textarea,
  .webform-component-textfield.focused-not-empty input, .webform-component-textarea.focused-not-empty textarea,
  .webform-component-textarea.focused-not-empty input {
    -webkit-box-shadow: 0 2px 0 0 #8D8D8D;
    box-shadow: 0 2px 0 0 #8D8D8D;
    padding: 1.3125rem 1rem 0.3125rem; }
  .webform-component-email.hasError label, .webform-component-select-or-other.hasError label, .webform-component-select.hasError label, .webform-component-textfield.hasError label, .webform-component-textarea.hasError label {
    color: #DA1E28; }
  .webform-component-email.hasError input.error, .webform-component-select-or-other.hasError input.error, .webform-component-select.hasError input.error, .webform-component-textfield.hasError input.error, .webform-component-textarea.hasError input.error {
    -webkit-box-shadow: 0 1px 0 0 #DA1E28;
    box-shadow: 0 1px 0 0 #DA1E28; }
  .webform-component-textarea label {
    top: .8125rem;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.chosen-search-input {
  width: 100%; }

.chosen-results {
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  max-height: 16rem;
  margin-top: 2px;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  -webkit-border-radius: 0 0 0.125rem 0.125rem;
  border-radius: 0 0 0.125rem 0.125rem;
  background: #FFFFFF;
  overflow-y: auto;
  list-style-type: none;
  -webkit-filter: drop-shadow(0px 0.25rem 0.5rem rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 0.25rem 0.5rem rgba(0, 0, 0, 0.25)); }
  .chosen-results::-webkit-scrollbar {
    width: 8px; }
  .chosen-results::-webkit-scrollbar-thumb {
    background-color: #525252;
    -webkit-border-radius: 8px;
    border-radius: 8px; }
  .chosen-results li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0.5625rem 1rem;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: .15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #161616;
    border-width: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .chosen-results li:hover {
      background-color: rgba(0, 0, 0, 0.04); }
    .chosen-results li:focus {
      background-color: rgba(0, 0, 0, 0.08); }
    .chosen-results li:active {
      background-color: rgba(0, 0, 0, 0.12); }
    .chosen-results li[selected] {
      color: #f03d00; }
    .chosen-results li:disabled {
      color: #8D8D8D; }
    .chosen-results li[data-option-array-index='0'] {
      display: none; }
    .chosen-results li em {
      font-style: normal;
      font-weight: bold; }
    .chosen-results li.highlighted {
      background-color: rgba(0, 0, 0, 0.04); }

.chosen-single {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 1.3125rem 1rem 0.3125rem;
  color: #161616;
  background-color: #FFFFFF; }
  .chosen-single:hover, .chosen-single:active, .chosen-single:focus, .chosen-single[disabled], .chosen-single.disabled {
    border-bottom: 0;
    color: #161616; }
  .chosen-single span {
    display: none; }
  .chosen-single.active span {
    display: block; }
  .chosen-single div {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .75rem;
    background-image: url("../img/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4; }

.chosen-with-drop .chosen-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 5; }

.chosen-with-drop .chosen-single div {
  top: 0;
  -webkit-transform: scaleY(-1) translateY(-50%);
  -ms-transform: scaleY(-1) translateY(-50%);
  transform: scaleY(-1) translateY(-50%); }

.chosen-with-drop .chosen-search {
  position: relative;
  z-index: 3; }

#wechat {
  position: relative;
  display: inline-block; }
  #wechat-qr-code-image {
    display: none;
    position: absolute;
    bottom: calc(100% + 5px);
    right: 50%;
    width: 150px;
    height: 150px;
    z-index: 1; }
    #wechat-qr-code-image::after {
      content: "";
      position: absolute;
      bottom: -4px;
      right: 0;
      margin-left: 2px;
      border-width: 2px;
      border-style: solid;
      border-color: white white transparent transparent; }

.monthly-newsletter .webform-client-form > div {
  display: grid;
  grid-template-columns: 1fr; }

.monthly-newsletter .webform-component--title-markup {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: .75rem; }
  .monthly-newsletter .webform-component--title-markup h5 {
    margin-bottom: .25rem; }
  .monthly-newsletter .webform-component--title-markup p {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: .15px;
    font-weight: 400;
    color: #161616; }

.monthly-newsletter .webform-component--email {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: .75rem; }

.monthly-newsletter .webform-component--sign-me-up {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin-bottom: 0; }

.monthly-newsletter .webform-component-checkboxes label {
  color: #525252; }

.monthly-newsletter .webform-confirmation {
  margin-top: .5rem;
  margin-bottom: .5rem;
  color: #161616;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0; }
  .monthly-newsletter .webform-confirmation a {
    border-bottom: 0; }
    .monthly-newsletter .webform-confirmation a:not([class*="btn-"]):not([class*="button-red"]):hover, .monthly-newsletter .webform-confirmation a:not([class*="btn-"]):not([class*="button-red"]):focus, .monthly-newsletter .webform-confirmation a:not([class*="btn-"]):not([class*="button-red"]):active, .monthly-newsletter .webform-confirmation a:not([class*="btn-"]):not([class*="button-red"])[disabled], .monthly-newsletter .webform-confirmation a:not([class*="btn-"]):not([class*="button-red"]).disabled {
      text-decoration: underline; }
    .monthly-newsletter .webform-confirmation a.standalone-link.standalone-link-large:focus, .monthly-newsletter .webform-confirmation a.standalone-link.standalone-link-large:active, .monthly-newsletter .webform-confirmation a.standalone-link.standalone-link-large[disabled], .monthly-newsletter .webform-confirmation a.standalone-link.standalone-link-large.disabled {
      text-decoration: none; }

.monthly-newsletter .form-actions {
  margin-top: 0;
  margin-bottom: .75rem;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding-top: 0; }
  .monthly-newsletter .form-actions input {
    width: 100%; }

@media (min-width: 768px) {
  .monthly-newsletter .webform-client-form > div {
    grid-template-columns: 306px auto; }
  .monthly-newsletter .webform-component--title-markup {
    grid-column: 1 / span 2; }
  .monthly-newsletter .webform-confirmation {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .monthly-newsletter .form-actions {
    margin-left: .5rem; }
    .monthly-newsletter .form-actions input {
      width: auto; } }

.warranty-delivery--title h1 {
  margin-bottom: 1rem; }

.warranty-delivery--date {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #6F6F6F; }

.warranty-delivery--accordion .accordion__row-description {
  color: #525252; }

.simple-header {
  padding-top: 2rem;
  padding-bottom: 6rem; }
  .simple-header__title {
    font-family: "Inter", sans-serif;
    font-size: 2.625rem;
    line-height: 3.125rem;
    letter-spacing: -0.25px;
    margin-bottom: 1rem; }
    .simple-header__title a {
      border-bottom: 0; }
      .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):hover, .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):focus, .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):active, .simple-header__title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .simple-header__title a.standalone-link.standalone-link-large:focus, .simple-header__title a.standalone-link.standalone-link-large:active, .simple-header__title a.standalone-link.standalone-link-large[disabled], .simple-header__title a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
    .simple-header__title-small {
      font-weight: 700;
      font-family: "Inter", sans-serif;
      font-size: 1.75rem;
      line-height: 2.25rem;
      letter-spacing: 0; }
      .simple-header__title-small a {
        border-bottom: 0; }
        .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]):hover, .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]):focus, .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]):active, .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"])[disabled], .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .simple-header__title-small a.standalone-link.standalone-link-large:focus, .simple-header__title-small a.standalone-link.standalone-link-large:active, .simple-header__title-small a.standalone-link.standalone-link-large[disabled], .simple-header__title-small a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; }
  .simple-header__subtitle {
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0;
    color: #525252; }
    .simple-header__subtitle a {
      border-bottom: 0; }
      .simple-header__subtitle a:not([class*="btn-"]):not([class*="button-red"]):hover, .simple-header__subtitle a:not([class*="btn-"]):not([class*="button-red"]):focus, .simple-header__subtitle a:not([class*="btn-"]):not([class*="button-red"]):active, .simple-header__subtitle a:not([class*="btn-"]):not([class*="button-red"])[disabled], .simple-header__subtitle a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .simple-header__subtitle a.standalone-link.standalone-link-large:focus, .simple-header__subtitle a.standalone-link.standalone-link-large:active, .simple-header__subtitle a.standalone-link.standalone-link-large[disabled], .simple-header__subtitle a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
    .simple-header__subtitle:not(:last-child) {
      margin-bottom: 1rem; }
  .simple-header-link {
    padding-top: 1.5rem;
    padding-bottom: 3rem; }
    .simple-header-link .simple-header__title {
      font-family: "Inter", sans-serif;
      font-size: 2rem;
      line-height: 2.5rem;
      letter-spacing: 0;
      margin-bottom: .75rem; }
      .simple-header-link .simple-header__title a {
        border-bottom: 0; }
        .simple-header-link .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):hover, .simple-header-link .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):focus, .simple-header-link .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):active, .simple-header-link .simple-header__title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .simple-header-link .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .simple-header-link .simple-header__title a.standalone-link.standalone-link-large:focus, .simple-header-link .simple-header__title a.standalone-link.standalone-link-large:active, .simple-header-link .simple-header__title a.standalone-link.standalone-link-large[disabled], .simple-header-link .simple-header__title a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; }
    .simple-header-link .simple-header__subtitle {
      font-weight: 700;
      font-size: 1rem;
      line-height: 1.375rem;
      letter-spacing: 0; }
      .simple-header-link .simple-header__subtitle:not(:last-child) {
        margin-bottom: 2rem; }
    .simple-header-link .standalone-link {
      margin-top: 2rem; }
  .simple-header__small_view {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .simple-header__small_view .simple-header__title {
      font-weight: 700;
      font-family: "Inter", sans-serif;
      font-size: 1.75rem;
      line-height: 2.25rem;
      letter-spacing: 0; }
      .simple-header__small_view .simple-header__title a {
        border-bottom: 0; }
        .simple-header__small_view .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):hover, .simple-header__small_view .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):focus, .simple-header__small_view .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):active, .simple-header__small_view .simple-header__title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .simple-header__small_view .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .simple-header__small_view .simple-header__title a.standalone-link.standalone-link-large:focus, .simple-header__small_view .simple-header__title a.standalone-link.standalone-link-large:active, .simple-header__small_view .simple-header__title a.standalone-link.standalone-link-large[disabled], .simple-header__small_view .simple-header__title a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; }
      .simple-header__small_view .simple-header__title-small {
        font-weight: 700;
        font-family: "Inter", sans-serif;
        font-size: 1.25rem;
        line-height: 1.75rem;
        letter-spacing: 0; }
        .simple-header__small_view .simple-header__title-small a {
          border-bottom: 0; }
          .simple-header__small_view .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]):hover, .simple-header__small_view .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]):focus, .simple-header__small_view .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]):active, .simple-header__small_view .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"])[disabled], .simple-header__small_view .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]).disabled {
            text-decoration: underline; }
          .simple-header__small_view .simple-header__title-small a.standalone-link.standalone-link-large:focus, .simple-header__small_view .simple-header__title-small a.standalone-link.standalone-link-large:active, .simple-header__small_view .simple-header__title-small a.standalone-link.standalone-link-large[disabled], .simple-header__small_view .simple-header__title-small a.standalone-link.standalone-link-large.disabled {
            text-decoration: none; }
    .simple-header__small_view .simple-header__subtitle {
      font-weight: 700;
      font-size: 1rem;
      line-height: 1.375rem;
      letter-spacing: 0; }
  .simple-header-red {
    background-color: #FFE0D7; }
    .simple-header-red .simple-header__subtitle, .simple-header-red .simple-header__title {
      color: #f03d00; }

@media (min-width: 576px) {
  .simple-header {
    padding-top: 3rem; }
    .simple-header__title {
      font-family: "Inter", sans-serif;
      font-size: 4.75rem;
      line-height: 5.375rem;
      letter-spacing: -1.5px;
      margin-bottom: 2rem; }
      .simple-header__title a {
        border-bottom: 0; }
        .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):hover, .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):focus, .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):active, .simple-header__title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .simple-header__title a.standalone-link.standalone-link-large:focus, .simple-header__title a.standalone-link.standalone-link-large:active, .simple-header__title a.standalone-link.standalone-link-large[disabled], .simple-header__title a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; }
      .simple-header__title-small {
        font-family: "Inter", sans-serif;
        font-size: 2.625rem;
        line-height: 3.125rem;
        letter-spacing: -0.25px; }
        .simple-header__title-small a {
          border-bottom: 0; }
          .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]):hover, .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]):focus, .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]):active, .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"])[disabled], .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]).disabled {
            text-decoration: underline; }
          .simple-header__title-small a.standalone-link.standalone-link-large:focus, .simple-header__title-small a.standalone-link.standalone-link-large:active, .simple-header__title-small a.standalone-link.standalone-link-large[disabled], .simple-header__title-small a.standalone-link.standalone-link-large.disabled {
            text-decoration: none; }
    .simple-header__subtitle:not(:last-child) {
      margin-bottom: 2rem; }
    .simple-header-link {
      padding-top: 3rem;
      padding-bottom: 2.625rem; }
      .simple-header-link .simple-header__title {
        font-family: "Inter", sans-serif;
        font-size: 3.75rem;
        line-height: 4.375rem;
        letter-spacing: -1.5px; }
        .simple-header-link .simple-header__title a {
          border-bottom: 0; }
          .simple-header-link .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):hover, .simple-header-link .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):focus, .simple-header-link .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):active, .simple-header-link .simple-header__title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .simple-header-link .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
            text-decoration: underline; }
          .simple-header-link .simple-header__title a.standalone-link.standalone-link-large:focus, .simple-header-link .simple-header__title a.standalone-link.standalone-link-large:active, .simple-header-link .simple-header__title a.standalone-link.standalone-link-large[disabled], .simple-header-link .simple-header__title a.standalone-link.standalone-link-large.disabled {
            text-decoration: none; }
      .simple-header-link .simple-header__subtitle {
        font-weight: 700;
        font-family: "Inter", sans-serif;
        font-size: 1.25rem;
        line-height: 1.75rem;
        letter-spacing: 0; }
        .simple-header-link .simple-header__subtitle a {
          border-bottom: 0; }
          .simple-header-link .simple-header__subtitle a:not([class*="btn-"]):not([class*="button-red"]):hover, .simple-header-link .simple-header__subtitle a:not([class*="btn-"]):not([class*="button-red"]):focus, .simple-header-link .simple-header__subtitle a:not([class*="btn-"]):not([class*="button-red"]):active, .simple-header-link .simple-header__subtitle a:not([class*="btn-"]):not([class*="button-red"])[disabled], .simple-header-link .simple-header__subtitle a:not([class*="btn-"]):not([class*="button-red"]).disabled {
            text-decoration: underline; }
          .simple-header-link .simple-header__subtitle a.standalone-link.standalone-link-large:focus, .simple-header-link .simple-header__subtitle a.standalone-link.standalone-link-large:active, .simple-header-link .simple-header__subtitle a.standalone-link.standalone-link-large[disabled], .simple-header-link .simple-header__subtitle a.standalone-link.standalone-link-large.disabled {
            text-decoration: none; }
    .simple-header__small_view {
      padding-top: 3rem;
      padding-bottom: 3rem; }
      .simple-header__small_view .simple-header__title {
        font-family: "Inter", sans-serif;
        font-size: 2.625rem;
        line-height: 3.125rem;
        letter-spacing: -0.25px; }
        .simple-header__small_view .simple-header__title a {
          border-bottom: 0; }
          .simple-header__small_view .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):hover, .simple-header__small_view .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):focus, .simple-header__small_view .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):active, .simple-header__small_view .simple-header__title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .simple-header__small_view .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
            text-decoration: underline; }
          .simple-header__small_view .simple-header__title a.standalone-link.standalone-link-large:focus, .simple-header__small_view .simple-header__title a.standalone-link.standalone-link-large:active, .simple-header__small_view .simple-header__title a.standalone-link.standalone-link-large[disabled], .simple-header__small_view .simple-header__title a.standalone-link.standalone-link-large.disabled {
            text-decoration: none; }
        .simple-header__small_view .simple-header__title-small {
          font-family: "Inter", sans-serif;
          font-size: 2rem;
          line-height: 2.5rem;
          letter-spacing: 0; }
          .simple-header__small_view .simple-header__title-small a {
            border-bottom: 0; }
            .simple-header__small_view .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]):hover, .simple-header__small_view .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]):focus, .simple-header__small_view .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]):active, .simple-header__small_view .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"])[disabled], .simple-header__small_view .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]).disabled {
              text-decoration: underline; }
            .simple-header__small_view .simple-header__title-small a.standalone-link.standalone-link-large:focus, .simple-header__small_view .simple-header__title-small a.standalone-link.standalone-link-large:active, .simple-header__small_view .simple-header__title-small a.standalone-link.standalone-link-large[disabled], .simple-header__small_view .simple-header__title-small a.standalone-link.standalone-link-large.disabled {
              text-decoration: none; } }

@media (min-width: 768px) {
  .simple-header {
    padding-top: 8rem; }
    .simple-header__title {
      font-family: "Inter", sans-serif;
      font-size: 5.75rem;
      line-height: 6.125rem;
      letter-spacing: -1.5px; }
      .simple-header__title a {
        border-bottom: 0; }
        .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):hover, .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):focus, .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):active, .simple-header__title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .simple-header__title a.standalone-link.standalone-link-large:focus, .simple-header__title a.standalone-link.standalone-link-large:active, .simple-header__title a.standalone-link.standalone-link-large[disabled], .simple-header__title a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; }
      .simple-header__title-small {
        font-family: "Inter", sans-serif;
        font-size: 2.625rem;
        line-height: 3.125rem;
        letter-spacing: -0.25px; }
        .simple-header__title-small a {
          border-bottom: 0; }
          .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]):hover, .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]):focus, .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]):active, .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"])[disabled], .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]).disabled {
            text-decoration: underline; }
          .simple-header__title-small a.standalone-link.standalone-link-large:focus, .simple-header__title-small a.standalone-link.standalone-link-large:active, .simple-header__title-small a.standalone-link.standalone-link-large[disabled], .simple-header__title-small a.standalone-link.standalone-link-large.disabled {
            text-decoration: none; }
    .simple-header__subtitle {
      font-weight: 700;
      font-family: "Inter", sans-serif;
      font-size: 1.75rem;
      line-height: 2.25rem;
      letter-spacing: 0; }
      .simple-header__subtitle a {
        border-bottom: 0; }
        .simple-header__subtitle a:not([class*="btn-"]):not([class*="button-red"]):hover, .simple-header__subtitle a:not([class*="btn-"]):not([class*="button-red"]):focus, .simple-header__subtitle a:not([class*="btn-"]):not([class*="button-red"]):active, .simple-header__subtitle a:not([class*="btn-"]):not([class*="button-red"])[disabled], .simple-header__subtitle a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .simple-header__subtitle a.standalone-link.standalone-link-large:focus, .simple-header__subtitle a.standalone-link.standalone-link-large:active, .simple-header__subtitle a.standalone-link.standalone-link-large[disabled], .simple-header__subtitle a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; }
    .simple-header-link {
      padding-top: 3rem; }
      .simple-header-link .simple-header__title {
        margin-bottom: 1rem; }
    .simple-header__small_view {
      padding-top: 3rem;
      padding-bottom: 3rem; }
      .simple-header__small_view .simple-header__title {
        font-family: "Inter", sans-serif;
        font-size: 3.75rem;
        line-height: 4.375rem;
        letter-spacing: -1.5px; }
        .simple-header__small_view .simple-header__title a {
          border-bottom: 0; }
          .simple-header__small_view .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):hover, .simple-header__small_view .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):focus, .simple-header__small_view .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]):active, .simple-header__small_view .simple-header__title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .simple-header__small_view .simple-header__title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
            text-decoration: underline; }
          .simple-header__small_view .simple-header__title a.standalone-link.standalone-link-large:focus, .simple-header__small_view .simple-header__title a.standalone-link.standalone-link-large:active, .simple-header__small_view .simple-header__title a.standalone-link.standalone-link-large[disabled], .simple-header__small_view .simple-header__title a.standalone-link.standalone-link-large.disabled {
            text-decoration: none; }
        .simple-header__small_view .simple-header__title-small {
          font-family: "Inter", sans-serif;
          font-size: 2.625rem;
          line-height: 3.125rem;
          letter-spacing: -0.25px; }
          .simple-header__small_view .simple-header__title-small a {
            border-bottom: 0; }
            .simple-header__small_view .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]):hover, .simple-header__small_view .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]):focus, .simple-header__small_view .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]):active, .simple-header__small_view .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"])[disabled], .simple-header__small_view .simple-header__title-small a:not([class*="btn-"]):not([class*="button-red"]).disabled {
              text-decoration: underline; }
            .simple-header__small_view .simple-header__title-small a.standalone-link.standalone-link-large:focus, .simple-header__small_view .simple-header__title-small a.standalone-link.standalone-link-large:active, .simple-header__small_view .simple-header__title-small a.standalone-link.standalone-link-large[disabled], .simple-header__small_view .simple-header__title-small a.standalone-link.standalone-link-large.disabled {
              text-decoration: none; }
      .simple-header__small_view .simple-header__subtitle {
        font-weight: 700;
        font-family: "Inter", sans-serif;
        font-size: 1.25rem;
        line-height: 1.75rem;
        letter-spacing: 0; }
        .simple-header__small_view .simple-header__subtitle a {
          border-bottom: 0; }
          .simple-header__small_view .simple-header__subtitle a:not([class*="btn-"]):not([class*="button-red"]):hover, .simple-header__small_view .simple-header__subtitle a:not([class*="btn-"]):not([class*="button-red"]):focus, .simple-header__small_view .simple-header__subtitle a:not([class*="btn-"]):not([class*="button-red"]):active, .simple-header__small_view .simple-header__subtitle a:not([class*="btn-"]):not([class*="button-red"])[disabled], .simple-header__small_view .simple-header__subtitle a:not([class*="btn-"]):not([class*="button-red"]).disabled {
            text-decoration: underline; }
          .simple-header__small_view .simple-header__subtitle a.standalone-link.standalone-link-large:focus, .simple-header__small_view .simple-header__subtitle a.standalone-link.standalone-link-large:active, .simple-header__small_view .simple-header__subtitle a.standalone-link.standalone-link-large[disabled], .simple-header__small_view .simple-header__subtitle a.standalone-link.standalone-link-large.disabled {
            text-decoration: none; } }

@media (min-width: 1200px) {
  .simple-header {
    padding-bottom: 10rem; }
    .simple-header-link {
      padding-bottom: 2.625rem; }
      .simple-header-link .simple-header__title {
        margin-bottom: 2rem; }
    .simple-header__small_view {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.benefits-block {
  padding-top: 3rem;
  padding-bottom: 4rem; }
  .benefits-block-title {
    font-family: "Inter", sans-serif;
    font-size: 2.625rem;
    line-height: 3.125rem;
    letter-spacing: -0.25px;
    margin-bottom: 3rem; }
    .benefits-block-title a {
      border-bottom: 0; }
      .benefits-block-title a:not([class*="btn-"]):not([class*="button-red"]):hover, .benefits-block-title a:not([class*="btn-"]):not([class*="button-red"]):focus, .benefits-block-title a:not([class*="btn-"]):not([class*="button-red"]):active, .benefits-block-title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .benefits-block-title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .benefits-block-title a.standalone-link.standalone-link-large:focus, .benefits-block-title a.standalone-link.standalone-link-large:active, .benefits-block-title a.standalone-link.standalone-link-large[disabled], .benefits-block-title a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
  .benefits-block__item {
    margin-bottom: 2.5rem; }
    .benefits-block__item-title {
      margin-bottom: 0;
      font-family: "Inter", sans-serif;
      font-size: 2.625rem;
      line-height: 3.125rem;
      letter-spacing: -0.25px;
      color: #161616; }
      .benefits-block__item-title a {
        border-bottom: 0; }
        .benefits-block__item-title a:not([class*="btn-"]):not([class*="button-red"]):hover, .benefits-block__item-title a:not([class*="btn-"]):not([class*="button-red"]):focus, .benefits-block__item-title a:not([class*="btn-"]):not([class*="button-red"]):active, .benefits-block__item-title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .benefits-block__item-title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .benefits-block__item-title a.standalone-link.standalone-link-large:focus, .benefits-block__item-title a.standalone-link.standalone-link-large:active, .benefits-block__item-title a.standalone-link.standalone-link-large[disabled], .benefits-block__item-title a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; }
    .benefits-block__item-subtitle {
      font-weight: 700;
      font-size: 1rem;
      line-height: 1.375rem;
      letter-spacing: 0;
      color: #161616; }
    .benefits-block__item-text {
      margin-top: .75rem;
      font-size: 1rem;
      line-height: 1.5rem;
      letter-spacing: .15px;
      color: #393939; }

@media (max-width: 991.98px) {
  .benefits-block-col:last-child .benefits-block__item {
    margin-bottom: 0; } }

@media (min-width: 576px) {
  .benefits-block {
    padding-top: 4rem; }
    .benefits-block-title {
      font-family: "Inter", sans-serif;
      font-size: 3.75rem;
      line-height: 4.375rem;
      letter-spacing: -1.5px; }
      .benefits-block-title a {
        border-bottom: 0; }
        .benefits-block-title a:not([class*="btn-"]):not([class*="button-red"]):hover, .benefits-block-title a:not([class*="btn-"]):not([class*="button-red"]):focus, .benefits-block-title a:not([class*="btn-"]):not([class*="button-red"]):active, .benefits-block-title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .benefits-block-title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .benefits-block-title a.standalone-link.standalone-link-large:focus, .benefits-block-title a.standalone-link.standalone-link-large:active, .benefits-block-title a.standalone-link.standalone-link-large[disabled], .benefits-block-title a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; }
    .benefits-block__item {
      margin-bottom: 1rem; }
      .benefits-block__item-title {
        font-family: "Inter", sans-serif;
        font-size: 3.375rem;
        line-height: 4rem;
        letter-spacing: -0.5px; }
        .benefits-block__item-title a {
          border-bottom: 0; }
          .benefits-block__item-title a:not([class*="btn-"]):not([class*="button-red"]):hover, .benefits-block__item-title a:not([class*="btn-"]):not([class*="button-red"]):focus, .benefits-block__item-title a:not([class*="btn-"]):not([class*="button-red"]):active, .benefits-block__item-title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .benefits-block__item-title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
            text-decoration: underline; }
          .benefits-block__item-title a.standalone-link.standalone-link-large:focus, .benefits-block__item-title a.standalone-link.standalone-link-large:active, .benefits-block__item-title a.standalone-link.standalone-link-large[disabled], .benefits-block__item-title a.standalone-link.standalone-link-large.disabled {
            text-decoration: none; }
      .benefits-block__item-text {
        margin-top: 1rem; } }

@media (min-width: 576px) and (max-width: 991.98px) {
  .benefits-block-col:nth-child(1), .benefits-block-col:nth-child(2) {
    margin-bottom: 1rem; }
    .benefits-block-col:nth-child(1):after, .benefits-block-col:nth-child(2):after {
      content: "";
      display: block;
      position: absolute;
      width: calc(100% - 2rem);
      height: 1px;
      left: 1rem;
      bottom: 0;
      background-color: #E0E0E0; }
  .benefits-block-col:nth-child(1):after {
    width: 100%; }
  .benefits-block-col:nth-last-child(-n+2) .benefits-block__item {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .benefits-block {
    padding-bottom: 2rem; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .benefits-block-col {
    margin-bottom: 2rem; }
    .benefits-block-col:nth-child(1):after {
      content: "";
      display: block;
      position: absolute;
      width: calc(100% - 2rem);
      height: 1px;
      left: 1rem;
      bottom: 0;
      background-color: #E0E0E0; } }

@media (min-width: 992px) {
  .benefits-block__item {
    margin-bottom: 2rem; } }

@media (min-width: 1200px) {
  .benefits-block {
    padding-top: 6rem;
    padding-bottom: 4rem; } }

.promo-card-block {
  margin-left: 0;
  margin-right: 0;
  padding-top: 1.5rem;
  padding-bottom: 2rem; }

.promo-card__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #8D8D8D;
  background-color: #F4F4F4; }
  .promo-card__picture > img {
    -ms-flex-item-align: center;
    align-self: center; }
  .promo-card__picture-bg {
    position: absolute;
    height: 100%;
    border: 0; }
    .promo-card__picture-bg img {
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center center;
      object-position: center center;
      min-height: 100%; }

.promo-card__info {
  padding: 1rem 1rem 3rem;
  border-bottom: 1px solid #8D8D8D;
  background-color: #F4F4F4; }

.promo-card__content {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  border-left: 1px solid #8D8D8D;
  border-right: 1px solid #8D8D8D; }

.promo-card__title {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0;
  margin-bottom: 1rem; }
  .promo-card__title a {
    border-bottom: 0; }
    .promo-card__title a:not([class*="btn-"]):not([class*="button-red"]):hover, .promo-card__title a:not([class*="btn-"]):not([class*="button-red"]):focus, .promo-card__title a:not([class*="btn-"]):not([class*="button-red"]):active, .promo-card__title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .promo-card__title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
      text-decoration: underline; }
    .promo-card__title a.standalone-link.standalone-link-large:focus, .promo-card__title a.standalone-link.standalone-link-large:active, .promo-card__title a.standalone-link.standalone-link-large[disabled], .promo-card__title a.standalone-link.standalone-link-large.disabled {
      text-decoration: none; }

.promo-card__text {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #393939;
  margin-bottom: 2rem; }

.promo-card-right .promo-card__picture {
  border-top: 0;
  border-bottom: 1px solid #8D8D8D; }

.promo-card-right .promo-card__info {
  border-top: 1px solid #8D8D8D;
  border-bottom: 0; }

.promo-card__link:not(:last-child) {
  margin-bottom: 1rem; }

.promo-card-bg {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }
  .promo-card-bg-inner {
    position: relative;
    min-height: 456px; }
    .promo-card-bg-inner .promo-card__title {
      margin-bottom: .25rem; }
    .promo-card-bg-inner .promo-card__text {
      margin-bottom: 1rem; }
    .promo-card-bg-inner .promo-card__title,
    .promo-card-bg-inner .promo-card__text {
      color: #FFFFFF; }
  .promo-card-bg__col {
    background: -webkit-radial-gradient(180.26% 60.78% at 0% 11.29%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-radial-gradient(180.26% 60.78% at 0% 11.29%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: radial-gradient(180.26% 60.78% at 0% 11.29%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); }
    .promo-card-bg__col-inner {
      padding: 1rem 0; }

@media (max-width: 575.98px) {
  .promo-card-right .promo-card__info {
    padding-bottom: 1rem; } }

@media (min-width: 576px) {
  .promo-card-block {
    width: calc(100% + 8.25rem);
    max-width: calc(100vw - 3rem);
    padding-top: 2rem;
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%; }
  .promo-card__info {
    padding: 3rem 4rem; }
  .promo-card__title {
    font-family: "Inter", sans-serif;
    font-size: 2.625rem;
    line-height: 3.125rem;
    letter-spacing: -0.25px; }
    .promo-card__title a {
      border-bottom: 0; }
      .promo-card__title a:not([class*="btn-"]):not([class*="button-red"]):hover, .promo-card__title a:not([class*="btn-"]):not([class*="button-red"]):focus, .promo-card__title a:not([class*="btn-"]):not([class*="button-red"]):active, .promo-card__title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .promo-card__title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .promo-card__title a.standalone-link.standalone-link-large:focus, .promo-card__title a.standalone-link.standalone-link-large:active, .promo-card__title a.standalone-link.standalone-link-large[disabled], .promo-card__title a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
  .promo-card__text {
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0; }
    .promo-card__text a {
      border-bottom: 0; }
      .promo-card__text a:not([class*="btn-"]):not([class*="button-red"]):hover, .promo-card__text a:not([class*="btn-"]):not([class*="button-red"]):focus, .promo-card__text a:not([class*="btn-"]):not([class*="button-red"]):active, .promo-card__text a:not([class*="btn-"]):not([class*="button-red"])[disabled], .promo-card__text a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .promo-card__text a.standalone-link.standalone-link-large:focus, .promo-card__text a.standalone-link.standalone-link-large:active, .promo-card__text a.standalone-link.standalone-link-large[disabled], .promo-card__text a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
  .promo-card__content {
    margin-left: 0;
    margin-right: 0; }
  .promo-card-bg {
    margin-right: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
    .promo-card-bg-inner {
      min-height: 594px; }
    .promo-card-bg__col {
      background: -webkit-radial-gradient(124.85% 59.59% at 3.63% 1.53%, #000000 0%, rgba(0, 0, 0, 0) 100%);
      background: -o-radial-gradient(124.85% 59.59% at 3.63% 1.53%, #000000 0%, rgba(0, 0, 0, 0) 100%);
      background: radial-gradient(124.85% 59.59% at 3.63% 1.53%, #000000 0%, rgba(0, 0, 0, 0) 100%); }
      .promo-card-bg__col-inner {
        padding: 3rem; } }

@media (min-width: 768px) {
  .promo-card-block {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .promo-card__info {
    padding: 3rem 4rem; }
  .promo-card__title {
    font-family: "Inter", sans-serif;
    font-size: 2.625rem;
    line-height: 3.125rem;
    letter-spacing: -0.25px; }
    .promo-card__title a {
      border-bottom: 0; }
      .promo-card__title a:not([class*="btn-"]):not([class*="button-red"]):hover, .promo-card__title a:not([class*="btn-"]):not([class*="button-red"]):focus, .promo-card__title a:not([class*="btn-"]):not([class*="button-red"]):active, .promo-card__title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .promo-card__title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .promo-card__title a.standalone-link.standalone-link-large:focus, .promo-card__title a.standalone-link.standalone-link-large:active, .promo-card__title a.standalone-link.standalone-link-large[disabled], .promo-card__title a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
  .promo-card__text {
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0; }
    .promo-card__text a {
      border-bottom: 0; }
      .promo-card__text a:not([class*="btn-"]):not([class*="button-red"]):hover, .promo-card__text a:not([class*="btn-"]):not([class*="button-red"]):focus, .promo-card__text a:not([class*="btn-"]):not([class*="button-red"]):active, .promo-card__text a:not([class*="btn-"]):not([class*="button-red"])[disabled], .promo-card__text a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .promo-card__text a.standalone-link.standalone-link-large:focus, .promo-card__text a.standalone-link.standalone-link-large:active, .promo-card__text a.standalone-link.standalone-link-large[disabled], .promo-card__text a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
  .promo-card-bg {
    padding-left: 1rem;
    padding-right: 1rem; }
    .promo-card-bg-inner {
      min-height: 688px; } }

@media (min-width: 1200px) {
  .promo-card-block {
    width: calc(100% + 14.75rem);
    max-width: calc(100vw - 4rem);
    padding-top: 3rem;
    padding-bottom: 4rem; }
  .promo-card__picture {
    height: 100%;
    margin-right: -1rem;
    border-bottom: 1px solid #8D8D8D;
    border-right: 0; }
    .promo-card__picture img {
      -o-object-fit: cover;
      object-fit: cover; }
  .promo-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-left: -1rem;
    padding: 3rem 4rem 4rem;
    border-top: 1px solid #8D8D8D;
    border-left: 0; }
  .promo-card__links {
    margin-top: auto; }
  .promo-card-right .promo-card__info {
    border-bottom: 1px solid #8D8D8D;
    border-left: 1px solid #8D8D8D;
    border-right: 0;
    margin-right: -1rem;
    margin-left: 0; }
  .promo-card-right .promo-card__picture {
    border-top: 1px solid #8D8D8D;
    border-right: 1px solid #8D8D8D;
    border-left: 0;
    margin-left: -1rem;
    margin-right: 0; }
  .promo-card__picture-bg {
    position: relative;
    border: 0; }
  .promo-card-bg {
    padding: 3rem 3rem 4rem; }
    .promo-card-bg-inner {
      min-height: unset; }
    .promo-card-bg__col {
      position: absolute;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: -webkit-radial-gradient(67.87% 52.91% at 7.68% 81.95%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
      background: -o-radial-gradient(67.87% 52.91% at 7.68% 81.95%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
      background: radial-gradient(67.87% 52.91% at 7.68% 81.95%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }
      .promo-card-bg__col-inner {
        margin-top: auto; }
    .promo-card-bg .promo-card__text {
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -moz-box;
      display: -webkit-box;
      -webkit-line-clamp: 10;
      line-clamp: 10;
      -webkit-box-orient: vertical;
      box-orient: vertical; }
    .promo-card-bg .promo-card__picture {
      margin-right: 0; } }

.applications {
  padding-top: 2rem;
  padding-bottom: 3rem; }
  .applications-title {
    font-family: "Inter", sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0;
    margin-bottom: 1.5rem; }
    .applications-title a {
      border-bottom: 0; }
      .applications-title a:not([class*="btn-"]):not([class*="button-red"]):hover, .applications-title a:not([class*="btn-"]):not([class*="button-red"]):focus, .applications-title a:not([class*="btn-"]):not([class*="button-red"]):active, .applications-title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .applications-title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .applications-title a.standalone-link.standalone-link-large:focus, .applications-title a.standalone-link.standalone-link-large:active, .applications-title a.standalone-link.standalone-link-large[disabled], .applications-title a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
  .applications-col:nth-child(1) .application-item {
    border-top: 1px solid #E0E0E0; }

.application-item {
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E0E0E0; }
  .application-item__title {
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0;
    margin-bottom: .5rem; }
    .application-item__title a {
      border-bottom: 0; }
      .application-item__title a:not([class*="btn-"]):not([class*="button-red"]):hover, .application-item__title a:not([class*="btn-"]):not([class*="button-red"]):focus, .application-item__title a:not([class*="btn-"]):not([class*="button-red"]):active, .application-item__title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .application-item__title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .application-item__title a.standalone-link.standalone-link-large:focus, .application-item__title a.standalone-link.standalone-link-large:active, .application-item__title a.standalone-link.standalone-link-large[disabled], .application-item__title a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
  .application-item__description {
    color: #393939; }

@media (min-width: 576px) {
  .applications {
    padding-top: 4rem;
    padding-bottom: 4rem; }
    .applications-title {
      font-family: "Inter", sans-serif;
      font-size: 3.75rem;
      line-height: 4.375rem;
      letter-spacing: -1.5px;
      margin-bottom: 3rem; }
      .applications-title a {
        border-bottom: 0; }
        .applications-title a:not([class*="btn-"]):not([class*="button-red"]):hover, .applications-title a:not([class*="btn-"]):not([class*="button-red"]):focus, .applications-title a:not([class*="btn-"]):not([class*="button-red"]):active, .applications-title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .applications-title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .applications-title a.standalone-link.standalone-link-large:focus, .applications-title a.standalone-link.standalone-link-large:active, .applications-title a.standalone-link.standalone-link-large[disabled], .applications-title a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; }
    .applications .applications-col:nth-child(1) .application-item,
    .applications .applications-col:nth-child(2) .application-item {
      border-top: 1px solid #E0E0E0;
      padding-top: 0.5rem; }
  .application-item {
    padding-top: 2rem; } }

@media (min-width: 1200px) {
  .applications {
    padding-top: 6rem;
    padding-bottom: 6rem; }
    .applications.two-in-row .applications-col:nth-child(1) .application-item,
    .applications.two-in-row .applications-col:nth-child(2) .application-item {
      border-top: 1px solid #E0E0E0;
      padding-top: 0.5rem; }
    .applications.three-in-row .applications-col:nth-child(1) .application-item,
    .applications.three-in-row .applications-col:nth-child(2) .application-item,
    .applications.three-in-row .applications-col:nth-child(3) .application-item {
      border-top: 1px solid #E0E0E0;
      padding-top: 0.5rem; }
  .application-item {
    padding-top: 3rem; } }

.overview-block {
  padding-bottom: 3rem; }

.overview-title {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0;
  margin-bottom: 1rem; }
  .overview-title a {
    border-bottom: 0; }
    .overview-title a:not([class*="btn-"]):not([class*="button-red"]):hover, .overview-title a:not([class*="btn-"]):not([class*="button-red"]):focus, .overview-title a:not([class*="btn-"]):not([class*="button-red"]):active, .overview-title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .overview-title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
      text-decoration: underline; }
    .overview-title a.standalone-link.standalone-link-large:focus, .overview-title a.standalone-link.standalone-link-large:active, .overview-title a.standalone-link.standalone-link-large[disabled], .overview-title a.standalone-link.standalone-link-large.disabled {
      text-decoration: none; }

.overview-text {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0; }

.overview-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem; }
  .overview-picture img {
    -ms-flex-item-align: center;
    align-self: center; }

@media (min-width: 576px) {
  .overview-title {
    font-family: "Inter", sans-serif;
    font-size: 2.625rem;
    line-height: 3.125rem;
    letter-spacing: -0.25px; }
    .overview-title a {
      border-bottom: 0; }
      .overview-title a:not([class*="btn-"]):not([class*="button-red"]):hover, .overview-title a:not([class*="btn-"]):not([class*="button-red"]):focus, .overview-title a:not([class*="btn-"]):not([class*="button-red"]):active, .overview-title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .overview-title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .overview-title a.standalone-link.standalone-link-large:focus, .overview-title a.standalone-link.standalone-link-large:active, .overview-title a.standalone-link.standalone-link-large[disabled], .overview-title a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; } }

@media (min-width: 768px) {
  .overview-title {
    font-family: "Inter", sans-serif;
    font-size: 3.75rem;
    line-height: 4.375rem;
    letter-spacing: -1.5px; }
    .overview-title a {
      border-bottom: 0; }
      .overview-title a:not([class*="btn-"]):not([class*="button-red"]):hover, .overview-title a:not([class*="btn-"]):not([class*="button-red"]):focus, .overview-title a:not([class*="btn-"]):not([class*="button-red"]):active, .overview-title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .overview-title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .overview-title a.standalone-link.standalone-link-large:focus, .overview-title a.standalone-link.standalone-link-large:active, .overview-title a.standalone-link.standalone-link-large[disabled], .overview-title a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
  .overview-text {
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0; }
    .overview-text a {
      border-bottom: 0; }
      .overview-text a:not([class*="btn-"]):not([class*="button-red"]):hover, .overview-text a:not([class*="btn-"]):not([class*="button-red"]):focus, .overview-text a:not([class*="btn-"]):not([class*="button-red"]):active, .overview-text a:not([class*="btn-"]):not([class*="button-red"])[disabled], .overview-text a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .overview-text a.standalone-link.standalone-link-large:focus, .overview-text a.standalone-link.standalone-link-large:active, .overview-text a.standalone-link.standalone-link-large[disabled], .overview-text a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; } }

@media (min-width: 1200px) {
  .overview-block {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  .overview-picture {
    margin-bottom: 0; } }

.cta-card-title {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0;
  margin-bottom: 2rem; }
  .cta-card-title a {
    border-bottom: 0; }
    .cta-card-title a:not([class*="btn-"]):not([class*="button-red"]):hover, .cta-card-title a:not([class*="btn-"]):not([class*="button-red"]):focus, .cta-card-title a:not([class*="btn-"]):not([class*="button-red"]):active, .cta-card-title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .cta-card-title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
      text-decoration: underline; }
    .cta-card-title a.standalone-link.standalone-link-large:focus, .cta-card-title a.standalone-link.standalone-link-large:active, .cta-card-title a.standalone-link.standalone-link-large[disabled], .cta-card-title a.standalone-link.standalone-link-large.disabled {
      text-decoration: none; }

.cta-card-item {
  background-color: #F4F4F4;
  border: 1px solid #8D8D8D;
  overflow: hidden; }
  .cta-card-item__picture img {
    display: block; }
  .cta-card-item__content {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .cta-card-item__title {
    font-family: "Inter", sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0;
    margin-bottom: .75rem; }
    .cta-card-item__title a {
      border-bottom: 0; }
      .cta-card-item__title a:not([class*="btn-"]):not([class*="button-red"]):hover, .cta-card-item__title a:not([class*="btn-"]):not([class*="button-red"]):focus, .cta-card-item__title a:not([class*="btn-"]):not([class*="button-red"]):active, .cta-card-item__title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .cta-card-item__title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .cta-card-item__title a.standalone-link.standalone-link-large:focus, .cta-card-item__title a.standalone-link.standalone-link-large:active, .cta-card-item__title a.standalone-link.standalone-link-large[disabled], .cta-card-item__title a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
  .cta-card-item__description {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
    margin-bottom: 1rem; }
  .cta-card-item__webform a {
    width: 100%; }
  .cta-card-item + .cta-card-item {
    border-top: 0; }

@media (min-width: 576px) {
  .cta-card-title {
    font-family: "Inter", sans-serif;
    font-size: 3.75rem;
    line-height: 4.375rem;
    letter-spacing: -1.5px; }
    .cta-card-title a {
      border-bottom: 0; }
      .cta-card-title a:not([class*="btn-"]):not([class*="button-red"]):hover, .cta-card-title a:not([class*="btn-"]):not([class*="button-red"]):focus, .cta-card-title a:not([class*="btn-"]):not([class*="button-red"]):active, .cta-card-title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .cta-card-title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .cta-card-title a.standalone-link.standalone-link-large:focus, .cta-card-title a.standalone-link.standalone-link-large:active, .cta-card-title a.standalone-link.standalone-link-large[disabled], .cta-card-title a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
  .cta-card-item__webform a {
    width: auto; }
  .cta-card-item__content {
    padding: 3rem 3rem 0; }
  .cta-card-item__title {
    font-family: "Inter", sans-serif;
    font-size: 2.625rem;
    line-height: 3.125rem;
    letter-spacing: -0.25px;
    margin-bottom: 1rem; }
    .cta-card-item__title a {
      border-bottom: 0; }
      .cta-card-item__title a:not([class*="btn-"]):not([class*="button-red"]):hover, .cta-card-item__title a:not([class*="btn-"]):not([class*="button-red"]):focus, .cta-card-item__title a:not([class*="btn-"]):not([class*="button-red"]):active, .cta-card-item__title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .cta-card-item__title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .cta-card-item__title a.standalone-link.standalone-link-large:focus, .cta-card-item__title a.standalone-link.standalone-link-large:active, .cta-card-item__title a.standalone-link.standalone-link-large[disabled], .cta-card-item__title a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
  .cta-card-item__description {
    margin-bottom: 2rem; } }

@media (min-width: 768px) {
  .cta-card-title {
    margin-bottom: 3rem; }
  .cta-card-item__content {
    padding: 3rem 3rem .75rem; }
  .cta-card-item__description {
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0; }
    .cta-card-item__description a {
      border-bottom: 0; }
      .cta-card-item__description a:not([class*="btn-"]):not([class*="button-red"]):hover, .cta-card-item__description a:not([class*="btn-"]):not([class*="button-red"]):focus, .cta-card-item__description a:not([class*="btn-"]):not([class*="button-red"]):active, .cta-card-item__description a:not([class*="btn-"]):not([class*="button-red"])[disabled], .cta-card-item__description a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .cta-card-item__description a.standalone-link.standalone-link-large:focus, .cta-card-item__description a.standalone-link.standalone-link-large:active, .cta-card-item__description a.standalone-link.standalone-link-large[disabled], .cta-card-item__description a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; } }

@media (min-width: 1200px) {
  .cta-card-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 3rem 3rem 4rem; }
  .cta-card-item__webform {
    margin-top: auto; } }

.scanners-block {
  padding-top: 3rem;
  padding-bottom: 4rem; }
  .scanners-block-title {
    font-family: "Inter", sans-serif;
    font-size: 2.625rem;
    line-height: 3.125rem;
    letter-spacing: -0.25px;
    margin-bottom: 1rem; }
    .scanners-block-title a {
      border-bottom: 0; }
      .scanners-block-title a:not([class*="btn-"]):not([class*="button-red"]):hover, .scanners-block-title a:not([class*="btn-"]):not([class*="button-red"]):focus, .scanners-block-title a:not([class*="btn-"]):not([class*="button-red"]):active, .scanners-block-title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .scanners-block-title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .scanners-block-title a.standalone-link.standalone-link-large:focus, .scanners-block-title a.standalone-link.standalone-link-large:active, .scanners-block-title a.standalone-link.standalone-link-large[disabled], .scanners-block-title a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
  .scanners-block-description {
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0;
    margin-bottom: 2rem; }
    .scanners-block-description a {
      border-bottom: 0; }
      .scanners-block-description a:not([class*="btn-"]):not([class*="button-red"]):hover, .scanners-block-description a:not([class*="btn-"]):not([class*="button-red"]):focus, .scanners-block-description a:not([class*="btn-"]):not([class*="button-red"]):active, .scanners-block-description a:not([class*="btn-"]):not([class*="button-red"])[disabled], .scanners-block-description a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .scanners-block-description a.standalone-link.standalone-link-large:focus, .scanners-block-description a.standalone-link.standalone-link-large:active, .scanners-block-description a.standalone-link.standalone-link-large[disabled], .scanners-block-description a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }

.scanner-item {
  display: block;
  height: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid #E0E0E0; }
  .scanner-item:hover, .scanner-item:active, .scanner-item:focus, .scanner-item.disabled, .scanner-item[disabled] {
    border-bottom: 1px solid #E0E0E0; }
  .scanner-item-col:first-child .scanner-item {
    border-top: 1px solid #E0E0E0; }
  .scanner-item__col-picture:hover + .scanner-item__col-content .scanner-item__title a {
    text-decoration: underline; }
  .scanner-item__col-content .scanner-item__title a:hover {
    text-decoration: underline; }
  .scanner-item__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .scanner-item__picture img {
      -ms-flex-item-align: center;
      align-self: center; }
    .scanner-item__picture-link {
      display: inline-block;
      border-bottom: 0; }
      .scanner-item__picture-link:hover, .scanner-item__picture-link:active, .scanner-item__picture-link:focus, .scanner-item__picture-link.disabled, .scanner-item__picture-link[disabled] {
        border-bottom: 0; }
  .scanner-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
  .scanner-item__title {
    margin-bottom: .5rem;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0; }
    .scanner-item__title a {
      border-bottom: 0; }
      .scanner-item__title a:not([class*="btn-"]):not([class*="button-red"]):hover, .scanner-item__title a:not([class*="btn-"]):not([class*="button-red"]):focus, .scanner-item__title a:not([class*="btn-"]):not([class*="button-red"]):active, .scanner-item__title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .scanner-item__title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .scanner-item__title a.standalone-link.standalone-link-large:focus, .scanner-item__title a.standalone-link.standalone-link-large:active, .scanner-item__title a.standalone-link.standalone-link-large[disabled], .scanner-item__title a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
    .scanner-item__title a.scanner-item__title-link[href] {
      display: inline-block;
      font-weight: 700;
      font-family: "Inter", sans-serif;
      font-size: 1.25rem;
      line-height: 1.75rem;
      letter-spacing: 0;
      color: #161616; }
      .scanner-item__title a.scanner-item__title-link[href] a {
        border-bottom: 0; }
        .scanner-item__title a.scanner-item__title-link[href] a:not([class*="btn-"]):not([class*="button-red"]):hover, .scanner-item__title a.scanner-item__title-link[href] a:not([class*="btn-"]):not([class*="button-red"]):focus, .scanner-item__title a.scanner-item__title-link[href] a:not([class*="btn-"]):not([class*="button-red"]):active, .scanner-item__title a.scanner-item__title-link[href] a:not([class*="btn-"]):not([class*="button-red"])[disabled], .scanner-item__title a.scanner-item__title-link[href] a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .scanner-item__title a.scanner-item__title-link[href] a.standalone-link.standalone-link-large:focus, .scanner-item__title a.scanner-item__title-link[href] a.standalone-link.standalone-link-large:active, .scanner-item__title a.scanner-item__title-link[href] a.standalone-link.standalone-link-large[disabled], .scanner-item__title a.scanner-item__title-link[href] a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; }
      .scanner-item__title a.scanner-item__title-link[href]:hover, .scanner-item__title a.scanner-item__title-link[href]:active, .scanner-item__title a.scanner-item__title-link[href]:focus, .scanner-item__title a.scanner-item__title-link[href].disabled, .scanner-item__title a.scanner-item__title-link[href][disabled] {
        border-bottom: 0; }
  .scanner-item__description {
    margin-bottom: .5rem;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .25px;
    color: #525252; }
  .scanner-item__specs {
    display: none;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: .15px;
    font-weight: 400;
    color: #525252; }
    .scanner-item__specs-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: .25rem;
      padding-bottom: .25rem;
      border-top: 1px solid #E0E0E0; }
      .scanner-item__specs-item--hint {
        margin-left: .25rem; }
      .scanner-item__specs-item--value {
        margin-left: auto; }
  .scanner-item__more {
    margin-top: auto; }
  .scanner-item .standalone-link {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: .15px;
    font-weight: 400; }
    .scanner-item .standalone-link:after {
      margin-left: .625rem; }

@media (max-width: 767.98px) {
  .scanner-item {
    min-height: 130px; }
    .scanner-item .row {
      height: 100%; }
    .scanner-item__col-picture {
      padding-right: .75rem; }
    .scanner-item__col-content {
      padding-left: 0; } }

@media (max-width: 575.98px) {
  .scanner-item {
    min-height: 190px; }
    .scanner-item__col-picture {
      padding-right: 0; }
    .scanner-item__col-content {
      padding-left: .75rem; } }

@media (min-width: 768px) {
  .scanners-block {
    padding-bottom: 1rem; }
    .scanners-block-description {
      margin-bottom: 3rem; }
  .scanner-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0; }
    .scanner-item--specs {
      border-bottom: 1px solid transparent; }
      .scanner-item--specs:hover, .scanner-item--specs:active, .scanner-item--specs:focus, .scanner-item--specs.disabled, .scanner-item--specs[disabled] {
        border-bottom: 1px solid transparent; }
    .scanner-item-col {
      margin-bottom: 3rem; }
      .scanner-item-col:first-child .scanner-item {
        border-top: 0; }
    .scanner-item__picture {
      width: 100%;
      background-color: #F4F4F4; }
      .scanner-item__picture-link {
        padding-bottom: .75rem; }
    .scanner-item__description {
      font-size: 1rem;
      line-height: 1.5rem;
      letter-spacing: .15px;
      margin-bottom: .75rem;
      color: #161616; }
    .scanner-item__more {
      display: none; }
    .scanner-item__specs {
      display: block;
      margin-top: auto; }
    .scanner-item .row {
      height: 100%;
      margin-left: 0;
      margin-right: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .scanner-item__col-content, .scanner-item__col-picture {
      padding-right: 0;
      padding-left: 0; }
    .scanner-item__col-picture {
      -webkit-box-flex: 0;
      -ms-flex: 0;
      flex: 0; }
    .scanner-item__col-content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

@media (min-width: 1200px) {
  .scanners-block-title {
    font-family: "Inter", sans-serif;
    font-size: 3.75rem;
    line-height: 4.375rem;
    letter-spacing: -1.5px; }
    .scanners-block-title a {
      border-bottom: 0; }
      .scanners-block-title a:not([class*="btn-"]):not([class*="button-red"]):hover, .scanners-block-title a:not([class*="btn-"]):not([class*="button-red"]):focus, .scanners-block-title a:not([class*="btn-"]):not([class*="button-red"]):active, .scanners-block-title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .scanners-block-title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .scanners-block-title a.standalone-link.standalone-link-large:focus, .scanners-block-title a.standalone-link.standalone-link-large:active, .scanners-block-title a.standalone-link.standalone-link-large[disabled], .scanners-block-title a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; } }

.feature-card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding-top: 1rem;
  border: 1px solid #8D8D8D;
  background-color: #F4F4F4; }
  .feature-card.single-image-mode {
    padding: 0;
    border: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .feature-card.single-image-mode .feature-card__picture {
      margin: 0; }
    .feature-card.single-image-mode--border {
      border: 1px solid #8D8D8D !important; }
  .feature-card__title {
    padding-right: 1rem;
    padding-left: 1rem; }
    .feature-card__title h2 {
      margin-bottom: .75rem;
      font-weight: 700;
      font-family: "Inter", sans-serif;
      font-size: 1.75rem;
      line-height: 2.25rem;
      letter-spacing: 0; }
      .feature-card__title h2 a {
        border-bottom: 0; }
        .feature-card__title h2 a:not([class*="btn-"]):not([class*="button-red"]):hover, .feature-card__title h2 a:not([class*="btn-"]):not([class*="button-red"]):focus, .feature-card__title h2 a:not([class*="btn-"]):not([class*="button-red"]):active, .feature-card__title h2 a:not([class*="btn-"]):not([class*="button-red"])[disabled], .feature-card__title h2 a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .feature-card__title h2 a.standalone-link.standalone-link-large:focus, .feature-card__title h2 a.standalone-link.standalone-link-large:active, .feature-card__title h2 a.standalone-link.standalone-link-large[disabled], .feature-card__title h2 a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; }
  .feature-card__description {
    padding-right: 1rem;
    padding-left: 1rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
    color: #6F6F6F;
    height: auto; }
  .feature-card__picture {
    margin: auto auto 0;
    position: relative;
    width: 100%;
    height: 0;
    padding: 100% 0 0; }
    .feature-card__picture img {
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 100%; }
    .feature-card__picture-bordered img {
      border: 1px solid #E0E0E0 !important; }
    .feature-card__picture .sketchfab-wrapper {
      max-width: 100%;
      margin: 0;
      padding-top: 56.25%;
      padding-bottom: 0; }

.block-cards-item-full .feature-card__picture {
  padding: 0 1rem 1rem;
  height: auto; }
  .block-cards-item-full .feature-card__picture img {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 auto; }

.block-cards-item-full .feature-card__description {
  padding-bottom: .75rem; }

.block-cards-item-full .feature-card.single-image-mode .feature-card__picture {
  padding: 0;
  margin: 0; }

@media (min-width: 768px) {
  .half-width-wrapper .block-cards-item-half .feature-card {
    border-right: 0; }
  .half-width-wrapper .block-cards-item-half:nth-child(2n) .feature-card {
    border-right: 1px solid #8D8D8D; }
    .half-width-wrapper .block-cards-item-half:nth-child(2n) .feature-card.single-image-mode--border {
      border-left: 0 !important; } }

@media (min-width: 576px) {
  .feature-card {
    padding-top: 2rem; }
    .feature-card.single-image-mode {
      padding: 0; }
    .feature-card__title {
      padding-right: 8rem;
      padding-left: 2rem; }
      .feature-card__title h2 {
        font-family: "Inter", sans-serif;
        font-size: 2rem;
        line-height: 2.5rem;
        letter-spacing: 0; }
        .feature-card__title h2 a {
          border-bottom: 0; }
          .feature-card__title h2 a:not([class*="btn-"]):not([class*="button-red"]):hover, .feature-card__title h2 a:not([class*="btn-"]):not([class*="button-red"]):focus, .feature-card__title h2 a:not([class*="btn-"]):not([class*="button-red"]):active, .feature-card__title h2 a:not([class*="btn-"]):not([class*="button-red"])[disabled], .feature-card__title h2 a:not([class*="btn-"]):not([class*="button-red"]).disabled {
            text-decoration: underline; }
          .feature-card__title h2 a.standalone-link.standalone-link-large:focus, .feature-card__title h2 a.standalone-link.standalone-link-large:active, .feature-card__title h2 a.standalone-link.standalone-link-large[disabled], .feature-card__title h2 a.standalone-link.standalone-link-large.disabled {
            text-decoration: none; }
    .feature-card__description {
      padding-right: 8rem;
      padding-left: 2rem; }
  .block-cards-item-full .feature-card__title, .block-cards-item-full .feature-card__description {
    padding-right: 2rem; }
  .block-cards-item-full .feature-card__picture {
    padding: 0 2rem 2rem; }
  .block-cards-item-full .feature-card__description {
    padding-bottom: 1.5rem; } }

@media (min-width: 768px) {
  .feature-card {
    max-width: 50vw; }
    .feature-card__title {
      padding-right: 1.5rem;
      padding-left: 1.5rem; }
      .feature-card__title h2 {
        font-weight: 700;
        font-family: "Inter", sans-serif;
        font-size: 1.75rem;
        line-height: 2.25rem;
        letter-spacing: 0; }
        .feature-card__title h2 a {
          border-bottom: 0; }
          .feature-card__title h2 a:not([class*="btn-"]):not([class*="button-red"]):hover, .feature-card__title h2 a:not([class*="btn-"]):not([class*="button-red"]):focus, .feature-card__title h2 a:not([class*="btn-"]):not([class*="button-red"]):active, .feature-card__title h2 a:not([class*="btn-"]):not([class*="button-red"])[disabled], .feature-card__title h2 a:not([class*="btn-"]):not([class*="button-red"]).disabled {
            text-decoration: underline; }
          .feature-card__title h2 a.standalone-link.standalone-link-large:focus, .feature-card__title h2 a.standalone-link.standalone-link-large:active, .feature-card__title h2 a.standalone-link.standalone-link-large[disabled], .feature-card__title h2 a.standalone-link.standalone-link-large.disabled {
            text-decoration: none; }
    .feature-card__description {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      padding-bottom: 1rem; }
    .feature-card .feature-card__description {
      height: auto; }
  .block-cards-item-full .feature-card {
    max-width: 100vw; }
    .block-cards-item-full .feature-card__title {
      padding-left: 4rem;
      padding-right: 4rem; }
    .block-cards-item-full .feature-card__description {
      padding-left: 4rem;
      padding-right: 4rem;
      padding-bottom: 4rem; }
    .block-cards-item-full .feature-card__picture {
      padding: 0 4rem 4rem; }
  .block-cards-item-half .feature-card .col-xl-7 {
    max-width: unset;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset; } }

@media (min-width: 1200px) {
  .feature-card {
    padding-top: 3rem; }
    .feature-card.single-image-mode {
      padding: 0; }
    .feature-card__title {
      padding-right: 6rem;
      padding-left: 4rem; }
      .feature-card__title h2 {
        font-family: "Inter", sans-serif;
        font-size: 2rem;
        line-height: 2.5rem;
        letter-spacing: 0; }
        .feature-card__title h2 a {
          border-bottom: 0; }
          .feature-card__title h2 a:not([class*="btn-"]):not([class*="button-red"]):hover, .feature-card__title h2 a:not([class*="btn-"]):not([class*="button-red"]):focus, .feature-card__title h2 a:not([class*="btn-"]):not([class*="button-red"]):active, .feature-card__title h2 a:not([class*="btn-"]):not([class*="button-red"])[disabled], .feature-card__title h2 a:not([class*="btn-"]):not([class*="button-red"]).disabled {
            text-decoration: underline; }
          .feature-card__title h2 a.standalone-link.standalone-link-large:focus, .feature-card__title h2 a.standalone-link.standalone-link-large:active, .feature-card__title h2 a.standalone-link.standalone-link-large[disabled], .feature-card__title h2 a.standalone-link.standalone-link-large.disabled {
            text-decoration: none; }
    .feature-card__description {
      padding-right: 6rem;
      padding-left: 4rem; }
  .block-cards-item-full .feature-card__description, .block-cards-item-full .feature-card__title {
    padding-right: 4rem; }
  .block-cards-item-full .feature-card__picture {
    padding: 0 4rem 4rem; } }

.product-card {
  padding: 1rem 1rem 0;
  border: 1px solid #8D8D8D;
  background-color: #F4F4F4; }
  .product-card__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem; }
    .product-card__picture img {
      display: block;
      -ms-flex-item-align: center;
      align-self: center; }
  .product-card__product {
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0;
    margin-bottom: .25rem;
    color: #f03d00; }
    .product-card__product a {
      border-bottom: 0; }
      .product-card__product a:not([class*="btn-"]):not([class*="button-red"]):hover, .product-card__product a:not([class*="btn-"]):not([class*="button-red"]):focus, .product-card__product a:not([class*="btn-"]):not([class*="button-red"]):active, .product-card__product a:not([class*="btn-"]):not([class*="button-red"])[disabled], .product-card__product a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .product-card__product a.standalone-link.standalone-link-large:focus, .product-card__product a.standalone-link.standalone-link-large:active, .product-card__product a.standalone-link.standalone-link-large[disabled], .product-card__product a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
  .product-card__title {
    font-family: "Inter", sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0;
    margin-bottom: 1rem; }
    .product-card__title a {
      border-bottom: 0; }
      .product-card__title a:not([class*="btn-"]):not([class*="button-red"]):hover, .product-card__title a:not([class*="btn-"]):not([class*="button-red"]):focus, .product-card__title a:not([class*="btn-"]):not([class*="button-red"]):active, .product-card__title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .product-card__title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .product-card__title a.standalone-link.standalone-link-large:focus, .product-card__title a.standalone-link.standalone-link-large:active, .product-card__title a.standalone-link.standalone-link-large[disabled], .product-card__title a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
  .product-card__description {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0;
    margin-bottom: 2rem;
    color: #393939; }
  .product-card__more {
    margin-bottom: 1rem; }
    .product-card__more a {
      width: 100%; }
  .product-card__webform button {
    width: 100%; }

@media (min-width: 576px) {
  .product-card {
    padding: 2rem 6rem 0 2rem; }
    .product-card__picture {
      margin-left: -2rem;
      margin-right: -6rem; }
    .product-card__title {
      font-family: "Inter", sans-serif;
      font-size: 2.625rem;
      line-height: 3.125rem;
      letter-spacing: -0.25px; }
      .product-card__title a {
        border-bottom: 0; }
        .product-card__title a:not([class*="btn-"]):not([class*="button-red"]):hover, .product-card__title a:not([class*="btn-"]):not([class*="button-red"]):focus, .product-card__title a:not([class*="btn-"]):not([class*="button-red"]):active, .product-card__title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .product-card__title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .product-card__title a.standalone-link.standalone-link-large:focus, .product-card__title a.standalone-link.standalone-link-large:active, .product-card__title a.standalone-link.standalone-link-large[disabled], .product-card__title a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; }
    .product-card__description {
      font-weight: 700;
      font-family: "Inter", sans-serif;
      font-size: 1.25rem;
      line-height: 1.75rem;
      letter-spacing: 0; }
      .product-card__description a {
        border-bottom: 0; }
        .product-card__description a:not([class*="btn-"]):not([class*="button-red"]):hover, .product-card__description a:not([class*="btn-"]):not([class*="button-red"]):focus, .product-card__description a:not([class*="btn-"]):not([class*="button-red"]):active, .product-card__description a:not([class*="btn-"]):not([class*="button-red"])[disabled], .product-card__description a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .product-card__description a.standalone-link.standalone-link-large:focus, .product-card__description a.standalone-link.standalone-link-large:active, .product-card__description a.standalone-link.standalone-link-large[disabled], .product-card__description a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; }
    .product-card__more {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1rem;
      float: left; }
      .product-card__more a {
        width: auto; }
    .product-card__webform {
      display: inline-block; }
      .product-card__webform button {
        width: auto; } }

@media (min-width: 768px) {
  .product-card {
    padding-right: 8rem; }
    .product-card__picture {
      margin-right: -8rem; } }

@media (min-width: 1200px) {
  .product-card {
    padding: 0 1rem; }
    .product-card__picture {
      margin: 0 -1rem; }
    .product-card__content {
      padding: 3rem; } }

.paragraph-sidenote__text {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
  color: #6F6F6F; }

.paragraph-sidenote__link {
  margin-bottom: 1rem; }

@media (min-width: 576px) {
  .paragraph-sidenote__text {
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0; }
    .paragraph-sidenote__text a {
      border-bottom: 0; }
      .paragraph-sidenote__text a:not([class*="btn-"]):not([class*="button-red"]):hover, .paragraph-sidenote__text a:not([class*="btn-"]):not([class*="button-red"]):focus, .paragraph-sidenote__text a:not([class*="btn-"]):not([class*="button-red"]):active, .paragraph-sidenote__text a:not([class*="btn-"]):not([class*="button-red"])[disabled], .paragraph-sidenote__text a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .paragraph-sidenote__text a.standalone-link.standalone-link-large:focus, .paragraph-sidenote__text a.standalone-link.standalone-link-large:active, .paragraph-sidenote__text a.standalone-link.standalone-link-large[disabled], .paragraph-sidenote__text a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; } }

.video-tabs-block--video .tab-pane {
  margin-top: 4rem;
  margin-bottom: 2rem;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
  .video-tabs-block--video .tab-pane img {
    display: block; }
  .video-tabs-block--video .tab-pane.bordered-pane {
    border: 1px solid #E0E0E0; }
  .video-tabs-block--video .tab-pane.shaded-pane {
    -webkit-box-shadow: 0 0 1px rgba(75, 77, 82, 0.48), 0 16px 32px rgba(75, 77, 82, 0.24);
    box-shadow: 0 0 1px rgba(75, 77, 82, 0.48), 0 16px 32px rgba(75, 77, 82, 0.24); }

.video-tabs-block--nav {
  padding: 0; }

.block-cards {
  padding: 1.5rem 0 2rem; }
  .block-cards-item {
    margin-top: -1px; }
  .block-cards-item {
    padding-left: 0;
    padding-right: 0; }
  .block-cards > .row {
    margin-left: 0;
    margin-right: 0; }
  .block-cards .promo-card-block {
    width: 100%;
    max-width: 100%; }
  .block-cards--shadow > .row {
    -webkit-box-shadow: 0 0 1px rgba(75, 77, 82, 0.48), 0 16px 32px rgba(75, 77, 82, 0.24);
    box-shadow: 0 0 1px rgba(75, 77, 82, 0.48), 0 16px 32px rgba(75, 77, 82, 0.24); }

@media (max-width: 671.98px) {
  .block-cards .promo-card > .row {
    margin-right: 0;
    margin-left: 0; }
    .block-cards .promo-card > .row > [class^='col-'] {
      padding-left: 0;
      padding-right: 0; }
      .block-cards .promo-card > .row > [class^='col-'] .promo-card__content {
        margin-right: 0;
        margin-left: 0; } }

@media (min-width: 576px) {
  .block-cards {
    width: calc(100% + 5.25rem);
    max-width: calc(100vw - 3rem);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%; }
    .block-cards.tiny-size {
      width: 100%;
      max-width: 100%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      margin-left: 0; } }

@media (min-width: 768px) {
  .block-cards {
    width: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-left: 0; }
    .block-cards.tiny-size {
      width: 100%;
      max-width: 100%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      margin-left: 0; } }

@media (min-width: 1200px) {
  .block-cards {
    width: calc(100% + 14.75rem);
    max-width: calc(100vw - 6rem);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%;
    padding-top: 4rem;
    padding-bottom: 6rem; }
    .block-cards.tiny-size {
      width: 100%;
      max-width: 100%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      margin-left: 0; } }

.chosen-plans {
  padding-bottom: 6rem; }
  .chosen-plans--description {
    background-color: #F4F4F4;
    padding: 1rem;
    border: 1px solid #8D8D8D;
    border-top: 0;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .chosen-plans--description h2 {
      margin-bottom: 0.25rem; }
    .chosen-plans--description--row {
      font-weight: 700;
      font-family: "Inter", sans-serif;
      font-size: 1.25rem;
      line-height: 1.75rem;
      letter-spacing: 0; }
      .chosen-plans--description--row a {
        border-bottom: 0; }
        .chosen-plans--description--row a:not([class*="btn-"]):not([class*="button-red"]):hover, .chosen-plans--description--row a:not([class*="btn-"]):not([class*="button-red"]):focus, .chosen-plans--description--row a:not([class*="btn-"]):not([class*="button-red"]):active, .chosen-plans--description--row a:not([class*="btn-"]):not([class*="button-red"])[disabled], .chosen-plans--description--row a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .chosen-plans--description--row a.standalone-link.standalone-link-large:focus, .chosen-plans--description--row a.standalone-link.standalone-link-large:active, .chosen-plans--description--row a.standalone-link.standalone-link-large[disabled], .chosen-plans--description--row a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; }
      .chosen-plans--description--row p:not(:last-child) {
        margin-bottom: 1rem; }

.chosen-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 1rem 1rem 2rem;
  border: 1px solid #8D8D8D; }
  .chosen-plan__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1rem; }
    .chosen-plan__header-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%; }
  .chosen-plan__name {
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0;
    margin-right: auto; }
    .chosen-plan__name a {
      border-bottom: 0; }
      .chosen-plan__name a:not([class*="btn-"]):not([class*="button-red"]):hover, .chosen-plan__name a:not([class*="btn-"]):not([class*="button-red"]):focus, .chosen-plan__name a:not([class*="btn-"]):not([class*="button-red"]):active, .chosen-plan__name a:not([class*="btn-"]):not([class*="button-red"])[disabled], .chosen-plan__name a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .chosen-plan__name a.standalone-link.standalone-link-large:focus, .chosen-plan__name a.standalone-link.standalone-link-large:active, .chosen-plan__name a.standalone-link.standalone-link-large[disabled], .chosen-plan__name a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
  .chosen-plan__marker {
    display: none;
    margin-left: 0.25rem;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.125rem;
    letter-spacing: .1px;
    color: #8D8D8D; }
  .chosen-plan__price {
    font-family: "Inter", sans-serif;
    font-size: 2.625rem;
    line-height: 3.125rem;
    letter-spacing: -0.25px;
    margin-bottom: 1rem; }
    .chosen-plan__price a {
      border-bottom: 0; }
      .chosen-plan__price a:not([class*="btn-"]):not([class*="button-red"]):hover, .chosen-plan__price a:not([class*="btn-"]):not([class*="button-red"]):focus, .chosen-plan__price a:not([class*="btn-"]):not([class*="button-red"]):active, .chosen-plan__price a:not([class*="btn-"]):not([class*="button-red"])[disabled], .chosen-plan__price a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .chosen-plan__price a.standalone-link.standalone-link-large:focus, .chosen-plan__price a.standalone-link.standalone-link-large:active, .chosen-plan__price a.standalone-link.standalone-link-large[disabled], .chosen-plan__price a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
  .chosen-plan__link {
    margin-bottom: 1rem; }
    .chosen-plan__link a {
      width: 100%; }
  .chosen-plan__description {
    margin-bottom: 1rem;
    color: #393939; }
  .chosen-plan__features {
    margin-top: 1rem;
    padding-top: 2rem;
    border-top: 1px solid #E0E0E0; }
    .chosen-plan__features-title {
      margin-bottom: 1.5rem;
      color: #393939; }
    .chosen-plan__features .field-name-field-feature-list .field-item {
      padding-left: 20px;
      background-image: url("../img/check-mark.svg");
      background-repeat: no-repeat;
      background-position: left 5px;
      color: #393939; }
      .chosen-plan__features .field-name-field-feature-list .field-item:not(:last-child) {
        margin-bottom: .75rem; }
    .chosen-plan__features .field-name-field-feature-list-plus {
      font-weight: 700;
      font-size: 1rem;
      line-height: 1.375rem;
      letter-spacing: 0; }
      .chosen-plan__features .field-name-field-feature-list-plus .field-item {
        margin-top: .75rem; }

@media (max-width: 1199.98px) {
  .chosen-plans-item:not(:first-child) .chosen-plan {
    border-top: 0; } }

@media (min-width: 576px) {
  .chosen-plans-item {
    padding-left: 0;
    padding-right: 0; }
  .chosen-plans--description {
    padding: 3rem;
    margin: 0 -1rem; }
    .chosen-plans--description h2 {
      font-family: "Inter", sans-serif;
      font-size: 2.625rem;
      line-height: 3.125rem;
      letter-spacing: -0.25px; }
      .chosen-plans--description h2 a {
        border-bottom: 0; }
        .chosen-plans--description h2 a:not([class*="btn-"]):not([class*="button-red"]):hover, .chosen-plans--description h2 a:not([class*="btn-"]):not([class*="button-red"]):focus, .chosen-plans--description h2 a:not([class*="btn-"]):not([class*="button-red"]):active, .chosen-plans--description h2 a:not([class*="btn-"]):not([class*="button-red"])[disabled], .chosen-plans--description h2 a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .chosen-plans--description h2 a.standalone-link.standalone-link-large:focus, .chosen-plans--description h2 a.standalone-link.standalone-link-large:active, .chosen-plans--description h2 a.standalone-link.standalone-link-large[disabled], .chosen-plans--description h2 a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; } }

@media (min-width: 1200px) {
  .chosen-plans-item:not(:first-child) .chosen-plan {
    border-left-color: transparent; }
  .chosen-plans-item:nth-child(3n + 4) .chosen-plan {
    border: 1px solid #8D8D8D; }
  .chosen-plans-item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) .chosen-plan {
    border-top: 0; }
  .chosen-plan__marker {
    display: block; } }

.simple-tabs-block__content > .tab-pane {
  margin-top: 0;
  margin-bottom: 0; }

.global-tabs-block__nav {
  will-change: top;
  -webkit-transition: top 0.1s linear;
  -o-transition: top 0.1s linear;
  transition: top 0.1s linear;
  background-color: #fff;
  z-index: 2; }
  .global-tabs-block__nav.sticky {
    position: fixed;
    left: 0;
    width: 100%; }
  .global-tabs-block__nav__left-side {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .global-tabs-block__nav__tab-placeholder {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0.5625rem 1rem;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: .15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #161616;
    border-width: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 3.5rem;
    padding-right: 2rem;
    display: none;
    padding-top: 1.3125rem;
    padding-bottom: 1.1875rem;
    color: #393939;
    cursor: pointer; }
    .global-tabs-block__nav__tab-placeholder:hover {
      background-color: rgba(0, 0, 0, 0.04); }
    .global-tabs-block__nav__tab-placeholder:focus {
      background-color: rgba(0, 0, 0, 0.08); }
    .global-tabs-block__nav__tab-placeholder:active {
      background-color: rgba(0, 0, 0, 0.12); }
    .global-tabs-block__nav__tab-placeholder[selected] {
      color: #f03d00; }
    .global-tabs-block__nav__tab-placeholder:disabled {
      color: #8D8D8D; }
    .global-tabs-block__nav__tab-placeholder:after {
      content: '';
      position: absolute;
      right: 1rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: inline-block;
      vertical-align: middle;
      width: 1.5rem;
      height: 1.5rem;
      margin-left: auto;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: contain;
      background-size: contain; }
    .global-tabs-block__nav__tab-placeholder:after {
      right: 1rem;
      width: 0.5rem;
      height: 0.75rem; }
    .global-tabs-block__nav__tab-placeholder:after {
      background-image: url(../img/icon-arrow-bottom.svg); }
  .global-tabs-block__nav.small-view .global-tabs-block__nav__tab-placeholder {
    display: block; }
  .global-tabs-block__nav.small-view .global-tabs-block__nav__center-side {
    margin-right: auto; }
  .global-tabs-block__nav.small-view .nav-tabs {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0.5rem 0;
    background-color: #fff;
    z-index: 1; }
    .global-tabs-block__nav.small-view .nav-tabs a {
      border: 0;
      position: relative;
      display: inline-block;
      width: 100%;
      padding: 0.5625rem 1rem;
      font-size: 1rem;
      line-height: 1.375rem;
      letter-spacing: .15px;
      font-weight: 400;
      font-family: "Roboto", sans-serif;
      color: #161616;
      border-width: 0;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      padding: 0.8125rem 1rem;
      display: block; }
      .global-tabs-block__nav.small-view .nav-tabs a:hover {
        background-color: rgba(0, 0, 0, 0.04); }
      .global-tabs-block__nav.small-view .nav-tabs a:focus {
        background-color: rgba(0, 0, 0, 0.08); }
      .global-tabs-block__nav.small-view .nav-tabs a:active {
        background-color: rgba(0, 0, 0, 0.12); }
      .global-tabs-block__nav.small-view .nav-tabs a[selected] {
        color: #f03d00; }
      .global-tabs-block__nav.small-view .nav-tabs a:disabled {
        color: #8D8D8D; }
      .global-tabs-block__nav.small-view .nav-tabs a.active {
        color: #f03d00; }
  .global-tabs-block__nav__center-side {
    padding: 0;
    position: relative; }
  .global-tabs-block__nav__right-side {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .global-tabs-block__nav__right-side .container {
      padding: 0; }
    .global-tabs-block__nav__right-side.fixed {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #fff;
      padding: 0.25rem 0;
      font-size: .875rem;
      line-height: 1.25rem;
      letter-spacing: .25px;
      color: #525252;
      -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
      z-index: 1; }
      .global-tabs-block__nav__right-side.fixed .container {
        padding: 0 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 0.5rem;
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem; }
      .global-tabs-block__nav__right-side.fixed p {
        margin: 0.25rem 0; }
      .global-tabs-block__nav__right-side.fixed a, .global-tabs-block__nav__right-side.fixed btn {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem; }
  .global-tabs-block__nav .nav.nav-tabs {
    padding-left: 0; }

.global-tabs-block > .container-fluid > .tab-pane, .global-tabs-block > .container-sm > .tab-pane, .global-tabs-block > .container-md > .tab-pane, .global-tabs-block > .container-lg > .tab-pane, .global-tabs-block > .container-xl > .tab-pane {
  margin-top: 0;
  margin-bottom: 0; }

.global-tabs-block > nav:before {
  display: none; }

@media (max-width: 767.98px) {
  .global-tabs-block__nav.small-view .global-tabs-block__nav__left-side .like-h4 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0; }
  .global-tabs-block__nav.small-view .global-tabs-block__nav__center-side {
    margin-right: 0;
    margin-left: auto;
    padding: 0 1rem 0 0; }
    .global-tabs-block__nav.small-view .global-tabs-block__nav__center-side .nav-tabs {
      right: 1rem; }
  .global-tabs-block__nav.small-view .global-tabs-block__nav__tab-placeholder {
    font-size: .875rem;
    line-height: 1.125rem;
    letter-spacing: .25px;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; } }

.key-point-block--title {
  color: #103DF0;
  font-size: .875rem;
  line-height: 1.125rem;
  letter-spacing: .25px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap; }
  .key-point-block--title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    margin-left: 1rem;
    background-color: #103DF0; }

.key-point-block--description {
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0; }
  .key-point-block--description a {
    border-bottom: 0; }
    .key-point-block--description a:not([class*="btn-"]):not([class*="button-red"]):hover, .key-point-block--description a:not([class*="btn-"]):not([class*="button-red"]):focus, .key-point-block--description a:not([class*="btn-"]):not([class*="button-red"]):active, .key-point-block--description a:not([class*="btn-"]):not([class*="button-red"])[disabled], .key-point-block--description a:not([class*="btn-"]):not([class*="button-red"]).disabled {
      text-decoration: underline; }
    .key-point-block--description a.standalone-link.standalone-link-large:focus, .key-point-block--description a.standalone-link.standalone-link-large:active, .key-point-block--description a.standalone-link.standalone-link-large[disabled], .key-point-block--description a.standalone-link.standalone-link-large.disabled {
      text-decoration: none; }

.more-case {
  padding-top: 3rem;
  padding-bottom: 4rem; }
  .more-case-title {
    font-family: "Inter", sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0;
    margin-bottom: 2rem; }
    .more-case-title a {
      border-bottom: 0; }
      .more-case-title a:not([class*="btn-"]):not([class*="button-red"]):hover, .more-case-title a:not([class*="btn-"]):not([class*="button-red"]):focus, .more-case-title a:not([class*="btn-"]):not([class*="button-red"]):active, .more-case-title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .more-case-title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .more-case-title a.standalone-link.standalone-link-large:focus, .more-case-title a.standalone-link.standalone-link-large:active, .more-case-title a.standalone-link.standalone-link-large[disabled], .more-case-title a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
  .more-case-item {
    padding-bottom: .75rem;
    border-bottom: 1px solid #E0E0E0; }
    .more-case-item__picture {
      display: none; }
    .more-case-item__title {
      font-weight: 700;
      font-family: "Inter", sans-serif;
      font-size: 1.25rem;
      line-height: 1.75rem;
      letter-spacing: 0;
      padding-bottom: 1rem;
      margin-bottom: 0; }
      .more-case-item__title a {
        border-bottom: 0; }
        .more-case-item__title a:not([class*="btn-"]):not([class*="button-red"]):hover, .more-case-item__title a:not([class*="btn-"]):not([class*="button-red"]):focus, .more-case-item__title a:not([class*="btn-"]):not([class*="button-red"]):active, .more-case-item__title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .more-case-item__title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .more-case-item__title a.standalone-link.standalone-link-large:focus, .more-case-item__title a.standalone-link.standalone-link-large:active, .more-case-item__title a.standalone-link.standalone-link-large[disabled], .more-case-item__title a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; }
    .more-case-item .more-case-item__title a[href] {
      color: #161616; }
      .more-case-item .more-case-item__title a[href][disabled], .more-case-item .more-case-item__title a[href].disabled, .more-case-item .more-case-item__title a[href]:active, .more-case-item .more-case-item__title a[href]:focus, .more-case-item .more-case-item__title a[href]:hover {
        text-decoration: none; }
    .more-case-item__app, .more-case-item__scanner {
      padding-left: 20px;
      background-repeat: no-repeat;
      background-position: left center;
      color: #525252;
      font-size: 1rem;
      line-height: 1.375rem;
      letter-spacing: .15px;
      font-weight: 400; }
    .more-case-item__app {
      background-image: url("../img/app-icon.svg"); }
    .more-case-item__scanner {
      background-image: url("../img/scanner-icon.svg"); }
  .more-case-col:not(:last-child) {
    margin-bottom: .75rem; }

@media (min-width: 576px) {
  .more-case {
    padding-top: 4rem;
    padding-bottom: 5.875rem; }
    .more-case-title {
      font-family: "Inter", sans-serif;
      font-size: 3.75rem;
      line-height: 4.375rem;
      letter-spacing: -1.5px; }
      .more-case-title a {
        border-bottom: 0; }
        .more-case-title a:not([class*="btn-"]):not([class*="button-red"]):hover, .more-case-title a:not([class*="btn-"]):not([class*="button-red"]):focus, .more-case-title a:not([class*="btn-"]):not([class*="button-red"]):active, .more-case-title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .more-case-title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .more-case-title a.standalone-link.standalone-link-large:focus, .more-case-title a.standalone-link.standalone-link-large:active, .more-case-title a.standalone-link.standalone-link-large[disabled], .more-case-title a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; } }

@media (min-width: 768px) {
  .more-case-item {
    display: grid;
    grid-template-columns: 50% 50%;
    padding-bottom: 0;
    border-bottom: 0; }
    .more-case-item__title {
      margin-bottom: auto; }
    .more-case-item__picture {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 1rem; }
      .more-case-item__picture img {
        -ms-flex-item-align: center;
        align-self: center; }
    .more-case-item__content {
      grid-row: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      margin-right: 1rem;
      padding-bottom: .625rem;
      border-bottom: 1px solid #8D8D8D; }
  .more-case-col:not(:last-child) {
    margin-bottom: 2rem; } }

@media (min-width: 1200px) {
  .more-case {
    padding-bottom: 3.875rem; }
    .more-case-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%; }
      .more-case-item .row {
        height: 100%; }
        .more-case-item .row .col-12:first-child {
          -ms-flex-item-align: start;
          align-self: flex-start; }
      .more-case-item__picture {
        margin-left: 0;
        padding-bottom: .75rem; }
      .more-case-item__content {
        grid-row: unset;
        margin-right: 0; }
    .more-case-col:last-child {
      margin-bottom: 2rem; } }

.block-image {
  text-align: center; }
  .block-image--single-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .block-image--single-image img {
      display: block;
      -ms-flex-item-align: center;
      align-self: center; }
    .block-image--single-image.block-image--border {
      border: 1px solid #E0E0E0; }
  .block-image--two-images.block-image--border > div[class*="col"] {
    border: 1px solid #E0E0E0; }
  .block-image--shadow {
    position: relative;
    z-index: 1; }
    .block-image--shadow .block-image--single-image, .block-image--shadow .block-image--two-images, .block-image--shadow .block-image--video,
    .block-image--shadow .block-image--single-image,
    .block-image--shadow .block-image--two-images,
    .block-image--shadow .block-image--video,
    .block-image--shadow .block-image--single-image,
    .block-image--shadow .block-image--two-images,
    .block-image--shadow .block-image--video {
      -webkit-box-shadow: 0 0 1px rgba(75, 77, 82, 0.48), 0 16px 32px rgba(75, 77, 82, 0.24);
      box-shadow: 0 0 1px rgba(75, 77, 82, 0.48), 0 16px 32px rgba(75, 77, 82, 0.24); }
  .block-image--video.block-image--border {
    border: 1px solid #E0E0E0; }

@media (max-width: 575.98px) {
  .block-image--two-images.block-image--border > div[class*="col"]:not(:first-child) {
    border-top: 0; } }

@media (min-width: 576px) {
  .block-image--two-images.block-image--border > div[class*="col"]:nth-child(2n) {
    border-left: 0; }
  .block-image--two-images.block-image--border > div[class*="col"]:nth-child(n+3) {
    border-top: 0; } }

.story-block {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #F4F4F4; }
  .story-block-alt__author {
    color: #6F6F6F;
    margin-bottom: 1rem; }
  .story-block-alt__content {
    border-bottom: 1px solid #8D8D8D; }
  .story-block-main__section {
    border-bottom: 1px solid #8D8D8D; }
  .story-block-main__percent {
    font-family: "Inter", sans-serif;
    font-size: 3.375rem;
    line-height: 4rem;
    letter-spacing: -0.5px;
    color: #6F6F6F; }
    .story-block-main__percent a {
      border-bottom: 0; }
      .story-block-main__percent a:not([class*="btn-"]):not([class*="button-red"]):hover, .story-block-main__percent a:not([class*="btn-"]):not([class*="button-red"]):focus, .story-block-main__percent a:not([class*="btn-"]):not([class*="button-red"]):active, .story-block-main__percent a:not([class*="btn-"]):not([class*="button-red"])[disabled], .story-block-main__percent a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .story-block-main__percent a.standalone-link.standalone-link-large:focus, .story-block-main__percent a.standalone-link.standalone-link-large:active, .story-block-main__percent a.standalone-link.standalone-link-large[disabled], .story-block-main__percent a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
    .story-block-main__percent-description {
      font-size: 1rem;
      line-height: 1.375rem;
      letter-spacing: .15px;
      font-weight: 400;
      color: #6F6F6F;
      margin-bottom: 2rem; }
  .story-block-main__author {
    color: #393939;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: .15px;
    font-weight: 400; }
  .story-block__title {
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0;
    margin-bottom: 2rem; }
    .story-block__title a {
      border-bottom: 0; }
      .story-block__title a:not([class*="btn-"]):not([class*="button-red"]):hover, .story-block__title a:not([class*="btn-"]):not([class*="button-red"]):focus, .story-block__title a:not([class*="btn-"]):not([class*="button-red"]):active, .story-block__title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .story-block__title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .story-block__title a.standalone-link.standalone-link-large:focus, .story-block__title a.standalone-link.standalone-link-large:active, .story-block__title a.standalone-link.standalone-link-large[disabled], .story-block__title a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
  .story-block__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem; }
    .story-block__picture img {
      -ms-flex-item-align: center;
      align-self: center; }
  .story-block__description {
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #393939;
    margin-bottom: .5rem; }
    .story-block__description a {
      border-bottom: 0; }
      .story-block__description a:not([class*="btn-"]):not([class*="button-red"]):hover, .story-block__description a:not([class*="btn-"]):not([class*="button-red"]):focus, .story-block__description a:not([class*="btn-"]):not([class*="button-red"]):active, .story-block__description a:not([class*="btn-"]):not([class*="button-red"])[disabled], .story-block__description a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .story-block__description a.standalone-link.standalone-link-large:focus, .story-block__description a.standalone-link.standalone-link-large:active, .story-block__description a.standalone-link.standalone-link-large[disabled], .story-block__description a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
  .story-block__link {
    padding-bottom: 1rem; }

@media (max-width: 575.98px) {
  .story-block-alt {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

@media (min-width: 576px) {
  .story-block-alt__title {
    margin-bottom: 3rem; }
  .story-block-alt__picture {
    margin-bottom: 3rem; }
  .story-block-main__description {
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
    font-weight: 400;
    font-family: "Roboto", sans-serif; }
    .story-block-main__description a {
      border-bottom: 0; }
      .story-block-main__description a:not([class*="btn-"]):not([class*="button-red"]):hover, .story-block-main__description a:not([class*="btn-"]):not([class*="button-red"]):focus, .story-block-main__description a:not([class*="btn-"]):not([class*="button-red"]):active, .story-block-main__description a:not([class*="btn-"]):not([class*="button-red"])[disabled], .story-block-main__description a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .story-block-main__description a.standalone-link.standalone-link-large:focus, .story-block-main__description a.standalone-link.standalone-link-large:active, .story-block-main__description a.standalone-link.standalone-link-large[disabled], .story-block-main__description a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
  .story-block__title {
    font-family: "Inter", sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0; }
    .story-block__title a {
      border-bottom: 0; }
      .story-block__title a:not([class*="btn-"]):not([class*="button-red"]):hover, .story-block__title a:not([class*="btn-"]):not([class*="button-red"]):focus, .story-block__title a:not([class*="btn-"]):not([class*="button-red"]):active, .story-block__title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .story-block__title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .story-block__title a.standalone-link.standalone-link-large:focus, .story-block__title a.standalone-link.standalone-link-large:active, .story-block__title a.standalone-link.standalone-link-large[disabled], .story-block__title a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; } }

@media (min-width: 1200px) {
  .story-block-alt__section {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas: 'a b' 'a c'; }
  .story-block-alt__title {
    grid-area: b;
    margin-left: 1rem; }
  .story-block-alt__picture {
    grid-area: a;
    margin-bottom: 0;
    margin-right: 1rem; }
  .story-block-alt__content {
    grid-area: c;
    margin-left: 1rem;
    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; }
  .story-block-main__percent-description {
    margin-bottom: 1rem; } }

.media-block {
  padding-top: 3rem;
  padding-bottom: 4rem; }
  .media-block-title {
    font-family: "Inter", sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0;
    margin-bottom: 2rem; }
    .media-block-title a {
      border-bottom: 0; }
      .media-block-title a:not([class*="btn-"]):not([class*="button-red"]):hover, .media-block-title a:not([class*="btn-"]):not([class*="button-red"]):focus, .media-block-title a:not([class*="btn-"]):not([class*="button-red"]):active, .media-block-title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .media-block-title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .media-block-title a.standalone-link.standalone-link-large:focus, .media-block-title a.standalone-link.standalone-link-large:active, .media-block-title a.standalone-link.standalone-link-large[disabled], .media-block-title a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; }
  .media-block-item {
    border-bottom: 1px solid #E0E0E0; }
    .media-block-item__picture {
      display: none; }
    .media-block-item__title {
      font-weight: 700;
      font-family: "Inter", sans-serif;
      font-size: 1.25rem;
      line-height: 1.75rem;
      letter-spacing: 0;
      margin-bottom: 1rem; }
      .media-block-item__title a {
        border-bottom: 0; }
        .media-block-item__title a:not([class*="btn-"]):not([class*="button-red"]):hover, .media-block-item__title a:not([class*="btn-"]):not([class*="button-red"]):focus, .media-block-item__title a:not([class*="btn-"]):not([class*="button-red"]):active, .media-block-item__title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .media-block-item__title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .media-block-item__title a.standalone-link.standalone-link-large:focus, .media-block-item__title a.standalone-link.standalone-link-large:active, .media-block-item__title a.standalone-link.standalone-link-large[disabled], .media-block-item__title a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; }
    .media-block-item__link {
      margin-top: auto;
      margin-bottom: .75rem;
      overflow-wrap: break-word; }
      .media-block-item__link a {
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: .15px;
        color: #6F6F6F; }
      .media-block-item__link:after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-left: .5rem;
        background-repeat: no-repeat;
        background-image: url("../img/arr-right-top.svg");
        background-position: center center; }
  .media-block-col {
    margin-bottom: .75rem; }

@media (min-width: 576px) {
  .media-block {
    padding-top: 4rem;
    padding-bottom: 5.875rem; }
    .media-block-title {
      font-family: "Inter", sans-serif;
      font-size: 3.75rem;
      line-height: 4.375rem;
      letter-spacing: -1.5px; }
      .media-block-title a {
        border-bottom: 0; }
        .media-block-title a:not([class*="btn-"]):not([class*="button-red"]):hover, .media-block-title a:not([class*="btn-"]):not([class*="button-red"]):focus, .media-block-title a:not([class*="btn-"]):not([class*="button-red"]):active, .media-block-title a:not([class*="btn-"]):not([class*="button-red"])[disabled], .media-block-title a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .media-block-title a.standalone-link.standalone-link-large:focus, .media-block-title a.standalone-link.standalone-link-large:active, .media-block-title a.standalone-link.standalone-link-large[disabled], .media-block-title a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; } }

@media (min-width: 768px) {
  .media-block-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
    .media-block-item__picture {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: .75rem; }
      .media-block-item__picture img {
        display: block;
        -ms-flex-item-align: center;
        align-self: center; }
  .media-block-col {
    margin-bottom: 2rem; } }

@media (min-width: 1200px) {
  .media-block-item__title {
    margin-bottom: 1.5rem; } }

.image-browser-mode {
  border: 1px solid #E0E0E0;
  -webkit-box-shadow: 0px 0px 1px rgba(75, 77, 82, 0.48), 0px 16px 32px rgba(75, 77, 82, 0.24);
  box-shadow: 0px 0px 1px rgba(75, 77, 82, 0.48), 0px 16px 32px rgba(75, 77, 82, 0.24);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden; }
  .image-browser-mode img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto; }

.anchor-block {
  padding-top: 0.75rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  .anchor-block-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: -1rem;
    margin-right: -1rem; }
    .anchor-block-item__icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 0.625rem; }
      .anchor-block-item__icon img {
        width: auto;
        height: auto;
        max-width: 4rem;
        max-height: 4rem; }
    .anchor-block-item__link {
      margin-top: auto;
      text-align: center; }
  .anchor-block-col:not(:last-child) {
    margin-bottom: 0.5rem; }
  .anchor-block-list {
    padding-top: 1rem;
    padding-bottom: 4rem; }
    .anchor-block-list__items {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    .anchor-block-list__item:not(:last-child) {
      margin-bottom: .75rem; }

@media (min-width: 576px) {
  .anchor-block {
    padding-bottom: 6rem; }
    .anchor-block-item {
      padding-bottom: 0.625rem; }
    .anchor-block-col:not(:last-child) {
      margin-bottom: 0; } }

@media (min-width: 768px) {
  .anchor-block {
    padding-top: 1rem; } }

.quotes-section {
  padding-top: 1.5rem;
  padding-bottom: 2rem; }
  .quotes-section--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 1rem 1rem 2rem;
    border: 1px solid #8D8D8D;
    background-color: #F4F4F4; }
    .quotes-section--item__title {
      font-weight: 700;
      font-size: 1rem;
      line-height: 1.375rem;
      letter-spacing: 0;
      margin-bottom: .5rem; }
    .quotes-section--item__quote {
      margin-bottom: 2rem;
      font-weight: 700;
      font-family: "Inter", sans-serif;
      font-size: 1.25rem;
      line-height: 1.75rem;
      letter-spacing: 0;
      font-weight: 400;
      font-family: "Roboto", sans-serif;
      color: #525252; }
      .quotes-section--item__quote a {
        border-bottom: 0; }
        .quotes-section--item__quote a:not([class*="btn-"]):not([class*="button-red"]):hover, .quotes-section--item__quote a:not([class*="btn-"]):not([class*="button-red"]):focus, .quotes-section--item__quote a:not([class*="btn-"]):not([class*="button-red"]):active, .quotes-section--item__quote a:not([class*="btn-"]):not([class*="button-red"])[disabled], .quotes-section--item__quote a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .quotes-section--item__quote a.standalone-link.standalone-link-large:focus, .quotes-section--item__quote a.standalone-link.standalone-link-large:active, .quotes-section--item__quote a.standalone-link.standalone-link-large[disabled], .quotes-section--item__quote a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; }
    .quotes-section--item__footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: auto; }
    .quotes-section--item__pic {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 1rem; }
      .quotes-section--item__pic img {
        width: 4rem;
        height: 4rem;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover; }
    .quotes-section--item__desc {
      font-size: 1rem;
      line-height: 1.375rem;
      letter-spacing: .15px;
      font-weight: 400; }
  .quotes-section--col:not(:first-child) .quotes-section--item {
    border-top: 0; }

@media (max-width: 575.98px) {
  .quotes-section {
    margin-left: -0.5rem;
    margin-right: -0.5rem; } }

@media (min-width: 576px) {
  .quotes-section {
    padding-top: 3rem;
    padding-bottom: 4rem; }
    .quotes-section--item {
      padding: 2rem 6rem 3rem 2rem; }
      .quotes-section--item__title {
        margin-bottom: 1.5rem; }
      .quotes-section--item__quote {
        margin-bottom: 4rem;
        font-family: "Inter", sans-serif;
        font-size: 2rem;
        line-height: 2.5rem;
        letter-spacing: 0;
        font-weight: 400;
        font-family: "Roboto", sans-serif; }
        .quotes-section--item__quote a {
          border-bottom: 0; }
          .quotes-section--item__quote a:not([class*="btn-"]):not([class*="button-red"]):hover, .quotes-section--item__quote a:not([class*="btn-"]):not([class*="button-red"]):focus, .quotes-section--item__quote a:not([class*="btn-"]):not([class*="button-red"]):active, .quotes-section--item__quote a:not([class*="btn-"]):not([class*="button-red"])[disabled], .quotes-section--item__quote a:not([class*="btn-"]):not([class*="button-red"]).disabled {
            text-decoration: underline; }
          .quotes-section--item__quote a.standalone-link.standalone-link-large:focus, .quotes-section--item__quote a.standalone-link.standalone-link-large:active, .quotes-section--item__quote a.standalone-link.standalone-link-large[disabled], .quotes-section--item__quote a.standalone-link.standalone-link-large.disabled {
            text-decoration: none; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .quotes-section {
    width: calc(100% + 5.25rem);
    max-width: calc(100vw - 3rem);
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

@media (min-width: 992px) {
  .quotes-section--col:nth-child(2) .quotes-section--item {
    border-top: 1px solid #8D8D8D; }
  .quotes-section--col:nth-child(even) .quotes-section--item {
    border-left: 0; } }

@media (min-width: 1200px) {
  .quotes-section {
    padding-top: 4rem;
    padding-bottom: 6rem;
    width: calc(100% + 14.75rem);
    max-width: calc(100vw - 6rem);
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .quotes-section--item {
      padding: 3rem 6rem 3rem 4rem; } }

.video-filter-html5__iframe-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%; }
  .video-filter-html5__iframe-wrapper iframe, .video-filter-html5__iframe-wrapper video {
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
    .video-filter-html5__iframe-wrapper iframe:hover + .html5-big-play-button, .video-filter-html5__iframe-wrapper video:hover + .html5-big-play-button {
      opacity: 0.9; }
  .video-filter-html5__iframe-wrapper .html5-big-play-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4rem;
    height: 4rem;
    background: url("../img/video-play.svg") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none; }
    .video-filter-html5__iframe-wrapper .html5-big-play-button:hover {
      opacity: 0.9; }
    .video-filter-html5__iframe-wrapper .html5-big-play-button .html5-icon-placeholder {
      display: none; }
    .video-filter-html5__iframe-wrapper .html5-big-play-button .html5-control-text {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; }
  @media (min-width: 992px) {
    .video-filter-html5__iframe-wrapper .html5-big-play-button {
      width: 6rem;
      height: 6rem; } }

.b4-table {
  padding-top: 4rem;
  padding-bottom: 3.5625rem; }
  .b4-table table:not(.sticky-header) {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse; }
  .b4-table table > caption, .b4-table table.sticky-header {
    display: none; }
  .b4-table table thead {
    background-color: #E0E0E0; }
    .b4-table table thead th {
      padding: 0.9375rem 1rem;
      font-weight: 700;
      font-size: .875rem;
      line-height: 1.125rem;
      letter-spacing: .1px;
      color: #161616;
      text-align: left;
      vertical-align: top; }
  .b4-table table tbody tr {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E0E0E0; }
    .b4-table table tbody tr td {
      padding: 0.9375rem 1rem;
      font-size: .875rem;
      line-height: 1.125rem;
      letter-spacing: .25px;
      color: #525252;
      text-align: left; }
    .b4-table table tbody tr:hover {
      background-color: rgba(0, 0, 0, 0.04); }
    .b4-table table tbody tr:focus {
      background-color: rgba(0, 0, 0, 0.08); }
    .b4-table table tbody tr:active {
      background-color: rgba(0, 0, 0, 0.12); }
  .b4-table-white table thead {
    background-color: #FFFFFF; }
    .b4-table-white table thead tr {
      border-bottom: 1px solid #E0E0E0; }
  .b4-table-white table tbody tr {
    background-color: #FFFFFF;
    border-bottom: 1px solid #F4F4F4; }
  .b4-table-first-col table thead th {
    vertical-align: middle; }
    .b4-table-first-col table thead th:first-child {
      font-weight: 700;
      font-family: "Inter", sans-serif;
      font-size: 1.25rem;
      line-height: 1.75rem;
      letter-spacing: 0; }
      .b4-table-first-col table thead th:first-child a {
        border-bottom: 0; }
        .b4-table-first-col table thead th:first-child a:not([class*="btn-"]):not([class*="button-red"]):hover, .b4-table-first-col table thead th:first-child a:not([class*="btn-"]):not([class*="button-red"]):focus, .b4-table-first-col table thead th:first-child a:not([class*="btn-"]):not([class*="button-red"]):active, .b4-table-first-col table thead th:first-child a:not([class*="btn-"]):not([class*="button-red"])[disabled], .b4-table-first-col table thead th:first-child a:not([class*="btn-"]):not([class*="button-red"]).disabled {
          text-decoration: underline; }
        .b4-table-first-col table thead th:first-child a.standalone-link.standalone-link-large:focus, .b4-table-first-col table thead th:first-child a.standalone-link.standalone-link-large:active, .b4-table-first-col table thead th:first-child a.standalone-link.standalone-link-large[disabled], .b4-table-first-col table thead th:first-child a.standalone-link.standalone-link-large.disabled {
          text-decoration: none; }
  .b4-table-first-col table tbody tr td:first-child {
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.125rem;
    letter-spacing: .1px;
    color: #161616; }
  .b4-table-cell-check {
    vertical-align: top; }
  .b4-table-cell-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .b4-table-cell-mark {
    margin-right: .5rem; }
  .b4-table-specifications {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .b4-table.b4-table-specifications-last {
    padding-bottom: 1rem; }
  .b4-table-numbers {
    padding-top: 0;
    padding-bottom: 0; }
    .b4-table-numbers table th {
      padding-left: 1rem;
      text-align: left;
      vertical-align: bottom; }
      .b4-table-numbers table th:first-child {
        font-weight: 700;
        font-family: "Inter", sans-serif;
        font-size: 1.75rem;
        line-height: 2.25rem;
        letter-spacing: 0;
        padding-right: 1rem; }
        .b4-table-numbers table th:first-child a {
          border-bottom: 0; }
          .b4-table-numbers table th:first-child a:not([class*="btn-"]):not([class*="button-red"]):hover, .b4-table-numbers table th:first-child a:not([class*="btn-"]):not([class*="button-red"]):focus, .b4-table-numbers table th:first-child a:not([class*="btn-"]):not([class*="button-red"]):active, .b4-table-numbers table th:first-child a:not([class*="btn-"]):not([class*="button-red"])[disabled], .b4-table-numbers table th:first-child a:not([class*="btn-"]):not([class*="button-red"]).disabled {
            text-decoration: underline; }
          .b4-table-numbers table th:first-child a.standalone-link.standalone-link-large:focus, .b4-table-numbers table th:first-child a.standalone-link.standalone-link-large:active, .b4-table-numbers table th:first-child a.standalone-link.standalone-link-large[disabled], .b4-table-numbers table th:first-child a.standalone-link.standalone-link-large.disabled {
            text-decoration: none; }
      .b4-table-numbers table th:not(:first-child) {
        font-family: "Inter", sans-serif;
        font-size: 2rem;
        line-height: 2.5rem;
        letter-spacing: 0;
        padding-right: 1.5rem; }
        .b4-table-numbers table th:not(:first-child) a {
          border-bottom: 0; }
          .b4-table-numbers table th:not(:first-child) a:not([class*="btn-"]):not([class*="button-red"]):hover, .b4-table-numbers table th:not(:first-child) a:not([class*="btn-"]):not([class*="button-red"]):focus, .b4-table-numbers table th:not(:first-child) a:not([class*="btn-"]):not([class*="button-red"]):active, .b4-table-numbers table th:not(:first-child) a:not([class*="btn-"]):not([class*="button-red"])[disabled], .b4-table-numbers table th:not(:first-child) a:not([class*="btn-"]):not([class*="button-red"]).disabled {
            text-decoration: underline; }
          .b4-table-numbers table th:not(:first-child) a.standalone-link.standalone-link-large:focus, .b4-table-numbers table th:not(:first-child) a.standalone-link.standalone-link-large:active, .b4-table-numbers table th:not(:first-child) a.standalone-link.standalone-link-large[disabled], .b4-table-numbers table th:not(:first-child) a.standalone-link.standalone-link-large.disabled {
            text-decoration: none; }
    .b4-table-numbers table tbody tr {
      background-color: #FFFFFF;
      border-bottom: 0; }
      .b4-table-numbers table tbody tr:hover, .b4-table-numbers table tbody tr:focus, .b4-table-numbers table tbody tr:active {
        background-color: #FFFFFF; }
  .b4-table-description-block {
    margin-bottom: 3rem;
    font-size: .875rem;
    line-height: 1.125rem;
    letter-spacing: .25px; }
    .b4-table-description-block p {
      margin-bottom: 0.5rem; }
      .b4-table-description-block p:last-child {
        margin-bottom: 0; }
      .b4-table-description-block p a[href^="mailto"] {
        color: #161616; }
    .b4-table-description-block--mt {
      margin-top: 5rem; }
    .b4-table-description-block--gray {
      color: #525252; }
      .b4-table-description-block--gray a {
        color: #525252; }

@media (max-width: 575.98px) {
  .b4-table table th, .b4-table table td {
    word-wrap: break-word; }
    .b4-table table th span, .b4-table table td span {
      word-break: break-all; }
  .b4-table-numbers table th:first-child {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0; }
  .b4-table-numbers table th:not(:first-child) {
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0;
    padding-right: 1rem; }
    .b4-table-numbers table th:not(:first-child) a {
      border-bottom: 0; }
      .b4-table-numbers table th:not(:first-child) a:not([class*="btn-"]):not([class*="button-red"]):hover, .b4-table-numbers table th:not(:first-child) a:not([class*="btn-"]):not([class*="button-red"]):focus, .b4-table-numbers table th:not(:first-child) a:not([class*="btn-"]):not([class*="button-red"]):active, .b4-table-numbers table th:not(:first-child) a:not([class*="btn-"]):not([class*="button-red"])[disabled], .b4-table-numbers table th:not(:first-child) a:not([class*="btn-"]):not([class*="button-red"]).disabled {
        text-decoration: underline; }
      .b4-table-numbers table th:not(:first-child) a.standalone-link.standalone-link-large:focus, .b4-table-numbers table th:not(:first-child) a.standalone-link.standalone-link-large:active, .b4-table-numbers table th:not(:first-child) a.standalone-link.standalone-link-large[disabled], .b4-table-numbers table th:not(:first-child) a.standalone-link.standalone-link-large.disabled {
        text-decoration: none; } }

@media (min-width: 576px) {
  .b4-table-specifications, .b4-table-numbers {
    margin-left: -1rem;
    margin-right: -1rem; } }

@media (min-width: 768px) {
  .b4-table {
    padding-bottom: 4.875rem; }
    .b4-table-specifications:not(.b4-table-specifications-last) {
      padding-bottom: 1.5rem; }
    .b4-table-numbers {
      padding-bottom: 0; } }

@media (min-width: 1200px) {
  .b4-table {
    padding-bottom: 6rem; }
    .b4-table-specifications:not(.b4-table-specifications-last) {
      padding-bottom: 1.5rem; }
    .b4-table-numbers {
      padding-bottom: 0; } }

header.header {
  position: relative;
  width: 100%;
  z-index: 995;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E0E0E0;
  will-change: top; }
  header.header .header-logo .logo {
    background-image: url(../img/logo-mob.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 3rem;
    height: 3rem;
    display: block;
    border: 0; }
  header.header .header-logo .override-logo img {
    max-height: 3rem;
    display: block; }
  header.header .col-search {
    padding-right: 0;
    margin-left: auto; }
  header.header .col-local {
    padding-left: 0; }
  header.header.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
  header.header.has-dynamyc-secondary-menu {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: top 0.1s linear;
    -o-transition: top 0.1s linear;
    transition: top 0.1s linear; }
    header.header.has-dynamyc-secondary-menu.sticky-secondary-menu {
      top: calc(-3rem - 3px); }

.modal-popup-in header.header {
  z-index: 850; }

.logged-in header.header.sticky {
  top: 30px; }

.logged-in header.header.has-dynamyc-secondary-menu {
  top: 30px; }
  .logged-in header.header.has-dynamyc-secondary-menu.sticky-secondary-menu {
    top: -19px; }

.user-logged-in header.header {
  z-index: 495; }

.user-logged-in .overlay {
  z-index: 490; }

.user-logged-in.toolbar-fixed.toolbar-horizontal header.header.sticky {
  top: 81px; }

.user-logged-in.toolbar-fixed:not(.toolbar-tray-open) header.header.sticky, .user-logged-in.toolbar-fixed.toolbar-vertical header.header.sticky {
  top: 40px; }

@media (min-width: 992px) {
  header.header .header-logo {
    margin-left: 1rem; }
    header.header .header-logo .logo {
      width: 6rem;
      background-image: url(../img/logo-artec.svg);
      background-position: center 8px; } }

.header-menu {
  margin-left: 20px;
  margin-right: auto; }
  .header-menu-toggler {
    display: none; }
    .header-menu-toggler--btn {
      position: relative;
      display: block;
      margin-right: 1rem;
      width: 3rem;
      height: 3rem;
      border: 0;
      outline: 0;
      padding: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      background-image: url("../img/menu-icon.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-color: transparent; }
      .header-menu-toggler--btn:hover {
        background-color: rgba(0, 0, 0, 0.04); }
      .header-menu-toggler--btn:focus {
        background-color: rgba(0, 0, 0, 0.08); }
      .header-menu-toggler--btn:active {
        background-color: rgba(0, 0, 0, 0.12); }
    .header-menu-toggler.active .header-menu-toggler--btn {
      background-color: #FFFFFF;
      background-image: url("../img/search-close.svg");
      z-index: 1001; }
  .header-menu .backLink {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0.5625rem 1rem;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: .15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #161616;
    border-width: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0.8125rem 1rem;
    display: none; }
    .header-menu .backLink:hover {
      background-color: rgba(0, 0, 0, 0.04); }
    .header-menu .backLink:focus {
      background-color: rgba(0, 0, 0, 0.08); }
    .header-menu .backLink:active {
      background-color: rgba(0, 0, 0, 0.12); }
    .header-menu .backLink[selected] {
      color: #f03d00; }
    .header-menu .backLink:disabled {
      color: #8D8D8D; }
  .header-menu > .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header-menu > .menu > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header-menu > .menu > li > a,
      .header-menu > .menu > li > span {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 0.5625rem 1rem;
        font-size: 1rem;
        line-height: 1.375rem;
        letter-spacing: .15px;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
        color: #161616;
        border-width: 0;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding-right: 3.5rem;
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 0.5625rem 1rem;
        font-size: 1rem;
        line-height: 1.375rem;
        letter-spacing: .15px;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
        color: #161616;
        border-width: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 0.8125rem 1rem;
        cursor: pointer; }
        .header-menu > .menu > li > a:hover,
        .header-menu > .menu > li > span:hover {
          background-color: rgba(0, 0, 0, 0.04); }
        .header-menu > .menu > li > a:focus,
        .header-menu > .menu > li > span:focus {
          background-color: rgba(0, 0, 0, 0.08); }
        .header-menu > .menu > li > a:active,
        .header-menu > .menu > li > span:active {
          background-color: rgba(0, 0, 0, 0.12); }
        .header-menu > .menu > li > a[selected],
        .header-menu > .menu > li > span[selected] {
          color: #f03d00; }
        .header-menu > .menu > li > a:disabled,
        .header-menu > .menu > li > span:disabled {
          color: #8D8D8D; }
        .header-menu > .menu > li > a:after,
        .header-menu > .menu > li > span:after {
          content: '';
          position: absolute;
          right: 1rem;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          display: inline-block;
          vertical-align: middle;
          width: 1.5rem;
          height: 1.5rem;
          margin-left: auto;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          background-repeat: no-repeat;
          background-position: center;
          -webkit-background-size: contain;
          background-size: contain; }
        .header-menu > .menu > li > a:after,
        .header-menu > .menu > li > span:after {
          background-image: url(../img/icon-arrow-right.svg); }
        .header-menu > .menu > li > a:hover,
        .header-menu > .menu > li > span:hover {
          background-color: rgba(0, 0, 0, 0.04); }
        .header-menu > .menu > li > a:focus,
        .header-menu > .menu > li > span:focus {
          background-color: rgba(0, 0, 0, 0.08); }
        .header-menu > .menu > li > a:active,
        .header-menu > .menu > li > span:active {
          background-color: rgba(0, 0, 0, 0.12); }
        .header-menu > .menu > li > a[selected],
        .header-menu > .menu > li > span[selected] {
          color: #f03d00; }
        .header-menu > .menu > li > a:disabled,
        .header-menu > .menu > li > span:disabled {
          color: #8D8D8D; }
        .header-menu > .menu > li > a.store-prices,
        .header-menu > .menu > li > span.store-prices {
          display: none; }
        .header-menu > .menu > li > a:last-child:after,
        .header-menu > .menu > li > span:last-child:after {
          content: none; }
      .header-menu > .menu > li > div > ul > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
        .header-menu > .menu > li > div > ul > li a {
          position: relative;
          display: inline-block;
          width: 100%;
          padding: 0.5625rem 1rem;
          font-size: 1rem;
          line-height: 1.375rem;
          letter-spacing: .15px;
          font-weight: 400;
          font-family: "Roboto", sans-serif;
          color: #161616;
          border-width: 0;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
          .header-menu > .menu > li > div > ul > li a:hover {
            background-color: rgba(0, 0, 0, 0.04); }
          .header-menu > .menu > li > div > ul > li a:focus {
            background-color: rgba(0, 0, 0, 0.08); }
          .header-menu > .menu > li > div > ul > li a:active {
            background-color: rgba(0, 0, 0, 0.12); }
          .header-menu > .menu > li > div > ul > li a[selected] {
            color: #f03d00; }
          .header-menu > .menu > li > div > ul > li a:disabled {
            color: #8D8D8D; }
        .header-menu > .menu > li > div > ul > li.add-section-wrapper {
          margin-left: auto;
          position: relative; }
          .header-menu > .menu > li > div > ul > li.add-section-wrapper ul {
            padding: 0; }
          .header-menu > .menu > li > div > ul > li.add-section-wrapper li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          .header-menu > .menu > li > div > ul > li.add-section-wrapper a {
            font-weight: 700;
            font-size: 1rem;
            line-height: 1.375rem;
            letter-spacing: 0; }
        .header-menu > .menu > li > div > ul > li > a {
          position: relative;
          display: inline-block;
          width: 100%;
          padding: 0.5625rem 1rem;
          font-size: 1rem;
          line-height: 1.375rem;
          letter-spacing: .15px;
          font-weight: 400;
          font-family: "Roboto", sans-serif;
          color: #161616;
          border-width: 0;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          padding-right: 3.5rem;
          position: relative;
          display: inline-block;
          width: 100%;
          padding: 0.5625rem 1rem;
          font-size: 1rem;
          line-height: 1.375rem;
          letter-spacing: .15px;
          font-weight: 400;
          font-family: "Roboto", sans-serif;
          color: #161616;
          border-width: 0;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
          .header-menu > .menu > li > div > ul > li > a:hover {
            background-color: rgba(0, 0, 0, 0.04); }
          .header-menu > .menu > li > div > ul > li > a:focus {
            background-color: rgba(0, 0, 0, 0.08); }
          .header-menu > .menu > li > div > ul > li > a:active {
            background-color: rgba(0, 0, 0, 0.12); }
          .header-menu > .menu > li > div > ul > li > a[selected] {
            color: #f03d00; }
          .header-menu > .menu > li > div > ul > li > a:disabled {
            color: #8D8D8D; }
          .header-menu > .menu > li > div > ul > li > a:after {
            content: '';
            position: absolute;
            right: 1rem;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            display: inline-block;
            vertical-align: middle;
            width: 1.5rem;
            height: 1.5rem;
            margin-left: auto;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            background-repeat: no-repeat;
            background-position: center;
            -webkit-background-size: contain;
            background-size: contain; }
          .header-menu > .menu > li > div > ul > li > a:after {
            background-image: url(../img/icon-arrow-right.svg); }
          .header-menu > .menu > li > div > ul > li > a:hover {
            background-color: rgba(0, 0, 0, 0.04); }
          .header-menu > .menu > li > div > ul > li > a:focus {
            background-color: rgba(0, 0, 0, 0.08); }
          .header-menu > .menu > li > div > ul > li > a:active {
            background-color: rgba(0, 0, 0, 0.12); }
          .header-menu > .menu > li > div > ul > li > a[selected] {
            color: #f03d00; }
          .header-menu > .menu > li > div > ul > li > a:disabled {
            color: #8D8D8D; }
      .header-menu > .menu > li.active > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .header-menu > .menu.opened > li > a {
      font-weight: 700;
      pointer-events: none; }
      .header-menu > .menu.opened > li > a:after {
        display: none; }
  .header-menu .menu {
    list-style: none;
    padding: 0; }
  .header-menu .submenu-wrapper {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    width: 100%;
    background-color: #FFFFFF;
    border-top: 1px solid #E0E0E0; }

@media (max-width: 991.98px) {
  .header-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    z-index: 1001;
    background-color: #FFFFFF; }
    .header-menu--active {
      overflow: hidden; }
    .header-menu .backLink {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      padding: .8125rem 1rem;
      border: 0;
      text-align: left;
      font-size: 1rem;
      line-height: 1.375rem;
      letter-spacing: .15px;
      font-weight: 400;
      color: #f03d00;
      font-family: "Roboto", sans-serif;
      background-color: #FFFFFF;
      outline: 0; }
      .header-menu .backLink:before {
        content: '';
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        margin-right: .75rem;
        margin-top: -1px;
        margin-bottom: -1px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
        background-size: contain;
        background-image: url(../img/icon-arrow-back.svg); }
      .header-menu .backLink + .menu {
        height: calc(100vh - 6rem); }
    .header-menu > .menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: calc(100vh - 3rem); }
      .header-menu > .menu.opened {
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none; }
        .header-menu > .menu.opened::-webkit-scrollbar {
          width: 0 !important;
          display: none; }
        .header-menu > .menu.opened > li:not(.active) {
          display: none; }
        .header-menu > .menu.opened > li {
          display: none; }
          .header-menu > .menu.opened > li.active {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            .header-menu > .menu.opened > li.active > a:hover, .header-menu > .menu.opened > li.active > a:focus, .header-menu > .menu.opened > li.active > a:active,
            .header-menu > .menu.opened > li.active .last-level > a:not(.as-link):hover,
            .header-menu > .menu.opened > li.active .last-level > a:not(.as-link):focus,
            .header-menu > .menu.opened > li.active .last-level > a:not(.as-link):active {
              background-color: transparent; }
          .header-menu > .menu.opened > li > div {
            position: relative;
            top: 0;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            .header-menu > .menu.opened > li > div > ul {
              max-width: 100%; }
              .header-menu > .menu.opened > li > div > ul > li {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex; }
                .header-menu > .menu.opened > li > div > ul > li.add-section-wrapper {
                  margin-top: 4rem;
                  margin-left: 0; }
                  .header-menu > .menu.opened > li > div > ul > li.add-section-wrapper > ul {
                    display: block;
                    width: 100%; }
                  .header-menu > .menu.opened > li > div > ul > li.add-section-wrapper a {
                    color: #6F6F6F; }
                .header-menu > .menu.opened > li > div > ul > li > a.as-link + ul {
                  display: block; }
                .header-menu > .menu.opened > li > div > ul > li > ul {
                  display: none; }
          .header-menu > .menu.opened > li > span {
            font-weight: 700;
            pointer-events: none; }
            .header-menu > .menu.opened > li > span:after {
              display: none; }
    .header-menu-toggler {
      display: block;
      margin-left: -1rem; }
      .header-menu-toggler.active .overlay-mobile {
        display: block; }
    .header-menu.active {
      display: block; }
    .header-menu.last-level-opened ul.opened > li > span,
    .header-menu.last-level-opened ul.opened > li > a.nolink {
      display: none; }
    .header-menu.last-level-opened ul.opened .submenu-wrapper {
      border-top: 0; }
      .header-menu.last-level-opened ul.opened .submenu-wrapper li {
        display: none; }
        .header-menu.last-level-opened ul.opened .submenu-wrapper li.last-level li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .header-menu.last-level-opened ul.opened .submenu-wrapper li.last-level {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .header-menu.last-level-opened ul.opened .submenu-wrapper li.last-level ul {
            border-top: 1px solid #E0E0E0; }
          .header-menu.last-level-opened ul.opened .submenu-wrapper li.last-level > a {
            font-weight: 700;
            font-size: 1rem;
            line-height: 1.375rem;
            letter-spacing: 0; }
            .header-menu.last-level-opened ul.opened .submenu-wrapper li.last-level > a:after {
              background-image: url("../img/pointer-right.svg"); } }

@media (min-width: 672px) and (max-width: 991.98px) {
  .header-menu {
    max-width: 320px; } }

@media (min-width: 992px) {
  .header-menu > .menu > li > a,
  .header-menu > .menu > li > span {
    padding: 1rem 1.75rem 1rem 0.75rem;
    font-size: .875rem;
    line-height: 1.125rem;
    letter-spacing: .25px; }
    .header-menu > .menu > li > a:after,
    .header-menu > .menu > li > span:after {
      right: .75rem;
      width: .75rem;
      height: .75rem;
      margin-left: .25rem;
      background-image: url(../img/arrow-head.svg); }
    .header-menu > .menu > li > a:last-child,
    .header-menu > .menu > li > span:last-child {
      padding: 1rem 0.75rem; }
  .header-menu > .menu > li.active > a {
    background-color: rgba(0, 0, 0, 0.04); }
    .header-menu > .menu > li.active > a:after {
      -webkit-transform: scaleY(-1) translateY(50%);
      -ms-transform: scaleY(-1) translateY(50%);
      transform: scaleY(-1) translateY(50%); }
    .header-menu > .menu > li.active > a:hover {
      background-color: rgba(0, 0, 0, 0.04); }
    .header-menu > .menu > li.active > a:focus {
      background-color: rgba(0, 0, 0, 0.08); }
    .header-menu > .menu > li.active > a:active {
      background-color: rgba(0, 0, 0, 0.12); }
  .header-menu > .menu > li > div > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 25%; }
    .header-menu > .menu > li > div > ul > li > a {
      padding-right: 1rem;
      font-weight: 700;
      font-size: 1rem;
      line-height: 1.375rem;
      letter-spacing: 0; }
      .header-menu > .menu > li > div > ul > li > a:after {
        display: none; }
    .header-menu > .menu > li > div > ul > li ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header-menu > .menu > li > div > ul > li ul li a {
        font-size: 1rem;
        line-height: 1.375rem;
        letter-spacing: .15px;
        font-weight: 400; }
    .header-menu > .menu > li > div > ul > li.add-section-wrapper:before {
      content: "";
      display: block;
      width: 1px;
      height: calc(100% + 4rem);
      position: absolute;
      left: 0;
      top: -1.5rem;
      background-color: #E0E0E0; }
  .header-menu > .menu > li.last {
    display: none; }
  .header-menu > .menu.opened > li > a {
    font-weight: 400;
    pointer-events: auto; }
    .header-menu > .menu.opened > li > a:after {
      display: block; }
  .header-menu > .menu.opened > li > div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 1rem 2.5rem; }
  .menu-opened ~ .overlay-desktop {
    display: block; }
  .menu-opened.header-one-level ~ .overlay-desktop {
    display: none; } }

@media (max-width: 1199.98px) {
  .header-menu-container {
    max-width: 1140px; }
    .header-menu-container .submenu-wrapper > .menu {
      max-width: 1140px; } }

@media (min-width: 1200px) {
  header.header .header-logo {
    margin-left: 0; }
  .header-menu > .menu.opened > li > div > ul {
    padding: 1.5rem 0 2.5rem; } }

.header-local {
  padding: 0;
  height: 3rem;
  width: 3.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .header-local .local-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    cursor: pointer; }
    .header-local .local-wrapper-active {
      background-color: #F4F4F4; }
      .header-local .local-wrapper-active .langs-list {
        display: block; }
      .header-local .local-wrapper-active .lan:after {
        -webkit-transform: translateY(-50%) scale(-1);
        -ms-transform: translateY(-50%) scale(-1);
        transform: translateY(-50%) scale(-1); }
  .header-local .lan {
    position: relative;
    margin: auto;
    padding-right: 1rem;
    font-size: .875rem;
    line-height: 1.125rem;
    letter-spacing: .25px;
    text-transform: uppercase; }
    .header-local .lan:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      display: block;
      width: 1rem;
      height: 0.5rem;
      background: url("../img/arrow-head.svg") center center no-repeat;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .header-local .langs-list {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    background-color: #FFFFFF;
    cursor: default; }
  .header-local .langs-menu {
    min-width: 10.5rem;
    margin: 0;
    padding: .5rem 0;
    list-style-type: none;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    -webkit-box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.25); }
    .header-local .langs-menu li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header-local .langs-menu li a.active {
        color: #f03d00; }
      .header-local .langs-menu li a.untranslated-link {
        color: #8D8D8D; }

.header-search {
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: auto; }
  .header-search--toggler {
    margin: auto;
    width: 3rem;
    height: 3rem;
    border: 0;
    outline: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: url("../img/search-icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent; }
    .header-search--toggler.active-toggler {
      background-image: url("../img/search-close.svg"); }
  .header-search .search-n-lang__search-block {
    display: none;
    position: fixed;
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 4rem;
    left: 0;
    top: calc(3rem + 1px);
    background-color: #FFFFFF; }
    .header-search .search-n-lang__search-block.active {
      display: block; }
  .header-search .search-row__in {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    background-color: #F4F4F4; }
  .header-search .search-row__btn-close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
    border: 0;
    outline: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: url("../img/btn-close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent; }
    .header-search .search-row__btn-close.active {
      display: block; }
  .header-search .search-row__btn-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 3rem;
    border: 0;
    outline: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: url("../img/icon-search.svg");
    -webkit-background-size: 1.25rem 1.25rem;
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: 1rem center;
    background-color: transparent;
    pointer-events: none; }
  .header-search .search-width {
    position: relative;
    width: 100%;
    max-width: 920px;
    margin: 0 auto; }
  .header-search .chips-row {
    margin-top: .5rem; }
    .header-search .chips-row ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .header-search .chips-row ul li {
        display: inline-block; }
        .header-search .chips-row ul li a {
          display: inline-block;
          margin-right: .5rem;
          margin-top: .5rem;
          padding: .25rem .6875rem;
          -webkit-border-radius: 1rem;
          border-radius: 1rem;
          border: 1px solid #E0E0E0;
          font-size: 1rem;
          line-height: 1.375rem;
          letter-spacing: .15px;
          font-weight: 400;
          color: #161616; }
          .header-search .chips-row ul li a a {
            color: #161616; }
          .header-search .chips-row ul li a:hover {
            background-color: rgba(0, 0, 0, 0.04); }
          .header-search .chips-row ul li a:focus {
            background-color: rgba(0, 0, 0, 0.08); }
          .header-search .chips-row ul li a:active {
            background-color: rgba(0, 0, 0, 0.12); }
          .header-search .chips-row ul li a:hover, .header-search .chips-row ul li a:focus, .header-search .chips-row ul li a:active {
            color: #161616;
            border-color: #E0E0E0; }
          .header-search .chips-row ul li a .action-chips__mb {
            text-transform: uppercase;
            color: #6F6F6F;
            margin-top: .5rem; }
          .header-search .chips-row ul li a[disabled], .header-search .chips-row ul li a.disabled {
            border-color: #E0E0E0; }
            .header-search .chips-row ul li a[disabled] .action-chips__mb, .header-search .chips-row ul li a.disabled .action-chips__mb {
              color: #8D8D8D; }
  .header-search .search-results .ui-autocomplete {
    position: absolute !important;
    top: calc(8.5rem + 3px) !important;
    max-width: 920px;
    right: 0;
    margin: 0;
    padding: 0.5rem 0;
    -webkit-box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 0 0 0.125rem 0.125rem;
    border-radius: 0 0 0.125rem 0.125rem;
    background-color: #FFFFFF;
    list-style: none;
    border: 0; }
    .header-search .search-results .ui-autocomplete .ui-menu-item-wrapper a {
      display: block;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 1rem;
      padding-right: 1rem;
      color: #161616;
      line-height: 3rem;
      border-width: 0; }
    .header-search .search-results .ui-autocomplete .ui-menu-item-wrapper:after {
      display: none; }
    .header-search .search-results .ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
      border: 0;
      background-color: rgba(0, 0, 0, 0.08);
      background-image: none; }

body.admin-menu .header-search .search-n-lang__search-block {
  top: calc(3rem + 30px); }

.search-open ~ .overlay-desktop {
  display: block; }

.artec-cloud-page .tab-pane__0 .secondary-menu, .artec-cloud-page .tab-pane__1 .secondary-menu {
  background-color: #F4F4F4; }

.artec-studio-page .tab-pane__0 .secondary-menu {
  background-color: #F4F4F4; }

.node-page-of-blocks {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.footer {
  margin-top: auto;
  background-color: #F4F4F4; }
  .footer-col {
    margin-top: 2rem;
    margin-bottom: 0; }
    .footer-col__address {
      font-size: .875rem;
      line-height: 1.25rem;
      letter-spacing: .25px;
      margin-top: .75rem;
      margin-bottom: 0;
      color: #161616;
      font-weight: 400; }
    .footer-col__phone {
      margin-top: .75rem; }
      .footer-col__phone a {
        font-size: .875rem;
        line-height: 1.25rem;
        letter-spacing: .25px;
        color: #161616;
        font-weight: 400; }
    .footer-col__title {
      margin-bottom: .75rem;
      font-weight: 700;
      font-size: .875rem;
      line-height: 1.125rem;
      letter-spacing: .1px;
      color: #161616; }
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    color: #525252;
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .4px; }
    .footer-bottom__wrap {
      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; }
    .footer-bottom__copyright {
      width: 100%;
      margin-bottom: .25rem;
      margin-right: 0; }
    .footer-bottom__links a {
      color: inherit; }
    .footer-bottom__link {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-top: .25rem; }
      .footer-bottom__link:after {
        content: '';
        display: block;
        margin-left: .5rem;
        margin-right: .5rem;
        border-right: 1px solid #E0E0E0; }
    .footer-bottom__made {
      display: inline-block;
      margin-top: .25rem;
      white-space: nowrap; }
    .footer-bottom__follow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 2rem; }
      .footer-bottom__follow-icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center;
        border: 0; }
        .footer-bottom__follow-icon:hover, .footer-bottom__follow-icon:focus, .footer-bottom__follow-icon:active, .footer-bottom__follow-icon:visited {
          border: 0; }
        .footer-bottom__follow-icon:not(:first-child) {
          margin-left: 1.75rem; }
        .footer-bottom__follow-icon-fb {
          background-image: url("../img/social/fb.svg"); }
        .footer-bottom__follow-icon-tw {
          background-image: url("../img/social/tw.svg"); }
        .footer-bottom__follow-icon-inst {
          background-image: url("../img/social/ins.svg"); }
        .footer-bottom__follow-icon-in {
          background-image: url("../img/social/in.svg"); }
        .footer-bottom__follow-icon-youtube {
          width: 24px;
          background-image: url("../img/social/youtube.svg"); }
        .footer-bottom__follow-icon-wechat {
          width: 24px;
          background-image: url("../img/social/wechat.svg");
          -webkit-background-size: 100% auto;
          background-size: 100% auto; }
    .footer-bottom-cn {
      margin-bottom: 1.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: .75rem;
      line-height: 1rem;
      letter-spacing: .4px;
      color: #525252; }
      .footer-bottom-cn__item {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: .25rem; }
        .footer-bottom-cn__item a.link-cn {
          color: #525252; }
        .footer-bottom-cn__item .icon-gov-cn {
          margin-right: .25rem; }
        .footer-bottom-cn__item:not(:last-child) {
          margin-right: .5rem; }
    .footer-bottom-china {
      padding-bottom: .25rem; }
  .footer-menu .accordion-list {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px; }
  .footer .monthly-newsletter {
    margin-top: 1.5rem; }

@media (min-width: 576px) {
  .footer-bottom__follow {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media (min-width: 768px) {
  .footer-row:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 2rem;
    margin-left: 16px;
    margin-right: 16px;
    background-color: #E0E0E0; }
  .footer-bottom {
    padding-bottom: 2rem;
    font-size: .875rem;
    line-height: 1.125rem;
    letter-spacing: .25px; }
    .footer-bottom-cn {
      margin-bottom: 2rem;
      font-size: .875rem;
      line-height: 1.125rem;
      letter-spacing: .25px; }
    .footer-bottom-china {
      padding-bottom: .125rem;
      padding-top: .625rem; }
  .footer-menu:before {
    margin-left: 0; }
  .footer .monthly-newsletter {
    margin-top: 2rem; } }

@media (min-width: 992px) {
  .footer-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer-bottom__follow {
      margin-bottom: 0;
      margin-left: auto; }
      .footer-bottom__follow-icon:first-child {
        margin-left: 1.75rem; } }

@media (min-width: 1200px) {
  .footer-bottom {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem; }
    .footer-bottom__copyright {
      width: auto;
      margin-top: .25rem;
      margin-right: 1.5rem; }
    .footer-bottom__links {
      margin-top: .25rem;
      margin-bottom: .25rem; }
    .footer-bottom__made, .footer-bottom__link {
      margin-top: 0; }
    .footer-bottom__follow {
      margin-top: .25rem;
      margin-bottom: .25rem; }
    .footer-bottom-china {
      padding-bottom: .125rem;
      padding-top: .375rem; } }

/*# sourceMappingURL=style.css.map */
