@charset "UTF-8";
/* Colours */
/* Easing */
/* Grid */
/* Fonts */
/*
For a default pixel size of 16,
36em = 576px
48em = 768px
58.75em = 940px
64em = 1024px
70em = 1120px
75em = 1200px
*/
/* Mixins */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}
ul[class] li,
ol[class] li {
  list-style: none;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: inherit;
  outline: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

html,
body {
  min-height: 100%;
}

body {
  background-color: #ffffff;
  color: #0c0c0c;
  font-size: 16px;
  line-height: 26px;
}
body.noscroll {
  overflow-y: hidden;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

@media only screen and (min-width: 62em) {
  .pl-20 {
    padding-left: 20px !important;
  }
}

@media only screen and (min-width: 62em) {
  .pr-20 {
    padding-right: 20px !important;
  }
}

/*
@import 'plugins/tiny-slider'; // https://github.com/ganlanyuan/tiny-slider
*/
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25em;
  padding-left: 1.25em;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.3125em;
  margin-left: -0.3125em;
}

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

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

.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.3125em;
  padding-left: 0.3125em;
}

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

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  -webkit-flex-basis: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  -webkit-flex-basis: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  -webkit-flex-basis: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  -webkit-flex-basis: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  -webkit-flex-basis: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  -webkit-flex-basis: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  -webkit-flex-basis: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  -webkit-flex-basis: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

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

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

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

@media only screen and (min-width: 36em) {
  .container {
    width: 33.75rem;
    padding-right: 0.625em;
    padding-left: 0.625em;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.3125em;
    padding-left: 0.3125em;
  }

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

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

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

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

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

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

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

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

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 48em) {
  .container {
    width: 43.75rem;
    padding-right: 0.625em;
    padding-left: 0.625em;
  }

  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-offset-0,
  .col-md-offset-1,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.3125em;
    padding-left: 0.3125em;
  }

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

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

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

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

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

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

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 58.75rem;
    padding-right: 0.625em;
    padding-left: 0.625em;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.3125em;
    padding-left: 0.3125em;
  }

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

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

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

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

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 70rem;
    padding-right: 0.625em;
    padding-left: 0.625em;
  }

  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .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-offset-0,
  .col-xl-offset-1,
  .col-xl-offset-10,
  .col-xl-offset-11,
  .col-xl-offset-12,
  .col-xl-offset-2,
  .col-xl-offset-3,
  .col-xl-offset-4,
  .col-xl-offset-5,
  .col-xl-offset-6,
  .col-xl-offset-7,
  .col-xl-offset-8,
  .col-xl-offset-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.3125em;
    padding-left: 0.3125em;
  }

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

  .col-xl-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  .around-xl {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

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

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

  .last-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navigation .tns-slider > .tns-item {
  padding: 0;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  -o-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -o-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

/* Tipso Bubble Styles */
.tipso_bubble,
.tipso_bubble > .tipso_arrow {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tipso_bubble {
  position: absolute;
  text-align: center;
  border-radius: 6px;
  z-index: 9999;
}

.tipso_style {
  cursor: help;
  border-bottom: 1px dotted;
}

.tipso_title {
  border-radius: 6px 6px 0 0;
}

.tipso_content {
  word-wrap: break-word;
  padding: 0.5em;
}

.tipso_bubble.tiny {
  font-size: 0.6rem;
}

.tipso_bubble.small {
  font-size: 0.8rem;
}

.tipso_bubble.default {
  font-size: 1rem;
}

.tipso_bubble.large {
  font-size: 1.2rem;
  width: 100%;
}

.tipso_bubble > .tipso_arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid;
  pointer-events: none;
}

.tipso_bubble.top > .tipso_arrow {
  border-top-color: #000;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  top: 100%;
  left: 50%;
  margin-left: -8px;
}

.tipso_bubble.bottom > .tipso_arrow {
  border-bottom-color: #000;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
}

.tipso_bubble.left > .tipso_arrow {
  border-left-color: #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: 50%;
  left: 100%;
  margin-top: -8px;
}

.tipso_bubble.right > .tipso_arrow {
  border-right-color: #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  top: 50%;
  right: 100%;
  margin-top: -8px;
}

.tipso_bubble .top_right_corner,
.tipso_bubble.top_right_corner {
  border-bottom-left-radius: 0;
}

.tipso_bubble .bottom_right_corner,
.tipso_bubble.bottom_right_corner {
  border-top-left-radius: 0;
}

.tipso_bubble .top_left_corner,
.tipso_bubble.top_left_corner {
  border-bottom-right-radius: 0;
}

.tipso_bubble .bottom_left_corner,
.tipso_bubble.bottom_left_corner {
  border-top-right-radius: 0;
}

/* Custom */
.tipso_content {
  -webkit-box-shadow: -1px 0.25rem 12px 2px rgba(0, 0, 0, 0.125);
  box-shadow: -1px 0.25rem 12px 2px rgba(0, 0, 0, 0.125);
  padding: 1.5rem 2.75rem;
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
  font-size: 0.8em;
  text-align: left;
}

.bg-wg-modal {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  z-index: 100;
}

.bg-wg-modal .wg-modal {
  display: block;
  width: 100%;
  max-width: 90vw;
  position: relative;
  text-align: left;
  border-radius: 6px;
  padding: 0;
  -webkit-box-shadow: 0 2rem 3rem 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 2rem 3rem 0 rgba(0, 0, 0, 0.75);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.bg-wg-modal .wg-modal.modal-text {
  padding: 2.5em 2rem 3rem;
}
@media screen and (min-width: 36em) {
  .bg-wg-modal .wg-modal.modal-text {
    padding: 3.5em 3rem 3rem;
  }
}
@media screen and (min-width: 36em) {
  .bg-wg-modal .wg-modal {
    width: 740px;
    padding: 3.5em 3rem 3rem;
  }
}
@media screen and (min-width: 48em) {
  .bg-wg-modal .wg-modal {
    width: 960px;
  }
}
.bg-wg-modal .wg-modal h2 {
  margin-bottom: 1em;
}
.bg-wg-modal .wg-modal h2:before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.bg-wg-modal .wg-modal p {
  margin-bottom: 1rem;
}
.bg-wg-modal.closing .wg-modal {
  -webkit-animation-name: animatetopHide;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-name: animatetopHide;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}

.bg-wg-modal.closing {
  -webkit-animation-name: bgAnimatetopHide;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-name: bgAnimatetopHide;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}

.wg-modal.verticalCentering {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wg-modal {
  display: none;
  margin: 100px auto;
  background-color: #fff;
  padding: 20px;
}

.wg-modal.innerScroll .wg-content {
  max-height: -webkit-calc(100vh - 240px);
  max-height: calc(100vh - 240px);
  overflow-y: auto;
}

.wg-modal .wg-modal-close {
  position: absolute;
  right: 0;
  top: -1.6em;
  font-size: 26px;
  font-weight: 300;
  line-height: 100%;
  cursor: pointer;
  height: 34px;
  width: 34px;
  text-align: center;
  z-index: 1;
  color: #fff;
}
.wg-modal .wg-modal-close:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #b02543;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
  top: -1px;
  left: 1px;
  border-radius: 50%;
}
.wg-modal .wg-modal-close:hover:before {
  background: #dcdcdc;
}

.wg-modal .wg-header {
  background-color: #eee;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes animatetopHide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes animatetopHide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes bgAnimatetopHide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes bgAnimatetopHide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* .otnotice-section-content h1 {
  display: none;
}
.otnotice-section-content a {
  color: #ca6b7c !important;
  text-decoration: none !important;
}
.otnotice-section-content a u {
  text-decoration: none !important;
}
.otnotice-section-content a:hover {
  color: #ca6b7c !important;
}

.otnotice-timestamp {
  font-weight: 700;
  font-family: "Cern", sans-serif;
}
.otnotice-timestamp::before {
  content: "Last modified:";
  display: block;
  font-weight: 400;
}

#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded {
  border-radius: 10px;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler {
  padding: 0.925rem 1.75rem !important;
  border-radius: 1.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1 !important;
  font-family: "Cern", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  background-color: transparent !important;
  -webkit-box-shadow: inset 0 0 0 2px #ca6b7c !important;
          box-shadow: inset 0 0 0 2px #ca6b7c !important;
  color: #ca6b7c !important;
  border: 0 !important;
  -webkit-font-smoothing: antialiased !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:focus {
  outline: none !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler {
  padding: 0.925rem 1.75rem !important;
  border-radius: 1.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1 !important;
  font-family: "Cern", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  background-color: #b02543!important;
  border: 0 !important;
  -webkit-font-smoothing: antialiased !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:focus {
  outline: none !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler {
  color: #ffffff;
  letter-spacing: 0 !important;
  -webkit-font-smoothing: antialiased !important;
  border-radius: 1.5rem !important;
  padding: 0.525rem 1.75rem !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:focus {
  outline: none !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container {
  font-family: "Cern", sans-serif !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-title {
  font-family: "Cern", sans-serif !important;
  color: #0c0c0c !important;
  font-size: 1.5em !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  letter-spacing: normal !important;
  padding-top: 20px !important;
  -webkit-font-smoothing: antialiased !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text {
  color: #0c0c0c !important;
  font-size: 15px !important;
  line-height: 24px !important;
  font-family: "Cern", sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a {
  color: #ca6b7c !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk {
  border-radius: 10px;
}
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title {
  font-family: "Cern", sans-serif !important;
  color: #0c0c0c !important;
  font-size: 1.5em !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  letter-spacing: normal !important;
  padding-top: 20px !important;
  -webkit-font-smoothing: antialiased !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc {
  color: #0c0c0c !important;
  font-size: 15px !important;
  line-height: 24px !important;
  font-family: "Cern", sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc a {
  color: #ca6b7c !important;
  -webkit-font-smoothing: antialiased !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler, #onetrust-consent-sdk #onetrust-pc-sdk .save-preference-btn-handler {
  padding: 0.925rem 1.75rem !important;
  border-radius: 1.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1 !important;
  font-family: "Cern", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  background-color: #b02543!important;
  border: 0 !important;
  -webkit-font-smoothing: antialiased !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler:focus, #onetrust-consent-sdk #onetrust-pc-sdk .save-preference-btn-handler:focus {
  outline: none !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk #ot-category-title {
  font-family: "Cern", sans-serif !important;
  color: #0c0c0c !important;
  font-size: 1em !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  letter-spacing: normal !important;
  padding-top: 20px !important;
  -webkit-font-smoothing: antialiased !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout {
  font-family: "Cern", sans-serif !important;
  color: #0c0c0c !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-always-active {
  color: #ca6b7c !important;
} */

/* PrismJS 1.27.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+c+cpp&plugins=line-numbers+show-language+toolbar */
code[class*="language-"],
pre[class*="language-"] {
  color: #000;
  background: 0 0;
  text-shadow: 0 1px #fff;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

code[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
pre[class*="language-"]::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

code[class*="language-"] ::selection,
code[class*="language-"]::selection,
pre[class*="language-"] ::selection,
pre[class*="language-"]::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}
pre[class*="language-"] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0;
}

:not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
  color: #708090;
}

.token.punctuation {
  color: #999;
}

.token.namespace {
  opacity: 0.7;
}

.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
  color: #905;
}

.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
  color: #690;
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
  color: #9a6e3a;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.class-name,
.token.function {
  color: #dd4a68;
}

.token.important,
.token.regex,
.token.variable {
  color: #e90;
}

.token.bold,
.token.important {
  font-weight: 700;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

pre[class*="language-"].line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}

pre[class*="language-"].line-numbers > code {
  position: relative;
  white-space: inherit;
}

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.line-numbers-rows > span {
  display: block;
  counter-increment: linenumber;
}

.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}

div.code-toolbar {
  position: relative;
}

div.code-toolbar > .toolbar {
  position: absolute;
  z-index: 10;
  top: 0.3em;
  right: 0.2em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

div.code-toolbar:hover > .toolbar {
  opacity: 1;
}

div.code-toolbar:focus-within > .toolbar {
  opacity: 1;
}

div.code-toolbar > .toolbar > .toolbar-item {
  display: inline-block;
}

div.code-toolbar > .toolbar > .toolbar-item > a {
  cursor: pointer;
}

div.code-toolbar > .toolbar > .toolbar-item > button {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

div.code-toolbar > .toolbar > .toolbar-item > a,
div.code-toolbar > .toolbar > .toolbar-item > button,
div.code-toolbar > .toolbar > .toolbar-item > span {
  color: #bbb;
  font-size: 0.8em;
  padding: 0 0.5em;
  background: #f5f2f0;
  background: rgba(224, 224, 224, 0.2);
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
}

div.code-toolbar > .toolbar > .toolbar-item > a:focus,
div.code-toolbar > .toolbar > .toolbar-item > a:hover,
div.code-toolbar > .toolbar > .toolbar-item > button:focus,
div.code-toolbar > .toolbar > .toolbar-item > button:hover,
div.code-toolbar > .toolbar > .toolbar-item > span:focus,
div.code-toolbar > .toolbar > .toolbar-item > span:hover {
  color: inherit;
  text-decoration: none;
}

@font-face {
  font-family: "VastagoGrotesk-Thin";
  src: url("../fonts/VastagoGrotesk-Thin.otf");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VastagoGrotesk-Light";
  src: url("../fonts/VastagoGrotesk-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VastagoGrotesk-Regular";
  src: url("../fonts/VastagoGrotesk-Regular.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VastagoGrotesk-Medium";
  src: url("../fonts/VastagoGrotesk-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VastagoGrotesk-SemiBold";
  src: url("../fonts/VastagoGrotesk-SemiBold.otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VastagoGrotesk-Bold";
  src: url("../fonts/VastagoGrotesk-Bold.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlusJakartaSans-Medium";
  src: url("../fonts/PlusJakartaSans-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.text-display {
  font-family: "VastagoGrotesk-Light", "Times New Roman", serif !important;
  font-size: 81px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
}

h1 {
  font-family: "VastagoGrotesk-Bold", "Times New Roman", serif !important;
  font-size: 4rem !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 4.5rem !important;
  letter-spacing: normal !important;
}
@media screen and (max-width: 36em) {
  h1 {
    font-size: 2.7em;
    line-height: 1.2;
  }
}

h2 {
  font-family: "VastagoGrotesk-Medium", "Times New Roman", serif !important;
  font-size: 2.25em;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
}
@media screen and (min-width: 581px) and (max-width: 1399px) {
  h2 {
    font-size: 1.75em;
    line-height: 1.1;
  }
}
@media screen and (max-width: 580px) {
  h2 {
    font-size: 1.563em;
    line-height: 1.1;
  }
}

h3 {
  font-family: "VastagoGrotesk-Medium", "Times New Roman", serif !important;
  font-size: 1.5em;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
}
@media screen and (min-width: 581px) and (max-width: 1399px) {
  h3 {
    font-size: 1.313em;
    line-height: 1.2;
  }
}
@media screen and (max-width: 580px) {
  h3 {
    font-size: 1.25em;
    line-height: 1.2;
  }
}

h4 {
  font-family: "VastagoGrotesk-Medium", "Times New Roman", serif !important;
  font-size: 2.4rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 3rem;
  letter-spacing: normal;
}
@media screen and (min-width: 581px) and (max-width: 1399px) {
  h4 {
    font-size: 1.125em;
    line-height: 1.2;
  }
}
@media screen and (max-width: 580px) {
  h4 {
    font-size: 1.125em;
    line-height: 1.2;
  }
}

h5 {
  font-family: "VastagoGrotesk-Medium", "Times New Roman", serif !important;
  font-size: 2em;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5rem;
  letter-spacing: normal;
}
@media screen and (min-width: 581px) and (max-width: 1399px) {
  h5 {
    font-size: 1em;
    line-height: 1.3;
  }
}
@media screen and (max-width: 580px) {
  h5 {
    font-size: 1em;
    line-height: 1.3;
  }
}

p {
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
  font-size: 1em;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}

small {
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
  font-size: 0.688em;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}

li,
ol {
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
  font-size: 1em;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}

.display {
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
@media (min-width: 576px) {
  .display {
    font-size: 3.156rem;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .display {
    line-height: 1;
    font-size: 4.25rem;
  }
}
@media (min-width: 1200px) {
  .display {
    font-size: 5.063em;
    line-height: 0.9;
  }
}

blockquote,
dd,
dl,
dt,
fieldset,
figcaption,
figure,
li,
ol,
ul {
  margin: 0;
  padding: 0;
}

h2 em {
  font-style: inherit;
  font-size: 0.7em;
}

span.citation {
  position: relative;
  z-index: 99;
  padding-left: 1rem;
  white-space: normal;
}
span.citation sup {
  font-size: 11px;
  border-radius: 50%;
  background-color: #b02543;
  color: #ffffff !important;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  text-align: center;
  line-height: 16px;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  left: 4px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

li .citation,
p .citation {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  white-space: nowrap;
}

li .citation sup,
p .citation sup {
  top: 0;
  left: 0;
}

.text-color-black > * {
  color: #0c0c0c;
}

.text-color-white > * {
  color: #ffffff;
}

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

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

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

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

.btn {
  white-space: nowrap;
  -webkit-transition: background-color 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: background-color 0.5s ease, -webkit-box-shadow 0.5s ease;
  -o-transition: background-color 0.5s ease, box-shadow 0.5s ease;
  transition: background-color 0.5s ease, box-shadow 0.5s ease;
  transition: background-color 0.5s ease, box-shadow 0.5s ease,
    -webkit-box-shadow 0.5s ease;
  text-decoration: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.btn:focus {
  outline: 0;
}
.btn.apple-store,
.btn.google-play {
  display: inline-block;
  width: 162px;
  height: 44px;
  padding: 0;
  border-radius: 1.5rem;
  background-color: #0c0c0c;
  background-repeat: no-repeat;
  background-position: 50%;
}
.btn.apple-store:focus,
.btn.apple-store:hover,
.btn.google-play:focus,
.btn.google-play:hover {
  background-color: #4a4a4a;
}
.btn.apple-store {
  background-size: auto;
  background-image: url(../svg/icon-apple-store.svg);
}
.btn.google-play {
  background-size: auto;
  background-image: url(../svg/icon-google-play-store.svg);
}

.cta-pill {
  display: inline-block;
  padding: 0.925rem 1.75rem;
  border-radius: 1.5rem;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
  font-weight: 700;
}
.cta-pill.has-icon {
  padding-right: 2.625rem;
  background-position: -webkit-calc(100% - 1.25rem) 50%;
  background-position: calc(100% - 1.25rem) 50%;
}
.cta-pill.has-icon.icon-placement-left {
  padding-right: 1.75rem;
  padding-left: 2.625rem;
}
.cta-pill.filled-red {
  color: #ffffff !important;
  background-color: #0d0a15;
}
.cta-pill.filled-red.right-arrow {
  background-size: 0.63rem 0.63rem;
  background-repeat: no-repeat;
  background-image: url(../svg/icon-right-arrow-white.svg);
}
.cta-pill.filled-red.right-arrow:hover {
  background-image: url(../svg/icon-right-arrow-white.svg);
}
.cta-pill.filled-red.checked {
  background-image: url(../icons/icon-check-filled.svg);
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  background-position: 0.65rem 50%;
}
.cta-pill.filled-red:hover {
  color: #ffffff;
}
.cta-pill.filled-red:focus {
  color: #ffffff;
}
.cta-pill.filled-white {
  color: #0d0a15;
  background-color: #ffffff;
}
.cta-pill.filled-white.right-arrow {
  background-size: 0.63rem 0.63rem;
  background-repeat: no-repeat;
  background-image: url(../svg/icon-right-arrow-red.svg);
}
.cta-pill.filled-white.right-arrow:hover {
  background-image: url(../svg/icon-right-arrow-white.svg);
}
.cta-pill.filled-white:hover {
  color: #ffffff;
}
.cta-pill.filled-white:focus {
  color: #ffffff;
}
.cta-pill.filled-gray {
  color: #0c0c0c;
  background-color: #b6c7d4;
}
.cta-pill.filled-gray:hover {
  color: #ffffff;
}
.cta-pill.filled-gray-alt {
  color: #0c0c0c;
  background-color: #d8d8d8;
}
.cta-pill.filled-gray-alt:hover {
  color: #ffffff;
}
.cta-pill[class*="filled-"]:hover {
  background-color: #3d3b44;
}
.cta-pill[class*="filled-"]:active {
  background-color: #0d0a15;
}
.cta-pill[class*="filled-"].disabled {
  background-color: #b6c7d4;
  cursor: not-allowed;
  pointer-events: none;
}
.cta-pill[class*="filled-"].disabled__alt {
  background-color: #dcdcdc;
  cursor: not-allowed;
  pointer-events: none;
}
.cta-pill.outline-white {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
  /* -webkit-box-shadow: inset 0 0 0 2px #ffffff; */
  /* box-shadow: inset 0 0 0 2px #ffffff; */
}

.cta-pill.outline-white:hover {
  background-color: #3d3b4450;
  border: 2px solid #ffffff;
  color: #ffffff;
  /* -webkit-box-shadow: inset 0 0 0 4px #0D0A15; */
  /* box-shadow: inset 0 0 0 4px #ffffff; */
  /* background-color: #E7E7E8; */
  /* border: 2px solid #0D0A15; */
  /* color: #0d0a15; */
}
.cta-pill.outline-white:active {
  -webkit-box-shadow: inset 0 0 0 6px #ffffff;
  box-shadow: inset 0 0 0 6px #ffffff;
  color: #ffffff;
}
.cta-pill.outline-white.right-arrow {
  background-size: 0.63rem 0.63rem;
  background-repeat: no-repeat;
  background-image: url(../svg/icon-right-arrow-white.svg);
}
.cta-pill.outline-white.right-arrow:hover {
  background-image: url(../svg/icon-right-arrow-white.svg);
}
.cta-pill.outline-red {
  color: #0d0a15;
  background-color: transparent;
  /* -webkit-box-shadow: inset 0 0 0 2px #b02543; */
  /* box-shadow: inset 0 0 0 2px #b02543; */
}
.cta-pill.outline-red:hover {
  /* -webkit-box-shadow: inset 0 0 0 4px #b02543; */
  /* box-shadow: inset 0 0 0 4px #b02543; */
  color: #0d0a15;
}
.cta-pill.outline-red:active {
  /* -webkit-box-shadow: inset 0 0 0 6px #b02543; */
  /* box-shadow: inset 0 0 0 6px #b02543; */
  color: #0d0a15;
}
.cta-pill.outline-red.right-arrow {
  background-size: 0.63rem 0.63rem;
  background-repeat: no-repeat;
  background-image: url(../svg/icon-right-arrow-red.svg);
}
.cta-pill.outline-red.right-arrow:hover {
  background-image: url(../svg/icon-right-arrow-red.svg);
}

.cta-plain {
  font-size: 0.875rem;
  line-height: 1;
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
  display: inline-block;
}
.cta-plain.has-icon {
  padding-right: 1.125rem;
  background-position: 100%;
}
.cta-plain.text-red {
  color: #0d0a15;
}
.cta-plain.text-red.right-arrow {
  background-size: 0.63rem 0.63rem;
  background-repeat: no-repeat;
  background-image: url(../svg/icon-right-arrow-red.svg);
}
.cta-plain.text-red.right-arrow:hover {
  background-image: url(../svg/icon-right-arrow-black.svg);
}
.cta-plain.text-red:hover {
  color: #0c0c0c;
}
.cta-plain.text-black {
  color: #0c0c0c;
}
.cta-plain.text-black.right-arrow {
  background-size: 0.63rem 0.63rem;
  background-repeat: no-repeat;
  background-image: url(../svg/icon-right-arrow-black.svg);
}
.cta-plain.text-black.right-arrow:hover {
  background-image: url(../svg/icon-right-arrow-red.svg);
}
.cta-plain.text-black:hover {
  color: #0d0a15;
  border-bottom: 2px solid #0d0a15;
}

.navigation-icon {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.navigation-icon:focus {
  outline: 0;
}
.navigation-icon.left-caret {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: #b02543;
  background-size: 1rem 1rem;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(../svg/icon-left-caret-white.svg);
}
.navigation-icon.right-caret {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: #b02543;
  background-size: 1rem 1rem;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(../svg/icon-right-caret-white.svg);
}
.navigation-icon[aria-disabled="true"],
.navigation-icon[class*="-disabled"] {
  background-color: #b6c7d4 !important;
  cursor: default;
}

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

.link.link-ico {
  font-size: 0;
  line-height: 0;
  width: 16px;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.link.twitter {
  background-image: url(../icons/icon-twitter.svg);
}
.link.red.twitter {
  background-color: #b02543;
  -webkit-mask-image: url(../icons/icon-twitter.svg);
  mask-image: url(../icons/icon-twitter.svg);
  background-image: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.link.red.twitter:hover {
  background-color: #b6c7d4;
}

.video-feature-toggle {
  background: #b02543;
  cursor: pointer;
  opacity: 1;
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  bottom: -10px;
  z-index: 6;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.video-feature-toggle::before {
  content: "";
  width: 100px;
  height: 100px;
  background: #b02543;
  top: 50%;
  left: 50%;
  position: absolute;
  border-radius: 100%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 8px solid #ffffff;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.video-feature-toggle--icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 30px;
  height: 30px;
}
.video-feature-toggle--icon.icon-play {
  display: block;
  margin-left: 2px;
}
.video-feature-toggle--icon.icon-close {
  display: none;
}
.video-feature-toggle--icon svg {
  height: 30px;
  width: 30px;
  fill: #ffffff;
}
.video-feature-toggle--icon svg path {
  fill: #ffffff;
}
.video-feature-toggle.is-active {
  width: 40px;
  height: 40px;
}
.video-feature-toggle.is-active .icon-play {
  display: none;
}
.video-feature-toggle.is-active .icon-close {
  display: block;
}
.video-feature-toggle.is-active::before {
  width: 60px;
  height: 60px;
  border: 4px solid #ffffff;
}

a.tag {
  color: #1788c3;
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
}
a.tag.active {
  color: #612f8c;
  text-decoration: underline;
}

a.with-icon {
  position: relative;
}
a.with-icon svg {
  position: absolute;
  top: -3px;
  right: -13px;
  width: 10px;
  height: 10px;
  fill: currentColor;
}

button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
img.img-fluid {
  min-height: 1px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
img.img-fluid,
img.img-thumbnail {
  max-width: 100%;
  height: auto;
}
img.box-shadow {
  -webkit-box-shadow: -1px 0.25rem 12px 2px rgba(0, 0, 0, 0.125);
  box-shadow: -1px 0.25rem 12px 2px rgba(0, 0, 0, 0.125);
  border-radius: 6px;
}

.accordion {
  padding: 2rem 0;
}
.accordion .tab {
  padding-right: 3rem !important;
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #b6c7d4;
  cursor: pointer;
}
.accordion .tab::after {
  content: "";
  position: absolute;
  right: 0;
  top: -2px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #b02543;
  background-size: 40px 40px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(../images/icon-move-expand-white.png);
}
.accordion .tab.active:after {
  background-image: url(../images/icon-less-collapse-white.png);
}
.accordion .tab_content {
  margin-bottom: 3rem !important;
  padding-right: 3rem !important;
  display: none;
}
.accordion .active .tab_content {
  display: inherit;
}

.carousel {
  position: relative;
}
.carousel .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.carousel .items .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .carousel .items .item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .carousel .items .item {
    width: 25%;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .carousel .items .item:first-child,
  .carousel .items .item:nth-child(2) {
    margin-bottom: 1rem;
  }
}
.carousel .seek {
  position: relative;
}
.carousel .seek-wrapper {
  width: 100%;
  bottom: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  display: none;
}
@media (min-width: 48em) {
  .carousel .seek-wrapper {
    display: block;
  }
}
.carousel .seek-wrapper a:focus {
  outline: 0;
}
.carousel .seek-wrapper a:first-child {
  float: left;
  -webkit-transform: translateX(-1rem) scale(1.175);
  -ms-transform: translateX(-1rem) scale(1.175);
  transform: translateX(-1rem) scale(1.175);
}
@media (min-width: 1025px) {
  .carousel .seek-wrapper a:first-child {
    -webkit-transform: translateX(-4rem) scale(1.4);
    -ms-transform: translateX(-4rem) scale(1.4);
    transform: translateX(-4rem) scale(1.4);
  }
}
.carousel .seek-wrapper a:nth-child(2) {
  float: right;
  -webkit-transform: translateX(1rem) scale(1.175);
  -ms-transform: translateX(1rem) scale(1.175);
  transform: translateX(1rem) scale(1.175);
}
@media (min-width: 1025px) {
  .carousel .seek-wrapper a:nth-child(2) {
    -webkit-transform: translateX(4rem) scale(1.4);
    -ms-transform: translateX(4rem) scale(1.4);
    transform: translateX(4rem) scale(1.4);
  }
}
.carousel .swiper-pagination,
.carousel .tns-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 1rem 0 0;
  z-index: 3;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1306px) {
  .carousel .swiper-pagination,
  .carousel .tns-nav {
    padding: 1rem 0 0;
  }
}
@media (min-width: 992px) {
  .carousel .swiper-pagination,
  .carousel .tns-nav {
    padding: 1.5rem 0 1.125rem;
  }
}
.carousel .swiper-pagination button,
.carousel .swiper-pagination span,
.carousel .tns-nav button,
.carousel .tns-nav span {
  display: block;
  border-radius: 50%;
  width: 0.625rem;
  height: 0.625rem;
  background-color: rgba(176, 37, 67, 0.5);
  margin: 0 0.325rem;
  cursor: pointer;
  border: none;
  padding: 0;
}
.carousel .swiper-pagination button[class*="-active"],
.carousel .swiper-pagination span[class*="-active"],
.carousel .tns-nav button[class*="-active"],
.carousel .tns-nav span[class*="-active"] {
  width: 1rem;
  height: 1rem;
  cursor: default;
  background-color: #b02543;
}
.carousel .swiper-pagination button:focus,
.carousel .swiper-pagination span:focus,
.carousel .tns-nav button:focus,
.carousel .tns-nav span:focus {
  outline: 0;
}
.carousel.fullwidth .items .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
}
.carousel.fullwidth .slide-bio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 993px) {
  .carousel.fullwidth .slide-bio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.carousel.fullwidth .slide-bio figure {
  width: 45%;
}
@media screen and (max-width: 993px) {
  .carousel.fullwidth .slide-bio figure {
    display: none;
  }
}
.carousel.fullwidth .slide-bio figure img {
  max-width: 80%;
  border-radius: 6px;
  -webkit-box-shadow: -1px 0.25rem 12px 2px rgba(0, 0, 0, 0.125);
  box-shadow: -1px 0.25rem 12px 2px rgba(0, 0, 0, 0.125);
}
.carousel.fullwidth .slide-bio .content {
  width: 55%;
  padding: 1rem 0;
}
@media screen and (max-width: 993px) {
  .carousel.fullwidth .slide-bio .content {
    width: 100%;
  }
}
.carousel.fullwidth .slide-bio .content.placement-left {
  text-align: left;
}
.carousel.fullwidth .slide-bio .content.placement-left h2:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  left: 0;
}
.carousel.fullwidth .slide-bio .content.placement-left h5 {
  position: relative;
  margin: 0 0 0.5rem;
}
.carousel.fullwidth .slide-bio .content.placement-left h5 + h2:before {
  background: transparent;
  height: 0;
}

.card-wrap {
  padding: 10px;
}

/* CARD TYPE: Default */
.card__default {
  height: 100%;
}
.card__default .wrapper {
  width: 100%;
  padding: 4rem 2rem 3rem;
  position: relative;
  -webkit-box-shadow: -1px 0.25rem 12px 2px rgba(0, 0, 0, 0.125);
  box-shadow: -1px 0.25rem 12px 2px rgba(0, 0, 0, 0.125);
  border-radius: 6px;
  background-color: #ffffff;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card__default .wrapper .eyebrow-icon {
  display: block;
  cursor: default;
}
.card__default .wrapper h4 {
  margin-bottom: 0.625rem;
  color: #0c0c0c;
  line-height: 1.3;
  font-size: 1rem;
  font-weight: 700;
}
.card__default .wrapper p {
  margin-bottom: 1.5rem;
}
.card__default .wrapper .btn {
  -webkit-transform: translateX(0%) !important;
  -ms-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
  font-weight: 700;
  margin-top: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* CARD TYPE: EXPLORE */
.card__explore .wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.card__explore .wrapper figure {
  height: 80px;
  margin-bottom: 25px;
}
.card__explore .wrapper figure img {
  height: 100%;
  width: auto;
}
.card__explore .wrapper .btn {
  -webkit-align-self: inherit;
  -ms-flex-item-align: inherit;
  align-self: inherit;
}

/* CARD TYPE: HIGHLIGHT */
.card-highlight {
  border-radius: 6px;
  overflow: hidden;
}
.card-highlight figure .gradient {
  width: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#000)
  );
  background-image: -webkit-linear-gradient(top, transparent, #000);
  background-image: -o-linear-gradient(top, transparent, #000);
  background-image: linear-gradient(180deg, transparent, #000);
  opacity: 1;
  position: absolute;
  z-index: 2;
  left: 0;
}
.card-highlight figure figcaption {
  position: absolute;
  bottom: 0;
  z-index: 3;
  text-align: center;
  margin: 0 auto;
  padding: 0 1rem 2rem;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.card-highlight figure figcaption h3 {
  margin-bottom: 0.325rem;
  color: #ffffff;
  font-weight: 400;
}
.card-highlight figure figcaption p {
  color: #ffffff;
  margin: 0 auto 1.5rem;
  max-width: 300px;
  text-align: center;
  font-weight: 300;
}
@media only screen and (max-width: 36em) {
  .card-highlight figure figcaption p {
    margin: 0 auto;
  }
}
.card-highlight figure figcaption .call-to-action {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.card-highlight figure figcaption .call-to-action .btn.cta-pill {
  position: relative;
  bottom: 0;
  left: 0 !important;
}
.card-highlight figure img {
  position: absolute;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-highlight figure:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* CARD TYPE: INTEREST */
.card__interest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: inherit;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2rem 3rem 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 2rem 3rem 0 rgba(0, 0, 0, 0.125);
  border-radius: 6px;
  padding: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
}
.card__interest figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  height: 185px;
}
.card__interest figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card__interest .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 2.25rem 1.56rem 2.25rem 1.56rem;
}
.card__interest .content .content-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: left;
}
.card__interest .content .content-body h5 {
  margin-bottom: 0.75rem;
  color: #0c0c0c;
  position: relative;
  margin: 0 0 1em;
}
.card__interest .content .content-body p {
  margin-bottom: 1.5rem;
}
.card__interest .content .btn {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-weight: 700;
}
.card__interest:hover {
  background-color: #f3f6f8;
}

.card-list-item {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-list-item figure {
  height: 80px;
  margin-bottom: 25px;
}
.card-list-item figure img {
  height: 100%;
  width: auto;
}
.card-list-item h5 {
  margin-bottom: 2rem;
  margin-top: 0;
}
.card-list-item p {
  margin-bottom: 1rem;
}
.card-list-item .btn {
  font-weight: 700;
  margin-top: auto;
}

/* CARD TYPE: LOCATION */
.card-location {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.card-location figure {
  max-width: 100%;
  margin: 0 auto 1rem;
  border-radius: 6px;
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}
.card-location figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-location .content {
  padding: 0 1.75rem 2rem;
}
.card-location .content .content-body.text-center p {
  text-align: center;
}
.card-location .content h5 {
  margin: 0 0 0.8em;
}

/* CARD TYPE: PRODUCT */
.card-product {
  border-top: 12px solid transparent;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: -1px 0.25rem 12px 2px rgba(0, 0, 0, 0.125);
  box-shadow: -1px 0.25rem 12px 2px rgba(0, 0, 0, 0.125);
  min-height: 302px;
  height: 100%;
  padding: 0;
}
.card-product.card-category__mask {
  border-top-color: #3d87be;
}
.card-product.card-category__machine {
  border-top-color: #dd2726;
}
.card-product.card-category__accessory {
  border-top-color: #5a3587;
}
.card-product .content {
  padding: 2rem 1.75rem 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  text-align: left;
}
.card-product .content .category-name {
  position: relative;
  margin-bottom: 0.75rem;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
}
.card-product .content .category-name:before {
  top: -0.625rem;
  content: "";
  position: absolute;
  left: 0;
  width: 1.325rem;
  height: 3px;
  background-color: #0c0c0c;
}
.card-product .content h3 {
  margin-bottom: 2rem;
}
.card-product .content ul {
  list-style: none;
  margin-bottom: 1.5rem;
  padding: 0;
}
.card-product .content ul li {
  text-indent: -1rem;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
}
.card-product .content ul li:before {
  content: "•";
  padding-right: 0.5rem;
}
.card-product .content .btn {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-weight: 700;
  margin-top: auto;
}

/* CARD TYPE: TESTIMONIAL */
.card-testimonial {
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: -1px 0.25rem 12px 2px rgba(0, 0, 0, 0.125);
  box-shadow: -1px 0.25rem 12px 2px rgba(0, 0, 0, 0.125);
  height: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.loading .card-testimonial {
  opacity: 0.5;
}
.card-testimonial figure {
  max-width: 100%;
  position: relative;
  height: 260px;
}
.loading .card-testimonial figure {
  background-color: #b6c7d4;
}
.card-testimonial figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.loading .card-testimonial figure img {
  display: none;
}
.card-testimonial figure.is-video::before {
  content: "";
  width: 58px;
  height: 58px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../svg/play_button.svg);
  background-repeat: no-repeat;
}
.loading .card-testimonial figure.is-video::before {
  display: none;
}
.card-testimonial .content {
  padding: 1rem 1.75rem 2.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.loading .card-testimonial .content h3 {
  opacity: 0;
}
.card-testimonial .meta {
  padding: 0.6rem 0 1.3rem;
  margin: auto 1.75rem 0 1.75rem;
  border-top: 1px solid #b6c7d4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.loading .card-testimonial .meta {
  border: none;
}
.card-testimonial .meta .tags {
  position: relative;
  margin-left: 30px;
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
  font-size: 0.95rem;
  margin-right: 20px;
}
.loading .card-testimonial .meta .tags {
  opacity: 0;
}
.card-testimonial .meta .tags:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  top: 4px;
  left: -30px;
  background-image: url(../svg/icon-offer.svg);
  background-repeat: no-repeat;
}
.card-testimonial .meta .likes {
  padding-top: 2px;
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
}
.card-testimonial .meta .likes a.like {
  color: #1975bc;
  margin-right: 34px;
  font-weight: 700;
  font-size: 0.8rem;
  position: relative;
}
.card-testimonial .meta .likes a.like:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../svg/icon_thumbsup-disabled.svg);
  background-repeat: no-repeat;
  top: -6px;
  right: -40px;
}
.card-testimonial .meta .likes a.like:active:before {
  background-image: url(../svg/icon_thumbsup-enabled.svg);
}

.card-carousel-testimonial {
  padding: 20px !important;
}

.post-content-card {
  overflow: hidden;
  border-radius: 6px;
}
@media only screen and (min-width: 62em) {
  .post-content-card.full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.post-content-card--figure {
  position: relative;
  padding-bottom: 72%;
  width: 100%;
}
@media only screen and (min-width: 62em) {
  .full .post-content-card--figure {
    padding-bottom: 58%;
    width: 35%;
  }
}
.post-content-card--figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-content-card--content {
  color: #ffffff;
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
  padding: 25px;
}
@media only screen and (min-width: 62em) {
  .full .post-content-card--content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 60px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.post-content-card--subtitle {
  font-weight: 300;
  font-size: 26px;
  margin-bottom: 20px;
}
.post-content-card--info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 62em) {
  .full .post-content-card--info {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
}
.post-content-card--title {
  font-weight: 300;
  margin-right: 20px;
  line-height: 1.07;
  font-size: 44px;
}
@media only screen and (min-width: 62em) {
  .full .post-content-card--title {
    font-size: 54px;
  }
}
.post-content-card--icon svg {
  height: 80px;
  width: auto;
}
@media only screen and (min-width: 62em) {
  .full .post-content-card--icon {
    margin-top: auto;
  }
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.eyebrow-icon {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  width: 20px;
  height: 30px;
  background-size: 1.33rem 1.33rem;
  background-position: 50%;
  background-repeat: no-repeat;
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
  font-size: 1em;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  position: relative;
  margin: 0 0 15px 0px;
}
.eyebrow-icon.has-icon {
  height: 40px;
}
.text-center .eyebrow-icon {
  margin: 0 auto 15px auto;
}
.eyebrow-icon::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background-color: #0c0c0c;
}
.text-color-white .eyebrow-icon::before {
  background-color: #ffffff;
}
.eyebrow-icon svg {
  width: 20px;
  height: 20px;
}
.text-color-white .eyebrow-icon svg * {
  fill: #ffffff;
}

.clock-icon {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  width: 20px;
  height: 30px;
  background-size: 1.33rem 1.33rem;
  background-position: 50%;
  background-repeat: no-repeat;
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
  font-size: 1em;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  position: relative;
  margin: 0 0 15px 0px;
  margin-right: 10px;
}
.clock-icon.has-icon {
  height: 40px;
}
.clock-icon::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 22px;
  height: 22px;
  -webkit-filter: invert(1);
  filter: invert(1);
  background-image: url(../icons/icon-clock.svg);
}
.clock-icon svg {
  width: 20px;
  height: 20px;
}
.text-color-white .clock-icon svg * {
  fill: #ffffff;
}

.help-icon {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 1.33rem 1.33rem;
  background-position: 50%;
  background-repeat: no-repeat;
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
  font-size: 1em;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  position: relative;
  margin: 0 auto;
}
.help-icon.has-icon {
  height: 40px;
}
.help-icon::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-image: url(../icons/icon-help.svg);
  background-size: cover;
}
.help-icon svg {
  width: 20px;
  height: 20px;
}
.text-color-white .help-icon svg * {
  fill: #ffffff;
}

.socials-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.socials-share--item {
  width: 52px;
  height: 52px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.1);
}
.socials-share--item:last-child {
  margin-right: 0;
}
.socials-share--item svg {
  height: 40%;
  width: auto;
  fill: #b02543;
}
.socials-share--item svg path {
  fill: #b02543;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive.embed-responsive-16by23:before {
  padding-top: 151.75%;
}
@media (max-width: 576px) {
  .embed-responsive.embed-responsive-16by23:before {
    padding-top: 85%;
  }
}
.embed-responsive.embed-responsive-21by9:before {
  padding-top: 42.8571428571%;
}
@media (max-width: 991px) {
  .embed-responsive.embed-responsive-21by9:before {
    padding-top: 70%;
  }
}
.embed-responsive.embed-responsive-33by40:before {
  padding-top: 121.2121212121%;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

table {
  border: 1px solid #91a3b0;
  border-bottom: 0;
  border-right: 0;
  margin-bottom: 1.5em;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
}
table tr th {
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  background-color: #eff4f8;
  padding: 5px 10px;
  text-align: left;
  border-right: 1px solid #91a3b0;
  border-bottom: 1px solid #91a3b0;
}
table tr td {
  padding: 5px 10px;
  margin: 0;
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
  border-right: 1px solid #91a3b0;
  border-bottom: 1px solid #91a3b0;
  text-align: left;
}

.check-option {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 16px;
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
  line-height: 22px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 600px) {
  .check-option {
    font-size: 15px;
    line-height: 18px;
  }
}
.check-option .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 3px;
  border: 1px solid #1a76bc;
  height: 18px;
  width: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.check-option .checkmark::after {
  background: #1a76bc;
  content: "";
  position: absolute;
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.check-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-option input:checked ~ .checkmark {
  background-color: white;
}
.check-option input:checked ~ .checkmark::after {
  display: block;
}
.check-option:hover input ~ .checkmark {
  background-color: #ccc;
}

.intro-basic {
  padding: 230px 20px 130px 20px;
}
@media screen and (max-width: 991px) {
  .intro-basic {
    padding: 130px 20px 130px 20px;
  }
}
.intro-basic h3 {
  font-weight: 300;
  font-size: 2.3rem;
  margin-top: 0.25em;
}
.intro-basic p {
  margin-top: 1em;
}

.intro-post {
  padding: 62px 0 20px 0;
}
@media screen and (min-width: 48em) {
  .intro-post {
    padding: 94px 0 20px 0;
  }
}
@media screen and (min-width: 62em) {
  .intro-post {
    padding: 140px 0 20px 0;
  }
}
.intro-post--breadcrumb {
  background-color: #f3f6f8;
  padding: 35px 0;
  margin-bottom: 40px;
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 62em) {
  .intro-post--breadcrumb {
    margin-bottom: 80px;
  }
}
.intro-post--figure {
  padding-bottom: 48%;
  position: relative;
}
.intro-post--figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.intro-post--content::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #dcdcdc;
  display: block;
  margin: 20px 0;
}
.intro-post--content-header {
  font-size: 13px;
  font-weight: 700;
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}
.intro-post--content-title {
  font-size: 2.25rem;
}
.intro-post--content-tags {
  position: relative;
  margin-left: 30px;
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
  font-size: 0.95rem;
  margin-top: 20px;
}
.intro-post--content-tags:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  top: 4px;
  left: -30px;
  background-image: url(../svg/icon-offer.svg);
  background-repeat: no-repeat;
}

.callout {
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (min-width: 75em) {
  .callout {
    padding-bottom: 0;
  }
}
.callout .row {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
@media only screen and (min-width: 75em) {
  .callout .row {
    -webkit-transform: translate(50px, 0px);
    -ms-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
  }
}
.callout.is-in-view .row {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}
.callout h4 {
  position: relative;
  margin-bottom: 0.25rem;
}
.callout h4:before {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: 0;
  width: 1.25rem;
  height: 3px;
  background-color: #0c0c0c;
}
@media (min-width: 768px) {
  .callout h4 {
    margin-bottom: 0.75rem;
  }
}
.callout .container {
  margin-bottom: -60px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
@media only screen and (min-width: 75em) {
  .callout .container {
    -webkit-transform: translateY(-125px);
    -ms-transform: translateY(-125px);
    transform: translateY(-125px);
    margin-bottom: -90px;
  }
}
@media (min-width: 1200px) {
  .callout .joined {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.box-a {
  padding: 2rem;
  background-color: #b02543;
  -webkit-box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .box-a {
    padding: 3rem 4rem;
  }
}
@media only screen and (min-width: 75em) {
  .box-a {
    padding: 4rem 4rem 4rem 4rem;
    min-height: 330px;
  }
}
@media (max-width: 1199px) {
  .box-a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.box-a * {
  color: #ffffff;
}
.box-a h2 {
  margin-bottom: 0;
  font-size: 1.875rem;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .box-a h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.box-a h2:before {
  background: transparent;
}
@media (min-width: 1200px) {
  .box-a h2 p {
    line-height: 1.3;
  }
}
.box-a h5 {
  margin: 0 0 1.5rem;
}

.box-b {
  padding: 2rem 2rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .box-b {
    padding: 4rem 3.5rem;
  }
}
@media (min-width: 1200px) {
  .box-b {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .reverse .box-b {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
@media (max-width: 1199px) {
  .box-b {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.box-b p {
  margin-bottom: 1em;
}

.standard--post {
  padding-top: 0 !important;
}
.standard--post h3 {
  color: #b02543;
}

.split-section .col-xs-12:first-child {
  margin-bottom: 20px;
}
@media only screen and (min-width: 62em) {
  .split-section .col-xs-12:first-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 62em) {
  .split-section .col-xs-12 .eyebrow-icon {
    display: none;
  }
}
.split-section--post h3 {
  color: #b02543;
}

.nb-split-section .col-xs-12:first-child {
  margin-bottom: 20px;
}
@media only screen and (min-width: 62em) {
  .nb-split-section .col-xs-12:first-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 62em) {
  .nb-split-section .col-xs-12 .eyebrow-icon {
    display: none;
  }
}
.nb-split-section--item {
  padding-top: 50px;
}
.nb-split-section--item:first-child {
  padding-top: 0;
}
@media only screen and (min-width: 62em) {
  .nb-split-section--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nb-split-section--item:first-child {
    padding-top: 20px;
  }
  .nb-split-section--item:nth-child(2n + 1) .nb-split-section--item-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .nb-split-section--item:nth-child(2n + 1) .nb-split-section--item-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.nb-split-section--item-index {
  width: 50px;
  height: 50px;
  border: 2px solid #0c0c0c;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4em;
  font-weight: 700;
  margin-right: 10px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
}
@media only screen and (min-width: 62em) {
  .nb-split-section--item-index {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.nb-split-section--item-text {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 62em) {
  .nb-split-section--item-text {
    width: -webkit-calc((100% - 100px)/2);
    width: calc((100% - 100px) / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
  }
}
.nb-split-section--item-figure {
  width: 100%;
}
@media only screen and (min-width: 62em) {
  .nb-split-section--item-figure {
    width: -webkit-calc((100% - 100px)/2);
    width: calc((100% - 100px) / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.nb-split-section--item.has-no-image {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.nb-split-section--item.has-no-image .nb-split-section--item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-filters {
  padding-bottom: 30px;
}
.blog-filters--items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -0.8rem;
}
@media only screen and (max-width: 36em) {
  .blog-filters--items {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.blog-filters--item {
  margin-right: 0.4rem;
  margin-bottom: 0.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.blog-pagination {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jobs-ctas .col-xs-12 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 48em) {
  .jobs-ctas .col-xs-12 {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.jobs-ctas h2 {
  font-size: 2.8rem;
  padding-bottom: 30px;
}
@media only screen and (min-width: 48em) {
  .jobs-ctas h2 {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 48em) {
  .jobs-ctas .content p {
    padding: 0.5rem;
    margin-bottom: 0;
  }
}
.navigation .jobs-ctas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  display: none;
}
.navigation .jobs-ctas.is-active {
  display: block;
}
.jobs-ctas .call-to-action {
  padding-top: 0;
  margin-top: auto;
}
@media only screen and (min-width: 48em) {
  .jobs-ctas .call-to-action {
    padding-top: 40px;
  }
}

.jobs-ctas--close {
  position: absolute;
  top: 30px;
  right: 30px;
}

.video-feature .feature_video--bg {
  opacity: 1;
  z-index: 2;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
}
.video-feature .veil {
  position: absolute;
  width: 50%;
  height: 100%;
  background: #ffffff;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 3;
  pointer-events: none;
}
@media only screen and (max-width: 48em) {
  .video-feature .veil {
    display: none;
  }
}
.video-feature .wrapper {
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 4;
}
@media only screen and (max-width: 48em) {
  .video-feature .wrapper {
    display: none;
  }
}
.video-feature .video {
  z-index: 1;
}
.video-feature .video:focus {
  outline: 0;
}
.video-feature .video-feature-toggle {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  bottom: 0;
}
@media only screen and (max-width: 48em) {
  .video-feature .video-feature-toggle {
    bottom: 50%;
  }
  .video-feature .video-feature-toggle.is-active {
    bottom: inherit;
    left: inherit;
    top: 0;
    right: 0;
  }
}
.video-feature.is-active .feature_video--bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0.3s;
  -o-transition: opacity 0.3s ease-in-out 0.3s;
  transition: opacity 0.3s ease-in-out 0.3s;
}
.video-feature.is-active .veil {
  width: 0;
}
.video-feature.is-active .wrapper {
  opacity: 0;
  -webkit-transform: translate(-30px, -50%);
  -ms-transform: translate(-30px, -50%);
  transform: translate(-30px, -50%);
  pointer-events: none;
}

.feature_video .mobile-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 48em) {
  .feature_video .mobile-wrapper {
    display: none;
  }
}
.feature_video .mobile-wrapper .content {
  padding-bottom: 0 !important;
}

.post-bottom--socials {
  background-color: #f3f6f8;
  padding: 35px 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 48em) {
  .post-bottom--socials {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 62em) {
  .post-bottom--socials {
    margin-bottom: 0;
  }
}
.post-bottom--socials .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-bottom--socials-title {
  margin: 0;
  margin-bottom: 20px;
}
.post-bottom--navigation {
  display: none;
  margin-top: 40px;
}
@media screen and (min-width: 62em) {
  .post-bottom--navigation {
    display: block;
  }
}
.post-bottom--navigation .container::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #dcdcdc;
  display: block;
  margin-top: 20px;
  margin-bottom: 50px;
}
.post-bottom--navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post-bottom--navigation-item {
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
  font-weight: 700;
}
.post-bottom--navigation-item-label {
  font-size: 11px;
}
.post-bottom--navigation-item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #b02543;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-bottom--navigation-item-title svg {
  height: 15px;
  width: auto;
  fill: #b02543;
}
.post-bottom--navigation-item-title.prev svg {
  margin-right: 10px;
}
.post-bottom--navigation-item-title.next svg {
  margin-left: 10px;
}

.inline-quiz form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}
.inline-quiz--item.active {
  margin-bottom: 25px;
  border-bottom: 1px solid #b6c7d4;
}
.inline-quiz--item.active .tab {
  border-bottom: 0px;
  margin-bottom: 0rem;
}
.inline-quiz--content {
  position: relative;
}
.inline-quiz--content .check-option {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 16px;
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
  line-height: 22px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.inline-quiz--content .check-option.active {
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .inline-quiz--content .check-option {
    font-size: 15px;
    line-height: 18px;
  }
}
.inline-quiz--content .check-option .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 3px;
  border: 1px solid #1a76bc;
  height: 18px;
  width: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.inline-quiz--content .check-option .checkmark::after {
  background: #fff;
  content: "";
  position: absolute;
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.inline-quiz--content .check-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.inline-quiz--content .check-option input:checked ~ .checkmark {
  background-color: white;
}
.inline-quiz--content .check-option input:checked ~ .checkmark::after {
  display: block;
}
.inline-quiz--content .check-option input:checked ~ .checkmark.correct {
  border: 1px solid #31bc00;
}
.inline-quiz--content .check-option input:checked ~ .checkmark.correct::after {
  background: #31bc00;
}
.inline-quiz--content .check-option input:checked ~ .checkmark.incorrect {
  border: 1px solid #bc0000;
}
.inline-quiz--content
  .check-option
  input:checked
  ~ .checkmark.incorrect::after {
  background: #bc0000;
}
.inline-quiz--content .check-option:hover input ~ .checkmark {
  background-color: #ccc;
}
.inline-quiz--result-text {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.inline-quiz--result-text.active {
  max-height: 9999px;
  margin-top: 25px;
  opacity: 1;
}
.inline-quiz--result-indicator {
  font-weight: 600;
  margin-bottom: 2px;
}
.inline-quiz--result-indicator.correct {
  color: #31bc00;
}
.inline-quiz--result-indicator.incorrect {
  color: #bc0000;
}

.discovery-quiz--intro {
  opacity: 0;
  -webkit-animation: fadeDown 0.6s ease-in-out 0s forwards;
  animation: fadeDown 0.6s ease-in-out 0s forwards;
  z-index: 1;
}
.discovery-quiz--time {
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.discovery-quiz--time .clock-icon::before {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.discovery-quiz--time .clock-icon.white::before {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.discovery-quiz--feature-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #306db4;
  z-index: 2;
  -webkit-box-shadow: 0px 25px 36px #134b7f70;
  box-shadow: 0px 25px 36px #134b7f70;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.discovery-quiz--feature-icon img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.discovery-quiz--content {
  padding-top: 70px;
  z-index: 1;
}
.discovery-quiz--card {
  width: 100%;
  max-width: 930px;
  background: white;
  border-radius: 5px;
  position: relative;
  margin-bottom: 150px;
  opacity: 0;
  -webkit-animation: fadeDown 0.6s ease-in-out 0s forwards;
  animation: fadeDown 0.6s ease-in-out 0s forwards;
  overflow-x: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.discovery-quiz--card-wrapper {
  position: relative;
  max-width: 100%;
}
.discovery-quiz--card-content {
  padding: 90px 60px 60px 60px;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  min-width: 100%;
  position: relative;
}
.discovery-quiz--card-content:first-child .btn.outline-black {
  display: none;
}
@media screen and (max-width: 768px) {
  .discovery-quiz--card-content {
    padding: 80px 20px 40px 20px;
  }
}
.discovery-quiz--card-content h2 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 30px;
  -webkit-animation: fadeDown 0.6s ease-in-out 0.3s forwards;
  animation: fadeDown 0.6s ease-in-out 0.3s forwards;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .discovery-quiz--card-content h2 {
    font-size: 22px;
    text-align: left;
    line-height: 28px;
    font-weight: 500;
  }
}
.discovery-quiz--card-content p {
  text-align: center;
  -webkit-animation: fadeDown 0.6s ease-in-out 0.6s forwards;
  animation: fadeDown 0.6s ease-in-out 0.6s forwards;
  opacity: 0;
}
.discovery-quiz--card-content p a {
  text-decoration: underline;
}
.discovery-quiz--card-content form {
  -webkit-animation: fadeDown 0.6s ease-in-out 0.6s forwards;
  animation: fadeDown 0.6s ease-in-out 0.6s forwards;
  opacity: 0;
  margin-bottom: 40px;
}
.discovery-quiz--card-content-buttons {
  opacity: 0;
  -webkit-animation: fadeDown 0.6s ease-in-out 0.9s forwards;
  animation: fadeDown 0.6s ease-in-out 0.9s forwards;
}
@media screen and (max-width: 769px) {
  .discovery-quiz--card-content-buttons {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .discovery-quiz--card-content-buttons .btn {
    min-width: 150px;
    padding: 0.925rem 1.75rem;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .discovery-quiz--card-content-buttons {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .discovery-quiz--card-content-buttons .btn {
    width: 100%;
    margin-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .discovery-quiz--card-content-buttons:not(.complete, .relevant-fields) {
    position: absolute;
    bottom: 60px;
    right: 60px;
  }
}
.discovery-quiz--card-content.complete .cta-pill.has-icon {
  padding-right: 3.125rem;
}
.discovery-quiz--card-content.complete h2 {
  text-align: center;
}
.discovery-quiz--buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.discovery-quiz--buttons .cta-pill.has-icon {
  padding-right: 6.625rem;
}
.discovery-quiz--buttons .cta-pill.outline-black {
  color: #0c0c0c;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #0c0c0c;
  box-shadow: inset 0 0 0 2px #0c0c0c;
  padding-left: 50px;
  padding-right: 50px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .discovery-quiz--buttons .btn {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 600px) {
  .discovery-quiz--buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.discovery-quiz--buttons.complete {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.discovery-quiz--buttons.even {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.discovery-quiz--buttons.relevant-fields {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.discovery-quiz--buttons.relevant-fields .btn {
  margin-bottom: 10px;
  margin-right: 5px;
}
.discovery-quiz--buttons.relevant-fields .btn:last-of-type {
  margin-right: 0;
}

@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/* Test */
.navigation {
  font-family: "PlusJakartaSans-Medium", "Arial", sans-serif !important;
  position: relative;
  z-index: 10;
}
.navigation .utility {
  background: #0c0c0c;
  color: #ffffff;
  position: relative;
  z-index: 11;
  font-size: 0.875rem;
}
@media screen and (max-width: 991px) {
  .navigation .utility {
    display: none;
  }
}
.navigation .utility .utility-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 38px;
}
.navigation .utility .utility-wrapper > li {
  position: relative;
  margin-right: 2.25rem;
  border-bottom: 3px solid transparent;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 0px 7px 0px;
}
.navigation .utility .utility-wrapper > li.is-link:hover {
  border-bottom: 3px solid #b02543;
}
.navigation .utility .utility-wrapper > li:last-child {
  margin-left: 2.25rem;
}
.navigation .utility .utility-wrapper .stock-carousel {
  height: 100%;
}
.navigation .utility .utility-wrapper .stock-carousel .items {
  opacity: 0;
}
.navigation .utility .utility-wrapper .stock-carousel .items.tns-slider {
  opacity: 1;
}
.navigation .utility .utility-wrapper .language-toggle {
  cursor: pointer;
}
.navigation .utility .utility-wrapper .language:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 22px;
  background-image: url(../svg/icon-language-switcher.svg);
  background-repeat: no-repeat;
  top: 10px;
  left: -32px;
}
.navigation .utility .utility-wrapper .language .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 1.95s ease-in-out 0s;
  -o-transition: opacity 1.95s ease-in-out 0s;
  transition: opacity 1.95s ease-in-out 0s;
  left: -36px;
  display: none;
  top: 100%;
  width: 136px;
  background: #0c0c0c;
  z-index: 2;
}
.navigation .utility .utility-wrapper .language .sub-menu.is-active {
  visibility: visible;
  opacity: 1;
  display: block;
}
.navigation .utility .utility-wrapper .language .sub-menu li {
  padding: 7px 35px !important;
  margin: 0 !important;
  cursor: pointer;
}
.navigation .utility .utility-wrapper .language .sub-menu li:hover {
  background-color: #b02543;
}
.navigation .md-navigation {
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  z-index: 10;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.4s;
  transition: background-color 0.2s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, background-color 0.2s;
  transition: transform 0.4s, background-color 0.2s;
  transition: transform 0.4s, background-color 0.2s, -webkit-transform 0.4s;
}
.navigation .md-navigation .veil {
  background: #ffffff;
  width: 100vw;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.navigation .md-navigation .container {
  position: relative;
  z-index: 2;
}
.navigation .md-navigation.is-showing {
  background-color: #ffffff;
}
.navigation
  .md-navigation.is-showing
  nav
  > ul
  > li:not(.is-active)
  > a:not(.btn) {
  opacity: 0.5;
}
.navigation .md-navigation.is-showing.transparent {
  background-color: #ffffff;
}
.navigation .md-navigation.is-showing.transparent nav ul li > a {
  color: #0c0c0c;
}
.navigation .md-navigation.is-showing.transparent nav ul.sub-menu li > a {
  color: #0c0c0c;
  font-size: 14px;
  line-height: 24px;
  /* border-right: 1px solid #0d0a15;
  border-bottom: 0; */
  /* padding: 24px 0 0 0; */
}
/* .navigation .md-navigation.is-showing.transparent nav ul.sub-menu {
  margin-top: 40px;
  background-image: url(../svg/arrow_outward.svg) !important;
  background-size: 16px !important;
  background-position: 100% 50%;
  background-repeat: no-repeat;
} */

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children
  > a {
  background-image: url(../svg/open_expand.svg) !important;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 16px !important;
  padding-right: 20px;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.is-active
  > a {
  background-image: url(../svg/close_collapse.svg) !important;
  background-size: 16px !important;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.navigation .md-navigation.is-showing.transparent .logo {
  /* background-image: url(../svg/logo-color.svg); */
  background-image: url(../images/resmed_h_pos_clr_rgb_250121.png);
  width: 144px;
  height: 30px;
  gap: 0px;
  opacity: 0px;
}
@media screen and (max-width: 991px) {
  .navigation .md-navigation {
    display: none;
  }
}
.navigation .md-navigation.transparent {
  background-color: #ffffff;
}
.navigation .md-navigation.transparent .logo {
  /* background-image: url(../svg/logo-white.svg); */
  background-image: url(../images/resmed_h_pos_clr_rgb_250121.png);
  width: 140px;
  height: 30px;
  gap: 0px;
  margin-top: 36px;
}
.navigation .md-navigation.transparent nav ul li > a {
  color: #0d0a15;
}
.navigation .md-navigation .nav-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 10px;
}
.navigation .md-navigation .nav-items .cta {
  position: relative;
}
.navigation .md-navigation nav ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navigation .md-navigation nav ul#menu-header-fr li a {
  font-size: 15px;
}
.navigation .md-navigation nav ul li {
  margin-right: 1rem;
}
@media (min-width: 1200px) {
  .navigation .md-navigation nav ul li {
    margin: 8px;
  }
}
.navigation .md-navigation nav ul li.current-menu-item > a,
.navigation .md-navigation nav ul li.current-menu-ancestor > a,
.navigation .md-navigation nav ul li.current-menu-parent > a {
  color: #b02543;
}
.navigation .md-navigation nav ul li a {
  font-weight: 700;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  /* font-size: 1rem; */
  font-size: 16px;
  color: #0c0c0c;
  line-height: 24px;
  /* text-align: center; */
}
.navigation .md-navigation nav ul li a:hover {
  color: #0d0a15;
}
.navigation .md-navigation nav ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
  padding: 0;
  top: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 100%;
  max-width: 800px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.navigation .md-navigation nav ul.sub-menu li {
  display: inline-block;
  width: 100%;
}
.navigation .md-navigation nav ul.sub-menu li > a {
  display: block;
  width: 100%;
  /* border-bottom: 1px solid #b6c7d4; */
  /* padding: 1em 1.3em 0.76em 0; */
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: -webkit-calc(100% - 1.25rem) 50%;
  background-position: calc(100% - 1.25rem) 50%;
  background-image: url(../svg/arrow_forward.svg);
}
.navigation .md-navigation nav ul.sub-menu li > a:hover {
  color: #b02543;
}
.navigation .md-navigation nav ul.sub-menu li.current-menu-item > a {
  color: #b02543;
}
.navigation
  .md-navigation
  nav
  ul
  li.menu-item-has-children.is-active
  .sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
  margin-top: 40px;
}
.navigation .md-navigation .container {
  /* padding-top: 2.75rem; */
  /* padding-bottom: 0.625rem; */
  background-color: transparent;
}
.navigation .md-navigation .logo {
  /* background-image: url(../svg/logo-color.svg); */
  background-image: url(../images/resmed_h_pos_clr_rgb_250121.png);
  display: block;
  /* width: 82px;
  height: 62px; */
  width: 144px;
  height: 30px;
  /* margin: 0; */
  margin-top: 36px;
  -webkit-transform: translateY(-1.5rem);
  -ms-transform: translateY(-1.5rem);
  transform: translateY(-1.5rem);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.navigation .sm-navigation {
  width: 100%;
  position: fixed;
  z-index: 99;
  padding: 0.5rem 0;
  background-color: #f8f8f8;
  top: 0;
  left: 0;
  height: 62px;
}
@media (min-width: 576px) {
  .navigation .sm-navigation {
    padding: 1.5rem 0;
    height: 94px;
  }
}
@media screen and (min-width: 992px) {
  .navigation .sm-navigation {
    display: none;
  }
}
.navigation .sm-navigation .logo {
  display: block;
  width: 140px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  /* background-image: url(../svg/logo-color.svg); */
  background-image: url(../images/resmed_h_pos_clr_rgb_250121.png);
  margin: 0 auto;
}
.navigation .sm-navigation .hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.navigation .sm-navigation .hamburger .hamburger-box {
  width: 22px;
  height: 15px;
  display: block;
  position: relative;
}
.navigation .sm-navigation .hamburger .hamburger-inner {
  display: block;
  top: 50%;
}
.navigation .sm-navigation .hamburger .hamburger-inner,
.navigation .sm-navigation .hamburger .hamburger-inner::before,
.navigation .sm-navigation .hamburger .hamburger-inner::after {
  width: 22px;
  height: 2px;
  background-color: #b02543;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navigation .sm-navigation .hamburger .hamburger-inner::before,
.navigation .sm-navigation .hamburger .hamburger-inner::after {
  content: "";
  display: block;
}
.navigation .sm-navigation .hamburger .hamburger-inner::before {
  top: -6px;
}
.navigation .sm-navigation .hamburger .hamburger-inner::after {
  bottom: -6px;
}
.navigation .sm-navigation .hamburger.is-active .hamburger-inner {
  background: transparent;
}
.navigation .sm-navigation .hamburger.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate(4.2px, 4px);
  -ms-transform: rotate(45deg) translate(4.2px, 4px);
  transform: rotate(45deg) translate(4.2px, 4px);
}
.navigation .sm-navigation .hamburger.is-active .hamburger-inner::after {
  -webkit-transform: rotate(-45deg) translate(4.2px, -4px);
  -ms-transform: rotate(-45deg) translate(4.2px, -4px);
  transform: rotate(-45deg) translate(4.2px, -4px);
}
.navigation .sm-navigation .language-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}
.navigation .sm-navigation .language-menu .language .selected {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #b02543;
  text-transform: uppercase;
  font-weight: 700;
}
.navigation .sm-navigation .language-menu .language .selected svg {
  fill: #b02543;
  margin-right: 5px;
  height: 25px;
  width: auto;
}
.navigation .sm-navigation .language-menu .language .selected svg path {
  fill: #b02543;
}
.navigation .sm-navigation .language-menu .language .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 1.95s ease-in-out 0s;
  -o-transition: opacity 1.95s ease-in-out 0s;
  transition: opacity 1.95s ease-in-out 0s;
  left: 0;
  display: none;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 2;
}
.navigation .sm-navigation .language-menu .language .sub-menu.is-active {
  visibility: visible;
  opacity: 1;
  display: block;
}
.navigation .sm-navigation .language-menu .language .sub-menu li {
  padding: 7px 35px !important;
  margin: 0 !important;
  color: #0c0c0c;
  border-bottom: 1px solid #dcdcdc;
  font-weight: 700;
}
.navigation .sm-navigation .language-menu .language .sub-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation .sm-menu {
  position: fixed;
  left: 0;
  top: 62px;
  height: -webkit-calc(100vh - 62px);
  height: calc(100vh - 62px);
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
}
@media (min-width: 576px) {
  .navigation .sm-menu {
    top: 94px;
    height: -webkit-calc(100vh - 94px);
    height: calc(100vh - 94px);
  }
}
.navigation .sm-menu .menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: left 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: left 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 300ms cubic-bezier(0.77, 0, 0.175, 1);
  padding: 1rem 2rem;
}
.navigation .sm-menu .menu > li > a {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #0c0c0c;
  border-bottom: 1px solid #dcdcdc;
  padding: 1.25rem 0;
}
.navigation .sm-menu .menu > li > a svg {
  width: 15px;
}
.navigation .sm-menu .menu > li.current_page_parent > a,
.navigation .sm-menu .menu > li.current-menu-item > a {
  color: #b02543;
}
.navigation .sm-menu .menu > li.current_page_parent > a svg,
.navigation .sm-menu .menu > li.current-menu-item > a svg {
  fill: #b02543;
}
.navigation .sm-menu .menu > li .sub-menu {
  position: absolute;
  top: 0;
  left: 100vw;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  visibility: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  padding: 1rem 2rem;
}
.navigation .sm-menu .menu > li .sub-menu--header {
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation .sm-menu .menu > li .sub-menu--header .title {
  color: #b02543;
  font-size: 1.3rem;
  margin-left: 20px;
  font-weight: 700;
}
.navigation .sm-menu .menu > li .sub-menu--header .icon {
  width: inherit;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation .sm-menu .menu > li .sub-menu--header .icon svg {
  height: 24px;
  fill: #b02543;
}
.navigation .sm-menu .menu > li .sub-menu > li > a {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #0c0c0c;
  border-bottom: 1px solid #dcdcdc;
  padding: 1.25rem 0;
}
.navigation .sm-menu .menu > li .sub-menu > li > a svg {
  width: 15px;
}
.navigation .sm-menu .menu > li .sub-menu > li.current-menu-item > a {
  color: #b02543;
}
.navigation .sm-menu .menu > li .sub-menu > li.current-menu-item > a svg {
  fill: #b02543;
}
.navigation .sm-menu .menu > li.is-active .sub-menu {
  left: 100vw;
  visibility: hidden;
}
@media screen and (max-width: 992px) {
  .navigation .sm-menu .menu > li.is-active .sub-menu {
    visibility: visible;
  }
}
.navigation .sm-menu .menu.is-to-slide-left {
  left: -100vw;
}
.navigation .sm-menu.is-active {
  display: none;
}
@media screen and (max-width: 992px) {
  .navigation .sm-menu.is-active {
    display: block;
  }
}

.scroll-up .md-navigation {
  -webkit-transform: translate3d(0, -45px, 0);
  transform: translate3d(0, -45px, 0);
}

.scroll-down .md-navigation {
  -webkit-transform: translate3d(0, -webkit-calc((100% + 45px) * -1), 0);
  transform: translate3d(0, calc((100% + 45px) * -1), 0);
}

.scroll-down .md-navigation,
.scroll-up .md-navigation {
  background-color: #ffffff !important;
}
.scroll-down .md-navigation.transparent nav ul li > a,
.scroll-up .md-navigation.transparent nav ul li > a {
  color: #0c0c0c;
}
.scroll-down .md-navigation.transparent nav ul li.current-menu-item > a,
.scroll-down .md-navigation.transparent nav ul li.current-menu-ancestor > a,
.scroll-down .md-navigation.transparent nav ul li.current-menu-parent > a,
.scroll-up .md-navigation.transparent nav ul li.current-menu-item > a,
.scroll-up .md-navigation.transparent nav ul li.current-menu-ancestor > a,
.scroll-up .md-navigation.transparent nav ul li.current-menu-parent > a {
  color: #b02543;
}
.scroll-down .md-navigation.transparent .logo,
.scroll-up .md-navigation.transparent .logo {
  /* background-image: url(../svg/logo-color.svg); */
  background-image: url(../images/resmed_h_pos_clr_rgb_250121.png);
}

.navigation .stem-wrapper {
  height: 50px;
  width: 100%;
  background: #dadada;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .navigation .stem-wrapper {
    display: none;
  }
}
.navigation .stem-wrapper .stem-menu {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  opacity: 1;
  visibility: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0s all ease-in-out;
  -o-transition: 0s all ease-in-out;
  transition: 0s all ease-in-out;
  max-width: 1010px;
  margin: 0 auto;
}
.navigation .stem-wrapper .stem-menu li {
  width: auto;
  margin-right: 5px;
}
.navigation .stem-wrapper .stem-menu li:last-child a {
  padding-right: 0px;
}
.navigation .stem-wrapper .stem-menu li a {
  background-image: none;
  border-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
  padding: 1em 1.3em 0.76em 0;
}
.navigation .stem-wrapper .stem-menu li.current-menu-item > a {
  color: #4156a6;
}

.page {
  padding-top: 62px;
}
@media (min-width: 576px) {
  .page {
    padding-top: 94px;
  }
}
@media (min-width: 992px) {
  .page {
    padding-top: 0;
  }
}
.page.is-front-page section.feature {
  padding-top: 0 !important;
}

section .has-background > .container {
  margin-bottom: 0;
}
section.first-section .has-background > .container {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  section.first-section .has-background > .container {
    margin-bottom: -60px;
  }
}
section .content a:not([class]) {
  color: #1788c3;
}
section .content a:not([class]):hover {
  color: #003967;
}
section .content p {
  margin-bottom: 1em;
}
section .content h2 {
  margin-bottom: 0.5em;
}
section .content p + h2,
section .content ol + h2 {
  margin-top: 1.25em;
}
section .content h3,
section .content h4 {
  margin-bottom: 1em;
}
section .content .wp-caption {
  max-width: 100%;
}
section .content .wp-caption-text {
  padding-top: 0.5em;
  padding-bottom: 1em;
  font-weight: 600;
}
section .content .aligncenter {
  margin: 0 auto;
}
section .content blockquote {
  margin-top: 1.5em;
  padding: 0px 0px 0px 30px;
  border-left: 5px solid #b02543;
}
section .intro-container {
  padding-bottom: 30px;
}
section .intro-container p {
  margin-top: 1.2rem;
}
section ol {
  counter-reset: dcb-counter;
  list-style: none;
  padding-left: 32px;
}
section ol li {
  margin: 0 0 0.5rem 0;
  counter-increment: dcb-counter;
  position: relative;
  padding: 1rem 0;
}
section ol li:before {
  content: counter(dcb-counter);
  color: #0c0c0c;
  font-size: 0.9rem;
  position: absolute;
  --size: 22px;
  left: -webkit-calc(-1 * var(--size) - 12px);
  left: calc(-1 * var(--size) - 12px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 1rem;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #91a3b0;
}
section ol li:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background: #dcdcdc;
  bottom: 0;
  left: -32px;
}
section ol li:last-child:after {
  height: 0;
}
section .text-color-white ol li:before {
  color: #ffffff;
}
section .text-color-white a:not([class]) {
  color: #ffffff;
  text-decoration: underline;
}
section .text-color-white a:not([class]):hover {
  color: #ffffff;
}
section .text-color-white blockquote {
  border-left-color: #ffffff;
}
section ul {
  padding-left: 20px;
}
section ul li {
  padding: 0 0 1rem;
}
section h2.no-eyebrow {
  margin-top: 1em;
}
section h2.no-eyebrow:before {
  height: 0;
  background: transparent;
}
section.feature {
  padding-top: 0;
  position: relative;
}
section.feature.has-gradient .hero-bg::before {
  content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#000)
  );
  background-image: -webkit-linear-gradient(top, transparent, #000);
  background-image: -o-linear-gradient(top, transparent, #000);
  background-image: linear-gradient(180deg, transparent, #000);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
section.feature .embed-responsive {
  overflow: visible;
}
section.feature .embed-responsive .hero-bg {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  opacity: 0.7;
}
section.feature .wrapper {
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
section.feature.feature_fullwidth h1 + p {
  margin-top: 1em;
}
section.feature.feature_fullwidth h2 {
  font-size: 1.938rem;
  margin: 0 0 0.325rem;
}
@media (min-width: 576px) {
  section.feature.feature_fullwidth h2 {
    font-size: 2.375rem;
  }
}
@media (min-width: 992px) {
  section.feature.feature_fullwidth h2 {
    font-size: 3.375rem;
  }
}
section.feature.feature_fullwidth h3 {
  font-size: 1.5em;
  font-weight: 300;
  margin-top: 0.5em;
}
@media (min-width: 576px) {
  section.feature.feature_fullwidth h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  section.feature.feature_fullwidth h3 {
    font-size: 2.3rem;
  }
}
section.feature .placement-right h2:before,
section.feature .placement-left h2:before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
section.feature .content {
  padding-top: 1rem !important;
  padding-bottom: 2rem !important;
}
section.feature h4 {
  font-size: 1.125rem;
  line-height: 1.2;
  font-family: cern-bold, sans-serif;
  margin: 0 0 1em;
}
@media (min-width: 768px) {
  section.feature h4 {
    font-size: 1.313rem;
  }
}

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

.section {
  position: relative;
  padding: 40px 0px;
}
@media only screen and (min-width: 48em) {
  .section {
    padding: 100px 0px;
  }
}
.section.has-background {
  padding: 180px 0px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: none;
}
.section.has-gradient.has-background::before {
  content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.4)),
    to(#000)
  );
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), #000);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.4), #000);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), #000);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.section.has-gradient.has-background .container {
  position: relative;
  z-index: 2;
}

.call-to-action {
  padding-top: 20px;
}
.call-to-action .btn {
  max-width: 100%;
}
.call-to-action .btn + .btn {
  margin-top: 10px;
}

.bg-white {
  background: #ffffff;
}

.bg-bg--1 {
  background: #e8e6e9;
}

.bg-bg--2 {
  background: #f3f6f8;
}

.bg-bg--3 {
  background: #f0efef;
}

.bg-bg--4 {
  background: #edf3f9;
}

.bg-bg--5 {
  background: #eeeced;
}

.bg-bg--6 {
  background: #f4faff;
}

.bg-grey-10 {
  background: #eff4f8;
}

.bg-grey-15 {
  background: #e2eaf0;
}

.bg-grey-20 {
  background: #dcdcdc;
}

.bg-grey-30 {
  background: #b6c7d4;
}

.bg-grey-50 {
  background: #91a3b0;
}

.bg-grey-70 {
  background: #5b6b7c;
}

.bg-grey-85 {
  background: #3f4f5f;
}

.bg-dark-grey {
  background: #232323;
}

.bg-black {
  background: #0c0c0c;
}

.bg-action-red {
  background: #b02543;
}

.bg-sa-purple {
  background: #612f8c;
}

.bg-pulse-blue {
  background: #1788c3;
}

.bg-pulse-red {
  background: #dd2726;
}

.bg-sc2-blue {
  background: #4156a6;
}

.bg-sc3-blue {
  background: #1975bc;
}

.bg-sc4-blue-grey {
  background: #232b35;
}

.bg-green {
  background: #30b349;
}

.bg-gradient {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eeeeee),
    to(#dadae7)
  );
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #dadae7 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #dadae7 100%);
  background-image: linear-gradient(180deg, #eeeeee 0%, #dadae7 100%);
}

.bg-white + .bg-white {
  padding-top: 0;
}

.bg-bg--1 + .bg-bg--1 {
  padding-top: 0;
}

.bg-bg--2 + .bg-bg--2 {
  padding-top: 0;
}

.bg-bg--3 + .bg-bg--3 {
  padding-top: 0;
}

.bg-bg--4 + .bg-bg--4 {
  padding-top: 0;
}

.bg-bg--5 + .bg-bg--5 {
  padding-top: 0;
}

.bg-bg--6 + .bg-bg--6 {
  padding-top: 0;
}

.bg-grey-10 + .bg-grey-10 {
  padding-top: 0;
}

.bg-grey-15 + .bg-grey-15 {
  padding-top: 0;
}

.bg-grey-20 + .bg-grey-20 {
  padding-top: 0;
}

.bg-grey-30 + .bg-grey-30 {
  padding-top: 0;
}

.bg-grey-50 + .bg-grey-50 {
  padding-top: 0;
}

.bg-grey-70 + .bg-grey-7 {
  padding-top: 0;
}

.bg-grey-85 + .bg-grey-85 {
  padding-top: 0;
}

.bg-dark-grey + .bg-dark-grey {
  padding-top: 0;
}

.bg-black + .bg-black {
  padding-top: 0;
}

.bg-action-red + .bg-action-red {
  padding-top: 0;
}

.bg-sa-purple + .bg-sa-purple {
  padding-top: 0;
}

.bg-pulse-blue + .bg-pulse-blue {
  padding-top: 0;
}

.bg-pulse-red + .bg-pulse-red {
  padding-top: 0;
}

.bg-sc2-blue + .bg-sc2-blue {
  padding-top: 0;
}

.bg-sc3-blue + .bg-sc3-blue {
  padding-top: 0;
}

.bg-sc4-blue-grey + .bg-sc4-blue-gre {
  padding-top: 0;
}

.bg-gradient + .bg-gradient {
  padding-top: 0;
}

.bg-green + .bg-green {
  padding-top: 0;
}

footer {
  /* background-color: #003967; */
  background-color: #000;
  padding-bottom: 4rem;
}
footer * {
  color: #ffffff;
}
footer nav.directory-pages {
  padding: 3rem 2rem;
  display: none;
}
footer nav.directory-pages ul li {
  line-height: 1.8;
}
footer nav.directory-pages ul li a {
  opacity: 0.825;
  font-size: 0.875rem;
}
footer nav.company-pages hr {
  margin: 0 0 2rem;
  /* border-top: 3px solid #003967; */
  border-top: 3px solid #000;
  height: 1px;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
footer nav.company-pages ul {
  text-align: center;
  margin: 0 auto;
  line-height: 1.8;
}
@media (min-width: 768px) {
  footer nav.company-pages ul {
    text-align: left;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}
@media (min-width: 992px) {
  footer nav.company-pages ul {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
}
@media (min-width: 1200px) {
  footer nav.company-pages ul {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
footer nav.company-pages ul li {
  margin-bottom: 1rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  footer nav.company-pages ul li {
    margin-bottom: 0;
  }
}
footer nav.company-pages .social-media {
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  footer nav.company-pages .social-media {
    margin-top: 3rem;
  }
}
footer nav.company-pages .social-media ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  footer nav.company-pages .social-media ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
footer nav.company-pages .social-media ul li {
  margin: 0 0.625rem;
}
footer nav.company-pages .social-media a.social-media-icon {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
footer nav.company-pages .social-media a.social-media-icon.facebook {
  background-image: url(../svg/facebook.svg);
}
footer nav.company-pages .social-media a.social-media-icon.twitter {
  background-image: url(../svg/twitter.svg);
}
footer nav.company-pages .social-media a.social-media-icon.linkedin {
  background-image: url(../svg/linkedin.svg);
}
footer nav.company-pages .social-media a.social-media-icon.youtube {
  background-image: url(../svg/youtube.svg);
}
footer nav.company-pages .copyright-disclaimers p {
  text-align: center;
  opacity: 0.75;
  font-size: 0.688rem;
  line-height: 1.4;
}
@media (min-width: 992px) {
  footer nav.company-pages .copyright-disclaimers p {
    text-align: right;
    float: right;
  }
}
footer nav h5 {
  position: relative;
  padding-top: 1.25rem;
}
footer nav h5:after {
  content: "";
  width: 2rem;
  border-top: 3px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
footer nav h5 a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 1rem;
}
footer nav ul {
  list-style: none;
  line-height: 1.8;
}
footer nav ul li a {
  font-size: 0.875rem;
}
footer nav ul li a:not(.social-media-icon) {
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer nav ul li a:not(.social-media-icon):hover {
  color: #b6c7d4;
}
