@charset "UTF-8";
/*!
Theme Name: bitdam
*/
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container, .container-content {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-content {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-content {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-content {
    max-width: 960px; } }
/*

@media (min-width: 1480px) {
  .container, .container-content {
    max-width: 1140px;
  }
}

The above is the original version of the following sizes

*/
@media (min-width: 1480px) {
  .container, .container-content {
    max-width: 1404px; } }
.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

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

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

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

.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.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

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

.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.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

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

.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.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

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

.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.333333%; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

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

  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

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

  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

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

  .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.333333%; }

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

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

  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

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

  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

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

  .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.333333%; }

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

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

  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

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

  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

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

  .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.333333%; }

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1480px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

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

  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

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

  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

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

  .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.333333%; }

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.d-none {
  display: none !important; }

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1480px) {
  .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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

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

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

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

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

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

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

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

  .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: 1480px) {
  .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; }

  .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; } }
.text-left {
  text-align: left !important; }

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

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

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

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important; } }
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  font-size: 62.5%;
  line-height: 1.4;
  color: #020000; }

html, body {
  font-family: 'Avenir', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset and unordered list styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/*
 * No underline on links
 */
a {
  text-decoration: none; }

/*
 * Remove default unorder list styles.
 */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/*
 * Remove default paragraph styles.
 */
p {
  margin: 0; }
  p + p {
    margin-top: 26px; }

/*
 * apply a natural box layout model to all elements, but allowing components to change
 */
html {
  box-sizing: border-box; }

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

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.relative {
  position: relative; }

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

.no-top-padding {
  padding-top: 0 !important; }

.no-margin {
  margin: 0; }

.justify-right {
  justify-content: flex-end; }

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

.no-stretch {
  align-items: flex-start; }

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

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

.center-content-vertical {
  display: flex;
  justify-content: center;
  flex-direction: column; }

.blue-text {
  color: #0512f7 !important; }

.red-text {
  color: #f43c3c !important; }

.text-columns-2 {
  column-count: 2; }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
@font-face {
  font-family: 'Avenir';
  src: url("fonts/AvenirLTStdLight.eot");
  src: url("fonts/AvenirLTStdLight.woff2") format("woff2"), url("fonts/AvenirLTStdLight.woff") format("woff"), url("fonts/AvenirLTStdLight.ttf") format("truetype"), url("fonts/AvenirLTStdLight.svg#AvenirLight") format("svg"), url("fonts/AvenirLTStdLight.eot?#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Avenir';
  src: url("fonts/AvenirLTStdMedium.eot");
  src: url("fonts/AvenirLTStdMedium.woff2") format("woff2"), url("fonts/AvenirLTStdMedium.woff") format("woff"), url("fonts/AvenirLTStdMedium.ttf") format("truetype"), url("fonts/AvenirLTStdMedium.svg#Avenir") format("svg"), url("fonts/AvenirLTStdMedium.eot?#iefix") format("embedded-opentype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Avenir';
  src: url("fonts/AvenirLTStd-Black.eot");
  src: url("fonts/AvenirLTStd-Black.woff2") format("woff2"), url("fonts/AvenirLTStd-Black.woff") format("woff"), url("fonts/AvenirLTStd-Black.ttf") format("truetype"), url("fonts/AvenirLTStd-Black.svg#AvenirBlack") format("svg"), url("fonts/AvenirLTStd-Black.eot?#iefix") format("embedded-opentype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'AvenirBook';
  src: url("fonts/AvenirLTStdBook.eot");
  src: url("fonts/AvenirLTStdBook.woff2") format("woff2"), url("fonts/AvenirLTStdBook.woff") format("woff"), url("fonts/AvenirLTStdBook.ttf") format("truetype"), url("fonts/AvenirLTStdBook.svg#AvenirLTStdBook") format("svg"), url("fonts/AvenirLTStdBook.eot?#iefix") format("embedded-opentype");
  font-weight: 400;
  font-style: normal; }
/* Slider */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  padding: 13px;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 4%; }

[dir='rtl'] .slick-prev {
  right: 4%;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: 4%; }

[dir='rtl'] .slick-next {
  right: auto;
  left: 4%; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.news .slick-list {
  width: 88%;
  margin: auto; }

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("img/chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("img/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("img/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("img/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
/* @end */
.chosen-container-active .chosen-choices {
  box-shadow: none;
  background: url(img/downarrow-solid.png) no-repeat center right 1.6rem; }

.chosen-container-multi .chosen-choices {
  background: url(img/downarrow-solid.png) no-repeat center right 1.6rem;
  display: flex;
  align-items: center; }
  .chosen-container-multi .chosen-choices li.search-field {
    height: 100%;
    display: inline-flex;
    align-items: center; }
  .chosen-container-multi .chosen-choices li.search-choice {
    background: #e5f7fc;
    border: 1px solid #3b75b8;
    color: #3b75b8;
    height: 3.8rem;
    display: inline-flex;
    align-items: center;
    font-weight: normal;
    padding: 0px 2.2rem 0px 4.9rem;
    font-size: 1.9rem;
    margin-right: 1.1rem; }
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      background: none;
      display: flex;
      height: 100%;
      border-right: 1px solid #3b75b8;
      top: 0;
      right: auto;
      left: 0;
      width: 3.1rem;
      align-items: center;
      justify-content: center; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
        background: #3b75b8; }
        .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before {
          color: #e5f7fc; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
        content: "✕";
        color: #3b75b8;
        font-size: 1.4rem; }

.chosen-container .chosen-results li.active-result,
.chosen-container-multi .chosen-drop .result-selected {
  height: 3.8rem;
  line-height: 1.6;
  font-size: 1.9rem; }
  .chosen-container .chosen-results li.active-result.highlighted,
  .chosen-container-multi .chosen-drop .result-selected.highlighted {
    background: #e5f7fc;
    color: #3b75b8; }

.chosen-container-multi .chosen-drop .result-selected {
  color: #3b75b8; }

.chosen-container .chosen-drop {
  border-color: #bcbdc0; }

.chosen-container-active .chosen-choices {
  border-radius: 5px 5px 0 0; }

.chosen-container-multi .chosen-choices li.search-choice span {
  white-space: nowrap; }

#wpcf7-f186-o1,
#wpcf7-f293-o1 {
  padding-right: 2rem;
  padding-left: 2rem;
  margin: 0 auto; }

span.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-size: 1.6rem;
  margin-top: 1rem; }

.wpcf7-response-output {
  padding: 1.5rem; }

/* Video Modal */
.wp-video-popup-wrapper {
  background: rgba(0, 0, 0, 0.7); }

.wp-video-popup-video, .ryv-popup-video {
  max-width: 940px !important; }

.section-news-slider {
  background-color: #0512f7;
  color: white;
  font-size: 16px;
  text-align: center;
  box-shadow: 0px 4px 18px 0 rgba(0, 0, 0, 0.3);
  user-select: none; }

.section-news-slider a:hover {
  text-decoration: underline; }

.section-news-slider a,
.section-news-slider a:visited,
.section-news-slider a:active,
.section-news-slider a:link {
  color: white; }

.graphic[class*=-getting-] {
  transition-delay: 3.5s;
  transition-duration: 3.5s; }
.graphic[class*=stroke-getting-] {
  transition-property: stroke; }
.graphic[class*=fill-getting-] {
  transition-property: fill; }
.graphic[class*=stroke-getting-][class*=fill-getting-] {
  transition-property: stroke, fill; }
.graphic--stroke-is-blue {
  stroke: #0512f7; }
.graphic--stroke-is-blue2 {
  stroke: #8e229e; }
.graphic--stroke-is-red {
  stroke: #f43c3c; }
.graphic--stroke-is-green {
  stroke: #35c1aa; }
.graphic--stroke-is-orange {
  stroke: #ff9966; }
.graphic--stroke-is-white {
  stroke: white; }
.graphic--stroke-is-none {
  stroke: rgba(255, 255, 255, 0); }
.graphic--fill-is-blue {
  fill: #0512f7; }
.graphic--fill-is-blue2 {
  fill: #8e229e; }
.graphic--fill-is-red {
  fill: #f43c3c; }
.graphic--fill-is-green {
  fill: #35c1aa; }
.graphic--fill-is-orange {
  fill: #ff9966; }
.graphic--fill-is-white {
  fill: white; }
.graphic--fill-is-none {
  fill: rgba(255, 255, 255, 0); }
.graphic--stroke-getting-blue {
  stroke: #0512f7; }
.graphic--stroke-getting-blue2 {
  stroke: #8e229e; }
.graphic--stroke-getting-red {
  stroke: #f43c3c; }
.graphic--stroke-getting-green {
  stroke: #35c1aa; }
.graphic--stroke-getting-orange {
  stroke: #ff9966; }
.graphic--stroke-getting-white {
  stroke: white; }
.graphic--stroke-getting-none {
  stroke: rgba(255, 255, 255, 0); }
.graphic--fill-getting-blue {
  fill: #0512f7; }
.graphic--fill-getting-blue2 {
  fill: #8e229e; }
.graphic--fill-getting-red {
  fill: #f43c3c; }
.graphic--fill-getting-green {
  fill: #35c1aa; }
.graphic--fill-getting-orange {
  fill: #ff9966; }
.graphic--fill-getting-white {
  fill: white; }
.graphic--fill-getting-none {
  fill: rgba(255, 255, 255, 0); }

@keyframes LinesShow {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
rect[id*=service-campaign-click-line-1] {
  animation: LinesShow 10s 0.3s infinite; }

rect[id*=service-campaign-click-line-2] {
  animation: LinesShow 10s 0.6s infinite; }

rect[id*=service-campaign-click-line-3] {
  animation: LinesShow 10s 0.9s infinite; }

rect[id*=service-campaign-click-line-4] {
  animation: LinesShow 10s 1.2s infinite; }

rect[id*=service-campaign-click-line-5] {
  animation: LinesShow 10s 1.5s infinite; }

rect[id*=service-campaign-click-line-6] {
  animation: LinesShow 10s 1.8s infinite; }

rect[id*=service-campaign-click-line-7] {
  animation: LinesShow 10s 2.1s infinite; }

@keyframes clickMove {
  from {
    transform: translate(0px, 0px); }
  to {
    transform: translate(-4px, -4px); } }
#service-campaign-click {
  animation: clickMove 1.5s infinite; }

@keyframes aperture {
  0% {
    opacity: 0; }
  0.1% {
    opacity: 1; }
  90.9% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes aperturelast {
  0% {
    opacity: 0; }
  0.1% {
    opacity: 1; }
  100% {
    opacity: 1; } }
g[id*=try-it-aperture-1] {
  opacity: 0;
  animation: aperture 2.5s 0s; }

g[id*=try-it-aperture-2] {
  opacity: 0;
  animation: aperture 2.5s 2.5s; }

g[id*=try-it-aperture-3] {
  opacity: 0;
  animation: aperture 2.5s 5s; }

g[id*=try-it-aperture-4] {
  opacity: 0;
  animation: aperture 2.5s 7.5s; }

g[id*=try-it-aperture-4] {
  animation: aperturelast 2.5s 7.5s forwards; }

.header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 2;
  width: 100%;
  top: 0rem;
  padding: 3rem 5.2rem; }
  .header__logo {
    margin-right: 1rem;
    width: 18.3rem;
    display: inline-block; }
    .header__logo #Combined-Shape, .header__logo #Fill-8 {
      fill: #ffffff !important; }
  .header--white {
    background-color: #ffffff; }
    .header--white #Combined-Shape {
      fill: #222222 !important; }
    .header--white #Fill-8 {
      fill: #EC027D !important; }
  .header.has-mobile-nav-open #Combined-Shape, .header.has-mobile-nav-open #Fill-8 {
    fill: #ffffff !important; }
  .header.scrolled {
    box-shadow: 0 0 5px -1px; }

.nav ul {
  display: flex; }
.nav li {
  display: flex;
  align-items: center; }
  .nav li + li {
    margin-left: 4.9rem; }
  .nav li.no-hover > a.btn:hover {
    background: #0512f7; }
.nav a {
  font-size: 2rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff4fc; }
  .nav a:not(.btn):hover {
    text-decoration: underline; }
  .header--white .nav a:not(.btn) {
    color: #0512f7; }
  .nav a.btn {
    font-weight: 900; }
    .home .nav a.btn:hover {
      background: #8e229e; }

@media (min-width: 992px) {
  .nav-close,
  .hamburger {
    display: none !important; }

  .nav {
    display: block !important; } }
.heading {
  color: #000000;
  margin: 0; }
  .heading--1 {
    font-size: 5.6rem;
    font-weight: 500; }
    .heading--1 {
      line-height: 1.16071; }
  .heading--2 {
    font-size: 3.6rem;
    font-weight: 400;
    font-family: 'AvenirBook'; }
    .heading--2 {
      line-height: 1.16667; }
  .heading--white {
    color: #ffffff; }
  .heading--blue {
    color: #0512f7; }
  .category-title + .heading {
    margin-top: 4.4rem; }

.desc {
  font-size: 2rem;
  font-family: 'AvenirBook';
  color: #020000; }
  .desc {
    line-height: 1.2; }
  .heading--1 + .desc {
    margin-top: 1.7rem; }
  .heading--2 + .desc {
    margin-top: 3rem; }
  .desc--white {
    color: #fff4fc; }
  .desc--large {
    font-size: 2.4rem;
    line-height: 1.5; }

@-webkit-keyframes animateBackgroundGradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.btn {
  background: #0512f7;
  color: #ffffff;
  border: none;
  height: 5.2rem;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Avenir";
  text-transform: capitalize;
  font-size: 2rem;
  min-width: 18.8rem; }
  .btn:hover {
    background: #040ec5; }
  .btn--white {
    background: #ffffff;
    color: #0512f7; }
    .btn--white:hover {
      background: #8e229e;
      color: #ffffff; }
  .btn--transparent {
    background: none;
    border: 2px solid #fff4fc; }
    .btn--transparent:hover {
      background: #fff4fc;
      color: #0512f7; }
  .btn--transparent-small {
    background: none;
    border: 2px solid #fff4fc;
    font-size: 1.6rem; }
    .btn--transparent-small:hover {
      background: #fff4fc;
      color: #0512f7; }
  .btn--transparent-blue {
    background: none;
    border: 2px solid #0512f7;
    color: blue; }
    .btn--transparent-blue:hover {
      background: #0512f7;
      color: #ffffff; }
  .btn + .btn {
    margin-left: 4rem; }
  .btn--animate {
    background: linear-gradient(90deg, #0512f7, #8e229e);
    background-size: 250% 250%;
    animation: animateBackgroundGradient 8s ease infinite; }

.hero__campaign.service,
.hero__campaign.company,
.hero__campaign.try-it {
  filter: none; }

.hero__row.service {
  justify-content: left;
  margin-bottom: 2rem; }

.hero__body.service,
.hero__body.try-it {
  text-shadow: none; }
  @media (min-width: 992px) {
    .hero__body.service,
    .hero__body.try-it {
      width: 100%; } }

.hero__body.company {
  margin-top: 42.7rem; }
  @media (min-width: 992px) {
    .hero__body.company {
      width: 100%; } }

.hero {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .hero--home {
    height: 72.8vh;
    min-height: 72.8vh;
    background-image: url(/wp-content/themes/bitdam/img/home-campain-bg.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: cover !important; }
    @media (max-width: 991px) {
      .hero--home {
        background-image: url(/wp-content/themes/bitdam/img/home-campain-bgx0.5.jpg) !important; } }
    @media (max-height: 600px) {
      .hero--home {
        height: 84.8vh;
        min-height: 84.8vh; } }
    .hero--home.maintenance {
      height: 104.8rem; }
  .hero--service {
    height: 100%; }
  .hero--tryit {
    height: 110rem; }
  .hero--inner {
    height: 80.8rem;
    position: relative; }
    .hero--inner > * {
      position: relative;
      z-index: 1; }
    .hero--inner:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, #000000 0%, #ffffff 100%);
      opacity: 0.5;
      z-index: 0; }
  .hero__body {
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
    margin-top: 12.7rem; }
    @media (min-width: 992px) {
      .hero__body {
        width: 80%; } }
    .hero--service .hero__body {
      margin-top: 53.4rem; }
    .hero--tryit .hero__body {
      margin-top: 58.3rem; }
    .hero--inner .hero__body {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%); }
    .hero__body.maintenance {
      margin-top: 41.7rem; }
  .hero__heading {
    color: #fff4fc; }
    .hero--home .hero__heading {
      margin-bottom: 30px; }
    .hero--service .hero__heading {
      color: #0512f7; }
    .hero--inner .hero__heading {
      text-align: center; }
    .hero--tryit .hero__heading {
      text-align: center;
      color: #0512f7; }
  .hero__desc {
    color: #fff4fc; }
    .hero--home .hero__desc {
      margin-bottom: 40px; }
    .hero--service .hero__desc {
      color: #0512f7; }
    .hero--tryit .hero__desc {
      text-align: center;
      color: #0512f7; }
  .hero__actions {
    text-shadow: none;
    margin-top: -1rem; }
    .hero--service .hero__actions {
      margin-top: 4.7rem; }
    .hero__actions.maintenance {
      display: none; }
    @media (max-width: 425px) {
      .hero__actions {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center; }
        .hero__actions .btn {
          margin: 2vh;
          width: 70%; } }
  .hero__row {
    justify-content: center; }
  .hero__campaign {
    filter: brightness(90%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    .hero__campaign svg {
      position: absolute;
      left: 50%;
      right: 0;
      top: -9999px;
      bottom: -9999px;
      margin: auto 0;
      width: 100%;
      transform: translate(-50%, 0); }
    .hero--service .hero__campaign svg {
      left: auto;
      transform: translate(0, 0); }

.home-campaign-path {
  display: none; }

.home-campaign-plane {
  opacity: 0.9; }

.section {
  padding: 11.2rem 0rem; }

.security-col {
  margin-top: 3.5rem; }

.security-icon {
  width: 34.4%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem; }

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

.blue-bg {
  background-color: #e9eff3; }

.feature-icon {
  margin: 0 auto; }
  .feature-icon--1 {
    width: 40.4%; }
  .feature-icon--2 {
    width: 52.4%; }
  .feature-icon--3 {
    width: 37.6%; }
  .feature-icon--4 {
    width: 63.5%; }
  .feature-icon--5 {
    width: 38.5%; }
  .feature-icon--6 {
    width: 46.8%; }
  .feature-icon--7 {
    width: 28.4%;
    margin: 0 auto 4.3rem; }
  .feature-icon--8 {
    width: 35.3%;
    margin: 0 auto 4.3rem; }
  .feature-icon--9 {
    width: 31.3%;
    margin: 0 auto 4.3rem; }
  .feature-icon--column-white {
    margin: 0 auto 4.3rem; }

.make-safe-row {
  margin-bottom: 78px;
  margin-bottom: 7.8rem; }
  .make-safe-row ~ .row {
    margin-top: 3.7rem; }

.try {
  background-color: #0512f7;
  padding-top: 9.5rem;
  padding-bottom: 2.5rem; }

.try-list {
  margin-top: -3.9rem; }
  .try-list__item + .try-list__item {
    border-top: 2px solid #ffffff; }
  .try-list__link {
    font-family: Avenir;
    font-size: 4.2rem;
    font-weight: 300;
    color: #ffffff;
    display: flex;
    align-items: center;
    height: 13.9rem;
    position: relative; }
    .try-list__link:after {
      content: "";
      background: url(img/arrow.svg);
      background-size: 100%;
      width: 58px;
      width: 5.8rem;
      height: 5.3rem;
      position: absolute;
      right: 3.6rem;
      display: none;
      top: 50%;
      transform: translate(0, -50%); }
    .try-list__link:hover:after {
      display: block; }

.resource-preview {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  .resource-preview__thumb {
    margin-bottom: 4.5rem;
    display: block; }
    .resource-preview__thumb img {
      max-width: 100%;
      margin: 0 auto;
      display: block; }
  @media (min-width: 768px) {
    .resource-preview__text-container {
      height: 20rem; } }
  .resource-preview__cat {
    font-size: 1.8rem;
    font-family: 'AvenirBook';
    color: #414042; }
    .resource-preview__cat:hover {
      color: #0512f7; }
  .resource-preview__title {
    color: #000000;
    font-size: 3rem;
    font-weight: 500; }
    .resource-preview__title {
      line-height: 1.2; }
    .resource-preview__title:hover {
      text-decoration: underline; }
  .resource-preview__excerpt {
    font-size: 1.8rem;
    font-family: AvenirBook;
    margin-top: 2.7rem; }
    .resource-preview__excerpt {
      line-height: 1.55556; }
  .page-template-resources-template .resource-preview {
    margin-bottom: 4rem; }

.footer {
  background: #0512f7;
  padding-top: 48px;
  padding-top: 4.8rem;
  padding-bottom: 7.4rem; }
  .footer__bottom {
    margin-top: 10rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }

.footer-nav {
  display: flex;
  justify-content: space-between; }
  .footer-nav__list li:first-child a {
    font-size: 2.2rem; }
  .footer-nav__list li:nth-child(2) {
    margin-top: 4.6rem; }
  .footer-nav__list li + li {
    margin-top: 1rem; }
  .footer-nav__list a {
    color: #ffffff;
    font-size: 1.8rem;
    font-family: 'AvenirBook';
    text-transform: capitalize; }
    .footer-nav__list a:hover {
      text-decoration: underline; }

.footer-logo {
  width: 14.7rem;
  display: block; }
  .footer-logo [style*="fill:#0505c6"] {
    fill: #ffffff !important; }
  .footer-logo svg:hover [style*="fill:#0505c6"] {
    fill: #cccccc !important; }

.footer-logo--mobile {
  display: none; }

.copyright {
  font-size: 1.6rem;
  font-family: 'AvenirBook';
  color: #fdfdfd; }
  .copyright a {
    color: inherit; }

.socials {
  display: flex; }
  .socials__item {
    width: 4rem; }
    .socials__item + .socials__item {
      margin-left: 3.5rem; }
  .socials__link {
    width: 4.4rem;
    display: inline-block; }
  .socials path {
    fill: #ffffff; }
  .socials svg:hover path {
    fill: #cccccc; }

.category-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #0512f7;
  position: relative;
  text-align: left; }
  .category-title:before {
    content: "";
    height: 2px;
    width: 17rem;
    background: #0512f7;
    position: absolute;
    top: -2.4rem;
    left: 0; }

.company-row + .company-row {
  margin-top: 11.8rem; }

.person {
  text-align: center;
  margin-top: 6.8rem; }
  .person__wrapper {
    display: inline-block;
    text-align: left; }
  .person__name {
    color: #020000;
    font-size: 2rem;
    font-weight: 500;
    margin-top: 2.7rem;
    margin-bottom: 1.2rem; }
  .person__thumb {
    max-width: 100%; }
  .person__social-icon {
    width: 3.3rem;
    display: block; }
    .person__social-icon svg:hover path,
    .person__social-icon svg:hover rect {
      fill: #2999f3; }

.company-team {
  max-width: 100%; }

.careers-btn {
  margin-top: 6.6rem; }

.company-contact {
  background: #e6eff3;
  margin-top: 13.9rem;
  padding-top: 8.7rem;
  padding-bottom: 7.9rem;
  margin-bottom: -11.2rem; }
  .company-contact__map {
    max-width: 100%;
    margin-top: 0.9rem; }
  .company-contact__info {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 0.9rem;
    line-height: 1.23; }
    .company-contact__info a {
      color: #0512f7; }
      .company-contact__info a:hover {
        text-decoration: underline; }

.contact-form {
  margin-top: 7rem;
  display: none;
  justify-content: center;
  flex-direction: column;
  align-items: center; }

.no-hero {
  margin-top: 14rem;
  padding-top: 7rem; }

.blog-post-preview {
  margin-top: 5.5rem;
  border-bottom: 1px solid #bcbdc0;
  padding-bottom: 7.7rem; }
  .blog-post-preview + .blog-post-preview {
    margin-top: 7.7rem; }
  .blog-post-preview__title {
    margin-top: 3.5rem; }
  .blog-post-preview__thumb {
    max-width: 100%; }
  .blog-post-preview__author {
    font-size: 1.8rem;
    font-weight: 400;
    font-family: 'AvenirBook';
    margin-bottom: 3.3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    .blog-post-preview__author {
      line-height: 1.55556; }
    .blog-post-preview__author a {
      color: inherit; }
  .blog-post-preview__author-thumb {
    width: 9rem;
    max-width: 90px; }
  .blog-post-preview__author-info {
    margin-top: -0.4rem;
    margin-left: 2.3rem;
    color: #636466;
    flex: 1; }
  .blog-post-preview__title {
    font-size: 4.8rem;
    font-weight: 300;
    color: #020000; }
    .blog-post-preview__title {
      line-height: 1.20833; }
    .blog-post-preview__title a {
      color: inherit; }
      .blog-post-preview__title a:hover {
        text-decoration: underline; }
  .blog-post-preview__body {
    font-size: 1.8rem;
    font-weight: 300;
    margin-top: 5.1rem;
    margin-bottom: 3rem; }
    body.blog .blog-post-preview__body {
      display: none; }
    .blog-post-preview__body strong {
      font-weight: 500; }
    .blog-post-preview__body a {
      color: #0512f7;
      text-decoration: underline; }
    .blog-post-preview__body img {
      max-width: 100%;
      height: auto; }
  .blog-post-preview__rest-content {
    display: none; }

.pagination-row {
  font-size: 1.8rem;
  color: #636466;
  padding-top: 3.4rem;
  display: flex;
  align-items: center;
  margin-left: -0.5rem; }
  .pagination-row .page-numbers {
    color: #0512f7;
    background: none;
    border: 1px solid #d2d3d5;
    width: 4.3rem;
    height: 4.3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.5rem; }
    .pagination-row .page-numbers:hover {
      background: #c5c6c9; }
    .pagination-row .page-numbers.current {
      background: #d2d3d5; }

.proactive-icon {
  width: 29.2rem;
  margin: 4.7rem auto 0; }

.gray-bg .feature-icon--column-white {
  margin-bottom: 0; }

.service-after-features-row {
  margin-top: 3.7rem;
  margin-bottom: 3.7rem; }

.service-three-features {
  margin-top: 0.9rem; }

.service-module-text-container {
  height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .service-module-text-container p {
    font-size: 1.7rem; }

.tryit-tabs {
  margin-top: 12.2rem; }
  .tryit-tabs__tab {
    font-size: 4.2rem;
    font-weight: 300;
    text-align: center;
    border-top: 1px solid #0512f7;
    padding-top: 2.9rem;
    position: relative; }
    .tryit-tabs__tab--active:after {
      content: "";
      background: url(img/downarrow.svg) no-repeat;
      background-size: 100%;
      width: 5.3rem;
      height: 5.8rem;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      top: 14.8rem; }
    .tryit-tabs__tab a {
      color: #0512f7; }
    .tryit-tabs__tab a:hover {
      color: #030b93; }

.tryit-content {
  margin-top: 7.9rem;
  justify-content: center; }

.form__border {
  border: solid 2px #0512f7; }
.form__full-container {
  padding: 4rem; }
.form__fields-row + .form__heading-row {
  margin-top: 7.2rem; }
.form__fields-row.medium + .form__heading-row {
  margin-top: 4.2rem; }
.form__fields-row {
  margin-top: 1.8rem; }
  .form__fields-row + .form__fields-row {
    margin-top: 3.5rem; }
.form__heading {
  color: #0512f7;
  font-size: 2.4rem;
  font-weight: 900;
  margin: 0 0 1.8rem; }
.form__explanatory-text {
  font-size: 2.4rem;
  color: #000000;
  line-height: 1.1;
  font-weight: 300; }
.form__field, .chosen-container-multi .chosen-choices {
  height: 48px;
  width: 100%;
  border: 1px solid #bcbdc0;
  border-radius: 4px;
  font-size: 2.1rem;
  font-weight: 300;
  color: #020000;
  padding: 0 2rem;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: white; }
  .form__field--textarea {
    height: 19.5rem;
    padding-top: 1.7rem;
    padding-bottom: 1.7rem; }
.form__notice-row {
  border-top: 1px solid #bcbdc0;
  margin-top: 8.9rem;
  padding-top: 3rem; }
.form__notice {
  font-size: 1.8rem;
  color: #414042;
  font-weight: 300; }
  .form__notice {
    line-height: 1.55556; }
.form__exclamation-icon {
  width: 8.3rem;
  margin-bottom: 3.1rem; }
  .form__exclamation-icon circle,
  .form__exclamation-icon path {
    stroke: #f43c3c !important;
    stroke-width: 2px; }
.form__btn-row {
  margin-top: 7rem; }
.form__btn-full-row {
  width: 100%; }
.form__btn-col {
  text-align: right; }
.form__submit {
  min-width: 36.7rem; }
.form__full-submit {
  min-width: 100%; }
.form__submit-notice {
  font-family: AvenirBook;
  font-size: 1.8rem;
  margin-top: 2.7rem;
  color: #414042; }
.form__file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
  .form__file + .form__file-label {
    cursor: pointer; }
  .form__file:focus + .form__file-label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px; }
.form__file-label {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 3rem; }
  .form__file-label:after {
    content: "Browse";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #bcbdc0;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19.5rem; }
  .form__file-label:hover:after {
    background: #a2a3a7; }
.form__response {
  border: 2px solid #0512f7;
  padding: 1.5rem;
  font-size: 1.6rem;
  margin-top: 3rem; }
.form__desktop-container {
  display: none;
  width: 100%;
  height: auto; }
  @media (min-width: 992px) {
    .form__desktop-container {
      display: flex; } }
.form__mobile-container {
  display: none;
  width: 100%;
  height: auto; }
  @media (max-width: 991px) {
    .form__mobile-container {
      display: flex;
      flex-direction: column; } }

.form__response--error {
  border-color: #f70505;
  color: #f70505; }

.position,
.press-item,
.resources--home__heading {
  border-top: 1px solid #bcbdc0; }

.filesearch__input {
  flex-grow: 1; }

.bas-response,
.scan-file-response,
.pentest-response,
.search-file-response {
  display: none; }

.scan-link-response,
.scan-a-link {
  display: none; }

.share-icon {
  width: 3.9rem;
  display: inline-block;
  margin-left: 3rem; }

.pentest__btn-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end; }

.checkbox-subscribe {
  justify-content: center;
  display: flex;
  flex-direction: row-reverse;
  order: 1;
  margin-top: 1rem; }
  .checkbox-subscribe label {
    margin-left: 0.8rem; }
  .checkbox-subscribe input[type="checkbox"] {
    position: relative;
    top: 0.5rem; }

#newsletter-subscribe {
  display: none; }

#trial-section, #pentest-section, #filescan-section {
  display: none; }

.notes-icon {
  width: 7.9rem; }

.stories-icon {
  width: 10.4rem; }

.resources--home__heading {
  margin-top: 10.3rem;
  margin-bottom: 3.4rem;
  padding-top: 8.2rem;
  border-top: 1px solid #bcbdc0; }
.resources__categories {
  margin-top: 8.4rem;
  text-align: center; }
.resources__category {
  font-family: AvenirBook;
  font-size: 2.4rem;
  text-align: center;
  display: inline-block;
  margin: 0 1.8rem;
  color: #0512f7; }
  .resources__category:hover {
    text-decoration: underline; }
.resources__icon {
  display: inline-block;
  margin-bottom: 2.3rem; }
.resources__heading {
  font-size: 4.8rem;
  margin-top: 8rem;
  margin-bottom: 4.7rem; }
.resources__btn {
  min-width: 27.2rem;
  margin-top: 8.7rem;
  margin-bottom: 10.7rem; }

.resource {
  font-size: 1.8rem;
  font-family: AvenirBook; }
  .resource {
    line-height: 1.55556; }
  .resource__date {
    margin-top: 1.5rem; }
  .resource__body {
    margin-top: 11.1rem; }
  .resource__thumb {
    max-width: 100%; }
  .resource h2 {
    font-size: 3rem;
    margin: 0 0 1rem; }
  .resource * + h2 {
    margin-top: 4rem; }
  .resource__btn {
    margin-top: 8.8rem; }
  .resource__quote {
    color: #0512f7;
    font-size: 2.4rem;
    font-style: italic;
    margin-top: 4rem;
    line-height: 1; }
    .resource__quote span {
      color: #636466;
      font-size: 1.8rem;
      font-style: normal;
      margin-top: 1.5rem;
      display: inline-block; }

.positions__thumb {
  margin-top: 4.7rem;
  margin-bottom: 5.9rem;
  max-width: 100%; }
.positions__heading {
  margin-bottom: 9.5rem; }

.position {
  font-size: 1.8rem;
  font-family: 'Avenir-Book';
  line-height: 1.5;
  border-top: 1px solid #bcbdc0;
  margin-top: 3.6rem;
  padding-top: 7.2rem; }
  .position__heading {
    margin-bottom: 2.4rem; }
  .position__subheading {
    margin-bottom: 1.2rem; }
    * + .position__subheading {
      margin-top: 4rem; }
  .position ul {
    margin: 3rem 0; }
  .position li + li {
    margin-top: 1rem; }
  .position li:before {
    content: "•";
    color: #0512f7;
    margin-right: 5px; }
  .position__apply {
    margin-top: 9rem; }
  .position__back {
    color: #0512f7;
    position: absolute;
    right: 20px;
    top: -4.5rem;
    font-size: 2rem; }
    .position__back:hover {
      text-decoration: underline; }
    .position__back img {
      transform: rotate(180deg);
      width: 0.6rem;
      vertical-align: baseline;
      margin-right: 0.3rem; }

.position-preview {
  font-size: 1.8rem;
  font-family: 'Avenir-Book';
  line-height: 1.5;
  box-shadow: 2px 3px 9px 1px rgba(0, 0, 0, 0.25);
  padding: 5.1rem 2.4rem;
  margin-bottom: 4rem; }
  .position-preview__link {
    color: #0512f7;
    font-size: 2rem;
    font-weight: 900;
    display: inline-block;
    margin-top: 3.5rem; }
    .position-preview__link:after {
      content: "";
      background: url(img/chevron-blue.png);
      width: 1.3rem;
      height: 2.3rem;
      display: inline-block;
      margin-left: 1.5rem;
      vertical-align: middle; }

.press {
  margin-top: 10.8rem; }

.press-item {
  font-size: 1.8rem;
  padding-top: 6rem;
  padding-bottom: 3rem;
  border-top: 1px solid #bcbdc0;
  border-bottom: 1px solid #bcbdc0; }
  .press-item__col {
    display: flex;
    align-items: center; }
  .press-item__heading {
    margin-bottom: 2rem; }
  .press-item__thumb img {
    max-width: 100%; }
  .press-item a {
    color: #0512f7; }
  .press-item a:hover {
    text-decoration: underline; }
  .press-item + .press-item {
    margin-top: -1px; }

.resource__thumb,
.attachment-resource_thumb,
.blog-post-preview__thumb {
  height: auto; }

.press-preview {
  margin-top: 4.4rem; }

.col__section-tab--left {
  border-right: 2px solid #000; }

.filescan-section__tabs {
  margin-bottom: 5rem; }

.filescan-section__tab {
  font-size: 2.6rem;
  opacity: .6;
  cursor: pointer; }

.filescan-section__tab--active {
  font-weight: 800;
  opacity: 1; }

.search-a-file {
  display: none; }

.quotes__quote-img {
  display: flex;
  align-items: center;
  justify-content: center; }
  .quotes__quote-img img {
    max-width: 100%; }
.quotes__quote-text {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #020000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.subservice h6 {
  margin: 0;
  font-size: 2.3rem; }
.subservice__header {
  justify-content: center;
  flex-direction: column;
  padding: 0 0 7rem 0; }
  .subservice__header h4 {
    color: #686868; }
.subservice__image {
  width: 25rem;
  height: 25rem; }
.subservice__body {
  line-height: 3rem;
  word-spacing: 2px;
  letter-spacing: 1px;
  font-size: 1.8rem;
  font-family: AvenirBook; }
.subservice__quotes_container {
  padding: 7rem 0 7rem 0; }
.subservice__quote_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7rem;
  align-items: center; }
  .subservice__quote_container:nth-child(even) {
    flex-direction: row-reverse; }
  .subservice__quote_container .subservice__image {
    width: 50%; }
  .subservice__quote_container .subservice__image_text {
    width: 47%;
    line-height: 1.2; }
    .subservice__quote_container .subservice__image_text ul {
      list-style-type: disc;
      padding-left: 5rem; }
      .subservice__quote_container .subservice__image_text ul li {
        margin-top: 1rem; }
.subservice__top_quote {
  background-color: #0512f7;
  color: white;
  padding: 4rem 25rem 4rem 25rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .subservice__top_quote h2 {
    font-family: 2.8rem; }
.subservice__image_text {
  width: 100rem; }
.subservice__row_text {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .subservice__row_text h4 {
    font-size: 2.3rem; }
  .subservice__row_text img {
    padding-bottom: 1rem; }
.subservice[class*="section"] {
  padding: 0 15rem 0 15rem; }

.header--white .sub-menu li a:hover {
  color: #7d80b1; }

a + .sub-menu li {
  margin-left: 0;
  justify-content: left; }

.has-btn ul.sub-menu {
  padding: 0.3rem;
  margin-top: 3rem; }
  .has-btn ul.sub-menu li a, .has-btn ul.sub-menu li a:visited, .has-btn ul.sub-menu li a:active {
    color: white;
    border-bottom: solid 1px;
    min-width: 18rem; }

.sub-menu {
  visibility: hidden;
  position: absolute;
  margin-top: 3rem;
  padding: 1.5rem;
  justify-content: space-between;
  flex-direction: column;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  max-width: 30rem;
  top: 5rem; }
  .sub-menu li a {
    height: 40px;
    width: 180px;
    color: #222222;
    font-family: Avenir;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    cursor: pointer;
    text-transform: none !important; }
    .sub-menu li a:hover {
      color: #888888;
      text-decoration: none !important; }

@media (min-width: 992px) {
  li.menu-item-has-children:hover .sub-menu {
    visibility: visible; } }
.service_circles {
  justify-content: space-between;
  display: flex;
  padding-bottom: 5rem; }
  .service_circles img {
    width: 150px; }
  .service_circles h6 {
    font-size: 2rem; }
  .service_circles[class*="-bg"] {
    padding: 4rem 25rem 4rem 25rem; }
  .service_circles__title {
    padding-top: 1rem;
    padding-bottom: 1rem; }

.customer_story {
  padding-top: 14rem; }
  .customer_story--container {
    max-width: 1000px; }
  .customer_story__content {
    color: white;
    padding: 2.8rem 0 20rem;
    max-width: 65rem;
    margin: auto; }
    .customer_story__content--img {
      width: 6rem;
      margin-bottom: 1.2rem; }
    .customer_story__content--title {
      margin: 0 auto; }
    .customer_story__content--quote {
      margin-top: 3rem;
      font-size: 2.2rem; }
      .customer_story__content--quote p:last-child {
        font-size: 1.8rem;
        margin-top: 11px;
        font-weight: 300; }
  .customer_story__video {
    z-index: 1;
    padding-top: 6rem;
    position: relative;
    margin-bottom: 6.6rem; }
    .customer_story__video iframe {
      display: block;
      margin: auto;
      border: 5px solid white;
      background: linear-gradient(180deg, transparent 0%, #000000 100%);
      box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.5); }
  .customer_story--main {
    position: relative;
    margin-top: -20rem; }
    .customer_story--main .customer_content {
      font-size: 1.8rem;
      font-family: AvenirBook;
      line-height: 1.55556; }
      .customer_story--main .customer_content__middle {
        display: flex;
        margin-top: 6.8rem;
        margin-bottom: 6rem; }
        .customer_story--main .customer_content__middle--icon {
          padding-right: 4rem;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          flex-shrink: 0;
          border-right: 3px solid #BBBBBB; }
        .customer_story--main .customer_content__middle--bullets {
          flex-grow: 1;
          padding-left: 4rem; }
      .customer_story--main .customer_content .customer_bullets {
        display: flex;
        flex-direction: column; }
        .customer_story--main .customer_content .customer_bullets__title h3 {
          color: #0512f7;
          font-size: 2rem;
          font-weight: 500;
          margin: 0; }
        .customer_story--main .customer_content .customer_bullets__list {
          margin-top: auto;
          display: grid;
          grid-gap: 4rem;
          grid-template-columns: 20rem 10rem 10rem; }
        .customer_story--main .customer_content .customer_bullets__item {
          display: flex;
          align-items: center; }
          .customer_story--main .customer_content .customer_bullets__item--major {
            font-size: 4rem;
            color: #0512f7;
            font-weight: 300;
            margin-right: 1.1rem; }
  .customer_story__header {
    padding-top: 0;
    display: flex;
    justify-content: center;
    padding-bottom: 1rem; }
  .customer_story__company {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 8rem;
    justify-content: center; }
  .customer_story__image {
    display: block;
    height: 135px; }
  .customer_story__quote-box {
    position: relative;
    text-align: left;
    margin-right: unset; }
    .customer_story__quote-box p {
      font-family: "Utopia-italic";
      font-size: 35px;
      font-weight: 700px;
      font-style: italic;
      text-align: center;
      margin-left: 3rem; }
  .customer_story__title {
    justify-content: center;
    flex-direction: column;
    display: flex;
    padding: 1.5rem;
    border-radius: 1rem;
    color: black; }
  .customer_story__text {
    word-spacing: 2px;
    letter-spacing: 1px;
    font-size: 1.8rem;
    font-family: AvenirBook;
    line-height: 1.3; }
  .customer_story__body {
    align-items: center;
    padding-bottom: 0rem;
    padding-top: 5rem; }
  .customer_story[class*="section"] {
    padding: 0 15rem 0 15rem; }
  .customer_story iframe {
    width: 50%;
    height: 38rem;
    flex-shrink: 0; }
  .customer_story ul {
    list-style-type: disc;
    padding-left: 4rem; }
  .customer_story.no-hero {
    padding-top: 0; }
    .customer_story.no-hero:after {
      content: "";
      background: url(/wp-content/themes/bitdam/img/customerstories.svg);
      opacity: 0.2;
      top: 0;
      left: 6rem;
      bottom: 0;
      right: 0;
      height: 42rem;
      position: absolute;
      z-index: -1;
      background-position: left;
      background-repeat: no-repeat;
      background-size: 24rem; }

.sub-service--hero {
  padding-top: 14rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 4096px) {
    .sub-service--hero {
      background-image: url(/wp-content/themes/bitdam/img/emailSubService.jpg) !important; } }
  @media (max-width: 991px) {
    .sub-service--hero {
      background-position-x: -55rem !important; } }
  @media (max-width: 767px) {
    .sub-service--hero {
      background-repeat-y: repeat !important;
      background-position-x: center !important;
      background-position-y: -8rem !important;
      background-image: url(/wp-content/themes/bitdam/img/emailSubServiceMobile.jpg) !important; } }
  @media (max-width: 730px) {
    .sub-service--hero {
      background-position-y: -4rem !important; } }
  @media (max-width: 580px) {
    .sub-service--hero {
      background-position-y: 0rem !important; } }
  @media (max-width: 460px) {
    .sub-service--hero {
      background-position-y: 3rem !important; } }
.sub-service--container {
  max-width: 100rem; }
.sub-service__header-content {
  color: white;
  max-width: 75rem;
  margin: auto;
  padding: 9rem 0 20rem; }
  .sub-service__header-content--subtitle {
    font-size: 2.4rem;
    margin: 0;
    font-weight: 300; }
.sub-service--content {
  padding: 9rem 0;
  font-size: 1.8rem;
  font-family: AvenirBook;
  line-height: 1.55556; }
.sub-service--header {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  max-width: 70rem;
  margin: auto;
  margin-bottom: 15rem; }
  .sub-service--header h2 {
    margin: 0; }
.sub-service__full-width-content {
  max-width: 80rem;
  margin: auto auto 14rem; }
  .sub-service__full-width-content h2 {
    margin: 0 auto 4.5rem;
    text-align: center; }
.sub-service__infographic-content {
  margin-bottom: 7rem; }
  .sub-service__infographic-content--title {
    text-align: center;
    max-width: 50rem;
    margin: auto; }
  .sub-service__infographic-content--img {
    display: flex;
    justify-content: center;
    align-items: center; }
    .sub-service__infographic-content--img img {
      display: block;
      width: 100%; }
.sub-service__bottom-content--title {
  text-align: center;
  color: #0512f7;
  margin-bottom: 5rem; }
.sub-service__bottom-content--columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }
.sub-service__bottom-content--col {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .sub-service__bottom-content--col img {
    height: 50px; }
  .sub-service__bottom-content--col h6 {
    font-weight: 300;
    font-size: 1.5rem;
    margin: 2rem; }

.splitdata {
  margin-bottom: 16rem; }
  .splitdata__row {
    display: flex;
    align-items: center; }
    .splitdata__row > * {
      width: 50%; }
    .splitdata__row + .splitdata__row {
      margin-top: 8rem; }
    .splitdata__row img {
      width: 100%;
      max-width: 428px;
      display: block;
      margin: auto 0 auto auto; }
    .splitdata__row:nth-child(even) {
      flex-direction: row-reverse; }
      .splitdata__row:nth-child(even) img {
        margin: auto auto auto 0; }

.feature__read-more {
  font-size: 1.6rem;
  margin-top: 1rem;
  display: inline-block; }

.video_container {
  display: flex; }

*[class*='no-padding-'][class*='bottom'] {
  padding-bottom: 0 !important; }
*[class*='no-padding-'][class*='top'] {
  padding-top: 0 !important; }
*[class*='no-padding-'][class*='right'] {
  padding-right: 0 !important; }
*[class*='no-padding-'][class*='left'] {
  padding-left: 0 !important; }

*[class*='no-margin-'][class*='bottom'] {
  margin-bottom: 0 !important; }
*[class*='no-margin-'][class*='top'] {
  margin-top: 0 !important; }
*[class*='no-margin-'][class*='right'] {
  margin-right: 0 !important; }
*[class*='no-margin-'][class*='left'] {
  margin-left: 0 !important; }

.system-message__body {
  display: none; }
  .system-message__body.maintenance {
    display: block;
    font-size: 3rem; }

.schedule-spacing {
  padding-right: 2rem;
  padding-left: 2rem;
  margin: 0 auto; }

.row.free-trial {
  flex-direction: column;
  padding-top: 3rem;
  align-content: center; }
  @media (max-width: 992px) {
    .row.free-trial {
      margin-left: 4rem;
      margin-right: 4rem; } }

@media (max-width: 992px) {
  .free-trial-buttons div {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center !important; } }

p.free-trial {
  color: #777;
  font-size: 1.7rem;
  margin: 0;
  line-height: 2.7rem; }

.btn.free-trial {
  margin-bottom: 1rem; }
  .btn.free-trial img {
    width: 32px;
    height: 32px;
    margin-left: 1rem; }

.no-text-transform {
  text-transform: none; }

.ftf-image {
  width: 50vw;
  display: flex;
  margin: auto;
  border: solid 2px rgba(0, 70, 255, 0.4); }

.sc-media-link {
  position: absolute;
  width: 15rem;
  padding: 1rem;
  left: 0; }
  @media (max-width: 991px) {
    .sc-media-link {
      display: none; } }

.bitdam-numbers-section {
  background-color: #0512f7;
  padding: 8vh 0 6vh 0; }

.bitdam-numbers-header {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 400;
  font-family: 'AvenirBook';
  padding-bottom: 3vh; }

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

.bitdam-numbers {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 4rem 0; }
  @media (max-width: 991px) {
    .bitdam-numbers {
      flex-direction: column; } }
  .bitdam-numbers .number-col {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    @media (max-width: 991px) {
      .bitdam-numbers .number-col {
        max-width: 100%;
        padding: 4vh 0;
        display: grid;
        grid-template-columns: 48fr 52fr; } }
    @media (max-width: 991px) {
      .bitdam-numbers .number-col .number-img {
        justify-content: flex-end;
        display: flex; } }
    .bitdam-numbers .number-col img {
      height: 8vh; }
  .bitdam-numbers .headers-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 1rem; }
  .bitdam-numbers--header {
    font-size: 6vh;
    font-weight: 100;
    text-align: left;
    color: white;
    line-height: 6vh; }
  .bitdam-numbers--sub-header {
    font-size: 2vh;
    line-height: 2vh;
    color: white;
    text-align: left; }

.resources-new,
.free-trial-section,
.schedule-demo-section {
  margin-top: 14rem; }

.resources-menu__container-desktop {
  display: none; }
  @media (min-width: 992px) {
    .resources-menu__container-desktop {
      display: flex;
      margin: 0 3rem; } }
.resources-menu__container-mobile {
  padding: 3rem;
  display: none; }
  @media (max-width: 991px) {
    .resources-menu__container-mobile {
      display: flex; } }
.resources-menu__select-title {
  color: #000000;
  font-family: Avenir;
  font-size: 24px;
  font-weight: 300;
  line-height: 19px;
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center; }
.resources-menu__item-container {
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 20rem;
  padding: 4rem 0;
  cursor: pointer; }
  .resources-menu__item-container.active, .resources-menu__item-container:hover {
    filter: brightness(0%); }
.resources-menu__item-img {
  width: 100%;
  box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.5); }
.resources-menu__item-text {
  width: 100%;
  padding-top: 1rem;
  color: #0512f7; }
.resources-menu__select {
  height: 4rem;
  width: 100%;
  color: #000000;
  font-family: Avenir;
  font-size: 24px;
  font-weight: 300;
  line-height: 19px;
  border: 0;
  cursor: pointer;
  border-bottom: solid 1px rgba(0, 0, 0, 0.7); }

.resources-menu__item-container.active > .resources-menu__item-img,
.resources-menu__item-container:hover > .resources-menu__item-img {
  box-shadow: inset 0px -3.5px 0px 0px black, 0px 0.5px 0px 0px black; }

.resource-index__row {
  justify-content: space-evenly; }
  @media (max-width: 992px) {
    .resource-index__row {
      justify-content: center; } }
.resource-index__container {
  padding: 2rem 0; }
.resource-index__item {
  min-height: 50rem;
  max-height: 60rem;
  border: solid 1px #0512f7;
  max-width: 28%;
  display: flex;
  padding: 0;
  flex-direction: column;
  margin: 3rem 0; }
  @media (max-width: 992px) {
    .resource-index__item {
      min-width: 85%;
      min-height: 60vh;
      max-height: 70vh;
      max-width: 18vw; } }
.resource-index__img-container {
  height: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/wp-content/themes/bitdam/img/resourceBackground.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .resource-index__img-container img {
    height: 70%;
    margin-top: 2.5rem;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5); }
.resource-index__category {
  z-index: 1; }
.resource-index__category-symbol {
  height: 8rem;
  margin-top: -3.5rem;
  background-color: white;
  border-radius: 50%;
  width: 8rem;
  justify-content: center;
  align-items: center;
  display: flex;
  border: solid 1px #0512f7;
  position: absolute; }
.resource-index__category-text {
  position: absolute;
  text-align: right;
  font-size: 14px;
  color: white;
  background-color: blue;
  margin-left: 7rem;
  padding: 0.5rem 2rem;
  text-transform: uppercase; }
.resource-index__body {
  padding: 2rem;
  display: grid;
  grid-template-rows: 1fr 3fr 1fr;
  grid-gap: 1rem;
  align-items: stretch;
  bottom: 0;
  top: 35%;
  position: absolute;
  height: 65%; }
.resource-index__title {
  color: #000000;
  font-family: Avenir;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px; }
  @media (max-width: 992px) {
    .resource-index__title {
      line-height: 3rem;
      font-size: 2rem; } }
.resource-index__description {
  padding-top: 2rem;
  color: #000000;
  font-family: Avenir;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 22px;
  max-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (max-width: 992px) {
    .resource-index__description {
      font-size: 2rem;
      line-height: 3rem;
      padding-top: 0; } }
.resource-index__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 20px;
  color: blue;
  cursor: pointer; }
  .resource-index__link svg {
    height: 3rem;
    width: 3rem;
    margin-right: 1rem; }
    @media (max-width: 992px) {
      .resource-index__link svg {
        height: 4rem;
        width: 4rem; } }
  @media (max-width: 992px) {
    .resource-index__link {
      font-size: 2rem; } }

.single_resource {
  overflow: unset;
  padding-top: 8rem;
  width: 100%;
  height: calc(100vw / 4);
  background-size: cover; }
  @media (max-width: 992px) {
    .single_resource {
      background-position: right;
      background-size: cover;
      background-repeat: no-repeat;
      height: 50rem !important; } }
  .single_resource__body {
    display: flex;
    flex-direction: column; }
    .single_resource__body p {
      color: #000000;
      font-family: Avenir;
      font-size: 20px;
      font-weight: 300;
      line-height: 40px; }
  .single_resource__content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: white;
    max-width: unset;
    height: 40rem !important; }
    .single_resource__content--title {
      width: 100%;
      word-break: break-word; }
  .single_resource__image-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 4rem;
    align-items: center; }
    .single_resource__image-container.blog_image {
      height: 100%;
      align-items: baseline; }
    .single_resource__image-container img {
      max-width: 60%;
      max-height: 25%;
      box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25); }
      @media (max-width: 992px) {
        .single_resource__image-container img {
          max-height: 100%; } }
  .single_resource__submit-button-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .single_resource__submit-button-link .btn {
      width: 60%; }
  .single_resource__desktop-container {
    display: none; }
    @media (min-width: 992px) {
      .single_resource__desktop-container {
        display: flex; } }
  .single_resource__mobile-container {
    display: none; }
    @media (max-width: 991px) {
      .single_resource__mobile-container {
        display: flex;
        flex-direction: column; } }

div.wpcf7 span.ajax-loader {
  display: none; }

input[name='form-header'] {
  border: 0;
  height: 7rem;
  width: 100%;
  padding: 0 0 4rem 0;
  outline: none;
  pointer-events: none;
  color: #000000;
  font-family: Avenir;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px; }

input[name='form-link'] {
  display: none; }

.section-frost-sulivan {
  justify-content: center;
  display: flex;
  background-color: #DFF1EA;
  background: linear-gradient(270deg, rgba(176, 243, 190, 0.43) 0%, rgba(250, 255, 192, 0.5) 100%); }

.frost-sulivan__badge-container {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  width: 100%; }
.frost-sulivan__badge-container-mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 32rem;
  align-items: center;
  width: 100%; }
.frost-sulivan__badge {
  height: 18.4rem;
  top: 1rem;
  position: relative; }
.frost-sulivan__badge-mobile {
  height: 25.4rem; }
.frost-sulivan__badge-text-container {
  display: flex;
  flex-direction: column;
  padding-left: 5rem;
  width: 100%;
  justify-content: center; }
.frost-sulivan__badge-text {
  color: #000000;
  font-family: Avenir;
  font-size: 2rem;
  font-weight: 300;
  line-height: 3rem; }
.frost-sulivan__badge-link {
  color: #0512F7;
  font-family: Avenir;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2.6rem;
  margin-top: 1rem; }
  .frost-sulivan__badge-link a:visited, .frost-sulivan__badge-link a:active {
    color: #0512F7; }
.frost-sulivan__badge-link-arrow {
  width: 2rem;
  height: 2rem;
  margin-left: 1rem; }
.frost-sulivan__floating-link {
  position: fixed;
  z-index: 30;
  bottom: -20vh;
  transition: bottom 1.5s linear; }
  .frost-sulivan__floating-link img {
    height: 20vh; }
  .frost-sulivan__floating-link.active {
    bottom: 0; }

.desktop-container {
  display: none; }
  @media (min-width: 992px) {
    .desktop-container {
      display: flex; } }

.mobile-container {
  display: none; }
  @media (max-width: 991px) {
    .mobile-container {
      display: flex; } }

.sub-text {
  font-size: 2.5rem; }

h1.videos-page {
  font-size: 6rem;
  font-weight: bold;
  padding-bottom: 4rem; }
  @media (max-width: 991px) {
    h1.videos-page {
      font-size: 4rem; } }

.videos-page.iframe-container {
  padding-top: 45%; }
.videos-page iframe {
  border: 0;
  height: 100%;
  left: 10%;
  position: absolute;
  top: 0;
  width: 80%;
  box-shadow: 0 2px 17px 5px rgba(0, 0, 0, 0.3); }

.error-404 {
  margin-top: 14rem;
  padding-bottom: 12rem;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media (max-width: 991px) {
    .error-404 {
      margin-top: 0;
      padding-bottom: 12rem;
      min-height: 820px; } }
  .error-404 #not_found_circle {
    height: 60rem; }
    @media (max-width: 991px) {
      .error-404 #not_found_circle {
        height: 36rem; } }
  .error-404 a {
    background: transparent;
    border: solid 2px #ff7ec1;
    width: 18rem;
    height: 5rem;
    font-size: 2rem;
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black; }
    .error-404 a:visited, .error-404 a:active, .error-404 a:hover {
      color: black; }

.dots-background {
  background: url(/wp-content/themes/bitdam/img/dots-background.svg);
  background-repeat: no-repeat;
  background-size: cover; }

.like-link {
  color: blue;
  cursor: pointer; }
  .like-link:hover {
    text-decoration: underline; }

.bas-description {
  padding: 2rem 9rem; }
  @media (max-width: 991px) {
    .bas-description {
      padding: 0; } }
  .bas-description .sub-banner-font {
    font-size: 2.6rem; }
    .bas-description .sub-banner-font b {
      font-size: 2.88rem; }

@media (max-width: 991px) {
  .bas-header {
    background-position: unset; } }
.bas-header__container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
.bas-header__content {
  width: 70%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: white;
  max-width: unset;
  height: 40rem !important; }
  .bas-header__content--title {
    width: 100%;
    word-break: break-word; }

.bas-bar {
  height: 10rem;
  width: 100%;
  left: 0;
  background: #ff008c;
  background: linear-gradient(90deg, #ff008c 0%, #facde5 100%);
  justify-content: center;
  display: flex;
  align-items: center; }
  .bas-bar .container-content {
    align-items: center;
    font-size: 1.8rem;
    display: flex;
    flex-direction: row;
    width: 80%;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .bas-bar .container-content {
        height: 70%;
        flex-direction: column;
        text-align: center;
        width: 100%; } }
  .bas-bar__text {
    color: white; }
    .bas-bar__text h3 {
      font-weight: 100; }
    @media (min-width: 992px) {
      .bas-bar__text {
        padding-left: 20%; } }
@keyframes slidein {
  from {
    transform: translateX(-13rem); }
  to {
    transform: translateX(-11rem); } }
  .bas-bar__button {
    box-shadow: 0;
    transition: box-shadow 0.3s ease-in-out;
    cursor: pointer;
    height: 4.2rem; }
    @media (min-width: 992px) {
      .bas-bar__button {
        margin-right: 20%; } }
    .bas-bar__button:before {
      filter: blur(0.2px) hue-rotate(285deg);
      content: "";
      width: 20px;
      height: 20px;
      background: url(/wp-content/themes/bitdam/img/bas-chevrons.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-origin: content-box;
      background-position-y: bottom;
      position: absolute;
      animation: slidein 0.8s cubic-bezier(0.4, 0, 1, 1) 0.2s infinite alternate; }
  .bas-bar.invert {
    background: #0611f7;
    background: linear-gradient(90deg, #0611f7 0%, #98a6fe 100%); }
    .bas-bar.invert .container-content {
      background: url(/wp-content/themes/bitdam/img/transparent-pair-of-aliens.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-origin: content-box;
      background-position-y: bottom; }
    .bas-bar.invert .bas-bar__button {
      background: #ff008c; }
      .bas-bar.invert .bas-bar__button:before {
        filter: blur(0.2px); }
      .bas-bar.invert .bas-bar__button:hover {
        background: #e00a82; }
  @media (max-width: 991px) {
    .bas-bar {
      height: 25rem; } }

.bas-skills {
  padding-top: 7rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 1.8rem;
  padding-bottom: 10rem; }
  .bas-skills > img {
    height: 7rem; }
  .bas-skills.advantages {
    padding-bottom: 4rem; }
  .bas-skills .skills-sub-header {
    font-weight: 100;
    margin-top: 1rem;
    font-size: 2.3rem; }
  .bas-skills .skills-grid {
    width: 100%; }
    .bas-skills .skills-grid #aliens-gif {
      position: absolute;
      align-items: center;
      justify-content: center;
      width: 14rem;
      left: calc(50% - 7rem); }
      @media (max-width: 991px) {
        .bas-skills .skills-grid #aliens-gif {
          position: static; } }
    @media (max-width: 991px) {
      .bas-skills .skills-grid {
        width: 80%; } }
  .bas-skills .skills-grid-container {
    width: 100%;
    min-height: 65rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    display: grid; }
    @media (max-width: 991px) {
      .bas-skills .skills-grid-container {
        grid-template-rows: repeat(4, 1fr);
        grid-gap: 5rem;
        padding-top: 2rem;
        grid-template-columns: auto; } }
    .bas-skills .skills-grid-container .skill-cell {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .bas-skills .skills-grid-container .skill-cell h3 {
        font-size: 2.6rem;
        font-weight: 400;
        margin-bottom: 0.4rem; }
      .bas-skills .skills-grid-container .skill-cell img {
        width: 10rem; }
  .bas-skills .advantages-grid-container {
    width: 100%;
    min-height: 35rem;
    grid-template-columns: repeat(5, 1fr);
    display: grid;
    padding-top: 6rem; }
    @media (max-width: 991px) {
      .bas-skills .advantages-grid-container {
        grid-template-rows: repeat(3, 1fr);
        grid-gap: 5rem;
        padding-top: 5rem;
        grid-template-columns: repeat(1, 1fr);
        width: 80%; } }
    .bas-skills .advantages-grid-container .advantage-cell {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .bas-skills .advantages-grid-container .advantage-cell img {
        opacity: 0;
        height: 0rem;
        transition: height 0.5s ease-out, opacity 0.5s ease 0.2s; }
      .bas-skills .advantages-grid-container .advantage-cell h3 {
        margin: 0.5rem; }

.bas-video {
  background-color: #0512F7;
  width: 100%;
  left: 0;
  min-height: 60rem; }
  .bas-video .bas-video-header {
    text-align: center;
    width: 100%;
    font-size: 3rem;
    color: white;
    height: min-content;
    padding-top: 7rem;
    font-weight: 100; }
  .bas-video .bas-video-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media (max-width: 991px) {
      .bas-video .bas-video-container {
        flex-direction: column; } }
  .bas-video .bas-video-icons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 46%; }
    @media (max-width: 991px) {
      .bas-video .bas-video-icons-container {
        width: 100%; } }
  .bas-video .bas-video-video-container {
    width: 50%; }
    @media (max-width: 991px) {
      .bas-video .bas-video-video-container {
        width: 100%;
        padding-bottom: 4rem; } }
    .bas-video .bas-video-video-container img {
      width: 80%;
      padding-top: 1rem;
      cursor: pointer; }
      @media (max-width: 991px) {
        .bas-video .bas-video-video-container img {
          width: 100%;
          padding: 0; } }
  .bas-video .icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem; }
    .bas-video .icon-container .icon-cell {
      display: flex;
      justify-content: flex-end;
      padding-right: 2rem;
      align-items: center; }
      .bas-video .icon-container .icon-cell img {
        width: 12rem; }
        @media (max-width: 991px) {
          .bas-video .icon-container .icon-cell img {
            width: 8rem; } }
    .bas-video .icon-container .text-cell {
      color: white;
      font-size: 2.88rem; }
      @media (max-width: 991px) {
        .bas-video .icon-container .text-cell {
          font-size: 2rem; } }

.bas-illustration {
  background: #fff;
  min-height: 60rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 991px) {
    .bas-illustration {
      flex-direction: column;
      padding: 2rem 0; } }
  .bas-illustration .bas-illustration-image {
    width: 80%;
    padding: 2rem 0; }
    .bas-illustration .bas-illustration-image img {
      opacity: 0;
      transition: opacity 0.5s ease 0.2s;
      width: 100%; }
  .bas-illustration .bas-illustration-text {
    font-size: 2.2rem;
    width: 80%; }
    .bas-illustration .bas-illustration-text ul {
      list-style-image: url("/wp-content/themes/bitdam/img/pink-bullet-small.png"); }
      .bas-illustration .bas-illustration-text ul li {
        padding: 0.5rem 0; }
        @media (max-width: 991px) {
          .bas-illustration .bas-illustration-text ul li {
            padding: 1rem 0; } }

.bas-content {
  justify-content: center;
  min-height: 20rem;
  left: 0;
  padding: 3rem 0;
  background-color: #f7f7f7;
  z-index: -1; }
  .bas-content .form-container {
    display: flex;
    justify-content: center; }
  .bas-content .bas-first-part-row {
    justify-content: space-between; }
    @media (max-width: 991px) {
      .bas-content .bas-first-part-row {
        flex-direction: column;
        justify-content: space-between;
        align-items: center; } }
  .bas-content .bas-first-part-submit {
    min-width: 21.7rem;
    height: 48px; }
  @media (max-width: 991px) {
    .bas-content #bas-first-part-email-field-cell {
      padding-bottom: 2rem; } }
  .bas-content #bas-email {
    margin-bottom: 1.8rem; }
    @media (max-width: 991px) {
      .bas-content #bas-email {
        margin-bottom: 0; } }

.bas-form-spacer {
  min-height: 10rem; }

.bas-email-label {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  margin: 0; }

.bas-header + section {
  padding-top: 4.2rem; }
  .bas-header + section .bas-description-container {
    justify-content: center;
    align-items: center;
    display: flex; }
  .bas-header + section .bas-description {
    text-align: justify;
    font-size: 2.5rem; }
    .bas-header + section .bas-description .sub-banner-font {
      padding-bottom: 1rem; }
      .bas-header + section .bas-description .sub-banner-font.padding-top {
        padding-top: 1rem; }
    @media (max-width: 991px) {
      .bas-header + section .bas-description {
        text-align: left; } }

.cymulate-header {
  max-block-size: none; }
  @media (min-width: 992px) {
    .cymulate-header {
      max-block-size: 1.2rem; } }

.bas-second-part-wrapper, .bas-third-part-wrapper {
  display: none; }
  .bas-second-part-wrapper.visible, .bas-third-part-wrapper.visible {
    display: block; }

.full-width-btn {
  width: 100%;
  margin: 4rem 0;
  cursor: pointer;
  text-transform: none;
  padding: 1rem 0;
  height: auto !important; }

.large-font-size {
  font-size: 2rem; }

.no-margin {
  margin: 0; }

.curves-background {
  background: url(/wp-content/themes/bitdam/img/curves-background.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain; }
  @media (max-width: 991px) {
    .curves-background.not-on-mobile {
      background: inherit;
      background-repeat: inherit;
      background-position: inherit;
      background-size: inherit; } }

.geo-background {
  background: url(/wp-content/themes/bitdam/img/geo-background.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5); }
  .modal.active {
    display: flex; }
  @media (max-width: 991px) {
    .modal {
      align-items: flex-end;
      z-index: 9999999999; } }
  .modal.mobile {
    align-items: flex-end;
    z-index: 9999999999; }
  .modal iframe {
    width: 40%;
    height: 50%; }
    @media (max-width: 991px) {
      .modal iframe {
        width: 95%;
        height: 35%; } }

@media (max-width: 991px) {
  .headers__2 {
    font-size: 2.76rem !important; } }

.toggle-btn {
  border: 3px solid #0512F7;
  display: inline-block;
  padding: 15px;
  position: relative;
  text-align: center;
  transition: background 600ms ease, color 600ms ease;
  z-index: 1;
  font-size: 1.7rem; }

input[type="radio"].toggle {
  display: none; }
  input[type="radio"].toggle + label {
    cursor: pointer;
    min-width: 120px; }
    input[type="radio"].toggle + label:hover {
      background: none;
      color: #1a1a1a; }
    input[type="radio"].toggle + label:after {
      background: #0512F7;
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
      width: 100%;
      z-index: -1; }
  input[type="radio"].toggle.toggle-left + label {
    border-right: 0;
    z-index: 1; }
    input[type="radio"].toggle.toggle-left + label:after {
      z-index: -1;
      left: 0;
      left: 100%; }
  input[type="radio"].toggle.toggle-right + label {
    z-index: 1; }
    input[type="radio"].toggle.toggle-right + label:after {
      content: none; }
  input[type="radio"].toggle:checked + label {
    cursor: default;
    color: #fff;
    transition: color 200ms;
    z-index: 1; }
    input[type="radio"].toggle:checked + label:after {
      z-index: -1;
      left: 0; }

.toggle-container {
  flex-direction: row; }

.bas-azure-part {
  margin-top: 2.1rem; }
  @media (max-width: 991px) {
    .bas-azure-part {
      display: flex;
      flex-direction: column; }
      .bas-azure-part .col-6 {
        max-width: 100%; } }
  .bas-azure-part__text {
    display: flex;
    flex-direction: column; }
    .bas-azure-part__text .main-text {
      font-size: 1.6rem !important; }
    .bas-azure-part__text .sub-text {
      font-size: 1.3rem !important; }
  .bas-azure-part__button-container {
    flex-direction: column;
    display: flex; }
    .bas-azure-part__button-container #not-o365-bas-flow-link {
      font-size: 1.3rem; }
    .bas-azure-part__button-container .bas-redirect-to-azure {
      margin-top: 2rem;
      margin-bottom: 1rem;
      min-width: 41.7rem; }
      @media (max-width: 991px) {
        .bas-azure-part__button-container .bas-redirect-to-azure {
          font-size: 1.8rem;
          min-width: 0px; } }

.radio {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
  margin: 15px; }

.radio .label {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #c8ccd4;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent; }

.radio .label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #225cff;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none; }

.radio:hover .label:after {
  transform: scale(3.6); }

input[type="radio"]:checked + .label {
  border-color: #225cff; }

input[type="radio"]:checked + .label:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1; }

.hidden {
  display: none; }

.cookie-notice-container {
  width: 80%;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .cookie-notice-container {
      width: 50%; } }
  .cookie-notice-container .cn-button {
    height: auto;
    border-radius: unset;
    min-width: 8rem;
    font-size: 1.4rem;
    border: none;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: "Avenir";
    text-transform: capitalize;
    background: #ffffff;
    color: #0512f7;
    margin: 1rem; }

.calendar-widget {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  align-items: center !important; }
  .calendar-widget__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #dadada;
    padding: 1rem;
    margin-bottom: 3rem; }
  .calendar-widget__main-date {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0.1rem;
    padding-bottom: 0;
    width: 13rem;
    height: 13rem;
    background-color: white; }
  .calendar-widget__day {
    font-size: 6rem;
    font-weight: 800;
    width: 100%;
    text-align: center; }
  .calendar-widget__month {
    font-size: 1.4rem;
    width: 100%;
    text-align: center; }
  .calendar-widget__sub-details {
    padding-top: 1rem;
    font-size: 1.2rem; }

.x-factor__modal {
  width: 50rem;
  height: 60rem;
  border-radius: 7px;
  background: url(/wp-content/themes/bitdam/img/x-factor-webinar-maor-full.png);
  background-position: center;
  background-size: cover; }
.x-factor__exit-button {
  top: -13.5rem;
  right: -1rem;
  position: absolute;
  text-align: right;
  font-size: 1.5rem;
  width: 48rem;
  cursor: pointer; }
  @media (max-width: 991px) {
    .x-factor__exit-button {
      top: -12.5rem;
      right: 0; } }
  .x-factor__exit-button img {
    width: 1rem;
    height: 1rem; }
    @media (max-width: 991px) {
      .x-factor__exit-button img {
        width: 2rem;
        height: 2rem; } }
.x-factor__text-container {
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  position: relative;
  top: 27rem;
  width: 90%;
  margin: 0 auto; }
.x-factor__pre-header {
  font-size: 2rem;
  font-weight: 100; }
.x-factor__header {
  font-size: 3rem; }
.x-factor__register_button {
  height: 4rem;
  width: 50%;
  background-color: white;
  color: black;
  border: solid 1px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  position: relative;
  bottom: -3.5rem;
  right: -25%;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .x-factor__register_button:hover {
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #f0f0f0; }
  .x-factor__register_button a:visited, .x-factor__register_button a:link, .x-factor__register_button a:active {
    color: black; }
.x-factor__dates {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
  padding-top: 2rem;
  height: 7rem;
  align-items: center; }
  .x-factor__dates p {
    color: black;
    font-size: 2.4rem;
    font-weight: bold; }
  .x-factor__dates p + p {
    font-size: 2.5rem;
    margin: 0; }
  .x-factor__dates .sub-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .x-factor__dates .sub-text-container:last-child {
      padding-left: 1rem; }
  .x-factor__dates .rectangle {
    width: 1rem;
    height: 1rem;
    background-color: white;
    transform: rotate(45deg); }
  .x-factor__dates .backslash {
    height: 100%;
    width: 0.5rem;
    background-color: white;
    transform: rotate(22.5deg); }

.link-blocked__section {
  position: relative;
  margin-top: 14rem;
  padding-bottom: 12rem;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media (max-width: 991px) {
    .link-blocked__section {
      margin-top: 4rem; } }
.link-blocked__bottom-logo {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  width: 20rem; }
.link-blocked__text-conteiner {
  width: 60%;
  padding: 4rem;
  box-shadow: 0 0 13px 0px rgba(255, 0, 140, 0.4);
  background-color: white;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative; }
  @media (max-width: 991px) {
    .link-blocked__text-conteiner {
      width: 90%; } }
.link-blocked__aliens {
  position: absolute;
  top: -12rem;
  right: -20rem; }
  @media (max-width: 991px) {
    .link-blocked__aliens {
      display: none; } }
.link-blocked__header {
  font-size: 4em;
  margin-top: 0; }
.link-blocked__sub-header {
  font-size: 3em;
  margin: 0;
  margin-bottom: 2rem;
  font-weight: 400; }
.link-blocked__content {
  font-size: 2rem; }
.link-blocked__link-preview {
  font-size: 2rem;
  background-color: #c3c3c347;
  padding: 1rem;
  width: max-content; }
.link-blocked__link {
  font-size: 1.7rem;
  padding: 2rem 0; }
.link-blocked__powered-by {
  font-size: 2rem;
  flex-direction: row;
  display: flex; }
  .link-blocked__powered-by a {
    padding-left: 1rem; }

@media (max-width: 991px) {
  .hero__campaign svg {
    width: auto;
    height: 100%; } }
@media (max-width: 1479px) {
  html {
    font-size: 51%; }

  .tryit-tabs {
    margin-top: 0; }

  .tryit-tabs__tab {
    padding: 2rem 0; }

  .tryit-tabs__tab--first {
    border-top: none; }

  .tryit-tabs__tab--active:after {
    left: auto;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); } }
@media (max-width: 991px) {
  html {
    font-size: 45%;
    font-size: 9px; }

  .header {
    padding-left: 20px;
    padding-right: 20px; }
    .header--white.has-mobile-nav-open [style*="fill:#0505c6"] {
      fill: #ffffff !important; }
    .header--white.has-mobile-nav-open.scrolled {
      box-shadow: none;
      background: none; }
    .header__logo {
      position: relative;
      z-index: 2; }

  .nav {
    display: none;
    text-align: center;
    background: rgba(5, 18, 247, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .nav ul {
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      transform: translate(0, -50%); }
    .nav li {
      display: block; }
      .nav li + li {
        margin-left: 0; }
    .nav a {
      font-size: 3.6rem;
      height: 8.5rem;
      display: inline-flex;
      align-items: center;
      color: #ffffff !important;
      position: relative; }
      .nav a:after {
        content: "";
        background: url(img/arrow.svg);
        background-size: 100%;
        width: 3.6rem;
        height: 3.3rem;
        position: absolute;
        right: -5.4rem;
        top: 50%;
        transform: translate(0, -50%);
        display: none; }
      .nav a:hover:after {
        display: block; }
      html.touch .nav a:hover:after {
        display: none !important; }
      .nav a.btn {
        font-weight: normal;
        background: none; }
        .nav a.btn:hover {
          background: none !important; }
      .nav a:hover {
        text-decoration: none !important; }

  .nav-close {
    display: none;
    position: absolute;
    right: 20px;
    top: 3.3rem;
    cursor: pointer;
    border-radius: 50%;
    z-index: 2;
    width: 39px;
    height: 39px; }
    .nav-close:hover {
      background: #040ec5; }

  .hamburger {
    position: absolute;
    right: 20px;
    top: 4.1rem;
    cursor: pointer;
    z-index: 2;
    display: block;
    width: 3.4rem;
    height: 2.3rem; }
    .header--white .hamburger line {
      stroke: #0512f7 !important; }
    .hamburger line {
      stroke: #ffffff !important; }

  .hero {
    height: auto;
    padding-bottom: 4.5rem; }
    .hero__body {
      margin-top: 20rem !important; }

  .hero--tryit .hero__body {
    position: relative;
    top: 17rem; }

  .hero--inner .hero__body {
    position: static;
    transform: translate(0, 0); }

  .resources--previews .resource-previews-row div:nth-child(3) {
    display: none; }

  .tryit-tabs {
    margin-top: 20rem; }

  .tryit-tabs__tab {
    font-size: 3.6rem; }

  .tryit-tabs__tab--active:after {
    width: 3.7rem;
    height: 4.1rem; }

  .try-list {
    margin-top: 0; }

  .try {
    padding-top: 2.5rem; }
    .try__heading {
      border-bottom: 2px solid white;
      height: 13.9rem;
      display: flex;
      align-items: center; }

  .copyright {
    position: absolute;
    bottom: -40px;
    left: 20px; }

  #service-campaign-click,
  svg #AllClickLInes {
    display: none; } }
@media (max-width: 767px) {
  .feature-icon {
    margin: 6.5rem auto; }

  .center-content-vertical {
    order: 2; }

  .center-content-vertical + .col-12 {
    order: 1; }

  .make-safe-row {
    margin-bottom: 0; }
    .make-safe-row ~ .row {
      margin-top: 0; }

  .resource-preview + .resource-preview {
    margin-top: 4rem; }

  .resource-preview__thumb {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }

  .footer-nav {
    flex-wrap: wrap; }
    .footer-nav > div {
      flex-basis: 50%;
      max-width: 50%; }

  div[class*="menu-footer-column-"] {
    margin-bottom: 4.6rem; }

  .footer-logo--desktop {
    display: none; }

  .footer-logo--mobile {
    display: block;
    margin-bottom: 3.5rem; }

  .footer__bottom {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 4.8rem; }

  .copyright {
    order: 2;
    margin-top: 2.4rem;
    position: static; }

  .proactive-icon {
    width: 60%; }

  .service-three-features {
    margin-top: 0; }

  .service-text-columns .col-12 + .col-12 {
    margin-top: 2rem; }

  .resources--previews .resource-previews-row div:nth-child(3) {
    display: block; }

  .resource__quote {
    text-align: center;
    margin-bottom: 6rem; }

  .resource__thumb {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    display: block;
    max-width: 80%; }

  .company-team {
    margin-top: 8rem; }

  .company-contact__info {
    margin-top: 3rem; }

  .company-contact {
    margin-top: 8rem;
    padding-top: 8rem;
    margin-bottom: -8.2rem; }

  .blog-post-preview__thumb {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%; }

  .blog-post-preview__author {
    margin-top: 3rem; }

  .form__fields-row + .form__fields-row {
    margin-top: 0; }

  .form__fields-row .col-12 {
    margin-top: 1.5rem; }

  .form__explanatory-text {
    margin-top: 1rem; }

  .form__notice-row {
    margin-top: 6rem;
    padding-bottom: 3rem; }

  .form__btn-row {
    margin-top: 6rem; }

  .section {
    padding: 8rem 0; }

  .page-template-service-template .feature-icon[style*="38"] {
    margin-top: 0; }

  .service-after-features-row {
    margin-top: 6rem; }

  .feature-icon--column-white {
    width: 38% !important;
    margin-bottom: 3rem; }

  .heading--2 + .desc {
    margin-top: 1rem; }

  .resources__categories {
    margin-top: 4rem; }

  .section.no-hero {
    padding-top: 3.8rem; }

  .resources__btn {
    margin-top: 2rem;
    margin-bottom: 7rem; }

  .resources__heading {
    margin-top: 4.7rem;
    margin-bottom: 4.7rem; }

  .resource__body {
    margin-top: 5rem; }

  .hero--inner:after {
    background: linear-gradient(to bottom, #000000 40%, #ffffff 100%); }

  .company-row + .company-row {
    margin-top: 6.8rem; }

  .blog-post-preview {
    margin-top: 3.5rem; }

  .blog-post-preview__title {
    margin-top: 5rem; }

  .section {
    padding-top: 6rem; }

  .section.blog {
    padding-bottom: 6rem; }

  .tryit-content {
    margin-top: 6rem; }

  .page-template-service-template .btn--learnmore {
    background: #0512f7;
    color: #ffffff; }
    .page-template-service-template .btn--learnmore:hover {
      background: #040ec5; }

  .press-item {
    text-align: center; }
    .press-item__col {
      display: block; }
    .press-item__thumb {
      margin: 2.5rem 0; }

  .customer_story__content {
    padding-bottom: 6rem; }
    .customer_story__content--title {
      font-size: 3.2rem; }
    .customer_story__content--quote {
      font-size: 1.7rem;
      margin-top: 1.5rem; }
      .customer_story__content--quote p:last-child {
        font-size: 1.4rem; }
  .customer_story__video {
    padding-top: 12rem;
    padding-bottom: 6rem;
    margin-bottom: 0; }
    .customer_story__video iframe {
      width: 310px;
      height: 180px; }
  .customer_story--main .customer_content__middle {
    flex-direction: column;
    align-items: center;
    margin-top: 3.4rem;
    margin-bottom: 3rem; }
    .customer_story--main .customer_content__middle--icon {
      border-right: none;
      padding: 0;
      margin-bottom: 4rem; }
    .customer_story--main .customer_content__middle--bullets {
      align-items: center;
      padding: 0; }
  .customer_story--main .customer_content .customer_bullets__title {
    margin-bottom: 2rem; }
  .customer_story--main .customer_content .customer_bullets__list {
    grid-template-columns: 1fr; }
  .customer_story--main .customer_content .customer_bullets__item {
    flex-direction: column; }
    .customer_story--main .customer_content .customer_bullets__item--major {
      margin-right: 0; }

  .sub-service {
    text-align: center; }
    .sub-service--hero {
      background-position: right; }
    .sub-service__header-content {
      padding: 14rem 0 3rem; }
    .sub-service--content {
      padding: 6rem 0;
      font-size: 1.6rem; }
    .sub-service--header {
      margin-bottom: 5rem; }
    .sub-service__full-width-content {
      margin: auto auto 7rem; }
      .sub-service__full-width-content h2 {
        margin: 0 auto 2rem; }
    .sub-service__infographic-content {
      margin-bottom: 0; }
    .sub-service__bottom-content--columns {
      grid-template-columns: 1fr;
      grid-gap: 1.5rem; }

  .splitdata {
    margin-bottom: 5rem; }
    .splitdata__row {
      flex-direction: column-reverse !important; }
      .splitdata__row img {
        max-width: 380px;
        margin: 0 auto 1.5rem !important; }
    .splitdata__col--text {
      width: 100%;
      text-align: center; }
      .splitdata__col--text h3 {
        text-align: center !important; } }
@media (max-width: 575px) {
  .heading {
    text-align: center;
    line-height: 1.5; }
    .heading--1 {
      font-size: 4rem; }
    .heading--2 {
      font-size: 2.4rem; }

  .desc {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5; }
    .desc--large {
      font-size: 1.8rem; }

  .resources__heading {
    font-size: 4rem; }

  .resource-preview__title {
    font-size: 2rem; }

  .resource-preview__cat {
    font-size: 1.5rem; }

  .resource-preview__excerpt {
    font-size: 1.8rem; }

  .blog-post-preview__body {
    font-size: 1.8rem;
    line-height: 1.5; }

  .blog-post-preview__title {
    font-size: 4rem; }

  .hero__actions {
    margin-top: 4rem; }

  .btn {
    height: 5.7rem; }

  .hero--home .btn--theservice {
    display: none; }

  .hero--home .btn--tryitnow {
    margin-left: 0 !important;
    background: #0512f7;
    color: #ffffff;
    border: none; }
    .hero--home .btn--tryitnow:hover {
      background: #040ec5; }

  .section {
    padding: 5.8rem 0; }

  .try__heading,
  .try-list__link {
    height: 8.6rem; }

  .try-list__link {
    font-size: 2.6rem; }
    .try-list__link:hover:after {
      width: 3.6rem;
      height: 3.3rem; }

  .resource-preview__thumb {
    width: 100%; }

  .socials__link {
    width: 5rem; }

  .resources__category {
    margin-top: 0rem; }
    .resources__category + .resources__category {
      margin-top: 2rem; }

  .person__thumb {
    float: left;
    max-width: 30%;
    margin-right: 5%; }

  .person__name {
    float: left;
    width: 65%;
    margin-top: 0; }

  .person__social {
    float: left; }

  .chosen-container {
    width: 100% !important; }

  .hero--tryit .hero__body {
    top: 14rem; }

  .resource-preview__thumb img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block; }

  .form__submit {
    min-width: 31rem; }

  .tryit-tabs__tab {
    font-size: 2.8rem; }

  .tryit-tabs__tab--active:after {
    width: 2.6rem;
    width: 2.9rem; }

  .feature-icon, .security-icon {
    width: 70% !important; }

  .feature-icon {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem; }

  .home .try + .section {
    padding-top: 0; }

  .resources--home__heading {
    margin-top: 5.3rem;
    padding-top: 5.3rem; }

  .resource-preview__thumb {
    margin-bottom: 4.5rem; }

  .footer-nav__list li:nth-child(2) {
    margin-top: 2rem; }

  div[class*="menu-footer-column-"] {
    margin-bottom: 2rem; }

  .footer {
    padding-bottom: 4.8rem; }

  .feature-icon--column-white {
    width: 50% !important; }

  .text-columns-2 {
    column-count: 1; }

  .blog-post-preview__thumb {
    width: 100%; }

  .hero--service .hero__heading,
  .hero--service .hero__desc {
    color: #ffffff; }

  .quotes__quote-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.3rem;
    max-width: 50%; } }
@media (max-width: 460px) {
  .form__file-label:after {
    width: 8.5rem; } }
@media (max-width: 400px) {
  .tryit-tabs__tab {
    font-size: 2.2rem; }

  .tryit-tabs__tab--active:after {
    width: 2.4rem;
    height: 2.7rem; }

  .form__submit {
    min-width: auto;
    width: 100%; }

  .form__file-label {
    font-size: 1.8rem; }

  .header__logo {
    width: 14.7rem; }

  .hero--service svg {
    scale: 1.25 1.25; } }
@media (max-height: 700px) {
  .nav {
    padding-top: 2rem; }

  .nav a {
    height: 6rem; }

  .nav ul {
    top: 56%; } }

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