/*!
 * OneDomain components to include starts here
 */

.d-none {
  display: none!important
}

.d-inline {
  display: inline!important
}

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

.d-block {
  display: block!important
}

.d-table {
  display: table!important
}

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

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

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

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

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

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

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

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

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

.flex-column,
.flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row!important;
  flex-direction: row!important
}

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

.flex-column-reverse,
.flex-row-reverse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:480px) {
  .flex-sm-column,
  .flex-sm-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-sm-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-sm-column-reverse,
  .flex-sm-row-reverse {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }
  .justify-content-sm-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-sm-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-sm-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .align-items-sm-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-sm-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-sm-center {
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
  }
  .align-self-sm-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }
  .align-self-sm-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }
  .align-self-sm-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
  }
}

@media (min-width:768px) {
  .flex-md-column,
  .flex-md-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-md-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-md-column-reverse,
  .flex-md-row-reverse {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }
  .justify-content-md-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-md-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-md-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-md-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .align-items-md-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-md-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-md-center {
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-md-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
  }
  .align-self-md-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }
  .align-self-md-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }
  .align-self-md-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
  }
}

@media (min-width:992px) {
  .flex-lg-column,
  .flex-lg-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-lg-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-lg-column-reverse,
  .flex-lg-row-reverse {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }
  .justify-content-lg-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-lg-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-lg-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .align-items-lg-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-lg-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-lg-center {
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
  }
  .align-self-lg-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }
  .align-self-lg-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }
  .align-self-lg-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
  }
}

@media (min-width:1280px) {
  .flex-xl-column,
  .flex-xl-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-xl-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-xl-column-reverse,
  .flex-xl-row-reverse {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }
  .justify-content-xl-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-xl-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-xl-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .align-items-xl-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-xl-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-xl-center {
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
  }
  .align-self-xl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }
  .align-self-xl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }
  .align-self-xl-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
  }
}

@media (min-width:768px) {
  .hero--squircle-1 .promo__content,
  .promo--squircle-1 .promo__content {
    border-top-left-radius: unset;
    border-top-right-radius: 2px;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: 2px
  }
  .hero--squircle-2 .promo__content,
  .promo--squircle-2 .promo__content {
    border-top-left-radius: unset;
    border-top-right-radius: 20px;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: 20px
  }
  .hero--squircle-3 .promo__content,
  .promo--squircle-3 .promo__content {
    border-top-left-radius: unset;
    border-top-right-radius: 30px;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: 30px
  }
  .hero--squircle-4 .promo__content,
  .promo--squircle-4 .promo__content {
    border-top-left-radius: unset;
    border-top-right-radius: 40px;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: 40px
  }
  .hero--squircle-5 .promo__content,
  .promo--squircle-5 .promo__content {
    border-top-left-radius: unset;
    border-top-right-radius: 50px;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: 50px
  }
}

@keyframes appear {
  to {
    opacity: 1
  }
}

@keyframes scaleSmall {
  0%,
  to {
    transform: scale(1)
  }
  25% {
    transform: scale(.75)
  }
  75% {
    transform: scale(1.2)
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

.cid-violet {
  background: #745184
}

.cid-violet .icon-checkmark {
  fill: #4a3455
}

.cid-white {
  background: #dbdbcc
}

.cid-white .icon-checkmark {
  fill: #bbbb9f
}

.cid-yellow {
  background: #ffec00
}

.cid-yellow .icon-checkmark {
  fill: #b3a500
}

.cid-red {
  background: #e4032f
}

.cid-red .icon-checkmark {
  fill: #98021f
}

.cid-cool {
  background: #8f9293
}

.cid-cool .icon-checkmark {
  fill: #696c6d
}

.cid-gold {
  background: #ffcd00
}

.cid-gold .icon-checkmark {
  fill: #b39000
}

.cid-green {
  background: #3f993f
}

.cid-green .icon-checkmark {
  fill: #296329
}

.cid-lime {
  background: #b7ce0d
}

.cid-lime .icon-checkmark {
  fill: #778608
}

.cid-warm {
  background: #c1b28b
}

.cid-warm .icon-checkmark {
  fill: #a69159
}

.cid-orange {
  background: #f28e16
}

.cid-orange .icon-checkmark {
  fill: #b2650a
}

.cid-blue {
  background: #4376a3
}

.cid-blue .icon-checkmark {
  fill: #2d4f6d
}

.cid-teal {
  background: #2faf9f
}

.cid-teal .icon-checkmark {
  fill: #1f7368
}

.bg-white {
  background-color: #fff
}

.onedomain-component ol,
.onedomain-component ul {
  margin: 0;
  padding: 0
}

.h1+.subtitle,
.h2+.subtitle,
.h3+.subtitle,
.h4+.subtitle,
.h5+.subtitle,
.h6+.subtitle,
h1+.subtitle,
h2+.subtitle,
h3+.subtitle,
h4+.subtitle,
h5+.subtitle,
h6+.subtitle {
  margin-top: -.5em
}

.h1.title-divider,
.h2.title-divider,
.h3.title-divider,
.h4.title-divider,
.h5.title-divider,
.h6.title-divider,
h1.title-divider,
h2.title-divider,
h3.title-divider,
h4.title-divider,
h5.title-divider,
h6.title-divider {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: auto;
  color: #666;
  margin-bottom: 2.4rem
}

@media (min-width:480px) {
  .h1.title-divider,
  .h2.title-divider,
  .h3.title-divider,
  .h4.title-divider,
  .h5.title-divider,
  .h6.title-divider,
  h1.title-divider,
  h2.title-divider,
  h3.title-divider,
  h4.title-divider,
  h5.title-divider,
  h6.title-divider {
    margin-bottom: 3.6rem
  }
}

@media (min-width:992px) {
  .h1.title-divider,
  .h2.title-divider,
  .h3.title-divider,
  .h4.title-divider,
  .h5.title-divider,
  .h6.title-divider,
  h1.title-divider,
  h2.title-divider,
  h3.title-divider,
  h4.title-divider,
  h5.title-divider,
  h6.title-divider {
    width: 60%
  }
}

.h1.title-divider:after,
.h1.title-divider:before,
.h2.title-divider:after,
.h2.title-divider:before,
.h3.title-divider:after,
.h3.title-divider:before,
.h4.title-divider:after,
.h4.title-divider:before,
.h5.title-divider:after,
.h5.title-divider:before,
.h6.title-divider:after,
.h6.title-divider:before,
h1.title-divider:after,
h1.title-divider:before,
h2.title-divider:after,
h2.title-divider:before,
h3.title-divider:after,
h3.title-divider:before,
h4.title-divider:after,
h4.title-divider:before,
h5.title-divider:after,
h5.title-divider:before,
h6.title-divider:after,
h6.title-divider:before {
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  content: '\a0';
  background-color: #a9a9a9;
  position: relative;
  top: .6em
}

.h1.title-divider:before,
.h2.title-divider:before,
.h3.title-divider:before,
.h4.title-divider:before,
.h5.title-divider:before,
.h6.title-divider:before,
h1.title-divider:before,
h2.title-divider:before,
h3.title-divider:before,
h4.title-divider:before,
h5.title-divider:before,
h6.title-divider:before {
  margin-right: 16px
}

.h1.title-divider:after,
.h2.title-divider:after,
.h3.title-divider:after,
.h4.title-divider:after,
.h5.title-divider:after,
.h6.title-divider:after,
h1.title-divider:after,
h2.title-divider:after,
h3.title-divider:after,
h4.title-divider:after,
h5.title-divider:after,
h6.title-divider:after {
  margin-left: 16px
}

.h1,
h1 {
  margin-bottom: .8rem
}

@media (min-width:480px) {
  .h1,
  h1 {
    margin-bottom: 1.2rem
  }
}

.h1:last-child,
h1:last-child {
  margin-bottom: 0
}

@media (min-width:480px) {
  .h1:last-child,
  h1:last-child {
    margin-bottom: 0
  }
}

.h1:only-child,
h1:only-child {
  margin-bottom: 0
}

@media (min-width:480px) {
  .h1:only-child,
  h1:only-child {
    margin-bottom: 0
  }
}

.h2,
h2 {
  margin-bottom: .4rem
}

@media (min-width:480px) {
  .h2,
  h2 {
    margin-bottom: .8rem
  }
}

.h2:last-child,
h2:last-child {
  margin-bottom: 0
}

@media (min-width:480px) {
  .h2:last-child,
  h2:last-child {
    margin-bottom: 0
  }
}

.h2:only-child,
h2:only-child {
  margin-bottom: 0
}

@media (min-width:480px) {
  .h2:only-child,
  h2:only-child {
    margin-bottom: 0
  }
}

.h3,
h3 {
  margin-bottom: 1.6rem
}

@media (min-width:480px) {
  .h3,
  h3 {
    margin-bottom: 2rem
  }
}

.h3:last-child,
h3:last-child {
  margin-bottom: 0
}

@media (min-width:480px) {
  .h3:last-child,
  h3:last-child {
    margin-bottom: 0
  }
}

.h3:only-child,
h3:only-child {
  margin-bottom: 0
}

@media (min-width:480px) {
  .h3:only-child,
  h3:only-child {
    margin-bottom: 0
  }
}

.h4,
h4 {
  margin-bottom: .4rem
}

@media (min-width:480px) {
  .h4,
  h4 {
    margin-bottom: .8rem
  }
}

.h4:last-child,
h4:last-child {
  margin-bottom: 0
}

@media (min-width:480px) {
  .h4:last-child,
  h4:last-child {
    margin-bottom: 0
  }
}

.h4:only-child,
h4:only-child {
  margin-bottom: 0
}

@media (min-width:480px) {
  .h4:only-child,
  h4:only-child {
    margin-bottom: 0
  }
}

.h5,
h5 {
  margin-bottom: .4rem
}

@media (min-width:480px) {
  .h5,
  h5 {
    margin-bottom: .8rem
  }
}

.h5:last-child,
h5:last-child {
  margin-bottom: 0
}

@media (min-width:480px) {
  .h5:last-child,
  h5:last-child {
    margin-bottom: 0
  }
}

.h5:only-child,
h5:only-child {
  margin-bottom: 0
}

@media (min-width:480px) {
  .h5:only-child,
  h5:only-child {
    margin-bottom: 0
  }
}

.h6,
h6 {
  margin-bottom: .8rem
}

@media (min-width:480px) {
  .h6,
  h6 {
    margin-bottom: 1.2rem
  }
}

.h6:last-child,
h6:last-child {
  margin-bottom: 0
}

@media (min-width:480px) {
  .h6:last-child,
  h6:last-child {
    margin-bottom: 0
  }
}

.h6:only-child,
h6:only-child {
  margin-bottom: 0
}

@media (min-width:480px) {
  .h6:only-child,
  h6:only-child {
    margin-bottom: 0
  }
}

p {
  font-size: 1.6rem;
  line-height: 2.4rem
}

.introduction {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400
}

@media (min-width:480px) {
  .introduction {
    font-size: 2.1rem;
    line-height: 3rem
  }
}

.pretitle,
.subtitle {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 600
}

@media (min-width:480px) {
  .pretitle,
  .subtitle {
    font-size: 1.8rem;
    line-height: 2.2rem
  }
}

.font--small,
.simple-webform__submit__privacy-section,
small {
  font-size: 1.2rem;
  line-height: 1.6rem
}

.onedomain-component .vr-margin-0 {
  margin-top: 0!important;
  margin-bottom: 0!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
}

.onedomain-component .vr-margin-1 {
  margin-top: .4rem!important;
  margin-bottom: .4rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-1 {
    margin-top: .4rem!important;
    margin-bottom: .4rem!important
  }
}

.onedomain-component .vr-margin-2 {
  margin-top: .4rem!important;
  margin-bottom: .4rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-2 {
    margin-top: .8rem!important;
    margin-bottom: .8rem!important
  }
}

.onedomain-component .vr-margin-3 {
  margin-top: .8rem!important;
  margin-bottom: .8rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-3 {
    margin-top: 1.2rem!important;
    margin-bottom: 1.2rem!important
  }
}

.onedomain-component .vr-margin-4 {
  margin-top: 1.2rem!important;
  margin-bottom: 1.2rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-4 {
    margin-top: 1.6rem!important;
    margin-bottom: 1.6rem!important
  }
}

.onedomain-component .vr-margin-5 {
  margin-top: 1.6rem!important;
  margin-bottom: 1.6rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-5 {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important
  }
}

.onedomain-component .vr-margin-6 {
  margin-top: 2rem!important;
  margin-bottom: 2rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-6 {
    margin-top: 2.4rem!important;
    margin-bottom: 2.4rem!important
  }
}

.onedomain-component .vr-margin-7 {
  margin-top: 2.4rem!important;
  margin-bottom: 2.4rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-7 {
    margin-top: 3.6rem!important;
    margin-bottom: 3.6rem!important
  }
}

.onedomain-component .vr-margin-8 {
  margin-top: 3.6rem!important;
  margin-bottom: 3.6rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-8 {
    margin-top: 4.8rem!important;
    margin-bottom: 4.8rem!important
  }
}

.onedomain-component .vr-margin-9 {
  margin-top: 4.8rem!important;
  margin-bottom: 4.8rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-9 {
    margin-top: 6rem!important;
    margin-bottom: 6rem!important
  }
}

.onedomain-component .vr-margin-10 {
  margin-top: 6rem!important;
  margin-bottom: 6rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-10 {
    margin-top: 7.2rem!important;
    margin-bottom: 7.2rem!important
  }
}

.onedomain-component .vr-margin-top-0,
html[data-smartbanner-original-margin-top] {
  margin-top: 0!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-top-0 {
    margin-top: 0!important
  }
}

.onedomain-component .vr-margin-top-1 {
  margin-top: .4rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-top-1 {
    margin-top: .4rem!important
  }
}

.onedomain-component .vr-margin-top-2 {
  margin-top: .4rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-top-2 {
    margin-top: .8rem!important
  }
}

.onedomain-component .vr-margin-top-3 {
  margin-top: .8rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-top-3 {
    margin-top: 1.2rem!important
  }
}

.onedomain-component .vr-margin-top-4 {
  margin-top: 1.2rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-top-4 {
    margin-top: 1.6rem!important
  }
}

.onedomain-component .vr-margin-top-5 {
  margin-top: 1.6rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-top-5 {
    margin-top: 2rem!important
  }
}

.onedomain-component .vr-margin-top-6 {
  margin-top: 2rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-top-6 {
    margin-top: 2.4rem!important
  }
}

.onedomain-component .vr-margin-top-7 {
  margin-top: 2.4rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-top-7 {
    margin-top: 3.6rem!important
  }
}

.onedomain-component .vr-margin-top-8 {
  margin-top: 3.6rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-top-8 {
    margin-top: 4.8rem!important
  }
}

.onedomain-component .vr-margin-top-9 {
  margin-top: 4.8rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-top-9 {
    margin-top: 6rem!important
  }
}

.onedomain-component .vr-margin-top-10 {
  margin-top: 6rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-top-10 {
    margin-top: 7.2rem!important
  }
}

.onedomain-component .vr-margin-bottom-0 {
  margin-bottom: 0!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-bottom-0 {
    margin-bottom: 0!important
  }
}

.onedomain-component .vr-margin-bottom-1 {
  margin-bottom: .4rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-bottom-1 {
    margin-bottom: .4rem!important
  }
}

.onedomain-component .vr-margin-bottom-2 {
  margin-bottom: .4rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-bottom-2 {
    margin-bottom: .8rem!important
  }
}

.onedomain-component .vr-margin-bottom-3 {
  margin-bottom: .8rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-bottom-3 {
    margin-bottom: 1.2rem!important
  }
}

.onedomain-component .vr-margin-bottom-4 {
  margin-bottom: 1.2rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-bottom-4 {
    margin-bottom: 1.6rem!important
  }
}

.onedomain-component .vr-margin-bottom-5 {
  margin-bottom: 1.6rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-bottom-5 {
    margin-bottom: 2rem!important
  }
}

.onedomain-component .vr-margin-bottom-6 {
  margin-bottom: 2rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-bottom-6 {
    margin-bottom: 2.4rem!important
  }
}

.onedomain-component .vr-margin-bottom-7 {
  margin-bottom: 2.4rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-bottom-7 {
    margin-bottom: 3.6rem!important
  }
}

.onedomain-component .vr-margin-bottom-8 {
  margin-bottom: 3.6rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-bottom-8 {
    margin-bottom: 4.8rem!important
  }
}

.onedomain-component .vr-margin-bottom-9 {
  margin-bottom: 4.8rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-bottom-9 {
    margin-bottom: 6rem!important
  }
}

.onedomain-component .vr-margin-bottom-10 {
  margin-bottom: 6rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-margin-bottom-10 {
    margin-bottom: 7.2rem!important
  }
}

.onedomain-component .vr-padding-0 {
  padding-top: 0!important;
  padding-bottom: 0!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
}

.onedomain-component .vr-padding-1 {
  padding-top: .4rem!important;
  padding-bottom: .4rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-1 {
    padding-top: .4rem!important;
    padding-bottom: .4rem!important
  }
}

.onedomain-component .vr-padding-2 {
  padding-top: .4rem!important;
  padding-bottom: .4rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-2 {
    padding-top: .8rem!important;
    padding-bottom: .8rem!important
  }
}

.onedomain-component .vr-padding-3 {
  padding-top: .8rem!important;
  padding-bottom: .8rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-3 {
    padding-top: 1.2rem!important;
    padding-bottom: 1.2rem!important
  }
}

.onedomain-component .vr-padding-4 {
  padding-top: 1.2rem!important;
  padding-bottom: 1.2rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-4 {
    padding-top: 1.6rem!important;
    padding-bottom: 1.6rem!important
  }
}

.onedomain-component .vr-padding-5 {
  padding-top: 1.6rem!important;
  padding-bottom: 1.6rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-5 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important
  }
}

.onedomain-component .vr-padding-6 {
  padding-top: 2rem!important;
  padding-bottom: 2rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-6 {
    padding-top: 2.4rem!important;
    padding-bottom: 2.4rem!important
  }
}

.onedomain-component .vr-padding-7 {
  padding-top: 2.4rem!important;
  padding-bottom: 2.4rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-7 {
    padding-top: 3.6rem!important;
    padding-bottom: 3.6rem!important
  }
}

.onedomain-component .vr-padding-8 {
  padding-top: 3.6rem!important;
  padding-bottom: 3.6rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-8 {
    padding-top: 4.8rem!important;
    padding-bottom: 4.8rem!important
  }
}

.onedomain-component .vr-padding-9 {
  padding-top: 4.8rem!important;
  padding-bottom: 4.8rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-9 {
    padding-top: 6rem!important;
    padding-bottom: 6rem!important
  }
}

.onedomain-component .vr-padding-10 {
  padding-top: 6rem!important;
  padding-bottom: 6rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-10 {
    padding-top: 7.2rem!important;
    padding-bottom: 7.2rem!important
  }
}

.onedomain-component .vr-padding-top-0 {
  padding-top: 0!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-top-0 {
    padding-top: 0!important
  }
}

.onedomain-component .vr-padding-top-1 {
  padding-top: .4rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-top-1 {
    padding-top: .4rem!important
  }
}

.onedomain-component .vr-padding-top-2 {
  padding-top: .4rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-top-2 {
    padding-top: .8rem!important
  }
}

.onedomain-component .vr-padding-top-3 {
  padding-top: .8rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-top-3 {
    padding-top: 1.2rem!important
  }
}

.onedomain-component .vr-padding-top-4 {
  padding-top: 1.2rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-top-4 {
    padding-top: 1.6rem!important
  }
}

.onedomain-component .vr-padding-top-5 {
  padding-top: 1.6rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-top-5 {
    padding-top: 2rem!important
  }
}

.onedomain-component .vr-padding-top-6 {
  padding-top: 2rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-top-6 {
    padding-top: 2.4rem!important
  }
}

.onedomain-component .vr-padding-top-7 {
  padding-top: 2.4rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-top-7 {
    padding-top: 3.6rem!important
  }
}

.onedomain-component .vr-padding-top-8 {
  padding-top: 3.6rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-top-8 {
    padding-top: 4.8rem!important
  }
}

.onedomain-component .vr-padding-top-9 {
  padding-top: 4.8rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-top-9 {
    padding-top: 6rem!important
  }
}

.onedomain-component .vr-padding-top-10 {
  padding-top: 6rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-top-10 {
    padding-top: 7.2rem!important
  }
}

.onedomain-component .vr-padding-bottom-0 {
  padding-bottom: 0!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-bottom-0 {
    padding-bottom: 0!important
  }
}

.onedomain-component .vr-padding-bottom-1 {
  padding-bottom: .4rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-bottom-1 {
    padding-bottom: .4rem!important
  }
}

.onedomain-component .vr-padding-bottom-2 {
  padding-bottom: .4rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-bottom-2 {
    padding-bottom: .8rem!important
  }
}

.onedomain-component .vr-padding-bottom-3 {
  padding-bottom: .8rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-bottom-3 {
    padding-bottom: 1.2rem!important
  }
}

.onedomain-component .vr-padding-bottom-4 {
  padding-bottom: 1.2rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-bottom-4 {
    padding-bottom: 1.6rem!important
  }
}

.onedomain-component .vr-padding-bottom-5 {
  padding-bottom: 1.6rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-bottom-5 {
    padding-bottom: 2rem!important
  }
}

.onedomain-component .vr-padding-bottom-6 {
  padding-bottom: 2rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-bottom-6 {
    padding-bottom: 2.4rem!important
  }
}

.onedomain-component .vr-padding-bottom-7 {
  padding-bottom: 2.4rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-bottom-7 {
    padding-bottom: 3.6rem!important
  }
}

.onedomain-component .vr-padding-bottom-8 {
  padding-bottom: 3.6rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-bottom-8 {
    padding-bottom: 4.8rem!important
  }
}

.onedomain-component .vr-padding-bottom-9 {
  padding-bottom: 4.8rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-bottom-9 {
    padding-bottom: 6rem!important
  }
}

.onedomain-component .vr-padding-bottom-10 {
  padding-bottom: 6rem!important
}

@media (min-width:768px) {
  .onedomain-component .vr-padding-bottom-10 {
    padding-bottom: 7.2rem!important
  }
}

.onedomain-component .form-control {
  display: block;
  width: 100%;
  padding: .95rem 1.6rem;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cdcdcd;
  caret-color: #2fc48d;
  border-radius: 2px;
  font-family: "Open Sans", sans-serif, "Arial", sans-serif
}

.onedomain-component .form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.onedomain-component .form-control:focus {
  color: #01133b;
  background-color: #fff;
  border-color: #01133b;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), inset 0 1px 1px rgba(0, 0, 0, .075)
}

.onedomain-component .form-control:-ms-input-placeholder {
  color: #a9a9a9;
  font-family: "Open Sans", sans-serif, "Arial", sans-serif;
  font-style: italic;
  opacity: 1
}

.onedomain-component .form-control::placeholder {
  color: #a9a9a9;
  font-family: "Open Sans", sans-serif, "Arial", sans-serif;
  font-style: italic;
  opacity: 1
}

.onedomain-component .form-control:-ms-input-placeholder:hover:not(:disabled):not([readonly]) {
  color: rgba(0, 0, 0, .56)
}

.onedomain-component .form-control::placeholder:hover:not(:disabled):not([readonly]) {
  color: rgba(0, 0, 0, .56)
}

.onedomain-component .input-group:not(.input-group--counter) .form-control:disabled,
.onedomain-component .input-group:not(.input-group--counter) .form-control[readonly] {
  background-color: #f4f4f4;
  border: 1px solid #cdcdcd;
  color: #cdcdcd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  opacity: 1
}

.onedomain-component .input-group:not(.input-group--counter) .form-control:hover:not(:disabled):not([readonly]) {
  background-color: #fff;
  border: 1px solid #666;
  color: rgba(0, 0, 0, .56);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.onedomain-component .input-group:not(.input-group--counter) .form-control:focus:not(:disabled):not([readonly]) {
  background-color: #fff;
  border: 1px solid #01133b;
  color: #666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.onedomain-component .input-group.input-group--counter .form-control:focus {
  border-color: #cdcdcd
}

.onedomain-component select.form-control:focus::-ms-value {
  color: #666;
  background-color: #fff
}

.onedomain-component .form-control-file,
.onedomain-component .form-control-range {
  display: block;
  width: 100%
}

.onedomain-component .col-form-label {
  padding-top: calc(.95rem + 1px);
  padding-bottom: calc(.95rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 24px
}

.onedomain-component .col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 17.5px;
  line-height: 1.5
}

.onedomain-component .col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: 12.25px;
  line-height: 1.5
}

.onedomain-component .form-control-plaintext {
  display: block;
  width: 100%;
  font-size: 14px;
  padding-top: .95rem;
  padding-bottom: .95rem;
  margin-bottom: 0;
  line-height: 24px;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.onedomain-component .form-control-plaintext.form-control-lg,
.onedomain-component .form-control-plaintext.form-control-sm,
.onedomain-component .input-group-lg>.form-control-plaintext.form-control,
.onedomain-component .input-group-lg>.input-group-append>.form-control-plaintext.input-group-button,
.onedomain-component .input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.onedomain-component .input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-button,
.onedomain-component .input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.onedomain-component .input-group-sm>.form-control-plaintext.form-control,
.onedomain-component .input-group-sm>.input-group-append>.form-control-plaintext.input-group-button,
.onedomain-component .input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.onedomain-component .input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-button,
.onedomain-component .input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0
}

.onedomain-component .form-control-sm,
.onedomain-component .input-group-sm>.form-control,
.onedomain-component .input-group-sm>.input-group-append>.input-group-button,
.onedomain-component .input-group-sm>.input-group-append>.input-group-text,
.onedomain-component .input-group-sm>.input-group-prepend>.input-group-button,
.onedomain-component .input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem;
  font-size: 12.25px;
  line-height: 1.5;
  border-radius: 1px
}

.onedomain-component .input-group-sm>.input-group-append>select.input-group-button:not([size]):not([multiple]),
.onedomain-component .input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.onedomain-component .input-group-sm>.input-group-prepend>select.input-group-button:not([size]):not([multiple]),
.onedomain-component .input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.onedomain-component .input-group-sm>select.form-control:not([size]):not([multiple]),
.onedomain-component select.form-control-sm:not([size]):not([multiple]) {
  height: calc(calc(12.25px*1.5)calc(.25rem*2) + 2px)
}

.onedomain-component .form-control-lg,
.onedomain-component .input-group-lg>.form-control,
.onedomain-component .input-group-lg>.input-group-append>.input-group-button,
.onedomain-component .input-group-lg>.input-group-append>.input-group-text,
.onedomain-component .input-group-lg>.input-group-prepend>.input-group-button,
.onedomain-component .input-group-lg>.input-group-prepend>.input-group-text {
  padding: .5rem 1rem;
  font-size: 17.5px;
  line-height: 1.5;
  border-radius: 4px
}

.onedomain-component .input-group-lg>.input-group-append>select.input-group-button:not([size]):not([multiple]),
.onedomain-component .input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.onedomain-component .input-group-lg>.input-group-prepend>select.input-group-button:not([size]):not([multiple]),
.onedomain-component .input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.onedomain-component .input-group-lg>select.form-control:not([size]):not([multiple]),
.onedomain-component select.form-control-lg:not([size]):not([multiple]) {
  height: calc(calc(17.5px*1.5)calc(.5rem*2) + 2px)
}

.onedomain-component .form-group {
  margin-bottom: 15px
}

.onedomain-component .form-inline .form-group {
  margin-right: 1.6rem
}

.onedomain-component .form-inline .form-group:last-child {
  margin-right: unset
}

.onedomain-component .form-text {
  display: block
}

.onedomain-component .form-hyperlink {
  display: block;
  text-align: right;
  text-decoration: underline;
  margin-top: .6rem
}

.onedomain-component .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

.onedomain-component .form-row>.col,
.onedomain-component .form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}

.onedomain-component .form-group.has-danger .form-check .form-check-input:not(:disabled):not([readonly])+.form-check-label::before,
.onedomain-component .form-group.has-danger .form-check .form-check-input:not(:disabled):not([readonly]):hover+.form-check-label::before,
.onedomain-component .form-group.has-danger .form-control:not(:disabled):not([readonly]),
.onedomain-component .form-group.has-danger .form-control:not(:disabled):not([readonly]):hover,
.onedomain-component .form-group.has-error .form-check .form-check-input:not(:disabled):not([readonly])+.form-check-label::before,
.onedomain-component .form-group.has-error .form-check .form-check-input:not(:disabled):not([readonly]):hover+.form-check-label::before,
.onedomain-component .form-group.has-error .form-control:not(:disabled):not([readonly]),
.onedomain-component .form-group.has-error .form-control:not(:disabled):not([readonly]):hover {
  border-color: #d10013
}

.onedomain-component .form-group.has-danger .form-text.with-errors,
.onedomain-component .form-group.has-error .form-text.with-errors {
  color: #d10013;
  margin-top: .6rem;
  padding-bottom: .8rem;
  font-weight: 600
}

.onedomain-component .form-group.has-success .form-control:not(:disabled):not([readonly]),
.onedomain-component .form-group.has-success .form-control:not(:disabled):not([readonly]):hover {
  border-color: #00a78e
}

.onedomain-component .form-group.has-success .form-text.with-errors {
  color: #00a78e;
  margin-top: .6rem;
  padding-bottom: .8rem;
  font-weight: 600
}

.onedomain-component .form-check {
  position: relative;
  display: block;
  padding-left: 3.65rem;
  cursor: pointer
}

.onedomain-component .form-check.disabled {
  cursor: not-allowed
}

.onedomain-component .form-check.disabled .form-check-label:hover {
  color: #cdcdcd!important
}

.onedomain-component .form-check-input {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  pointer-events: none
}

.onedomain-component .form-check-label {
  cursor: pointer;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  font-weight: 500
}

.onedomain-component .form-check-label:hover:not(.disabled) {
  color: #00a78e!important
}

.onedomain-component .form-check input[type=radio]~.form-check-label::before {
  content: "";
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 100%;
  position: absolute;
  left: 0
}

.onedomain-component .form-check input[type=checkbox]~.form-check-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0
}

.onedomain-component .form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

.onedomain-component .form-check-inline .form-check-label::before {
  position: static;
  margin-top: 0;
  margin-right: .3125rem
}

.onedomain-component .form-check-label::before {
  display: block;
  color: #666;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-clip: padding-box;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  height: 2.4rem;
  width: 2.4rem
}

.onedomain-component .form-check-input:focus {
  color: #01133b;
  background-color: #fff;
  border-color: #01133b;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), inset 0 1px 1px rgba(0, 0, 0, .075)
}

.onedomain-component .form-check-input:disabled~.form-check-label,
.onedomain-component .form-check-input[readonly]~.form-check-label {
  color: #cdcdcd;
  cursor: not-allowed
}

.onedomain-component .form-check-input:disabled~.form-check-label::before,
.onedomain-component .form-check-input[readonly]~.form-check-label::before {
  background-color: #f4f4f4;
  border: 1px solid #cdcdcd;
  color: #cdcdcd;
  opacity: 1
}

.onedomain-component .form-check-input:focus:not(:disabled):not([readonly])~.form-check-label::before {
  background-color: #fff;
  color: #01133b
}

.onedomain-component .form-check-input[type=radio]:checked:not(:disabled):not([readonly])~.form-check-label::before {
  background-image: url(../../images/radio-on.png)
}

.onedomain-component .form-check-input[type=checkbox]:checked:not(:disabled):not([readonly])~.checkbox--pill.button--secondary,
.onedomain-component .form-check-input[type=checkbox]:checked:not(:disabled):not([readonly])~.radio--pill.button--secondary,
.onedomain-component .form-check-input[type=radio]:checked:not(:disabled):not([readonly])~.checkbox--pill.button--secondary,
.onedomain-component .form-check-input[type=radio]:checked:not(:disabled):not([readonly])~.radio--pill.button--secondary {
  background: linear-gradient(36deg, #00a78e 0%, #2fc48d 55px);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .1);
  color: #fff
}

.onedomain-component .form-check-input[type=checkbox]:checked:not(:disabled):not([readonly])~.form-check-label::before {
  background-image: url(../../images/checkbox-on.png)
}

.onedomain-component .form-check-input[type=radio]:disabled:checked~.form-check-label::before,
.onedomain-component .form-check-input[type=radio][readonly]:checked~.form-check-label::before {
  background-image: url(../../images/radio-on-disabled.png);
  border-color: #cdcdcd
}

.onedomain-component .form-check-input[type=checkbox]:disabled:checked~.form-check-label::before,
.onedomain-component .form-check-input[type=checkbox][readonly]:checked~.form-check-label::before {
  background-image: url(../../images/checkbox-on-disabled.png);
  border-color: #cdcdcd
}

.onedomain-component .valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #00a78e
}

.onedomain-component .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 167, 142, .8);
  border-radius: .2rem
}

.onedomain-component .custom-select.is-valid,
.onedomain-component .form-control.is-valid,
.was-validated .onedomain-component .custom-select:valid,
.was-validated .onedomain-component .form-control:valid {
  border-color: #00a78e
}

.onedomain-component .custom-select.is-valid:focus,
.onedomain-component .form-control.is-valid:focus,
.was-validated .onedomain-component .custom-select:valid:focus,
.was-validated .onedomain-component .form-control:valid:focus {
  border-color: #00a78e;
  box-shadow: 0 0 0 1px rgba(0, 167, 142, .25)
}

.onedomain-component .custom-select.is-valid~.valid-feedback,
.onedomain-component .custom-select.is-valid~.valid-tooltip,
.onedomain-component .form-control.is-valid~.valid-feedback,
.onedomain-component .form-control.is-valid~.valid-tooltip,
.was-validated .onedomain-component .custom-select:valid~.valid-feedback,
.was-validated .onedomain-component .custom-select:valid~.valid-tooltip,
.was-validated .onedomain-component .form-control:valid~.valid-feedback,
.was-validated .onedomain-component .form-control:valid~.valid-tooltip {
  display: block
}

.onedomain-component .form-check-input.is-valid~.form-check-label,
.was-validated .onedomain-component .form-check-input:valid~.form-check-label {
  color: #00a78e
}

.onedomain-component .form-check-input.is-valid~.valid-feedback,
.onedomain-component .form-check-input.is-valid~.valid-tooltip,
.was-validated .onedomain-component .form-check-input:valid~.valid-feedback,
.was-validated .onedomain-component .form-check-input:valid~.valid-tooltip {
  display: block
}

.onedomain-component .custom-control-input.is-valid~.custom-control-label,
.was-validated .onedomain-component .custom-control-input:valid~.custom-control-label {
  color: #00a78e
}

.onedomain-component .custom-control-input.is-valid~.custom-control-label::before,
.was-validated .onedomain-component .custom-control-input:valid~.custom-control-label::before {
  background-color: #28ffdf
}

.onedomain-component .custom-control-input.is-valid~.valid-feedback,
.onedomain-component .custom-control-input.is-valid~.valid-tooltip,
.was-validated .onedomain-component .custom-control-input:valid~.valid-feedback,
.was-validated .onedomain-component .custom-control-input:valid~.valid-tooltip {
  display: block
}

.onedomain-component .custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .onedomain-component .custom-control-input:valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fcfafa, 0 0 0 1px rgba(0, 167, 142, .25)
}

.onedomain-component .custom-file-input.is-valid~.custom-file-label,
.was-validated .onedomain-component .custom-file-input:valid~.custom-file-label {
  border-color: #00a78e
}

.onedomain-component .custom-file-input.is-valid~.custom-file-label::before,
.was-validated .onedomain-component .custom-file-input:valid~.custom-file-label::before {
  border-color: inherit
}

.onedomain-component .custom-file-input.is-valid~.valid-feedback,
.onedomain-component .custom-file-input.is-valid~.valid-tooltip,
.was-validated .onedomain-component .custom-file-input:valid~.valid-feedback,
.was-validated .onedomain-component .custom-file-input:valid~.valid-tooltip {
  display: block
}

.onedomain-component .custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .onedomain-component .custom-file-input:valid:focus~.custom-file-label {
  box-shadow: 0 0 0 1px rgba(0, 167, 142, .25)
}

.onedomain-component .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #d10013
}

.onedomain-component .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(209, 0, 19, .8);
  border-radius: .2rem
}

.onedomain-component .custom-select.is-invalid,
.onedomain-component .form-control.is-invalid,
.was-validated .onedomain-component .custom-select:invalid,
.was-validated .onedomain-component .form-control:invalid {
  border-color: #d10013
}

.onedomain-component .custom-select.is-invalid:focus,
.onedomain-component .form-control.is-invalid:focus,
.was-validated .onedomain-component .custom-select:invalid:focus,
.was-validated .onedomain-component .form-control:invalid:focus {
  border-color: #d10013;
  box-shadow: 0 0 0 1px rgba(209, 0, 19, .25)
}

.onedomain-component .custom-select.is-invalid~.invalid-feedback,
.onedomain-component .custom-select.is-invalid~.invalid-tooltip,
.onedomain-component .form-control.is-invalid~.invalid-feedback,
.onedomain-component .form-control.is-invalid~.invalid-tooltip,
.was-validated .onedomain-component .custom-select:invalid~.invalid-feedback,
.was-validated .onedomain-component .custom-select:invalid~.invalid-tooltip,
.was-validated .onedomain-component .form-control:invalid~.invalid-feedback,
.was-validated .onedomain-component .form-control:invalid~.invalid-tooltip {
  display: block
}

.onedomain-component .form-check-input.is-invalid~.form-check-label,
.was-validated .onedomain-component .form-check-input:invalid~.form-check-label {
  color: #d10013
}

.onedomain-component .form-check-input.is-invalid~.invalid-feedback,
.onedomain-component .form-check-input.is-invalid~.invalid-tooltip,
.was-validated .onedomain-component .form-check-input:invalid~.invalid-feedback,
.was-validated .onedomain-component .form-check-input:invalid~.invalid-tooltip {
  display: block
}

.onedomain-component .custom-control-input.is-invalid~.custom-control-label,
.was-validated .onedomain-component .custom-control-input:invalid~.custom-control-label {
  color: #d10013
}

.onedomain-component .custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .onedomain-component .custom-control-input:invalid~.custom-control-label::before {
  background-color: #ff5261
}

.onedomain-component .custom-control-input.is-invalid~.invalid-feedback,
.onedomain-component .custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .onedomain-component .custom-control-input:invalid~.invalid-feedback,
.was-validated .onedomain-component .custom-control-input:invalid~.invalid-tooltip {
  display: block
}

.onedomain-component .custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .onedomain-component .custom-control-input:invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fcfafa, 0 0 0 1px rgba(209, 0, 19, .25)
}

.onedomain-component .custom-file-input.is-invalid~.custom-file-label,
.was-validated .onedomain-component .custom-file-input:invalid~.custom-file-label {
  border-color: #d10013
}

.onedomain-component .custom-file-input.is-invalid~.custom-file-label::before,
.was-validated .onedomain-component .custom-file-input:invalid~.custom-file-label::before {
  border-color: inherit
}

.onedomain-component .custom-file-input.is-invalid~.invalid-feedback,
.onedomain-component .custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .onedomain-component .custom-file-input:invalid~.invalid-feedback,
.was-validated .onedomain-component .custom-file-input:invalid~.invalid-tooltip {
  display: block
}

.onedomain-component .custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .onedomain-component .custom-file-input:invalid:focus~.custom-file-label {
  box-shadow: 0 0 0 1px rgba(209, 0, 19, .25)
}

.onedomain-component .form-field-mandatory {
  display: none;
  color: #d10013;
  font-weight: 600
}

.onedomain-component .form-group.has-error .form-field-mandatory {
  display: block;
  margin-bottom: .4rem
}

@media (min-width:480px) {
  .onedomain-component .form-group.has-error .form-field-mandatory {
    margin-bottom: .8rem
  }
}

.onedomain-component .form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center
}

.onedomain-component .form-inline .form-check {
  width: 100%
}

@media (min-width:480px) {
  .onedomain-component .form-inline .form-group,
  .onedomain-component .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
  }
  .onedomain-component .form-inline label {
    -ms-flex-pack: center;
    justify-content: center
  }
  .onedomain-component .form-inline .form-group {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }
  .onedomain-component .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .onedomain-component .form-inline .form-control-plaintext {
    display: inline-block
  }
  .onedomain-component .form-inline .input-group {
    width: auto
  }
  .onedomain-component .form-inline .form-check .form-check-label::before {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-left: 0
  }
  .onedomain-component .form-inline .form-check-input::before {
    position: relative;
    margin-top: 0;
    margin-right: .25rem
  }
  .onedomain-component .form-inline .custom-control,
  .onedomain-component .form-inline .form-check .form-check-label::before {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .onedomain-component .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

.onedomain-component .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%
}

.onedomain-component .input-group .input-group-prepend {
  -ms-flex-order: 3;
  order: 3
}

.onedomain-component .input-group .form-control {
  -ms-flex-order: 4;
  order: 4
}

.onedomain-component .input-group .input-group-append {
  -ms-flex-order: 5;
  order: 5
}

.onedomain-component .input-group label[class*=input-group-label],
.onedomain-component .input-group span[class*=input-group-label] {
  font-weight: 600;
  color: #666
}

.onedomain-component .input-group .input-group-label-left {
  -ms-flex-order: 1;
  order: 1;
  width: 50%;
  padding-bottom: .6rem
}

.onedomain-component .input-group .input-group:not(.input-group--counter) .form-control:-ms-input-placeholder~.input-group-label-left,
.onedomain-component .input-group .input-group:not(.input-group--counter) .form-control:-ms-input-placeholder~.input-group-label-left:hover {
  color: #666
}

.onedomain-component .input-group .input-group:not(.input-group--counter) .form-control::placeholder~.input-group-label-left,
.onedomain-component .input-group .input-group:not(.input-group--counter) .form-control::placeholder~.input-group-label-left:hover {
  color: #666
}

.onedomain-component .input-group .input-group:not(.input-group--counter) .form-control:disabled~.input-group-label-left,
.onedomain-component .input-group .input-group:not(.input-group--counter) .form-control[readonly]~.input-group-label-left {
  color: #cdcdcd
}

.onedomain-component .input-group .input-group:not(.input-group--counter) .form-control:hover~.input-group-label-left {
  color: #666
}

.onedomain-component .input-group .input-group:not(.input-group--counter) .form-control:focus~.input-group-label-left {
  color: #666
}

.onedomain-component .input-group .input-group-label-right {
  -ms-flex-order: 2;
  order: 2;
  width: 50%;
  padding-bottom: .6rem
}

.onedomain-component .input-group>.custom-file,
.onedomain-component .input-group>.custom-select,
.onedomain-component .input-group>.form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0
}

.onedomain-component .input-group>.custom-file:focus,
.onedomain-component .input-group>.custom-select:focus,
.onedomain-component .input-group>.form-control:focus {
  z-index: 3
}

.onedomain-component .input-group-append .input-group-button+.input-group-button,
.onedomain-component .input-group-append .input-group-button+.input-group-text,
.onedomain-component .input-group-append .input-group-text+.input-group-button,
.onedomain-component .input-group-append .input-group-text+.input-group-text,
.onedomain-component .input-group-prepend .input-group-button+.input-group-button,
.onedomain-component .input-group-prepend .input-group-button+.input-group-text,
.onedomain-component .input-group-prepend .input-group-text+.input-group-button,
.onedomain-component .input-group-prepend .input-group-text+.input-group-text,
.onedomain-component .input-group>.custom-file+.custom-file,
.onedomain-component .input-group>.custom-file+.custom-select,
.onedomain-component .input-group>.custom-file+.form-control,
.onedomain-component .input-group>.custom-select+.custom-file,
.onedomain-component .input-group>.custom-select+.custom-select,
.onedomain-component .input-group>.custom-select+.form-control,
.onedomain-component .input-group>.form-control+.custom-file,
.onedomain-component .input-group>.form-control+.custom-select,
.onedomain-component .input-group>.form-control+.form-control {
  margin-left: -1px
}

.onedomain-component .input-group>.custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.onedomain-component .input-group>.custom-file:not(:last-child) .custom-file-label,
.onedomain-component .input-group>.custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.onedomain-component .input-group>.custom-file:not(:first-child) .custom-file-label,
.onedomain-component .input-group>.custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.onedomain-component .input-group-append,
.onedomain-component .input-group-prepend {
  display: -ms-flexbox;
  display: flex
}

.onedomain-component .input-group-append .input-group-button,
.onedomain-component .input-group-prepend .input-group-button {
  position: relative;
  z-index: 2;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  cursor: pointer
}

.onedomain-component .input-group--counter .input-group-prepend .input-group-button {
  border-right: unset!important;
  box-shadow: unset!important
}

.onedomain-component .input-group--counter .input-group-append .input-group-button,
.onedomain-component .input-group--counter input.form-control {
  border-left: unset!important;
  box-shadow: unset!important
}

.onedomain-component .input-group--counter .input-group-append:hover .form-control,
.onedomain-component .input-group--counter .input-group-prepend:hover .form-control,
.onedomain-component .input-group--counter input.form-control:hover .form-control {
  color: #333
}

.onedomain-component .input-group-prepend {
  margin-right: -1px
}

.onedomain-component .input-group-append {
  margin-left: -1px
}

.onedomain-component .input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .95rem 1.6rem;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #666;
  text-align: center;
  white-space: nowrap;
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 2px
}

.onedomain-component .input-group-text input[type=checkbox],
.onedomain-component .input-group-text input[type=radio] {
  margin-top: 0
}

.onedomain-component .input-group-label-left,
.onedomain-component .input-group-label-right {
  font-size: 1.2rem
}

.onedomain-component .input-group-label-left {
  text-align: left
}

.onedomain-component .input-group-label-right {
  text-align: right;
  font-style: italic
}

.onedomain-component .input-group>.input-group-append:last-child>.input-group-button:not(:last-child):not(.dropdown-toggle),
.onedomain-component .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.onedomain-component .input-group>.input-group-append:not(:last-child)>.input-group-button,
.onedomain-component .input-group>.input-group-append:not(:last-child)>.input-group-text,
.onedomain-component .input-group>.input-group-prepend>.input-group-button,
.onedomain-component .input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.onedomain-component .input-group>.input-group-append>.input-group-button,
.onedomain-component .input-group>.input-group-append>.input-group-text,
.onedomain-component .input-group>.input-group-prepend:first-child>.input-group-button:not(:first-child),
.onedomain-component .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.onedomain-component .input-group>.input-group-prepend:not(:first-child)>.input-group-button,
.onedomain-component .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.onedomain-component .custom-control {
  position: relative;
  display: block;
  min-height: 1.4rem;
  padding-left: 1.5rem
}

.onedomain-component .custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem
}

.onedomain-component .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.onedomain-component .custom-control-input:checked~.custom-control-label::before {
  color: #fff
}

.onedomain-component .custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fcfafa, 0 0 0 .2rem #01133b
}

.onedomain-component .custom-control-input:active~.custom-control-label::before {
  color: #fff;
  background-color: #9ee6ff
}

.onedomain-component .custom-control-input:disabled~.custom-control-label {
  color: #cdcdcd
}

.onedomain-component .custom-control-input:disabled~.custom-control-label::before {
  background-color: #666
}

.onedomain-component .custom-control-label {
  margin-bottom: 0
}

.onedomain-component .custom-control-label::before {
  position: absolute;
  top: .2rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #838383
}

.onedomain-component .custom-control-label::after {
  position: absolute;
  top: .2rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%
}

.onedomain-component .custom-checkbox .custom-control-label::before {
  border-radius: .25rem
}

.onedomain-component .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.onedomain-component .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.onedomain-component .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(1, 33, 105, .5)
}

.onedomain-component .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(1, 33, 105, .5)
}

.onedomain-component .custom-radio .custom-control-label::before {
  border-radius: 50%
}

.onedomain-component .custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.onedomain-component .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(1, 33, 105, .5)
}

.onedomain-component .custom-select {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: .95rem 2.6rem .95rem 1.6rem;
  line-height: 1.4;
  color: #666;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='#666666' d='M31.1747496,6.62520739 C30.1587496,5.71720739 28.5987496,5.81020739 27.6957496,6.82620739 L16.0007496,19.9582074 L4.30474964,6.82620739 C3.39974964,5.81020739 1.84074964,5.71720739 0.825749635,6.62520739 C-0.191250365,7.53020739 -0.281250365,9.08620739 0.624749635,10.1042074 L13.9707496,25.0872074 C14.4567496,25.6342074 15.1327496,25.9132074 15.8117496,25.9132074 C15.8757496,25.9132074 15.9367496,25.8842074 16.0007496,25.8792074 C16.0637496,25.8842074 16.1257496,25.9132074 16.1897496,25.9132074 C16.8677496,25.9132074 17.5437496,25.6342074 18.0297496,25.0872074 L31.3757496,10.1042074 C32.2817496,9.08620739 32.1917496,7.53020739 31.1747496,6.62520739'/%3E%3C/svg%3E") no-repeat right 1.6rem center;
  background-size: 15px 20px;
  border: 1px solid #cdcdcd;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.onedomain-component .custom-select:focus {
  border-color: #01133b;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(1, 19, 59, .5)
}

.onedomain-component .custom-select:focus::-ms-value {
  color: #666;
  background-color: #fff
}

.onedomain-component .custom-select[multiple],
.onedomain-component .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.6rem;
  background-image: none
}

.onedomain-component .custom-select:disabled {
  color: #cdcdcd;
  background-color: #666
}

.onedomain-component .custom-select::-ms-expand {
  opacity: 0
}

.onedomain-component .custom-select-lg,
.onedomain-component .custom-select-sm {
  height: calc(calc(12.25px*1.5)calc(.25rem*2) + 2px);
  padding-top: .95rem;
  padding-bottom: .95rem;
  font-size: 75%
}

.onedomain-component .custom-select-lg {
  height: calc(calc(17.5px*1.5)calc(.5rem*2) + 2px);
  font-size: 125%
}

.onedomain-component .custom-number {
  border-left: unset!important;
  border-right: unset!important;
  padding-left: 0;
  padding-right: 0;
  text-align: center
}

.onedomain-component .custom-number::-webkit-inner-spin-button,
.onedomain-component .custom-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.onedomain-component .custom-file,
.onedomain-component .custom-file-input {
  position: relative;
  width: 100%;
  height: calc(calc(14px*1.4)calc(.375rem*2) + 2px)
}

.onedomain-component .custom-file {
  display: inline-block;
  margin-bottom: 0
}

.onedomain-component .custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0
}

.onedomain-component .custom-file-input:focus~.custom-file-control {
  border-color: #01133b;
  box-shadow: 0 0 0 .2rem #01133b
}

.onedomain-component .custom-file-input:focus~.custom-file-control::before {
  border-color: #01133b
}

.onedomain-component .custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse"
}

.onedomain-component .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(calc(14px*1.4)calc(.375rem*2) + 2px);
  padding: .375rem .75rem;
  line-height: 1.4;
  color: #666;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 2px
}

.onedomain-component .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(calc(14px*1.4)calc(.375rem*2) + 2px) - 1px*2);
  padding: .375rem .75rem;
  line-height: 1.4;
  color: #666;
  content: "Browse";
  border-left: 1px solid #cdcdcd;
  border-radius: 0 2px 2px 0
}

.onedomain-component .container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 320px
}

@media (min-width:480px) {
  .onedomain-component .container {
    max-width: 456px
  }
}

@media (min-width:768px) {
  .onedomain-component .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .onedomain-component .container {
    max-width: 960px
  }
}

@media (min-width:1280px) {
  .onedomain-component .container {
    max-width: 1200px
  }
}

.onedomain-component .container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto
}

.onedomain-component .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px
}

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

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

@media (min-width:480px) {
  .onedomain-component .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .onedomain-component .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .onedomain-component .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .onedomain-component .col-sm-10:focus,
  .onedomain-component .col-sm-11:focus,
  .onedomain-component .col-sm-12:focus,
  .onedomain-component .col-sm-1:focus,
  .onedomain-component .col-sm-2:focus,
  .onedomain-component .col-sm-3:focus,
  .onedomain-component .col-sm-4:focus,
  .onedomain-component .col-sm-5:focus,
  .onedomain-component .col-sm-6:focus,
  .onedomain-component .col-sm-7:focus,
  .onedomain-component .col-sm-8:focus,
  .onedomain-component .col-sm-9:focus {
    outline: none
  }
  .onedomain-component .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .onedomain-component .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .onedomain-component .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .onedomain-component .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .onedomain-component .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .onedomain-component .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .onedomain-component .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .onedomain-component .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .onedomain-component .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .onedomain-component .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .onedomain-component .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .onedomain-component .order-sm-first {
    -ms-flex-order: -1;
    order: -1
  }
  .onedomain-component .order-sm-last {
    -ms-flex-order: 13;
    order: 13
  }
  .onedomain-component .order-sm-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .onedomain-component .order-sm-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .onedomain-component .order-sm-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .onedomain-component .order-sm-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .onedomain-component .order-sm-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .onedomain-component .order-sm-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .onedomain-component .order-sm-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .onedomain-component .order-sm-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .onedomain-component .order-sm-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .onedomain-component .order-sm-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .onedomain-component .order-sm-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .onedomain-component .order-sm-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .onedomain-component .order-sm-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .onedomain-component .offset-sm-0 {
    margin-left: 0
  }
  .onedomain-component .offset-sm-1 {
    margin-left: 8.33333%
  }
  .onedomain-component .offset-sm-2 {
    margin-left: 16.66667%
  }
  .onedomain-component .offset-sm-3 {
    margin-left: 25%
  }
  .onedomain-component .offset-sm-4 {
    margin-left: 33.33333%
  }
  .onedomain-component .offset-sm-5 {
    margin-left: 41.66667%
  }
  .onedomain-component .offset-sm-6 {
    margin-left: 50%
  }
  .onedomain-component .offset-sm-7 {
    margin-left: 58.33333%
  }
  .onedomain-component .offset-sm-8 {
    margin-left: 66.66667%
  }
  .onedomain-component .offset-sm-9 {
    margin-left: 75%
  }
  .onedomain-component .offset-sm-10 {
    margin-left: 83.33333%
  }
  .onedomain-component .offset-sm-11 {
    margin-left: 91.66667%
  }
}

@media (min-width:768px) {
  .onedomain-component .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .onedomain-component .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .onedomain-component .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .onedomain-component .col-md-10:focus,
  .onedomain-component .col-md-11:focus,
  .onedomain-component .col-md-12:focus,
  .onedomain-component .col-md-1:focus,
  .onedomain-component .col-md-2:focus,
  .onedomain-component .col-md-3:focus,
  .onedomain-component .col-md-4:focus,
  .onedomain-component .col-md-5:focus,
  .onedomain-component .col-md-6:focus,
  .onedomain-component .col-md-7:focus,
  .onedomain-component .col-md-8:focus,
  .onedomain-component .col-md-9:focus {
    outline: none
  }
  .onedomain-component .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .onedomain-component .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .onedomain-component .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .onedomain-component .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .onedomain-component .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .onedomain-component .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .onedomain-component .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .onedomain-component .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .onedomain-component .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .onedomain-component .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .onedomain-component .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .onedomain-component .order-md-first {
    -ms-flex-order: -1;
    order: -1
  }
  .onedomain-component .order-md-last {
    -ms-flex-order: 13;
    order: 13
  }
  .onedomain-component .order-md-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .onedomain-component .order-md-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .onedomain-component .order-md-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .onedomain-component .order-md-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .onedomain-component .order-md-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .onedomain-component .order-md-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .onedomain-component .order-md-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .onedomain-component .order-md-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .onedomain-component .order-md-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .onedomain-component .order-md-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .onedomain-component .order-md-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .onedomain-component .order-md-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .onedomain-component .order-md-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .onedomain-component .offset-md-0 {
    margin-left: 0
  }
  .highlighted-entry-point--direction-inverted .onedomain-component .highlighted-entry-point__image,
  .onedomain-component .highlighted-entry-point--direction-inverted .highlighted-entry-point__image,
  .onedomain-component .offset-md-1 {
    margin-left: 8.33333%
  }
  .onedomain-component .offset-md-2 {
    margin-left: 16.66667%
  }
  .highlighted-entry-point:not(.highlighted-entry-point--direction-inverted) .onedomain-component .highlighted-entry-point__image,
  .onedomain-component .highlighted-entry-point:not(.highlighted-entry-point--direction-inverted) .highlighted-entry-point__image,
  .onedomain-component .offset-md-3 {
    margin-left: 25%
  }
  .onedomain-component .offset-md-4 {
    margin-left: 33.33333%
  }
  .onedomain-component .offset-md-5 {
    margin-left: 41.66667%
  }
  .onedomain-component .offset-md-6 {
    margin-left: 50%
  }
  .onedomain-component .offset-md-7 {
    margin-left: 58.33333%
  }
  .highlighted-entry-point--direction-inverted .onedomain-component .highlighted-entry-point__content,
  .onedomain-component .highlighted-entry-point--direction-inverted .highlighted-entry-point__content,
  .onedomain-component .offset-md-8 {
    margin-left: 66.66667%
  }
  .onedomain-component .offset-md-9 {
    margin-left: 75%
  }
  .onedomain-component .offset-md-10 {
    margin-left: 83.33333%
  }
  .onedomain-component .offset-md-11 {
    margin-left: 91.66667%
  }
}

@media (min-width:992px) {
  .onedomain-component .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .onedomain-component .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .onedomain-component .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .onedomain-component .col-lg-10:focus,
  .onedomain-component .col-lg-11:focus,
  .onedomain-component .col-lg-12:focus,
  .onedomain-component .col-lg-1:focus,
  .onedomain-component .col-lg-2:focus,
  .onedomain-component .col-lg-3:focus,
  .onedomain-component .col-lg-4:focus,
  .onedomain-component .col-lg-5:focus,
  .onedomain-component .col-lg-6:focus,
  .onedomain-component .col-lg-7:focus,
  .onedomain-component .col-lg-8:focus,
  .onedomain-component .col-lg-9:focus {
    outline: none
  }
  .onedomain-component .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .onedomain-component .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .onedomain-component .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .onedomain-component .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .onedomain-component .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .onedomain-component .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .onedomain-component .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .onedomain-component .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .onedomain-component .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .onedomain-component .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .onedomain-component .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .onedomain-component .order-lg-first {
    -ms-flex-order: -1;
    order: -1
  }
  .onedomain-component .order-lg-last {
    -ms-flex-order: 13;
    order: 13
  }
  .onedomain-component .order-lg-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .onedomain-component .order-lg-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .onedomain-component .order-lg-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .onedomain-component .order-lg-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .onedomain-component .order-lg-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .onedomain-component .order-lg-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .onedomain-component .order-lg-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .onedomain-component .order-lg-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .onedomain-component .order-lg-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .onedomain-component .order-lg-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .onedomain-component .order-lg-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .onedomain-component .order-lg-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .onedomain-component .order-lg-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .onedomain-component .offset-lg-0 {
    margin-left: 0
  }
  .onedomain-component .offset-lg-1 {
    margin-left: 8.33333%
  }
  .onedomain-component .offset-lg-2 {
    margin-left: 16.66667%
  }
  .onedomain-component .offset-lg-3 {
    margin-left: 25%
  }
  .onedomain-component .offset-lg-4 {
    margin-left: 33.33333%
  }
  .onedomain-component .offset-lg-5 {
    margin-left: 41.66667%
  }
  .onedomain-component .offset-lg-6 {
    margin-left: 50%
  }
  .onedomain-component .offset-lg-7 {
    margin-left: 58.33333%
  }
  .onedomain-component .offset-lg-8 {
    margin-left: 66.66667%
  }
  .onedomain-component .offset-lg-9 {
    margin-left: 75%
  }
  .onedomain-component .offset-lg-10 {
    margin-left: 83.33333%
  }
  .onedomain-component .offset-lg-11 {
    margin-left: 91.66667%
  }
}

@media (min-width:1280px) {
  .onedomain-component .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .onedomain-component .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .onedomain-component .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .onedomain-component .col-xl-10:focus,
  .onedomain-component .col-xl-11:focus,
  .onedomain-component .col-xl-12:focus,
  .onedomain-component .col-xl-1:focus,
  .onedomain-component .col-xl-2:focus,
  .onedomain-component .col-xl-3:focus,
  .onedomain-component .col-xl-4:focus,
  .onedomain-component .col-xl-5:focus,
  .onedomain-component .col-xl-6:focus,
  .onedomain-component .col-xl-7:focus,
  .onedomain-component .col-xl-8:focus,
  .onedomain-component .col-xl-9:focus {
    outline: none
  }
  .onedomain-component .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .onedomain-component .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .onedomain-component .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .onedomain-component .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .onedomain-component .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .onedomain-component .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .onedomain-component .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .onedomain-component .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .onedomain-component .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .onedomain-component .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .onedomain-component .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .onedomain-component .order-xl-first {
    -ms-flex-order: -1;
    order: -1
  }
  .onedomain-component .order-xl-last {
    -ms-flex-order: 13;
    order: 13
  }
  .onedomain-component .order-xl-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .onedomain-component .order-xl-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .onedomain-component .order-xl-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .onedomain-component .order-xl-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .onedomain-component .order-xl-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .onedomain-component .order-xl-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .onedomain-component .order-xl-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .onedomain-component .order-xl-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .onedomain-component .order-xl-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .onedomain-component .order-xl-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .onedomain-component .order-xl-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .onedomain-component .order-xl-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .onedomain-component .order-xl-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .onedomain-component .offset-xl-0 {
    margin-left: 0
  }
  .onedomain-component .offset-xl-1 {
    margin-left: 8.33333%
  }
  .onedomain-component .offset-xl-2 {
    margin-left: 16.66667%
  }
  .onedomain-component .offset-xl-3 {
    margin-left: 25%
  }
  .onedomain-component .offset-xl-4 {
    margin-left: 33.33333%
  }
  .onedomain-component .offset-xl-5 {
    margin-left: 41.66667%
  }
  .onedomain-component .offset-xl-6 {
    margin-left: 50%
  }
  .onedomain-component .offset-xl-7 {
    margin-left: 58.33333%
  }
  .onedomain-component .offset-xl-8 {
    margin-left: 66.66667%
  }
  .onedomain-component .offset-xl-9 {
    margin-left: 75%
  }
  .onedomain-component .offset-xl-10 {
    margin-left: 83.33333%
  }
  .onedomain-component .offset-xl-11 {
    margin-left: 91.66667%
  }
}

.onedomain-component .link--primary,
.onedomain-component a:not(.button) {
  color: #00a78e;
  cursor: pointer;
  text-decoration: none
}

.onedomain-component .link--primary:hover,
.onedomain-component a:not(.button):hover {
  color: #2fc48d;
  text-decoration: underline
}

.onedomain-component .link--primary:active,
.onedomain-component a:not(.button):active {
  text-decoration: none
}

.onedomain-component a.link--secondary {
  color: #333;
  text-decoration: underline
}

.onedomain-component a.link--secondary:hover {
  color: #333;
  text-decoration: none
}

.onedomain-component a.link--secondary:active {
  color: #333
}

.onedomain-component a.link--light {
  color: #fff;
  text-decoration: underline;
  opacity: .72
}

.onedomain-component a.link--light:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1
}

.onedomain-component a.link--light:active {
  color: #fff
}

.onedomain-component a.link--icon-left {
  text-decoration: none
}

.onedomain-component .button-more-less:hover span,
.onedomain-component a.link--icon-left:hover {
  text-decoration: underline
}

.onedomain-component a.link--icon-left .icon {
  margin-right: 6px;
  vertical-align: top
}

.onedomain-component a.link--icon-right .icon {
  margin-left: 6px;
  vertical-align: top
}

.onedomain-component .button {
  border: 0;
  font: inherit;
  display: inline-block;
  font-family: "Open Sans", sans-serif, "Arial", sans-serif;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-height: 45px;
  border-radius: 2px;
  min-width: 100px;
  width: 100%;
  background-repeat: no-repeat;
  padding: 0 2.4rem;
  line-height: 4.5rem
}

@media (min-width:480px) {
  .onedomain-component .button {
    min-width: 100px;
    width: auto
  }
}

.onedomain-component .button:focus,
.onedomain-component .button:hover {
  text-decoration: none
}

.onedomain-component .button:visited {
  color: inherit
}

.onedomain-component .button.focus,
.onedomain-component .button:focus {
  outline: 0
}

.onedomain-component .button.button--disabled,
.onedomain-component .button:disabled {
  cursor: not-allowed;
  opacity: .5;
  box-shadow: none
}

.onedomain-component .button:not(:disabled):not(.button--disabled) {
  cursor: pointer
}

.onedomain-component .button.button-full-width {
  width: 100%
}

.onedomain-component .button.button-auto-width {
  width: auto;
  min-width: auto
}

.onedomain-component .button.button--clean {
  background: 0 0;
  border: none;
  padding: 0;
  margin: 0
}

.onedomain-component .button .icon-inline--left {
  margin: 0 4px 0 0
}

.onedomain-component .button .icon-inline--right {
  margin: 0 0 0 4px
}

@media (min-width:480px) {
  .onedomain-component .button.button--icon-only {
    min-width: auto;
    width: auto
  }
}

.onedomain-component .button.button--icon-only .icon,
.onedomain-component .modal--account .gigya-login-providers-container div,
.onedomain-component .modal--account .gigya-login-providers-container span {
  margin: 0
}

.onedomain-component .button .button-text-label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0
}

.onedomain-component .button--disabled,
.onedomain-component a.button.disabled,
.onedomain-component fieldset:disabled a.button {
  pointer-events: none
}

.onedomain-component .button--square {
  min-width: inherit;
  padding: 1rem;
  line-height: 2.4rem;
  border-radius: 0
}

.onedomain-component .button--pill {
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 25px;
  font-size: 16px;
  margin-right: 5px;
  min-width: 75px;
  padding: 1rem 2.3rem;
  transition: all .5s ease-in-out
}

label.onedomain-component .button--pill {
  cursor: pointer
}

.onedomain-component .button--pill.button--inverted {
  padding: .8rem;
  line-height: 2.1rem
}

.onedomain-component .button--squircle {
  border-top-left-radius: unset;
  border-top-right-radius: 2px;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: 2px
}

@media (min-width:480px) {
  .onedomain-component .button--icon-only {
    min-width: auto;
    width: auto
  }
}

.onedomain-component .button--primary,
.onedomain-component .button--primary:visited {
  color: #fff;
  background: linear-gradient(36deg, #00a78e 0%, #2fc48d 55px);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .1)
}

.onedomain-component .button--primary:hover {
  color: #fff;
  background: linear-gradient(36deg, #26a072 0%, #018c74 55px);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .1)
}

.onedomain-component .button--primary.focus,
.onedomain-component .button--primary:active,
.onedomain-component .button--primary:focus {
  box-shadow: inset 0 0 0 2px #00a78e;
  background: 0 0;
  color: #00a78e
}

.onedomain-component .button--inverted:not(.button--ghost),
.onedomain-component .button--inverted:not(.button--ghost):visited,
.onedomain-component .button--primary-light,
.onedomain-component .button--primary-light:visited {
  color: #666;
  background: #fff;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .1)
}

.onedomain-component .button--inverted:not(.button--ghost):hover,
.onedomain-component .button--primary-light:hover {
  color: #666;
  background: #f1f1f1;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .1)
}

.onedomain-component .button--inverted:not(.button--ghost).focus,
.onedomain-component .button--inverted:not(.button--ghost):active,
.onedomain-component .button--inverted:not(.button--ghost):focus,
.onedomain-component .button--primary-light.focus,
.onedomain-component .button--primary-light:active,
.onedomain-component .button--primary-light:focus {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .1), inset 0 0 0 2px #fff;
  background: 0 0;
  color: #fff
}

.onedomain-component .button--secondary,
.onedomain-component .button--secondary:visited {
  color: #666;
  background: 0 0;
  box-shadow: inset 0 0 0 2px #666
}

.onedomain-component .button--secondary:hover {
  color: #00a78e;
  background: 0 0;
  box-shadow: inset 0 0 0 2px #00a78e
}

.onedomain-component .button--secondary.focus,
.onedomain-component .button--secondary:active,
.onedomain-component .button--secondary:focus {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .1);
  background: linear-gradient(36deg, #00a78e 0%, #2fc48d 55px);
  color: #fff
}

.onedomain-component .button--inverted.button--ghost,
.onedomain-component .button--inverted.button--ghost:visited,
.onedomain-component .button--secondary-light,
.onedomain-component .button--secondary-light:visited {
  color: #fff;
  background: 0 0;
  box-shadow: inset 0 0 0 2px #fff
}

.onedomain-component .button--inverted.button--ghost:hover,
.onedomain-component .button--secondary-light:hover {
  color: #666;
  background: #fff;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .1)
}

.onedomain-component .button--inverted.button--ghost.focus,
.onedomain-component .button--inverted.button--ghost:active,
.onedomain-component .button--inverted.button--ghost:focus,
.onedomain-component .button--secondary-light.focus,
.onedomain-component .button--secondary-light:active,
.onedomain-component .button--secondary-light:focus {
  box-shadow: inset 0 0 0 2px #fff;
  background: 0 0;
  color: #fff
}

.onedomain-component .button--dulux,
.onedomain-component .button--dulux:visited,
.onedomain-component .button--tertiary,
.onedomain-component .button--tertiary:visited {
  color: #fff;
  background: linear-gradient(36deg, #012169 0%, #02226a 55px);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .1)
}

.onedomain-component .button--dulux:hover,
.onedomain-component .button--tertiary:hover {
  color: #fff;
  background: linear-gradient(36deg, #021a56 0%, #00164f 55px);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .1)
}

.onedomain-component .button--dulux.focus,
.onedomain-component .button--dulux:active,
.onedomain-component .button--dulux:focus,
.onedomain-component .button--tertiary.focus,
.onedomain-component .button--tertiary:active,
.onedomain-component .button--tertiary:focus {
  box-shadow: inset 0 0 0 2px #02226a;
  background: 0 0;
  color: #02226a
}

.onedomain-component .button--ecom,
.onedomain-component .button--ecom:visited {
  color: #fff;
  background: linear-gradient(36deg, #f47920 0%, #f4ad20 55px);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .1)
}

.onedomain-component .button--ecom:hover {
  color: #fff;
  background: linear-gradient(36deg, #ee910f 0%, #ed5e0f 55px);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .1)
}

.onedomain-component .button--ecom.focus,
.onedomain-component .button--ecom:active,
.onedomain-component .button--ecom:focus {
  box-shadow: inset 0 0 0 2px #f47920;
  background: 0 0;
  color: #f47920
}

.onedomain-component .button--grey,
.onedomain-component .button--grey:visited {
  color: #00a78e;
  background: rgba(218, 223, 228, .3);
  box-shadow: inset 0 -3px 0 0 rgba(218, 223, 228, .3)
}

.onedomain-component .button--grey:hover {
  color: #00a78e;
  background: rgba(218, 223, 228, .6);
  box-shadow: inset 0 -3px 0 0 #00a78e
}

.onedomain-component .button--grey.focus,
.onedomain-component .button--grey:active,
.onedomain-component .button--grey:focus {
  box-shadow: inset 0 0 0 2px #00a78e;
  background: 0 0;
  color: #00a78e
}

.onedomain-component .button--play {
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  min-width: auto;
  color: #2fc48d;
  background-color: #fff;
  max-height: none
}

.onedomain-component .button--play span {
  display: inline
}

.onedomain-component .button--play svg {
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translate(-50%, -50%)
}

.onedomain-component .button--play:hover {
  background-color: rgba(51, 51, 51, .4);
  color: #fff
}

.onedomain-component .button--play:active {
  background-color: rgba(51, 51, 51, .4);
  box-shadow: inset 0 0 0 4px #fff;
  color: #2fc48d
}

@media (max-width:767.98px) {
  .onedomain-component .button--play {
    width: 6rem;
    height: 6rem
  }
  .onedomain-component .button--play svg {
    height: 3rem;
    width: 3rem
  }
}

@media (min-width:768px) and (max-width:991.98px) {
  .onedomain-component .button--play {
    width: 6rem;
    height: 6rem
  }
  .onedomain-component .button--play svg {
    height: 3rem;
    width: 3rem
  }
}

@media (min-width:992px) {
  .onedomain-component .button--play {
    width: 7.2rem;
    height: 7.2rem
  }
  .onedomain-component .button--play svg {
    height: 3.6rem;
    width: 3.6rem
  }
}

.onedomain-component .button-more-less {
  display: inline-block
}

.onedomain-component .button-more-less:hover {
  text-decoration: none
}

.onedomain-component .button--modal {
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 2px;
  display: -ms-flexbox;
  display: flex;
  height: 3.6rem;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  transition: opacity .3s ease-in-out;
  width: 3.6rem
}

.onedomain-component .button--modal:active,
.onedomain-component .button--modal:focus,
.onedomain-component .button--modal:hover {
  opacity: .7
}

.f-item-preview .onedomain-component .button--modal {
  display: -ms-inline-flexbox;
  display: inline-flex
}

.onedomain-component .button--modal svg {
  fill: #666;
  height: 20px;
  width: 15px
}

.onedomain-component .icon {
  vertical-align: middle;
  cursor: pointer;
  height: 2rem;
  width: 2rem
}

.onedomain-component .icon--fill {
  fill: currentColor
}

.onedomain-component .icon--xsmall {
  height: 1rem;
  width: 1rem
}

.onedomain-component .button .icon-inline,
.onedomain-component .button.button--icon-only .icon,
.onedomain-component .icon--small {
  height: 1.6rem;
  width: 1.6rem
}

.onedomain-component .icon--medium {
  height: 2.4rem;
  width: 2.4rem
}

.onedomain-component .icon--large {
  height: 3.8rem;
  width: 3.8rem
}

.onedomain-component .icon-information {
  margin-left: 4px;
  padding: 4px;
  border-radius: 20px;
  height: 10px;
  width: 10px;
  fill: #006e95;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .24), 0 0 2px 0 rgba(0, 0, 0, .12), 0 -1px 1px 0 rgba(0, 0, 0, .04)
}

.flex-module--colour-showcase .colour-showcase__swatches.colour-showcase__swatches--large .colour-showcase__swatch .colour-showcase__swatch-overlay .colour-showcase__swatch-name svg,
.onedomain-component .icon-heart,
.onedomain-component .modal--account .gigya-login-provider div {
  display: inline-block
}

.onedomain-component .icon-heart-filled,
.onedomain-component .icon-heart.active .icon-heart-empty {
  display: none
}

.onedomain-component .icon-heart.active svg {
  animation: 300ms scaleSmall ease-in-out forwards 100ms
}

.onedomain-component .icon-heart.active .icon-heart-filled {
  display: block
}

.onedomain-component .icon-heart.active .icon-heart-filled svg {
  fill: #00a78e
}

.onedomain-component .video-container {
  z-index: 100
}

.onedomain-component .video-container__inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0
}

.onedomain-component .video-container .button--play {
  position: absolute
}

@media (max-width:767.98px) {
  .onedomain-component .video-container .button--play {
    top: calc(50% - 3rem);
    left: calc(50% - 3rem)
  }
}

@media (min-width:768px) and (max-width:991.98px) {
  .onedomain-component .video-container .button--play {
    top: calc(50% - 3rem);
    left: calc(50% - 3rem)
  }
}

@media (min-width:992px) {
  .onedomain-component .video-container .button--play {
    top: calc(50% - 3.6rem);
    left: calc(50% - 3.6rem)
  }
}

.onedomain-component .video-background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

@media screen and (min-width:768px) {
  .modal-container {
    padding: 3.2rem
  }
}

@media (min-width:768px) {
  .modal-body {
    height: auto;
    padding: 1.6rem 2rem
  }
}

@media (min-width:480px) {
  .modal-footer__item {
    padding-left: 3.6rem;
    padding-right: 3.6rem
  }
}

@media screen and (max-width:991px) {
  .modal-dialog>.container {
    max-width: none;
    padding: 0
  }
}

@media screen and (min-width:768px) {
  .modal-dialog {
    max-width: calc((720px/12)*10);
    margin: 10px
  }
}

@media screen and (min-width:992px) {
  .modal-dialog {
    max-width: calc((960px/12)*10)
  }
}

@media screen and (min-width:1280px) {
  .modal-dialog {
    max-width: calc((1200px/12)*10)
  }
}

@media (min-width:768px) {
  .modal-dialog {
    width: 100%;
    margin: 110px auto
  }
}

@media screen and (min-width:768px) {
  .modal-content {
    height: auto;
    border-radius: 4px;
    overflow: hidden
  }
}

@media (min-width:768px) {
  .modal-article.edged {
    margin-left: -3rem;
    margin-right: -3rem
  }
}

@media screen and (min-width:400px) {
  .modal--cookie .modal-dialog,
  .modal--cookie-preferences .modal-dialog,
  .modal--small .modal-dialog {
    max-width: 400px;
    margin: auto
  }
}

@media screen and (min-width:400px) {
  .modal--cookie .modal-dialog,
  .modal--cookie-preferences .modal-dialog,
  .modal--small .modal-dialog {
    max-width: 400px;
    margin: auto
  }
}

@media (min-width:480px) {
  .modal--cookie,
  .modal--cookie-preferences,
  .modal--small {
    padding-top: 50px
  }
  .modal--cookie .modal-body,
  .modal--cookie-preferences .modal-body,
  .modal--small .modal-body {
    padding: 20px 36px 0
  }
  .modal--cookie .modal-content,
  .modal--cookie-preferences .modal-content,
  .modal--small .modal-content {
    height: auto
  }
}

.modal--account .modal-body {
  display: block
}

.modal--account .modal-header {
  background-color: #fff
}

.modal--account .alert-top {
  background-color: #d10013;
  color: #fff;
  z-index: 777;
  position: relative;
  margin-bottom: -2px;
  text-align: center;
  font-weight: 600;
  padding: 5px 24px;
  padding-bottom: 1.2rem;
  font-size: 12px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 -3px 8px rgba(0, 0, 0, .2);
  border-bottom: 3px inset #b80011
}

@media (min-width:480px) {
  .modal--account .alert-top {
    padding-bottom: 1.6rem
  }
}

.modal--account .alert-top .icon {
  margin-bottom: .4rem
}

@media (min-width:480px) {
  .modal--account .alert-top .icon {
    margin-bottom: .8rem
  }
}

.modal--account .alert-top .icon-warning {
  margin-bottom: 1.2rem;
  cursor: none
}

.modal--account .modal-content {
  border: none
}

.modal--account .modal-content.modal-alert-top {
  border-radius: 0 0 5px 5px
}

.modal--account .content__light-text {
  color: #666
}

.modal--account .collapse-trigger {
  font-size: 14px
}

.modal--account .modal-forgot-password-sent-img {
  max-width: 140px
}

.modal--account .modal-header {
  padding: 20px 36px 0
}

.modal--account .modal-header .modal-header-icon {
  cursor: auto;
  width: 104px;
  height: 104px
}

.modal--account .modal-body {
  padding: 0 36px 28px
}

.modal--account .modal__subheader {
  margin-top: 8px;
  margin-bottom: 0;
  color: #666;
  background-color: #fff;
  padding: 0 10px
}

.modal--account .modal__subheader-bg-line {
  position: relative;
  z-index: 1;
  color: #666
}

.modal--account .modal__subheader-bg-line span {
  display: inline-block;
  max-width: 150px;
  max-height: 44px;
  overflow-y: hidden;
  padding: 0 12px;
  background-color: #fff
}

.modal--account .line-seperator:before,
.modal--account .modal__subheader-bg-line:before {
  border-top: 1px solid #cdcdcd;
  content: "";
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1
}

.modal--account .modal__subheader-bg-line:before {
  top: 50%;
  bottom: 0
}

.modal--account .line-seperator {
  z-index: 0;
  position: relative
}

.modal--account .line-seperator:before {
  height: 24px;
  transform: translateY(50%)
}

.modal--account .collapse-content {
  font-size: 14px;
  line-height: 24px;
  color: #333
}

.modal--account .small-link {
  font-size: 12px;
  color: #333
}

.modal--account .small-link a {
  font-size: 12px;
  color: #333;
  text-decoration: underline
}

.modal--account .small-link a:hover {
  color: #00a78e
}

.modal--account input:not([type]),
.modal--account input[type=color],
.modal--account input[type=date],
.modal--account input[type=datetime-local],
.modal--account input[type=datetime],
.modal--account input[type=email],
.modal--account input[type=month],
.modal--account input[type=number],
.modal--account input[type=password],
.modal--account input[type=search],
.modal--account input[type=tel],
.modal--account input[type=text],
.modal--account input[type=time],
.modal--account input[type=url],
.modal--account input[type=week],
.modal--account select,
.modal--account textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.6rem;
  height: 4.5rem;
  border: solid 1px #cdcdcd;
  border-radius: 2px;
  padding: 0 1rem;
  color: #333;
  position: relative
}

.modal--account input:not([type]):-ms-input-placeholder,
.modal--account input[type=color]:-ms-input-placeholder,
.modal--account input[type=date]:-ms-input-placeholder,
.modal--account input[type=datetime-local]:-ms-input-placeholder,
.modal--account input[type=datetime]:-ms-input-placeholder,
.modal--account input[type=email]:-ms-input-placeholder,
.modal--account input[type=month]:-ms-input-placeholder,
.modal--account input[type=number]:-ms-input-placeholder,
.modal--account input[type=password]:-ms-input-placeholder,
.modal--account input[type=search]:-ms-input-placeholder,
.modal--account input[type=tel]:-ms-input-placeholder,
.modal--account input[type=text]:-ms-input-placeholder,
.modal--account input[type=time]:-ms-input-placeholder,
.modal--account input[type=url]:-ms-input-placeholder,
.modal--account input[type=week]:-ms-input-placeholder,
.modal--account select:-ms-input-placeholder,
.modal--account textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, .36);
  font-size: 16px;
  font-style: italic
}

.modal--account input:not([type])::placeholder,
.modal--account input[type=color]::placeholder,
.modal--account input[type=date]::placeholder,
.modal--account input[type=datetime-local]::placeholder,
.modal--account input[type=datetime]::placeholder,
.modal--account input[type=email]::placeholder,
.modal--account input[type=month]::placeholder,
.modal--account input[type=number]::placeholder,
.modal--account input[type=password]::placeholder,
.modal--account input[type=search]::placeholder,
.modal--account input[type=tel]::placeholder,
.modal--account input[type=text]::placeholder,
.modal--account input[type=time]::placeholder,
.modal--account input[type=url]::placeholder,
.modal--account input[type=week]::placeholder,
.modal--account select::placeholder,
.modal--account textarea::placeholder {
  color: rgba(0, 0, 0, .36);
  font-size: 16px;
  font-style: italic
}

.modal--account input:not([type]):hover:not([disabled]),
.modal--account input[type=color]:hover:not([disabled]),
.modal--account input[type=date]:hover:not([disabled]),
.modal--account input[type=datetime-local]:hover:not([disabled]),
.modal--account input[type=datetime]:hover:not([disabled]),
.modal--account input[type=email]:hover:not([disabled]),
.modal--account input[type=month]:hover:not([disabled]),
.modal--account input[type=number]:hover:not([disabled]),
.modal--account input[type=password]:hover:not([disabled]),
.modal--account input[type=search]:hover:not([disabled]),
.modal--account input[type=tel]:hover:not([disabled]),
.modal--account input[type=text]:hover:not([disabled]),
.modal--account input[type=time]:hover:not([disabled]),
.modal--account input[type=url]:hover:not([disabled]),
.modal--account input[type=week]:hover:not([disabled]),
.modal--account select:hover:not([disabled]),
.modal--account textarea:hover:not([disabled]) {
  border-color: #333
}

.modal--account input:not([type]).input-success,
.modal--account input:not([type]):hover:not([disabled]).input-success,
.modal--account input[type=color].input-success,
.modal--account input[type=color]:hover:not([disabled]).input-success,
.modal--account input[type=date].input-success,
.modal--account input[type=date]:hover:not([disabled]).input-success,
.modal--account input[type=datetime-local].input-success,
.modal--account input[type=datetime-local]:hover:not([disabled]).input-success,
.modal--account input[type=datetime].input-success,
.modal--account input[type=datetime]:hover:not([disabled]).input-success,
.modal--account input[type=email].input-success,
.modal--account input[type=email]:hover:not([disabled]).input-success,
.modal--account input[type=month].input-success,
.modal--account input[type=month]:hover:not([disabled]).input-success,
.modal--account input[type=number].input-success,
.modal--account input[type=number]:hover:not([disabled]).input-success,
.modal--account input[type=password].input-success,
.modal--account input[type=password]:hover:not([disabled]).input-success,
.modal--account input[type=search].input-success,
.modal--account input[type=search]:hover:not([disabled]).input-success,
.modal--account input[type=tel].input-success,
.modal--account input[type=tel]:hover:not([disabled]).input-success,
.modal--account input[type=text].input-success,
.modal--account input[type=text]:hover:not([disabled]).input-success,
.modal--account input[type=time].input-success,
.modal--account input[type=time]:hover:not([disabled]).input-success,
.modal--account input[type=url].input-success,
.modal--account input[type=url]:hover:not([disabled]).input-success,
.modal--account input[type=week].input-success,
.modal--account input[type=week]:hover:not([disabled]).input-success,
.modal--account select.input-success,
.modal--account select:hover:not([disabled]).input-success,
.modal--account textarea.input-success,
.modal--account textarea:hover:not([disabled]).input-success {
  border-color: green
}

.modal--account input:not([type]).input-success+.input__message,
.modal--account input:not([type]):hover:not([disabled]).input-success+.input__message,
.modal--account input[type=color].input-success+.input__message,
.modal--account input[type=color]:hover:not([disabled]).input-success+.input__message,
.modal--account input[type=date].input-success+.input__message,
.modal--account input[type=date]:hover:not([disabled]).input-success+.input__message,
.modal--account input[type=datetime-local].input-success+.input__message,
.modal--account input[type=datetime-local]:hover:not([disabled]).input-success+.input__message,
.modal--account input[type=datetime].input-success+.input__message,
.modal--account input[type=datetime]:hover:not([disabled]).input-success+.input__message,
.modal--account input[type=email].input-success+.input__message,
.modal--account input[type=email]:hover:not([disabled]).input-success+.input__message,
.modal--account input[type=month].input-success+.input__message,
.modal--account input[type=month]:hover:not([disabled]).input-success+.input__message,
.modal--account input[type=number].input-success+.input__message,
.modal--account input[type=number]:hover:not([disabled]).input-success+.input__message,
.modal--account input[type=password].input-success+.input__message,
.modal--account input[type=password]:hover:not([disabled]).input-success+.input__message,
.modal--account input[type=search].input-success+.input__message,
.modal--account input[type=search]:hover:not([disabled]).input-success+.input__message,
.modal--account input[type=tel].input-success+.input__message,
.modal--account input[type=tel]:hover:not([disabled]).input-success+.input__message,
.modal--account input[type=text].input-success+.input__message,
.modal--account input[type=text]:hover:not([disabled]).input-success+.input__message,
.modal--account input[type=time].input-success+.input__message,
.modal--account input[type=time]:hover:not([disabled]).input-success+.input__message,
.modal--account input[type=url].input-success+.input__message,
.modal--account input[type=url]:hover:not([disabled]).input-success+.input__message,
.modal--account input[type=week].input-success+.input__message,
.modal--account input[type=week]:hover:not([disabled]).input-success+.input__message,
.modal--account select.input-success+.input__message,
.modal--account select:hover:not([disabled]).input-success+.input__message,
.modal--account textarea.input-success+.input__message,
.modal--account textarea:hover:not([disabled]).input-success+.input__message {
  color: green
}

.modal--account input:not([type]):hover:not([disabled]):-ms-input-placeholder,
.modal--account input[type=color]:hover:not([disabled]):-ms-input-placeholder,
.modal--account input[type=date]:hover:not([disabled]):-ms-input-placeholder,
.modal--account input[type=datetime-local]:hover:not([disabled]):-ms-input-placeholder,
.modal--account input[type=datetime]:hover:not([disabled]):-ms-input-placeholder,
.modal--account input[type=email]:hover:not([disabled]):-ms-input-placeholder,
.modal--account input[type=month]:hover:not([disabled]):-ms-input-placeholder,
.modal--account input[type=number]:hover:not([disabled]):-ms-input-placeholder,
.modal--account input[type=password]:hover:not([disabled]):-ms-input-placeholder,
.modal--account input[type=search]:hover:not([disabled]):-ms-input-placeholder,
.modal--account input[type=tel]:hover:not([disabled]):-ms-input-placeholder,
.modal--account input[type=text]:hover:not([disabled]):-ms-input-placeholder,
.modal--account input[type=time]:hover:not([disabled]):-ms-input-placeholder,
.modal--account input[type=url]:hover:not([disabled]):-ms-input-placeholder,
.modal--account input[type=week]:hover:not([disabled]):-ms-input-placeholder,
.modal--account select:hover:not([disabled]):-ms-input-placeholder,
.modal--account textarea:hover:not([disabled]):-ms-input-placeholder {
  color: #b7b9ba
}

.modal--account input:not([type]):hover:not([disabled])::placeholder,
.modal--account input[type=color]:hover:not([disabled])::placeholder,
.modal--account input[type=date]:hover:not([disabled])::placeholder,
.modal--account input[type=datetime-local]:hover:not([disabled])::placeholder,
.modal--account input[type=datetime]:hover:not([disabled])::placeholder,
.modal--account input[type=email]:hover:not([disabled])::placeholder,
.modal--account input[type=month]:hover:not([disabled])::placeholder,
.modal--account input[type=number]:hover:not([disabled])::placeholder,
.modal--account input[type=password]:hover:not([disabled])::placeholder,
.modal--account input[type=search]:hover:not([disabled])::placeholder,
.modal--account input[type=tel]:hover:not([disabled])::placeholder,
.modal--account input[type=text]:hover:not([disabled])::placeholder,
.modal--account input[type=time]:hover:not([disabled])::placeholder,
.modal--account input[type=url]:hover:not([disabled])::placeholder,
.modal--account input[type=week]:hover:not([disabled])::placeholder,
.modal--account select:hover:not([disabled])::placeholder,
.modal--account textarea:hover:not([disabled])::placeholder {
  color: #b7b9ba
}

.modal--account input:not([type]).input-warning,
.modal--account input:not([type]):hover:not([disabled]).has-warning,
.modal--account input:not([type]):hover:not([disabled]).input-warning,
.modal--account input[type=color].input-warning,
.modal--account input[type=color]:hover:not([disabled]).has-warning,
.modal--account input[type=color]:hover:not([disabled]).input-warning,
.modal--account input[type=date].input-warning,
.modal--account input[type=date]:hover:not([disabled]).has-warning,
.modal--account input[type=date]:hover:not([disabled]).input-warning,
.modal--account input[type=datetime-local].input-warning,
.modal--account input[type=datetime-local]:hover:not([disabled]).has-warning,
.modal--account input[type=datetime-local]:hover:not([disabled]).input-warning,
.modal--account input[type=datetime].input-warning,
.modal--account input[type=datetime]:hover:not([disabled]).has-warning,
.modal--account input[type=datetime]:hover:not([disabled]).input-warning,
.modal--account input[type=email].input-warning,
.modal--account input[type=email]:hover:not([disabled]).has-warning,
.modal--account input[type=email]:hover:not([disabled]).input-warning,
.modal--account input[type=month].input-warning,
.modal--account input[type=month]:hover:not([disabled]).has-warning,
.modal--account input[type=month]:hover:not([disabled]).input-warning,
.modal--account input[type=number].input-warning,
.modal--account input[type=number]:hover:not([disabled]).has-warning,
.modal--account input[type=number]:hover:not([disabled]).input-warning,
.modal--account input[type=password].input-warning,
.modal--account input[type=password]:hover:not([disabled]).has-warning,
.modal--account input[type=password]:hover:not([disabled]).input-warning,
.modal--account input[type=search].input-warning,
.modal--account input[type=search]:hover:not([disabled]).has-warning,
.modal--account input[type=search]:hover:not([disabled]).input-warning,
.modal--account input[type=tel].input-warning,
.modal--account input[type=tel]:hover:not([disabled]).has-warning,
.modal--account input[type=tel]:hover:not([disabled]).input-warning,
.modal--account input[type=text].input-warning,
.modal--account input[type=text]:hover:not([disabled]).has-warning,
.modal--account input[type=text]:hover:not([disabled]).input-warning,
.modal--account input[type=time].input-warning,
.modal--account input[type=time]:hover:not([disabled]).has-warning,
.modal--account input[type=time]:hover:not([disabled]).input-warning,
.modal--account input[type=url].input-warning,
.modal--account input[type=url]:hover:not([disabled]).has-warning,
.modal--account input[type=url]:hover:not([disabled]).input-warning,
.modal--account input[type=week].input-warning,
.modal--account input[type=week]:hover:not([disabled]).has-warning,
.modal--account input[type=week]:hover:not([disabled]).input-warning,
.modal--account select.input-warning,
.modal--account select:hover:not([disabled]).has-warning,
.modal--account select:hover:not([disabled]).input-warning,
.modal--account textarea.input-warning,
.modal--account textarea:hover:not([disabled]).has-warning,
.modal--account textarea:hover:not([disabled]).input-warning {
  border-color: orange
}

.modal--account input:not([type]).input-warning+.input__message,
.modal--account input:not([type]):hover:not([disabled]).has-warning+.input__message,
.modal--account input:not([type]):hover:not([disabled]).input-warning+.input__message,
.modal--account input[type=color].input-warning+.input__message,
.modal--account input[type=color]:hover:not([disabled]).has-warning+.input__message,
.modal--account input[type=color]:hover:not([disabled]).input-warning+.input__message,
.modal--account input[type=date].input-warning+.input__message,
.modal--account input[type=date]:hover:not([disabled]).has-warning+.input__message,
.modal--account input[type=date]:hover:not([disabled]).input-warning+.input__message,
.modal--account input[type=datetime-local].input-warning+.input__message,
.modal--account input[type=datetime-local]:hover:not([disabled]).has-warning+.input__message,
.modal--account input[type=datetime-local]:hover:not([disabled]).input-warning+.input__message,
.modal--account input[type=datetime].input-warning+.input__message,
.modal--account input[type=datetime]:hover:not([disabled]).has-warning+.input__message,
.modal--account input[type=datetime]:hover:not([disabled]).input-warning+.input__message,
.modal--account input[type=email].input-warning+.input__message,
.modal--account input[type=email]:hover:not([disabled]).has-warning+.input__message,
.modal--account input[type=email]:hover:not([disabled]).input-warning+.input__message,
.modal--account input[type=month].input-warning+.input__message,
.modal--account input[type=month]:hover:not([disabled]).has-warning+.input__message,
.modal--account input[type=month]:hover:not([disabled]).input-warning+.input__message,
.modal--account input[type=number].input-warning+.input__message,
.modal--account input[type=number]:hover:not([disabled]).has-warning+.input__message,
.modal--account input[type=number]:hover:not([disabled]).input-warning+.input__message,
.modal--account input[type=password].input-warning+.input__message,
.modal--account input[type=password]:hover:not([disabled]).has-warning+.input__message,
.modal--account input[type=password]:hover:not([disabled]).input-warning+.input__message,
.modal--account input[type=search].input-warning+.input__message,
.modal--account input[type=search]:hover:not([disabled]).has-warning+.input__message,
.modal--account input[type=search]:hover:not([disabled]).input-warning+.input__message,
.modal--account input[type=tel].input-warning+.input__message,
.modal--account input[type=tel]:hover:not([disabled]).has-warning+.input__message,
.modal--account input[type=tel]:hover:not([disabled]).input-warning+.input__message,
.modal--account input[type=text].input-warning+.input__message,
.modal--account input[type=text]:hover:not([disabled]).has-warning+.input__message,
.modal--account input[type=text]:hover:not([disabled]).input-warning+.input__message,
.modal--account input[type=time].input-warning+.input__message,
.modal--account input[type=time]:hover:not([disabled]).has-warning+.input__message,
.modal--account input[type=time]:hover:not([disabled]).input-warning+.input__message,
.modal--account input[type=url].input-warning+.input__message,
.modal--account input[type=url]:hover:not([disabled]).has-warning+.input__message,
.modal--account input[type=url]:hover:not([disabled]).input-warning+.input__message,
.modal--account input[type=week].input-warning+.input__message,
.modal--account input[type=week]:hover:not([disabled]).has-warning+.input__message,
.modal--account input[type=week]:hover:not([disabled]).input-warning+.input__message,
.modal--account select.input-warning+.input__message,
.modal--account select:hover:not([disabled]).has-warning+.input__message,
.modal--account select:hover:not([disabled]).input-warning+.input__message,
.modal--account textarea.input-warning+.input__message,
.modal--account textarea:hover:not([disabled]).has-warning+.input__message,
.modal--account textarea:hover:not([disabled]).input-warning+.input__message {
  color: orange
}

.modal--account input:not([type]).input-error,
.modal--account input:not([type]):hover:not([disabled]).input-error,
.modal--account input[type=color].input-error,
.modal--account input[type=color]:hover:not([disabled]).input-error,
.modal--account input[type=date].input-error,
.modal--account input[type=date]:hover:not([disabled]).input-error,
.modal--account input[type=datetime-local].input-error,
.modal--account input[type=datetime-local]:hover:not([disabled]).input-error,
.modal--account input[type=datetime].input-error,
.modal--account input[type=datetime]:hover:not([disabled]).input-error,
.modal--account input[type=email].input-error,
.modal--account input[type=email]:hover:not([disabled]).input-error,
.modal--account input[type=month].input-error,
.modal--account input[type=month]:hover:not([disabled]).input-error,
.modal--account input[type=number].input-error,
.modal--account input[type=number]:hover:not([disabled]).input-error,
.modal--account input[type=password].input-error,
.modal--account input[type=password]:hover:not([disabled]).input-error,
.modal--account input[type=search].input-error,
.modal--account input[type=search]:hover:not([disabled]).input-error,
.modal--account input[type=tel].input-error,
.modal--account input[type=tel]:hover:not([disabled]).input-error,
.modal--account input[type=text].input-error,
.modal--account input[type=text]:hover:not([disabled]).input-error,
.modal--account input[type=time].input-error,
.modal--account input[type=time]:hover:not([disabled]).input-error,
.modal--account input[type=url].input-error,
.modal--account input[type=url]:hover:not([disabled]).input-error,
.modal--account input[type=week].input-error,
.modal--account input[type=week]:hover:not([disabled]).input-error,
.modal--account select.input-error,
.modal--account select:hover:not([disabled]).input-error,
.modal--account textarea.input-error,
.modal--account textarea:hover:not([disabled]).input-error {
  border-color: rgba(228, 49, 44, .8)
}

.modal--account input:not([type]).input-error+.input__message,
.modal--account input:not([type]):hover:not([disabled]).input-error+.input__message,
.modal--account input[type=color].input-error+.input__message,
.modal--account input[type=color]:hover:not([disabled]).input-error+.input__message,
.modal--account input[type=date].input-error+.input__message,
.modal--account input[type=date]:hover:not([disabled]).input-error+.input__message,
.modal--account input[type=datetime-local].input-error+.input__message,
.modal--account input[type=datetime-local]:hover:not([disabled]).input-error+.input__message,
.modal--account input[type=datetime].input-error+.input__message,
.modal--account input[type=datetime]:hover:not([disabled]).input-error+.input__message,
.modal--account input[type=email].input-error+.input__message,
.modal--account input[type=email]:hover:not([disabled]).input-error+.input__message,
.modal--account input[type=month].input-error+.input__message,
.modal--account input[type=month]:hover:not([disabled]).input-error+.input__message,
.modal--account input[type=number].input-error+.input__message,
.modal--account input[type=number]:hover:not([disabled]).input-error+.input__message,
.modal--account input[type=password].input-error+.input__message,
.modal--account input[type=password]:hover:not([disabled]).input-error+.input__message,
.modal--account input[type=search].input-error+.input__message,
.modal--account input[type=search]:hover:not([disabled]).input-error+.input__message,
.modal--account input[type=tel].input-error+.input__message,
.modal--account input[type=tel]:hover:not([disabled]).input-error+.input__message,
.modal--account input[type=text].input-error+.input__message,
.modal--account input[type=text]:hover:not([disabled]).input-error+.input__message,
.modal--account input[type=time].input-error+.input__message,
.modal--account input[type=time]:hover:not([disabled]).input-error+.input__message,
.modal--account input[type=url].input-error+.input__message,
.modal--account input[type=url]:hover:not([disabled]).input-error+.input__message,
.modal--account input[type=week].input-error+.input__message,
.modal--account input[type=week]:hover:not([disabled]).input-error+.input__message,
.modal--account select.input-error+.input__message,
.modal--account select:hover:not([disabled]).input-error+.input__message,
.modal--account textarea.input-error+.input__message,
.modal--account textarea:hover:not([disabled]).input-error+.input__message {
  color: rgba(228, 49, 44, .8)
}

.modal--account input:not([type]):active:not([disabled]),
.modal--account input:not([type]):focus:not([disabled]),
.modal--account input[type=color]:active:not([disabled]),
.modal--account input[type=color]:focus:not([disabled]),
.modal--account input[type=date]:active:not([disabled]),
.modal--account input[type=date]:focus:not([disabled]),
.modal--account input[type=datetime-local]:active:not([disabled]),
.modal--account input[type=datetime-local]:focus:not([disabled]),
.modal--account input[type=datetime]:active:not([disabled]),
.modal--account input[type=datetime]:focus:not([disabled]),
.modal--account input[type=email]:active:not([disabled]),
.modal--account input[type=email]:focus:not([disabled]),
.modal--account input[type=month]:active:not([disabled]),
.modal--account input[type=month]:focus:not([disabled]),
.modal--account input[type=number]:active:not([disabled]),
.modal--account input[type=number]:focus:not([disabled]),
.modal--account input[type=password]:active:not([disabled]),
.modal--account input[type=password]:focus:not([disabled]),
.modal--account input[type=search]:active:not([disabled]),
.modal--account input[type=search]:focus:not([disabled]),
.modal--account input[type=tel]:active:not([disabled]),
.modal--account input[type=tel]:focus:not([disabled]),
.modal--account input[type=text]:active:not([disabled]),
.modal--account input[type=text]:focus:not([disabled]),
.modal--account input[type=time]:active:not([disabled]),
.modal--account input[type=time]:focus:not([disabled]),
.modal--account input[type=url]:active:not([disabled]),
.modal--account input[type=url]:focus:not([disabled]),
.modal--account input[type=week]:active:not([disabled]),
.modal--account input[type=week]:focus:not([disabled]),
.modal--account select:active:not([disabled]),
.modal--account select:focus:not([disabled]),
.modal--account textarea:active:not([disabled]),
.modal--account textarea:focus:not([disabled]) {
  outline: none;
  border: solid 1px #012169!important;
  color: #666
}

.modal--account input:not([type]):active:not([disabled]).input-success,
.modal--account input:not([type]):focus:not([disabled]).input-success,
.modal--account input[type=color]:active:not([disabled]).input-success,
.modal--account input[type=color]:focus:not([disabled]).input-success,
.modal--account input[type=date]:active:not([disabled]).input-success,
.modal--account input[type=date]:focus:not([disabled]).input-success,
.modal--account input[type=datetime-local]:active:not([disabled]).input-success,
.modal--account input[type=datetime-local]:focus:not([disabled]).input-success,
.modal--account input[type=datetime]:active:not([disabled]).input-success,
.modal--account input[type=datetime]:focus:not([disabled]).input-success,
.modal--account input[type=email]:active:not([disabled]).input-success,
.modal--account input[type=email]:focus:not([disabled]).input-success,
.modal--account input[type=month]:active:not([disabled]).input-success,
.modal--account input[type=month]:focus:not([disabled]).input-success,
.modal--account input[type=number]:active:not([disabled]).input-success,
.modal--account input[type=number]:focus:not([disabled]).input-success,
.modal--account input[type=password]:active:not([disabled]).input-success,
.modal--account input[type=password]:focus:not([disabled]).input-success,
.modal--account input[type=search]:active:not([disabled]).input-success,
.modal--account input[type=search]:focus:not([disabled]).input-success,
.modal--account input[type=tel]:active:not([disabled]).input-success,
.modal--account input[type=tel]:focus:not([disabled]).input-success,
.modal--account input[type=text]:active:not([disabled]).input-success,
.modal--account input[type=text]:focus:not([disabled]).input-success,
.modal--account input[type=time]:active:not([disabled]).input-success,
.modal--account input[type=time]:focus:not([disabled]).input-success,
.modal--account input[type=url]:active:not([disabled]).input-success,
.modal--account input[type=url]:focus:not([disabled]).input-success,
.modal--account input[type=week]:active:not([disabled]).input-success,
.modal--account input[type=week]:focus:not([disabled]).input-success,
.modal--account select:active:not([disabled]).input-success,
.modal--account select:focus:not([disabled]).input-success,
.modal--account textarea:active:not([disabled]).input-success,
.modal--account textarea:focus:not([disabled]).input-success {
  border-color: green
}

.modal--account input:not([type]):active:not([disabled]).input-warning,
.modal--account input:not([type]):focus:not([disabled]).input-warning,
.modal--account input[type=color]:active:not([disabled]).input-warning,
.modal--account input[type=color]:focus:not([disabled]).input-warning,
.modal--account input[type=date]:active:not([disabled]).input-warning,
.modal--account input[type=date]:focus:not([disabled]).input-warning,
.modal--account input[type=datetime-local]:active:not([disabled]).input-warning,
.modal--account input[type=datetime-local]:focus:not([disabled]).input-warning,
.modal--account input[type=datetime]:active:not([disabled]).input-warning,
.modal--account input[type=datetime]:focus:not([disabled]).input-warning,
.modal--account input[type=email]:active:not([disabled]).input-warning,
.modal--account input[type=email]:focus:not([disabled]).input-warning,
.modal--account input[type=month]:active:not([disabled]).input-warning,
.modal--account input[type=month]:focus:not([disabled]).input-warning,
.modal--account input[type=number]:active:not([disabled]).input-warning,
.modal--account input[type=number]:focus:not([disabled]).input-warning,
.modal--account input[type=password]:active:not([disabled]).input-warning,
.modal--account input[type=password]:focus:not([disabled]).input-warning,
.modal--account input[type=search]:active:not([disabled]).input-warning,
.modal--account input[type=search]:focus:not([disabled]).input-warning,
.modal--account input[type=tel]:active:not([disabled]).input-warning,
.modal--account input[type=tel]:focus:not([disabled]).input-warning,
.modal--account input[type=text]:active:not([disabled]).input-warning,
.modal--account input[type=text]:focus:not([disabled]).input-warning,
.modal--account input[type=time]:active:not([disabled]).input-warning,
.modal--account input[type=time]:focus:not([disabled]).input-warning,
.modal--account input[type=url]:active:not([disabled]).input-warning,
.modal--account input[type=url]:focus:not([disabled]).input-warning,
.modal--account input[type=week]:active:not([disabled]).input-warning,
.modal--account input[type=week]:focus:not([disabled]).input-warning,
.modal--account select:active:not([disabled]).input-warning,
.modal--account select:focus:not([disabled]).input-warning,
.modal--account textarea:active:not([disabled]).input-warning,
.modal--account textarea:focus:not([disabled]).input-warning {
  border-color: orange
}

.modal--account input:not([type]):active:not([disabled]).input-error,
.modal--account input:not([type]):focus:not([disabled]).input-error,
.modal--account input[type=color]:active:not([disabled]).input-error,
.modal--account input[type=color]:focus:not([disabled]).input-error,
.modal--account input[type=date]:active:not([disabled]).input-error,
.modal--account input[type=date]:focus:not([disabled]).input-error,
.modal--account input[type=datetime-local]:active:not([disabled]).input-error,
.modal--account input[type=datetime-local]:focus:not([disabled]).input-error,
.modal--account input[type=datetime]:active:not([disabled]).input-error,
.modal--account input[type=datetime]:focus:not([disabled]).input-error,
.modal--account input[type=email]:active:not([disabled]).input-error,
.modal--account input[type=email]:focus:not([disabled]).input-error,
.modal--account input[type=month]:active:not([disabled]).input-error,
.modal--account input[type=month]:focus:not([disabled]).input-error,
.modal--account input[type=number]:active:not([disabled]).input-error,
.modal--account input[type=number]:focus:not([disabled]).input-error,
.modal--account input[type=password]:active:not([disabled]).input-error,
.modal--account input[type=password]:focus:not([disabled]).input-error,
.modal--account input[type=search]:active:not([disabled]).input-error,
.modal--account input[type=search]:focus:not([disabled]).input-error,
.modal--account input[type=tel]:active:not([disabled]).input-error,
.modal--account input[type=tel]:focus:not([disabled]).input-error,
.modal--account input[type=text]:active:not([disabled]).input-error,
.modal--account input[type=text]:focus:not([disabled]).input-error,
.modal--account input[type=time]:active:not([disabled]).input-error,
.modal--account input[type=time]:focus:not([disabled]).input-error,
.modal--account input[type=url]:active:not([disabled]).input-error,
.modal--account input[type=url]:focus:not([disabled]).input-error,
.modal--account input[type=week]:active:not([disabled]).input-error,
.modal--account input[type=week]:focus:not([disabled]).input-error,
.modal--account select:active:not([disabled]).input-error,
.modal--account select:focus:not([disabled]).input-error,
.modal--account textarea:active:not([disabled]).input-error,
.modal--account textarea:focus:not([disabled]).input-error {
  border-color: rgba(228, 49, 44, .8)
}

.modal--account label {
  display: block;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #333
}

.modal--account label:hover:not([disabled]) {
  color: #333
}

.modal--account label:active:not([disabled]),
.modal--account label:focus:not([disabled]) {
  color: #000
}

.modal--account label .label-right-align {
  float: right;
  color: #e8e8e8
}

.modal--account label .label-right-align:active:not([disabled]),
.modal--account label .label-right-align:focus:not([disabled]),
.modal--account label .label-right-align:hover:not([disabled]) {
  color: #333
}

.modal--account .button {
  width: 100%
}

.modal--account .help-block {
  text-align: left;
  padding-top: .4rem
}

.modal--account .help-block--right {
  text-align: right
}

.modal--account .login-social-icons {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.modal--account .login-social-icons a {
  margin: 5.5px 8px;
  padding-bottom: 0
}

.modal--account .login-social-icons a svg {
  width: 50px;
  height: 50px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.modal--account .login-social-icons a svg:hover {
  filter: brightness(80%)
}

@media screen and (min-width:331px) and (max-width:350px) {
  .modal--account .login-social-icons {
    padding: 0 20px
  }
}

@media screen and (max-width:330px) {
  .modal--account .login-social-icons {
    padding: 0
  }
}

.modal--account .form-group {
  position: relative
}

.modal--account .form-text.with-errors {
  padding-bottom: 0!important
}

.modal--account .show-password {
  position: absolute;
  right: 15px;
  top: 31px;
  z-index: 100
}

.modal--account .show-password .icon-hide {
  display: none
}

.modal--account #account-login-error-password-help {
  float: left;
  width: 60%;
  max-width: 60%
}

.modal--account .help {
  float: right;
  width: 40%;
  max-width: 40%;
  margin-top: .6rem
}

.modal--forgot-password .modal__subheader {
  margin-bottom: 1.6rem
}

.modal--forgot-password .img-forgot {
  margin-top: 2.4rem
}

@media (min-width:480px) {
  .modal--forgot-password .img-forgot {
    margin-top: 3.6rem
  }
}

.modal--thanks .modal-content {
  padding-bottom: 25px
}

.modal--thanks .modal-header {
  padding: 0
}

.modal--thanks .modal-body {
  margin: 25px 3rem 0;
  padding: 72px;
  text-align: center;
  border: 4px solid #00a78e;
  border-radius: 0 50px 0 50px;
  color: #00a78e
}

.modal--thanks .modal-body .icon-newsletter {
  width: 87px;
  height: 124px;
  cursor: auto
}

.modal--thanks .modal-body .thanks__subheading {
  margin-bottom: 5.2rem;
  font-size: 1.8rem;
  font-weight: 600
}

.modal--thanks .modal-body .thanks__footer {
  position: relative;
  margin-top: 9.4rem;
  color: #333
}

.modal--thanks .modal-body .h2 {
  color: #00a78e;
  font-weight: 600;
  margin-bottom: 0
}

@media (max-width:399px) and (min-height:20px) {
  .modal--thanks .modal-header {
    box-sizing: border-box
  }
  .modal--thanks .modal-content {
    display: block;
    height: 100%;
    min-height: 100%;
    padding-bottom: 0;
    box-sizing: border-box
  }
  .modal--thanks .modal-body {
    display: block;
    margin: 25px 2rem 36px;
    padding: 72px 40px 48px;
    height: calc(100% - 66px);
    box-sizing: border-box;
    position: relative
  }
  .modal--thanks .thanks__footer {
    margin-top: 0;
    position: absolute;
    bottom: 48px;
    left: 0;
    padding: 0 30px
  }
}

.modal--terms .accept-terms-validate .form-check-label:hover:not(.disabled) {
  color: inherit!important
}

.modal--terms label {
  display: inline-block;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  line-height: 21px
}

.modal--terms .modal-body {
  padding-top: 20px
}

.modal--terms .modal__subheader {
  margin-top: -9px;
  text-align: center;
  display: inline-block;
  margin-bottom: 15px
}

.modal--terms .collapse-area {
  text-align: left
}

.modal--terms .collapse-content {
  line-height: 14px
}

.information-block {
  position: relative;
  font-size: 12px;
  color: #a9a9a9;
  background-color: #f4f4f4;
  padding: 8px 16px;
  border-radius: 2px;
  margin-bottom: 1.2rem;
  text-align: left
}

.information-block__title {
  font-style: italic;
  color: #666
}

.information-block ul,
.onedomain-component .modal--account .information-block ul {
  margin: 6px 0 2px;
  padding-left: 20px
}

.information-block li {
  color: #838383;
  margin-bottom: 2px
}

.information-block li.passed {
  color: #5cb85c
}

.information-block li.passed svg {
  display: block
}

.information-block li svg,
.onedomain-component .modal--account .information-block li svg {
  fill: #5cb85c;
  position: absolute;
  width: 1em;
  height: 1em;
  left: 20px;
  display: none
}

@media (min-width:480px) {
  .app-buttons .button {
    margin-bottom: .8rem
  }
}

@media (min-width:480px) {
  .app-buttons .button:not(:last-child) {
    margin-right: 2rem
  }
}

@media (min-width:768px) {
  .app-buttons .button:hover {
    opacity: .85
  }
}

.onedomain-component .card {
  background-color: #fff;
  height: 100%;
  position: relative;
  text-align: center;
  box-shadow: inset 0 -10px 0 -7px rgba(0, 0, 0, .08);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.onedomain-component .card__content:last-child,
.onedomain-component .card__footer:last-child,
.onedomain-component .card__title:last-child {
  padding-bottom: 0
}

.onedomain-component .card__small {
  padding-bottom: 2rem
}

@media (min-width:480px) {
  .onedomain-component .card__small {
    padding-bottom: 2.4rem
  }
}

.onedomain-component .card__medium {
  padding-bottom: 2.4rem
}

@media (min-width:480px) {
  .onedomain-component .card__medium {
    padding-bottom: 3.6rem
  }
}

.onedomain-component .card__large {
  padding-bottom: 2.4rem
}

@media (min-width:480px) {
  .onedomain-component .card__large {
    padding-bottom: 3.6rem
  }
}

.onedomain-component .card__large .card__image {
  margin-bottom: 2rem
}

@media (min-width:480px) {
  .onedomain-component .card__large .card__image {
    margin-bottom: 2.4rem
  }
}

@media (min-width:992px) {
  .onedomain-component .card__large .card__content {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (min-width:1280px) {
  .onedomain-component .card__large .card__content {
    padding-left: 60px;
    padding-right: 60px
  }
}

@media (min-width:992px) {
  .onedomain-component .card__large .card__footer {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (min-width:1280px) {
  .onedomain-component .card__large .card__footer {
    padding-left: 30px;
    padding-right: 30px
  }
}

.onedomain-component .card__footer {
  padding: 0 20px 36px
}

.onedomain-component .card__footer .button--square {
  width: auto
}

.onedomain-component .card__footer+.card__footer {
  margin-top: -2rem
}

.onedomain-component .card--iconed-button .card__footer {
  padding-bottom: 0;
  padding-right: 0;
  margin-bottom: 0;
  margin-left: auto
}

.onedomain-component .card--iconed-button .card__footer .button {
  margin-left: auto
}

.onedomain-component .card--squircle {
  border-top-left-radius: unset;
  border-top-right-radius: 50px;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: 50px;
  text-align: left;
  overflow: hidden;
  padding-bottom: 0
}

.onedomain-component .card--squircle .card__content {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 1.6rem
}

@media (min-width:480px) {
  .onedomain-component .card--squircle .card__content {
    padding-bottom: 2rem
  }
}

@media (min-width:1280px) {
  .onedomain-component .card--squircle .card__content {
    padding-left: 36px;
    padding-right: 36px
  }
}

.onedomain-component .card--squircle .onedomain-component .card__footer {
  text-align: right
}

.onedomain-component .card--link {
  cursor: pointer;
  transition: all .2s
}

.onedomain-component .card--link:hover {
  color: inherit;
  text-decoration: none
}

@media (min-width:992px) {
  .onedomain-component .card--link:hover {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .08);
    border-bottom: 0 solid rgba(0, 0, 0, .08);
    transform: scale(1.05)
  }
}

.onedomain-component .card__image {
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1.6rem
}

@media (min-width:480px) {
  .onedomain-component .card__image {
    margin-bottom: 2rem
  }
}

.onedomain-component .card__video {
  margin-bottom: 2rem
}

@media (min-width:480px) {
  .onedomain-component .card__video {
    margin-bottom: 2.4rem
  }
}

.onedomain-component .card__content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 1.6rem;
  height: 100%
}

@media (min-width:480px) {
  .onedomain-component .card__content {
    padding-bottom: 2rem
  }
}

.IE--11 .onedomain-component .card__content {
  height: auto
}

.onedomain-component .card__logo {
  width: 100px;
  height: 50px;
  display: block;
  margin: auto;
  margin-bottom: .8rem
}

@media (min-width:480px) {
  .onedomain-component .card__logo {
    margin-bottom: 1.2rem
  }
}

.onedomain-component .card__logo__img {
  width: 100%;
  height: auto
}

.onedomain-component .card__footer {
  margin-top: auto
}

.onedomain-component .card__overlay {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: background-color .3s ease
}

.accordion__group--active .accordion__heading .icon {
  transform: rotate(180deg)
}

.accordion__group .accordion__heading .icon {
  display: none;
  float: right;
  transition: all .3s
}

@media (min-width:768px) {
  .accordion--desktop .accordion__group .accordion__heading .icon,
  .accordion--desktop .accordion__group--active .accordion__content {
    display: block
  }
  .accordion--desktop .accordion__group .accordion__heading {
    cursor: pointer
  }
  .accordion--desktop .accordion__group .accordion__content {
    display: none
  }
}

@media (max-width:767.98px) {
  .accordion--mobile .accordion__group .accordion__heading {
    cursor: pointer
  }
  .accordion--mobile .accordion__group .accordion__heading .icon {
    display: block
  }
  .accordion--mobile .accordion__group .accordion__content {
    display: none
  }
}

.flex-module--colour-showcase {
  background-color: #fff;
  padding-top: 3.6rem;
  padding-bottom: 3.6rem
}

@media (min-width:480px) {
  .flex-module--colour-showcase {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem
  }
}

.flex-module--colour-showcase .colour-showcase__swatch-row {
  padding-bottom: 1.2rem
}

@media (min-width:480px) {
  .flex-module--colour-showcase .colour-showcase__swatch-row {
    padding-bottom: 1.6rem
  }
}

.flex-module--colour-showcase .colour-showcase__swatch-row:last-child {
  padding-bottom: 0
}

@media (min-width:480px) {
  .flex-module--colour-showcase .colour-showcase__swatch-row:last-child {
    padding-bottom: 0
  }
}

.flex-module--colour-showcase .title-divider {
  font-size: 1.6rem
}

.flex-module--colour-showcase .colour-showcase__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

.flex-module--colour-showcase .colour-showcase__swatches {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media (min-width:992px) {
  .flex-module--colour-showcase .colour-showcase__swatches {
    margin: auto -10px
  }
}

.flex-module--colour-showcase .colour-showcase__swatches .colour-showcase__swatch--txt-dark * {
  color: #333
}

.flex-module--colour-showcase .colour-showcase__swatches .colour-showcase__swatch .colour-showcase__swatch-wrapper.txt-dark svg,
.flex-module--colour-showcase .colour-showcase__swatches .colour-showcase__swatch--txt-dark * svg {
  fill: #333
}

.flex-module--colour-showcase .colour-showcase__swatches .colour-showcase__swatch--txt-light * {
  color: #fff
}

.flex-module--colour-showcase .colour-showcase__swatches .colour-showcase__swatch .colour-showcase__swatch-wrapper.txt-light svg,
.flex-module--colour-showcase .colour-showcase__swatches .colour-showcase__swatch--txt-light * svg {
  fill: #fff
}

.flex-module--colour-showcase .colour-showcase__swatches .colour-showcase__swatch {
  width: 100%;
  transition: .2s all ease-out;
  margin-bottom: 1.6rem
}

@media (min-width:480px) {
  .flex-module--colour-showcase .colour-showcase__swatches .colour-showcase__swatch {
    margin-bottom: 2rem
  }
}

@media (min-width:992px) {
  .flex-module--colour-showcase .colour-showcase__swatches .colour-showcase__swatch {
    padding: 0 10px
  }
}

.flex-module--colour-showcase .colour-showcase__swatches .colour-showcase__swatch:hover {
  transform: scale(1.02);
  cursor: pointer
}

.flex-module--colour-showcase .colour-showcase__swatches .colour-showcase__swatch:hover .colour-showcase__swatch-name {
  text-decoration: underline
}

.flex-module--colour-showcase .colour-showcase__swatches .colour-showcase__swatch .colour-showcase__swatch-wrapper {
  position: relative;
  height: 100px
}

@media (min-width:992px) {
  .flex-module--colour-showcase .colour-showcase__swatches .colour-showcase__swatch .colour-showcase__swatch-wrapper {
    position: relative;
    height: 100%
  }
  .flex-module--colour-showcase .colour-showcase__swatches .colour-showcase__swatch .colour-showcase__swatch-wrapper:before {
    content: " ";
    display: block;
    padding-top: 56.25%;
    width: 100%
  }
}

.flex-module--colour-showcase .colour-showcase__swatches .colour-showcase__swatch .colour-showcase__swatch-overlay {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  top: 12px;
  bottom: 12px;
  left: 12px;
  right: 12px
}

.flex-module--colour-showcase .colour-showcase__swatches .colour-showcase__swatch .colour-showcase__swatch-overlay .colour-showcase__swatch-name {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto
}

.flex-module--colour-showcase .colour-showcase__swatches .colour-showcase__swatch .colour-showcase__swatch-overlay .colour-showcase__swatch-name svg {
  display: none
}

.flex-module--colour-showcase .colour-showcase__swatches .colour-showcase__swatch .colour-showcase__swatch-overlay .swatch--favourite-icons .icon {
  width: 1.6rem;
  height: 1.6rem
}

.flex-module--colour-showcase .colour-showcase__swatches .colour-showcase__swatch .colour-showcase__swatch-overlay .swatch--favourite-icons .heart-empty {
  display: block
}

.flex-module--colour-showcase .colour-showcase__swatches .colour-showcase__swatch .colour-showcase__swatch-overlay .swatch--favourite-icons .heart-filled,
.flex-module--colour-showcase .colour-showcase__swatches .colour-showcase__swatch .colour-showcase__swatch-overlay .swatch--favourite-icons.active .heart-empty {
  display: none
}

.flex-module--colour-showcase .colour-showcase__swatches .colour-showcase__swatch .colour-showcase__swatch-overlay .swatch--favourite-icons.active .heart-filled {
  display: block
}

.flex-module--colour-showcase .colour-showcase__swatches.colour-showcase__swatches--left-aligned {
  -ms-flex-pack: start;
  justify-content: flex-start
}

.flex-module--colour-showcase .colour-showcase__swatches.colour-showcase__swatches--center-aligned {
  -ms-flex-pack: center;
  justify-content: center
}

@media (min-width:992px) {
  .flex-module--colour-showcase .colour-showcase__swatches.colour-showcase__swatches--small {
    margin: auto -2px
  }
}

.flex-module--colour-showcase .colour-showcase__swatches.colour-showcase__swatches--small .colour-showcase__swatch {
  margin-bottom: .4rem
}

@media (min-width:480px) {
  .flex-module--colour-showcase .colour-showcase__swatches.colour-showcase__swatches--small .colour-showcase__swatch {
    margin-bottom: .4rem
  }
}

@media (min-width:992px) {
  .flex-module--colour-showcase .colour-showcase__swatches.colour-showcase__swatches--small .colour-showcase__swatch {
    width: 14.285%;
    padding: 0 2px;
    margin-bottom: .4rem
  }
}

@media (min-width:992px) and (min-width:480px) {
  .flex-module--colour-showcase .colour-showcase__swatches.colour-showcase__swatches--small .colour-showcase__swatch {
    margin-bottom: .4rem
  }
}

.flex-module--colour-showcase .colour-showcase__swatches.colour-showcase__swatches--small .colour-showcase__swatch .colour-showcase__swatch-wrapper {
  height: 45px
}

@media (min-width:992px) {
  .flex-module--colour-showcase .colour-showcase__swatches.colour-showcase__swatches--small .colour-showcase__swatch .colour-showcase__swatch-wrapper {
    height: auto
  }
  .flex-module--colour-showcase .colour-showcase__swatches.colour-showcase__swatches--medium .colour-showcase__swatch {
    width: 20%
  }
  .flex-module--colour-showcase .colour-showcase__swatches.colour-showcase__swatches--large .colour-showcase__swatch {
    width: 33.333%
  }
}

.flex-module--colour-showcase .colour-showcase__swatches.colour-showcase__swatches--large .colour-showcase__swatch .swatch--favourite-icons .icon {
  width: 2.4rem;
  height: 2.4rem
}

.flex-module--colour-showcase .colour-showcase__swatches.colour-showcase__swatches--large .colour-showcase__swatch .colour-showcase__swatch-wrapper {
  border-top-left-radius: unset;
  border-top-right-radius: 40px;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: 40px;
  height: 200px
}

@media (min-width:992px) {
  .flex-module--colour-showcase .colour-showcase__swatches.colour-showcase__swatches--large .colour-showcase__swatch .colour-showcase__swatch-wrapper {
    height: auto
  }
}

.flex-module--colour-showcase .colour-showcase__swatches.colour-showcase__swatches--large .colour-showcase__swatch .colour-showcase__swatch-overlay {
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px
}

.flex-module--colour-showcase .colour-showcase__swatches.colour-showcase__swatches--large .colour-showcase__swatch .colour-showcase__swatch-overlay .colour-showcase__swatch-name {
  position: absolute;
  top: 0;
  bottom: auto
}

.highlighted-entry-point {
  margin-bottom: 2.4rem;
  position: relative
}

@media (min-width:480px) {
  .highlighted-entry-point {
    margin-bottom: 3.6rem
  }
}

.highlighted-entry-point__image {
  background-repeat: no-repeat;
  background-size: cover
}

.highlighted-entry-point__image::before {
  content: '';
  display: block;
  padding-bottom: 56.25%
}

.highlighted-entry-point__content {
  text-align: center
}

@media (min-width:768px) {
  .highlighted-entry-point__content {
    left: 0;
    position: absolute;
    top: 2rem
  }
}

@media (min-width:768px) and (min-width:480px) {
  .highlighted-entry-point__content {
    top: 2.4rem
  }
}

@media (max-width:767.98px) {
  .highlighted-entry-point__content {
    margin-top: -2.4rem;
    min-height: 13rem
  }
}

@media (max-width:767.98px) and (min-width:480px) {
  .highlighted-entry-point__content {
    height: 100%;
    margin-top: -2rem
  }
}

.highlighted-entry-point__content .highlighted-entry-point__content-fake-before {
  background-color: #012169;
  transform: scale(1);
  will-change: transform
}

@media (min-width:768px) {
  .highlighted-entry-point__content .highlighted-entry-point__content-fake-before {
    padding-bottom: 100%;
    transition: all .3s ease-in-out
  }
}

@media (max-width:767.98px) {
  .highlighted-entry-point__content .highlighted-entry-point__content-fake-before {
    bottom: 0;
    height: 100%;
    left: 1rem;
    position: absolute;
    right: 1rem;
    top: 0
  }
}

.highlighted-entry-point__content-inner,
.highlighted-entry-point__content-inner .button--square {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}

.highlighted-entry-point__content-inner {
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width:768px) {
  .highlighted-entry-point__content-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
  }
}

@media (max-width:991.98px) {
  .highlighted-entry-point__content-inner {
    padding: 2.4rem 0;
    height: 100%
  }
}

.highlighted-entry-point__content-inner .button--square {
  bottom: 0;
  position: absolute;
  right: 1rem;
  width: 6rem;
  height: 6rem;
  max-height: none
}

.highlighted-entry-point__content-inner .button--square .button-text-label {
  height: auto
}

.highlighted-entry-point__content-inner:hover {
  text-decoration: none
}

.highlighted-entry-point__content:hover .highlighted-entry-point__content-fake-before {
  transform: scale(1.05)
}

.highlighted-entry-point__content:hover .button--square {
  background-color: #fff;
  color: #2fc48d!important
}

@media (min-width:768px) {
  .highlighted-entry-point__content--squircle .highlighted-entry-point__content-fake-before {
    border-radius: 0 3.6rem 0 3.6rem
  }
}

@media (max-width:991.98px) {
  .highlighted-entry-point__content--squircle .highlighted-entry-point__content-fake-before {
    border-radius: 0 2rem 0 2rem
  }
}

.highlighted-entry-point__content--squircle .highlighted-entry-point__title {
  font-family: "colour-sans"
}

.highlighted-entry-point__title {
  display: block;
  margin-bottom: .8rem;
  z-index: 1
}

@media (min-width:480px) {
  .highlighted-entry-point__title {
    font-size: 3.2rem;
    line-height: 3.4rem;
    margin-bottom: 1.2rem
  }
}

@media (max-width:767.98px) {
  .highlighted-entry-point__title {
    font-size: 2.4rem;
    line-height: 2.8rem
  }
}

@media (min-width:768px) {
  .highlighted-entry-point__title {
    max-width: 80%
  }
}

@media (max-width:991.98px) {
  .highlighted-entry-point__title {
    max-width: 70%
  }
}

.highlighted-entry-point .txt-dark .button--square,
.txt-dark .highlighted-entry-point__title {
  color: #333
}

.highlighted-entry-point .txt-light .button--square,
.txt-light .highlighted-entry-point__title {
  color: #fff
}

.highlighted-entry-point__text {
  display: block;
  z-index: 1
}

@media (min-width:768px) {
  .highlighted-entry-point__text {
    font-size: 1.6rem;
    line-height: 2rem;
    max-width: 80%
  }
}

@media (max-width:991.98px) {
  .highlighted-entry-point__text {
    font-size: 1.4rem;
    line-height: 1.8rem;
    max-width: 70%
  }
}

.txt-dark .highlighted-entry-point__text {
  color: #333
}

.txt-light .highlighted-entry-point__text {
  color: #fff
}

@media (max-width:767.98px) {
  .inspirational-entry-points--highlighted {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw
  }
}

.inspirational-entry-points--highlighted .inspirational-entry-point {
  height: auto!important;
  margin-bottom: 0!important
}

@media (min-width:480px) {
  .inspirational-entry-points--highlighted .inspirational-entry-point:not(.collapsed):nth-child(n+5) {
    margin-top: 2rem
  }
}

@media (min-width:480px) and (min-width:480px) {
  .inspirational-entry-points--highlighted .inspirational-entry-point:not(.collapsed):nth-child(n+5) {
    margin-top: 2.4rem
  }
}

@media (max-width:767.98px) {
  .inspirational-entry-points--highlighted .inspirational-entry-point:not(.collapsed):nth-child(n+4) {
    margin-top: 2rem
  }
}

@media (max-width:767.98px) and (min-width:480px) {
  .inspirational-entry-points--highlighted .inspirational-entry-point:not(.collapsed):nth-child(n+4) {
    margin-top: 2.4rem
  }
}

@media (max-width:767.98px) {
  .inspirational-entry-points--highlighted .inspirational-entry-point:nth-child(even) {
    padding-right: .4rem
  }
  .inspirational-entry-points--highlighted .inspirational-entry-point:nth-child(odd) {
    padding-left: .4rem
  }
}

@media (max-width:991.98px) {
  .inspirational-entry-points--highlighted .inspirational-entry-point__image::after {
    padding-bottom: 100%!important
  }
}

.inspirational-entry-points--highlighted .inspirational-entry-point__content {
  background: 0 0!important;
  box-shadow: none!important;
  margin-left: auto!important;
  margin-right: auto!important;
  width: 100%
}

@media (min-width:480px) {
  .inspirational-entry-points--highlighted .inspirational-entry-point__content {
    padding: 4rem 4rem 4.5rem!important
  }
}

@media (max-width:767.98px) {
  .inspirational-entry-points--highlighted .inspirational-entry-point__content {
    padding: 1.2rem 1.2rem 4.5rem!important
  }
}

.inspirational-entry-points--highlighted .inspirational-entry-point__content * {
  position: relative;
  z-index: 1
}

.inspirational-entry-points--highlighted .inspirational-entry-point__content::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, .7) 0%, #fff 35%, #fff 100%);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  will-change: transform;
  z-index: 0
}

@media (max-width:991.98px) {
  .inspirational-entry-points--highlighted .inspirational-entry-point__content::before {
    border-bottom: .3rem solid #f4f4f4
  }
}

@media (min-width:768px) {
  .inspirational-entry-points--highlighted .inspirational-entry-point__content::before {
    border-bottom: calc(.4rem*.9) solid #e1e1e1;
    transform: scale(.9, .85);
    transform-origin: center;
    transition: all .3s ease-in-out
  }
}

.inspirational-entry-points--highlighted .inspirational-entry-point__content .button {
  height: 4.5rem;
  width: 4.5rem
}

@media (min-width:768px) {
  .inspirational-entry-points--highlighted .inspirational-entry-point__content .button {
    bottom: 8.5%!important;
    right: 5%!important
  }
}

.inspirational-entry-points--highlighted .inspirational-entry-point__content:hover {
  text-decoration: none
}

@media (min-width:768px) {
  .inspirational-entry-points--highlighted .inspirational-entry-point__content:hover::before {
    border-bottom-width: calc(.4rem*.9);
    transform: scale(1)
  }
}

.inspirational-entry-points--highlighted .inspirational-entry-point__content:hover .button {
  box-shadow: none;
  background: #2fc48d;
  color: #fff
}

.IE--11 .inspirational-entry-points--highlighted .inspirational-entry-point__content {
  height: auto!important
}

.inspirational-entry-points--highlighted .inspirational-entry-point__title {
  color: #333;
  display: block;
  margin-bottom: .8rem
}

@media (min-width:768px) {
  .inspirational-entry-points--highlighted .inspirational-entry-point__title {
    font-size: 1.8rem;
    line-height: 2.2rem
  }
}

@media (max-width:991.98px) {
  .inspirational-entry-points--highlighted .inspirational-entry-point__title {
    font-size: 1.6rem;
    line-height: 2rem
  }
}

.inspirational-entry-points--highlighted .inspirational-entry-point__text {
  color: #666;
  display: block;
  font-size: 1.2rem;
  line-height: 1.6rem
}

@media (max-width:991.98px) {
  .inspirational-entry-points--highlighted .inspirational-entry-point__text {
    margin-bottom: .4rem;
    width: 100%
  }
}

.inspirational-entry-point--collapseable {
  height: auto;
  max-height: 100rem;
  overflow: hidden;
  transition: max-height .3s ease-in-out
}

.inspirational-entry-point--collapseable.collapsed {
  min-height: 0
}

@media (min-width:768px) {
  .inspirational-entry-point--collapseable.collapsed+.inspirational-entry-point--collapseable.collapsed {
    max-height: 0
  }
}

@media (max-width:991.98px) {
  .inspirational-entry-point--collapseable.collapsed {
    margin: 0!important;
    max-height: 0
  }
}

.inspirational-entry-points__minimal-content,
.onedomain-component .inspirational-entry-points {
  margin-bottom: 2.4rem
}

@media (min-width:480px) {
  .inspirational-entry-points__minimal-content,
  .onedomain-component .inspirational-entry-points {
    margin-bottom: 3.6rem
  }
}

.onedomain-component .inspirational-entry-points .inspirational-entry-point {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (max-width:991.98px) {
  .onedomain-component .inspirational-entry-points .inspirational-entry-point {
    margin-bottom: 2rem;
    height: calc(100% - 2rem)
  }
}

.onedomain-component .inspirational-entry-points .inspirational-entry-point .inspirational-entry-point__image {
  width: 100%;
  max-height: 180px;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%
}

.onedomain-component .inspirational-entry-points .inspirational-entry-point .inspirational-entry-point__image:after,
.promo-entry-points .promo-entry-point .promo-entry-point__image:after {
  content: "";
  display: block;
  padding-bottom: 100%
}

@media (min-width:480px) {
  .onedomain-component .inspirational-entry-points .inspirational-entry-point .inspirational-entry-point__image:after {
    padding-bottom: 56.25%
  }
}

.onedomain-component .inspirational-entry-points .inspirational-entry-point .inspirational-entry-point__content {
  height: 100%;
  position: relative;
  margin-top: -20px;
  padding: 12px 12px 32px;
  color: #333;
  box-shadow: inset 0 -3px 0 0 #e1e1e1;
  background: linear-gradient(to bottom, rgba(250, 250, 250, .5) 0%, #fff 35px, #fff 101%)
}

@media (min-width:480px) {
  .onedomain-component .inspirational-entry-points .inspirational-entry-point .inspirational-entry-point__content {
    margin-top: -60px;
    padding: 20px 20px 50px;
    margin-left: 16px;
    margin-right: 16px
  }
}

.onedomain-component .inspirational-entry-points .inspirational-entry-point .inspirational-entry-point__content .button {
  position: absolute;
  right: 0;
  bottom: 0
}

@media (min-width:480px) {
  .onedomain-component .inspirational-entry-points .flex-entry-points {
    display: -ms-flexbox;
    display: flex
  }
}

.onedomain-component .inspirational-entry-points .entry-point {
  padding: 0;
  overflow: hidden;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .1)
}

.onedomain-component .inspirational-entry-points .entry-point .entry-point__content {
  -ms-flex: 1;
  flex: 1
}

.onedomain-component .inspirational-entry-points .flex-entry-points {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center
}

.onedomain-component .inspirational-entry-points .flex-entry-points .entry-point {
  width: calc(50% - 20px);
  margin: 0 5px;
  background: #fff
}

@media (min-width:480px) {
  .onedomain-component .inspirational-entry-points .flex-entry-points .entry-point {
    width: calc(33% - 20px);
    margin: 0 10px
  }
}

.onedomain-component .inspirational-entry-points .flex-entry-points .entry-point .entry-point__imgwrap {
  max-height: 55%;
  overflow: hidden
}

.onedomain-component .inspirational-entry-points .flex-entry-points .entry-point .entry-point__contentwrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  height: 46%
}

@media (min-width:480px) {
  .onedomain-component .inspirational-entry-points .flex-entry-points .entry-point .entry-point__contentwrap {
    padding: 30px;
    height: auto
  }
}

.onedomain-component .inspirational-entry-points .flex-entry-points .entry-point .entry-point__cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.22;
  font-weight: 600;
  overflow: hidden;
  position: relative
}

.onedomain-component .inspirational-entry-points .flex-entry-points .entry-point .entry-point__cta svg,
.promo-entry-points .flex-entry-points .entry-point .entry-point__cta svg {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.onedomain-component .inspirational-entry-points .flex-entry-points .entry-point .entry-point__cta span,
.promo-entry-points .flex-entry-points .entry-point .entry-point__cta span {
  word-wrap: break-word;
  width: auto
}

.onedomain-component .inspirational-entry-points .flex-entry-points .entry-point .entry-point__cta .icon {
  fill: #666;
  margin-left: 5px;
  height: 14px
}

@media (min-width:480px) {
  .onedomain-component .inspirational-entry-points .flex-entry-points .entry-point .entry-point__cta .icon {
    height: 20px
  }
}

.onedomain-component .inspirational-entry-points .flex-entry-points .entry-point .entry-point__cta:hover,
.onedomain-component .text-only--multiple .introduction a:hover {
  text-decoration: none
}

@media (min-width:480px) {
  .onedomain-component .inspirational-entry-points .flex-entry-points .entry-point .entry-point__cta {
    font-size: 18px;
    padding: 0
  }
}

.onedomain-component .inspirational-entry-points .flex-entry-points .entry-point .entry-point__cta span,
.onedomain-component .inspirational-entry-points .flex-entry-points .entry-point .entry-point__cta svg,
.promo-entry-points .flex-entry-points .entry-point .entry-point__cta span,
.promo-entry-points .flex-entry-points .entry-point .entry-point__cta svg {
  margin-top: auto;
  margin-bottom: auto
}

.onedomain-component .load-more-container {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.onedomain-component .load-more-container .button-more-less {
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  display: -ms-flexbox;
  display: flex
}

.onedomain-component .load-more-container .show-toggle-icon .content-closed,
.onedomain-component .load-more-container .show-toggle-icon .content-opened {
  position: relative;
  top: .1rem
}

.onedomain-component .load-more-container .show-toggle-icon .content-closed::after,
.onedomain-component .load-more-container .show-toggle-icon .content-opened::after {
  background: #333;
  content: '';
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 1.4rem;
  margin-left: 1.2rem;
  margin-top: .2rem;
  width: 1.4rem
}

.onedomain-component .load-more-container .show-toggle-icon .content-closed::after {
  -webkit-mask: url(../../images/icon-chevron-down.svg);
  mask: url(../../images/icon-chevron-down.svg)
}

.onedomain-component .load-more-container .show-toggle-icon .content-opened::after {
  -webkit-mask: url(../../images/icon-chevron-up.svg);
  mask: url(../../images/icon-chevron-up.svg)
}

.Edge .onedomain-component .load-more-container .show-toggle-icon .content-closed::after,
.IE--11 .onedomain-component .load-more-container .show-toggle-icon .content-closed::after {
  background-color: transparent;
  background-image: url(../../images/icon-chevron-down.svg)
}

.Edge .onedomain-component .load-more-container .show-toggle-icon .content-opened::after,
.IE--11 .onedomain-component .load-more-container .show-toggle-icon .content-opened::after {
  background-color: transparent;
  background-image: url(../../images/icon-chevron-up.svg)
}

.onedomain-component .load-more__visual-indicator {
  border: .1rem solid rgba(51, 51, 51, .3);
  border-radius: .6rem;
  height: .8rem;
  margin-top: 1.6rem;
  margin-bottom: .8rem;
  max-width: 24rem;
  padding: .2rem;
  width: 100%
}

@media (min-width:480px) {
  .onedomain-component .load-more__visual-indicator {
    margin-top: 2rem;
    margin-bottom: 1.2rem
  }
}

.onedomain-component .load-more__visual-indicator-inner {
  background: #2fc48d;
  border-radius: .3rem;
  height: 100%;
  transition: width .5s ease-in-out
}

.onedomain-component .load-more__textual-indicator {
  color: #666;
  font-size: 1.2rem
}

.onedomain-component .modal--account .gigya-login {
  margin: 10px;
  overflow: auto
}

@media (min-width:480px) {
  .onedomain-component .modal--account .gigya-login {
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto;
    padding: 0 76px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
  }
}

.onedomain-component .modal--account .gigya-login.focus-outline {
  outline: none!important
}

.onedomain-component .modal--account .gigya-login #divGigyaLogin_uiContainer,
.onedomain-component .modal--account .gigya-login .gigya-login-provider-row,
.onedomain-component .modal--account .gigya-login .gigya-login-providers-container,
.onedomain-component .modal--account .gigya-login .gigya-social-login,
.onedomain-component .modal--account .gigya-login .tabbing-button {
  height: auto!important;
  width: auto!important
}

.onedomain-component .modal--account .gigya-login-providers {
  width: 100%;
  height: 100%
}

.onedomain-component .modal--account .gigya-login-providers-container {
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  background-color: transparent;
  border-collapse: collapse;
  white-space: nowrap;
  border: none;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.onedomain-component .modal--account .gigya-login-providers-container td,
.onedomain-component .modal--account .gigya-login-providers-container th,
.onedomain-component .modal--account .gigya-login-providers-container tr {
  vertical-align: middle
}

.onedomain-component .modal--account .gigya-login-providers-list-container {
  vertical-align: top;
  text-align: center;
  width: 100%
}

.onedomain-component .modal--account .gigya-login-providers-list {
  display: block
}

.onedomain-component .modal--account .gigya-login-providers-arrow-left.no-arrows,
.onedomain-component .modal--account .gigya-login-providers-arrow-right.no-arrows {
  display: none;
  vertical-align: middle;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent
}

.onedomain-component .modal--account .gigya-login-provider {
  margin-right: 0!important;
  cursor: pointer
}

.onedomain-component .modal--account .gigya-login-provider-row {
  display: block;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  line-height: 18px
}

.onedomain-component .modal--account .gigya-login-provider-row .tabbing-button {
  min-width: 30px;
  font-size: 0;
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  display: inline-block
}

.onedomain-component .modal--account .gigya-login [data-gigya-provider] .tabbing-button>div,
.onedomain-component .modal--account .gigya-login-provider-row .tabbing-button>div {
  background-size: cover!important;
  background-position: center!important;
  width: 50px!important;
  height: 50px!important;
  margin: 5.5px 6px
}

.onedomain-component .modal--account .gigya-login [data-gigya-provider=facebook] .tabbing-button>div,
.onedomain-component .modal--account .gigya-login [data-gigya-provider=facebook] .tabbing-button>img {
  background-image: url(../../images/icon-social-facebook-color.svg)!important
}

.onedomain-component .modal--account .gigya-login [data-gigya-provider=googleplus] .tabbing-button>div,
.onedomain-component .modal--account .gigya-login [data-gigya-provider=googleplus] .tabbing-button>img {
  background-image: url(../../images/icon-social-google-color.svg)!important
}

.onedomain-component .modal--account .gigya-login [data-gigya-provider=twitter] .tabbing-button>div,
.onedomain-component .modal--account .gigya-login [data-gigya-provider=twitter] .tabbing-button>img {
  background-image: url(../../images/icon-social-twitter-color.svg)!important
}

.onedomain-component .modal--account .gigya-login [data-gigya-provider=instagram] .tabbing-button>div,
.onedomain-component .modal--account .gigya-login [data-gigya-provider=instagram] .tabbing-button>img {
  background-image: url(../../images/icon-social-instagram-color.svg)!important
}

.onedomain-component .modal--account .gigya-login [data-gigya-provider=weibo] .tabbing-button>div,
.onedomain-component .modal--account .gigya-login [data-gigya-provider=weibo] .tabbing-button>img {
  background-image: url(../../images/icon-social-weibo-color.svg)!important
}

.onedomain-component .modal--account .gigya-login tbody {
  border: none;
  display: table;
  margin: 0 auto
}

.onedomain-component .two-halves .container {
  background-color: #fff
}

@media (min-width:768px) {
  .onedomain-component .two-halves--content-left .two-halves__media {
    -ms-flex-order: 2;
    order: 2
  }
}

.onedomain-component .two-halves__media {
  overflow: hidden;
  padding: 0;
  text-align: center
}

.onedomain-component .two-halves__media:before {
  content: " ";
  display: block;
  padding-top: 56.25%;
  width: 100%
}

@media (max-width:991.98px) {
  .onedomain-component .two-halves__media {
    -ms-flex-order: unset;
    order: unset
  }
}

.onedomain-component .two-halves__media__background {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.onedomain-component .two-halves__pretitle {
  margin-bottom: .4rem
}

@media (min-width:480px) {
  .onedomain-component .two-halves__pretitle {
    margin-bottom: .8rem
  }
}

@media (max-width:991.98px) {
  .onedomain-component .two-halves__content {
    padding: 0
  }
}

.onedomain-component .two-halves__content .content-container {
  padding: 2rem 2rem 2.4rem
}

@media (min-width:480px) {
  .onedomain-component .two-halves__content .content-container {
    padding: 2.4rem 2.4rem 3.6rem
  }
}

.onedomain-component .text-only {
  position: relative;
  color: #333
}

@media (min-width:768px) {
  .onedomain-component .text-only {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem
  }
}

@media (max-width:767.98px) {
  .onedomain-component .text-only {
    padding-top: 3.6rem;
    padding-bottom: 2.4rem
  }
}

@media (max-width:479.98px) {
  .onedomain-component .text-only .button {
    margin-right: auto;
    margin-left: auto
  }
}

.onedomain-component .text-only__pretitle,
.onedomain-component .text-only__subtitle {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 600
}

@media (min-width:480px) {
  .onedomain-component .text-only__pretitle,
  .onedomain-component .text-only__subtitle {
    font-size: 1.8rem;
    line-height: 2.2rem
  }
}

.onedomain-component .text-only__pretitle {
  margin-bottom: .8rem
}

@media (min-width:480px) {
  .onedomain-component .text-only__pretitle {
    margin-bottom: 1.2rem
  }
}

.onedomain-component .text-only .text-only__list,
.onedomain-component .text-only .text-only__text {
  font-size: 2.1rem;
  line-height: 3rem
}

@media (min-width:768px) {
  .onedomain-component .text-only .text-only__list,
  .onedomain-component .text-only .text-only__text {
    font-size: 1.8rem;
    line-height: 2.4rem
  }
}

.onedomain-component .text-only .txt-dark .text-only__list,
.onedomain-component .text-only .txt-dark .text-only__text {
  color: #333
}

.onedomain-component .text-only--has-arrow:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  pointer-events: none;
  border-style: solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: inherit;
  border-width: 20px;
  margin-left: -20px
}

@media (max-width:767.98px) {
  .onedomain-component .text-only--has-arrow:after {
    border-width: 10px;
    margin-left: -10px
  }
}

.onedomain-component .text-only__list {
  max-width: 340px;
  padding-left: 2rem;
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  line-height: 2.8rem
}

@media (min-width:480px) {
  .onedomain-component .text-only__list {
    margin-bottom: 3.6rem;
    font-size: 2.1rem;
    line-height: 3rem
  }
}

.onedomain-component .text-only ul.text-only__list li {
  list-style-type: disc
}

.onedomain-component .text-only--align-center {
  text-align: center
}

.onedomain-component .text-only--align-center .row {
  -ms-flex-pack: center;
  justify-content: center
}

.onedomain-component .text-only--align-center .text-only__list,
.onedomain-component .text-only--align-center .text-only__list li {
  text-align: left;
  margin-left: auto;
  margin-right: auto
}

@media (min-width:768px) {
  .onedomain-component .text-only--align-center .text-only__list,
  .onedomain-component .text-only--align-center .text-only__list li {
    padding-left: 0
  }
}

.onedomain-component .text-only--align-right {
  text-align: right
}

.onedomain-component .text-only--align-right .row {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.onedomain-component .text-only--align-right .text-only__list {
  text-align: right;
  direction: rtl;
  margin-right: 24px;
  float: right
}

.onedomain-component .text-only--squircle {
  border-top-left-radius: unset;
  border-top-right-radius: 50px;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: 50px
}

.onedomain-component .text-only .collapse-trigger {
  display: block;
  margin-top: 1.6rem
}

@media (min-width:480px) {
  .onedomain-component .text-only .collapse-trigger {
    margin-top: 2rem
  }
}

.onedomain-component .modal--account .information-block li.passed svg,
.onedomain-component .text-only .collapse-content {
  display: block
}

.onedomain-component .text-only--multiple {
  padding-bottom: 2.4rem
}

@media (min-width:480px) {
  .onedomain-component .text-only--multiple {
    padding-bottom: 3.6rem
  }
}

.onedomain-component .text-only--multiple:last-of-type {
  padding-bottom: 3.6rem
}

@media (min-width:480px) {
  .onedomain-component .text-only--multiple:last-of-type {
    padding-bottom: 4.8rem
  }
}

.onedomain-component .text-only--multiple:not(:first-of-type) .text-only__title {
  margin-top: .8rem
}

@media (min-width:480px) {
  .onedomain-component .text-only--multiple:not(:first-of-type) .text-only__title {
    margin-top: 1.2rem
  }
}

.onedomain-component .text-only--multiple .container {
  text-align: left
}

.onedomain-component .text-only--multiple .introduction {
  font-size: 1.4rem;
  line-height: 2rem
}

.onedomain-component .text-only--multiple .introduction a {
  color: inherit;
  text-decoration: underline
}

.onedomain-component .text-only--multiple+.text-only--multiple {
  padding-top: 0;
  margin-top: -12px
}

.modal-open {
  overflow: hidden
}

.modal-container {
  overflow-y: auto;
  height: calc(100vh - 72px)
}

@media screen and (min-width:768px) {
  .modal-container {
    padding: 3.2rem
  }
}

.onedomain-modal,
.onedomain-modal .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.onedomain-modal .modal {
  padding-right: 0!important
}

.onedomain-modal .modal__close-btn {
  margin-right: auto;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  color: #000;
  padding: 1.5rem
}

.modal-header {
  padding: 1.6rem 2rem;
  position: relative;
  z-index: 10;
  background-color: #fafafa
}

.modal-footer::after,
.modal-header::after {
  content: "";
  display: table;
  clear: both
}

.modal-header .modal-header__title {
  margin-bottom: 0
}

.modal-body {
  position: relative;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 0
}

@media (min-width:768px) {
  .modal-body {
    height: auto;
    padding: 1.6rem 2rem
  }
}

.modal-footer {
  height: auto;
  padding: 1.6rem 0;
  width: 100%;
  float: left;
  margin-top: 4.8rem;
  text-align: center;
  background-color: #fff;
  border-top: 2px solid #fff
}

.modal-footer__item {
  padding: 0;
  padding-left: 2.4rem;
  padding-right: 2.4rem
}

@media (min-width:480px) {
  .modal-footer__item {
    padding-left: 3.6rem;
    padding-right: 3.6rem
  }
}

.modal .modal-dialog {
  transform: translateY(100%)
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transition-delay: 10ms
}

.modal.show .modal-dialog {
  transform: translateY(0)
}

.modal.slide .modal-dialog {
  transition: transform .3s ease-in-out
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto
}

@media screen and (max-width:991px) {
  .modal-dialog>.container {
    max-width: none;
    padding: 0
  }
}

@media screen and (min-width:768px) {
  .modal-dialog {
    max-width: calc((720px/12)*10);
    margin: 10px
  }
}

@media screen and (min-width:992px) {
  .modal-dialog {
    max-width: calc((960px/12)*10)
  }
}

@media screen and (min-width:1280px) {
  .modal-dialog {
    max-width: calc((1200px/12)*10)
  }
}

@media (min-width:768px) {
  .modal-dialog {
    width: 100%;
    margin: 110px auto
  }
}

.modal-content {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  height: calc(100vh);
  box-shadow: 0 0 15px rgba(0, 0, 0, .5)
}

@media screen and (min-width:768px) {
  .modal-content {
    height: auto;
    border-radius: 4px;
    overflow: hidden
  }
}

.modal-backdrop {
  background-color: #000;
  bottom: 0;
  filter: alpha(opacity=0);
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  transition: opacity .25s ease-out;
  top: 0;
  z-index: 1040
}

.modal-backdrop.in {
  filter: alpha(opacity=56);
  opacity: .56
}

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

.modal-article {
  background: #f4f4f4;
  padding: 0 20px 40px
}

.modal-article.edged {
  margin-left: -1rem;
  margin-right: -1rem
}

@media (min-width:768px) {
  .modal-article.edged {
    margin-left: -3rem;
    margin-right: -3rem
  }
}

.modal--next,
.modal--prev {
  display: none;
  position: fixed;
  top: 0;
  z-index: 9991
}

.modal-show-navigation .modal--next,
.modal-show-navigation .modal--prev {
  display: -ms-flexbox;
  display: flex
}

.modal--next:active,
.modal--next:focus,
.modal--prev:active,
.modal--prev:focus {
  background: #fff
}

.modal--cookie .modal-dialog,
.modal--cookie-preferences .modal-dialog,
.modal--small .modal-dialog {
  width: 100vw
}

@media screen and (min-width:400px) {
  .modal--cookie .modal-dialog,
  .modal--cookie-preferences .modal-dialog,
  .modal--small .modal-dialog {
    max-width: 400px;
    margin: auto
  }
}

.modal--cookie .modal-content,
.modal--cookie-preferences .modal-content,
.modal--small .modal-content {
  height: 100%
}

@media screen and (min-width:400px) {
  .modal--cookie .modal-dialog,
  .modal--cookie-preferences .modal-dialog,
  .modal--small .modal-dialog {
    max-width: 400px;
    margin: auto
  }
}

@media (min-width:480px) {
  .modal--cookie,
  .modal--cookie-preferences,
  .modal--small {
    padding-top: 50px
  }
  .modal--cookie .modal-body,
  .modal--cookie-preferences .modal-body,
  .modal--small .modal-body {
    padding: 20px 36px 0
  }
  .modal--cookie .modal-content,
  .modal--cookie-preferences .modal-content,
  .modal--small .modal-content {
    height: auto
  }
}

.modal-open {
  padding-right: 0!important
}

.modal--cookie,
.modal--cookie-preferences {
  font-family: "Open sans", sans-serif;
  padding: 0
}

.modal--cookie__footer-link {
  font-size: 14px;
  color: #666;
  text-decoration: underline
}

.modal--cookie__logo {
  margin: 0 auto;
  display: block;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem
}

@media (min-width:480px) {
  .modal--cookie__logo {
    margin-top: 2rem;
    margin-bottom: 2rem
  }
}

.modal--cookie__cookie-label {
  color: #333!important;
  font-size: 16px;
  line-height: 25px
}

.modal--cookie .modal-dialog,
.modal--cookie-preferences .modal-dialog {
  max-height: 100vh;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0;
  border-radius: 5px
}

.modal--cookie .modal-header,
.modal--cookie-preferences .modal-header {
  background-color: transparent;
  display: none;
  padding-bottom: 0
}

.modal--cookie .modal-header .modal__close-btn,
.modal--cookie-preferences .modal-header .modal__close-btn {
  display: none
}

.modal--cookie .modal-body,
.modal--cookie-preferences .modal-body {
  display: block;
  max-height: calc(100vh - 215px);
  overflow-y: auto;
  padding-top: 0;
  padding-bottom: 2rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem
}

@media (min-width:480px) {
  .modal--cookie .modal-body,
  .modal--cookie-preferences .modal-body {
    padding-top: 0;
    padding-bottom: 2.4rem;
    padding-left: 3.6rem;
    padding-right: 3.6rem
  }
}

.modal--cookie .modal-body .h4,
.modal--cookie-preferences .modal-body .h4 {
  margin-bottom: .8rem;
  padding: 0
}

@media (min-width:480px) {
  .modal--cookie .modal-body .h4,
  .modal--cookie-preferences .modal-body .h4 {
    margin-bottom: 1.2rem
  }
}

.modal--cookie .modal-body .form-group:last-child,
.modal--cookie-preferences .modal-body .form-group:last-child {
  margin-bottom: 0
}

.modal--cookie .modal-footer,
.modal--cookie-preferences .modal-footer {
  margin-top: 0;
  background-color: #f4f4f4;
  border: 0;
  font-size: 14px;
  padding: 1.6rem 2.4rem
}

@media (min-width:480px) {
  .modal--cookie .modal-footer,
  .modal--cookie-preferences .modal-footer {
    padding: 2rem 3.6rem
  }
}

.modal--cookie .modal-footer .button,
.modal--cookie-preferences .modal-footer .button {
  font-size: 16px;
  margin-bottom: .8rem
}

@media (min-width:480px) {
  .modal--cookie .modal-footer .button,
  .modal--cookie-preferences .modal-footer .button {
    margin-bottom: 1.2rem
  }
}

@media (max-width:479.98px) {
  .modal--cookie,
  .modal--cookie-preferences {
    padding: 0
  }
  .modal--cookie .modal-dialog,
  .modal--cookie-preferences .modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
    height: 100%
  }
  .modal--cookie .modal-content,
  .modal--cookie-preferences .modal-content {
    background-color: #f4f4f4
  }
  .modal--cookie .modal-footer,
  .modal--cookie-preferences .modal-footer {
    padding-top: 1.9rem
  }
  .modal--cookie .modal-body,
  .modal--cookie-preferences .modal-body {
    display: block;
    max-height: calc(100vh - 105px);
    overflow-y: auto;
    padding-top: 0;
    padding-bottom: 2rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem
  }
}

@media (max-width:479.98px) and (min-width:480px) {
  .modal--cookie .modal-body,
  .modal--cookie-preferences .modal-body {
    padding-top: 0;
    padding-bottom: 2.4rem;
    padding-left: 3.6rem;
    padding-right: 3.6rem
  }
}

@media (max-width:479.98px) {
  .modal--cookie .modal-body .h4,
  .modal--cookie-preferences .modal-body .h4 {
    margin-top: 2.4rem;
    margin-bottom: .8rem;
    padding: 0
  }
}

@media (max-width:479.98px) and (min-width:480px) {
  .modal--cookie .modal-body .h4,
  .modal--cookie-preferences .modal-body .h4 {
    margin-top: 3.6rem;
    margin-bottom: 1.2rem
  }
}

.iPhoneSafari .modal--cookie .modal-body,
.iPhoneSafari .modal--cookie-preferences .modal-body {
  max-height: calc(100vh - 105px - 105px)
}

.modal--cookie-preferences .button-more-less,
.modal--cookie-preferences .form-check-label {
  font-size: 14px
}

.modal--cookie-preferences .button-more-less:hover,
.modal--cookie-preferences .form-check-label:hover {
  color: #666!important
}

.modal--cookie-preferences .modal--cookie__text {
  text-align: center
}

.modal--cookie-preferences .form-check-input:disabled~.form-check-label,
.modal--cookie-preferences .form-check-input:disabled~.form-check-label:hover {
  color: #666!important
}

.promo-entry-points {
  margin-top: 2rem;
  margin-bottom: 2.4rem
}

@media (min-width:480px) {
  .promo-entry-points {
    margin-top: 2.4rem;
    margin-bottom: 3.6rem
  }
}

.promo-entry-points .promo-entry-point {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (max-width:991.98px) {
  .promo-entry-points .promo-entry-point {
    margin-bottom: 2rem;
    height: calc(100% - 2rem)
  }
}

.promo-entry-points .promo-entry-point .promo-entry-point__image {
  width: 100%;
  max-height: 180px;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%
}

@media (min-width:480px) {
  .promo-entry-points .promo-entry-point .promo-entry-point__image:after {
    padding-bottom: 56.25%
  }
}

.promo-entry-points .promo-entry-point .promo-entry-point__content {
  height: 100%;
  position: relative;
  margin-top: -20px;
  padding: 12px 12px 32px;
  color: #333;
  box-shadow: inset 0 -3px 0 0 #e1e1e1;
  background: linear-gradient(to bottom, rgba(250, 250, 250, .5) 0%, #fff 35px, #fff 101%)
}

@media (min-width:480px) {
  .promo-entry-points .promo-entry-point .promo-entry-point__content {
    margin-top: -60px;
    padding: 20px 20px 50px;
    margin-left: 16px;
    margin-right: 16px
  }
}

.promo-entry-points .promo-entry-point .promo-entry-point__content .button {
  position: absolute;
  right: 0;
  bottom: 0
}

@media (min-width:480px) {
  .promo-entry-points .flex-entry-points {
    display: -ms-flexbox;
    display: flex
  }
}

.promo-entry-points .entry-point {
  padding: 0;
  overflow: hidden;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .1)
}

.promo-entry-points .entry-point .entry-point__content {
  -ms-flex: 1;
  flex: 1
}

.promo-entry-points .flex-entry-points {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center
}

.promo-entry-points .flex-entry-points .entry-point {
  width: calc(50% - 20px);
  margin: 0 5px;
  background: #fff
}

@media (min-width:480px) {
  .promo-entry-points .flex-entry-points .entry-point {
    width: calc(33% - 20px);
    margin: 0 10px
  }
}

.promo-entry-points .flex-entry-points .entry-point .entry-point__imgwrap {
  max-height: 55%;
  overflow: hidden
}

.promo-entry-points .flex-entry-points .entry-point .entry-point__contentwrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  height: 46%
}

@media (min-width:480px) {
  .promo-entry-points .flex-entry-points .entry-point .entry-point__contentwrap {
    padding: 30px;
    height: auto
  }
}

.promo-entry-points .flex-entry-points .entry-point .entry-point__cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.22;
  font-weight: 600;
  overflow: hidden;
  position: relative
}

.promo-entry-points .flex-entry-points .entry-point .entry-point__cta .icon {
  fill: #666;
  margin-left: 5px;
  height: 14px
}

@media (min-width:480px) {
  .promo-entry-points .flex-entry-points .entry-point .entry-point__cta .icon {
    height: 20px
  }
}

.promo-entry-points .flex-entry-points .entry-point .entry-point__cta:hover {
  text-decoration: none
}

@media (min-width:480px) {
  .promo-entry-points .flex-entry-points .entry-point .entry-point__cta {
    font-size: 18px;
    padding: 0
  }
}

.onedomain-component .flex-module--product-showcase {
  background-color: #1d336d;
  padding-top: 3.6rem;
  padding-bottom: 3.6rem
}

@media (min-width:480px) {
  .onedomain-component .flex-module--product-showcase {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem
  }
}

@media (min-width:768px) {
  .onedomain-component .flex-module--product-showcase .no-slider .slick-slider {
    margin: 0 auto
  }
  .onedomain-component .flex-module--product-showcase .no-slider .slick-dots {
    display: none
  }
}

.onedomain-component .flex-module--product-showcase .product-showcase--extra-large .slick-slider {
  margin: 0 auto
}

.onedomain-component .flex-module--product-showcase .product-showcase--extra-large .slick-dots {
  display: none
}

.onedomain-component .flex-module--product-showcase.txt-light .introduction,
.onedomain-component .flex-module--product-showcase.txt-light .slick-initialized .slick-dots li.slick-active button:before {
  color: #fff
}

.onedomain-component .flex-module--product-showcase.txt-light .slick-initialized .slick-dots li button:before {
  color: rgba(255, 255, 255, .25)
}

.onedomain-component .flex-module--product-showcase.txt-light .slick-initialized .slick-arrow:active {
  border: 2px solid #fff
}

.onedomain-component .flex-module--product-showcase.txt-light .slick-initialized .slick-arrow:active:before {
  color: transparent;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 32 32'%3E%3Cpath d='M10.6,31.4c-0.8,0.8-2.1,0.8-3,0C7.2,31,7,30.4,7,29.9c0-0.5,0.2-1.1,0.6-1.5L20,16L7.6,3.6C7.2,3.2,7,2.6,7,2.1S7.2,1,7.6,0.6c0.8-0.8,2.1-0.8,3,0l13.8,13.9c0.4,0.4,0.6,0.9,0.6,1.4c0,0,0,0.1,0,0.1c0,0.1,0,0.2,0,0.3c0,0,0,0.1,0,0.1c-0.1,0.4-0.3,0.8-0.6,1.1L10.6,31.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center
}

.onedomain-component .flex-module--product-showcase.txt-dark .slick-initialized .slick-dots li.slick-active button:before {
  color: #333
}

.onedomain-component .flex-module--product-showcase.txt-dark .slick-initialized .slick-arrow:active {
  border: 2px solid #333
}

.onedomain-component .flex-module--product-showcase.txt-dark .slick-initialized .slick-arrow:before {
  color: transparent;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' viewBox='0 0 32 32'%3E%3Cpath d='M10.6,31.4c-0.8,0.8-2.1,0.8-3,0C7.2,31,7,30.4,7,29.9c0-0.5,0.2-1.1,0.6-1.5L20,16L7.6,3.6C7.2,3.2,7,2.6,7,2.1S7.2,1,7.6,0.6c0.8-0.8,2.1-0.8,3,0l13.8,13.9c0.4,0.4,0.6,0.9,0.6,1.4c0,0,0,0.1,0,0.1c0,0.1,0,0.2,0,0.3c0,0,0,0.1,0,0.1c-0.1,0.4-0.3,0.8-0.6,1.1L10.6,31.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center
}

.onedomain-component .flex-module--product-showcase .product-showcase__packshot {
  height: auto;
  width: 100%
}

.onedomain-component .flex-module--product-showcase .product-showcase__product {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  outline: 0;
  padding-top: 7rem;
  width: 100%
}

@media (min-width:768px) {
  .onedomain-component .flex-module--product-showcase .product-showcase__product {
    padding-top: 12rem
  }
}

.onedomain-component .flex-module--product-showcase .product-showcase__product:not(:only-child):not(:first-child) {
  margin-left: .2rem
}

.onedomain-component .flex-module--product-showcase .product-showcase__product__content {
  background: #01133b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 100%;
  padding: 0 20px
}

.onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__action {
  margin-top: auto;
  padding-bottom: 3.6rem
}

.onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__packshot-link {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  height: auto;
  margin-bottom: 0;
  margin-top: -5rem;
  width: 7.2rem
}

.onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__title {
  font-size: 1.8rem;
  line-height: 1.24;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.4rem;
  text-align: center;
  font-weight: 600
}

.onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__information {
  margin-bottom: 2.4rem;
  margin-left: auto;
  margin-right: auto
}

@media (min-width:480px) {
  .onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__information {
    margin-bottom: 3.6rem
  }
}

@media (min-width:768px) {
  .onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__information {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 30px)
  }
}

@media (min-width:992px) {
  .onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__information {
    width: 75%
  }
}

.onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__information .product-showcase__description {
  font-size: 1.8rem;
  text-align: left
}

.onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__information .product-showcase__description:not(:only-child) {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 20px
}

.onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__information .product-showcase__description:only-child {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__information .product-showcase__highlights {
  list-style-position: inside;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  text-align: left
}

.onedomain-component .flex-module--product-showcase .product-showcase--extra-large .product-showcase__highlights li,
.onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__information .product-showcase__highlights li {
  background: url(../../images/star_icon_filled_white.png) no-repeat left .3rem;
  background-size: 1.6rem;
  font-size: 1.6rem;
  padding: 0 1rem 1.2rem 3.2rem;
  width: auto
}

.onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__information.has-description .product-showcase__highlights {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:767.98px) {
  .onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__information .product-showcase__description:not(:only-child) {
    display: none
  }
}

.onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__trigger {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: 160px;
  background-position: 50% 50%
}

.onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__trigger svg {
  height: 1.6rem;
  margin-left: .75rem;
  width: 1.6rem
}

.onedomain-component .flex-module--product-showcase .product-showcase--small .product-showcase__product__content .product-showcase__trigger p,
.onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__trigger p {
  line-height: 1.6rem;
  margin-top: 2.5rem
}

.onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__trigger--dark {
  background-image: url(../../images/Illustration_Discover_Dark.png)
}

.onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__trigger--dark .product-showcase__trigger__link {
  color: #666
}

.onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__trigger--dark .product-showcase__trigger__link svg {
  fill: #666
}

.onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__trigger--light {
  background-image: url(../../images/Illustration_Discover_Light.png)
}

.onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__trigger--light .product-showcase__trigger__link {
  color: #fff
}

.onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__trigger--light .product-showcase__trigger__link svg {
  fill: #fff
}

.onedomain-component .flex-module--product-showcase .product-showcase__product__content .product-showcase__trigger__link {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%
}

@media (min-width:768px) {
  .onedomain-component .flex-module--product-showcase .product-showcase--extra-large .product-showcase__product__content .product-showcase__packshot-link {
    width: 14rem;
    margin-top: -9rem
  }
}

.onedomain-component .flex-module--product-showcase .product-showcase--extra-large .product-showcase__product__content .product-showcase__title {
  margin-bottom: 1.6rem
}

@media (min-width:480px) {
  .onedomain-component .flex-module--product-showcase .product-showcase--extra-large .product-showcase__product__content .product-showcase__title {
    margin-bottom: 2rem
  }
}

@media (min-width:768px) {
  .onedomain-component .flex-module--product-showcase .product-showcase--extra-large .product-showcase__product__content .product-showcase__title {
    width: 55%;
    font-size: 2.1rem;
    line-height: 2.4rem
  }
  .onedomain-component .flex-module--product-showcase .product-showcase--extra-large .product-showcase__product__content .product-showcase__action {
    padding-bottom: 4.8rem
  }
}

.onedomain-component .flex-module--product-showcase .product-showcase--extra-large .product-showcase__highlights {
  list-style-position: inside;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  text-align: left
}

.onedomain-component .flex-module--product-showcase .product-showcase--large .wrapper:not(.js-showcase-carrousel) .product-showcase__product {
  max-width: 50%;
  min-width: 50%
}

@media (max-width:767.98px) {
  .onedomain-component .flex-module--product-showcase .product-showcase--large .wrapper:not(.js-showcase-carrousel) .product-showcase__product {
    max-width: 100%;
    min-width: 100%
  }
}

.onedomain-component .flex-module--product-showcase .product-showcase--large .product-showcase__product {
  width: 50%
}

.onedomain-component .flex-module--product-showcase .product-showcase--large .product-showcase__product__content .product-showcase__packshot-link {
  height: auto
}

@media (min-width:768px) {
  .onedomain-component .flex-module--product-showcase .product-showcase--large .product-showcase__product__content .product-showcase__packshot-link {
    width: 12rem;
    margin-top: -8rem
  }
}

.onedomain-component .flex-module--product-showcase .product-showcase--large .product-showcase__product__content .product-showcase__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.24;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.2rem;
  width: 100%
}

@media (min-width:768px) {
  .onedomain-component .flex-module--product-showcase .product-showcase--large .product-showcase__product__content .product-showcase__title {
    width: 70%
  }
}

.onedomain-component .flex-module--product-showcase .product-showcase--large .product-showcase__product__content .product-showcase__information .product-showcase__description {
  font-weight: 400
}

.onedomain-component .flex-module--product-showcase .product-showcase--large .product-showcase__product__content .product-showcase__information .product-showcase__description:not(:only-child),
.onedomain-component .flex-module--product-showcase .product-showcase--medium .product-showcase__product__content .product-showcase__information .product-showcase__description:not(:only-child) {
  display: none
}

@media (min-width:768px) {
  .onedomain-component .flex-module--product-showcase .product-showcase--large .product-showcase__product__content .product-showcase__action {
    padding-bottom: 4.8rem
  }
}

.onedomain-component .flex-module--product-showcase .product-showcase--large .product-showcase__product__content .product-showcase__trigger {
  background-size: 190px;
  background-position: 50% 30%
}

.onedomain-component .flex-module--product-showcase .product-showcase--large .product-showcase__product__content .product-showcase__trigger__link {
  position: absolute;
  bottom: 62px
}

.onedomain-component .flex-module--product-showcase .product-showcase--medium .wrapper:not(.js-showcase-carrousel) .product-showcase__product {
  max-width: 33.33%;
  min-width: 33.33%
}

@media (max-width:767.98px) {
  .onedomain-component .flex-module--product-showcase .product-showcase--medium .wrapper:not(.js-showcase-carrousel) .product-showcase__product {
    max-width: 100%;
    min-width: 100%
  }
}

.onedomain-component .flex-module--product-showcase .product-showcase--medium .product-showcase__product {
  width: 33.33%
}

.onedomain-component .flex-module--product-showcase .product-showcase--medium .product-showcase__product__content .product-showcase__packshot-link {
  height: auto
}

@media (min-width:768px) {
  .onedomain-component .flex-module--product-showcase .product-showcase--medium .product-showcase__product__content .product-showcase__packshot-link {
    width: 10rem
  }
}

.onedomain-component .flex-module--product-showcase .product-showcase--medium .product-showcase__product__content .product-showcase__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.24;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.4rem;
  width: 100%
}

@media (min-width:768px) {
  .onedomain-component .flex-module--product-showcase .product-showcase--medium .product-showcase__product__content .product-showcase__title {
    width: 80%
  }
}

.onedomain-component .flex-module--product-showcase .product-showcase--medium .product-showcase__product__content .product-showcase__information .product-showcase__description {
  font-weight: 400
}

.onedomain-component .flex-module--product-showcase .product-showcase--small .wrapper:not(.js-showcase-carrousel) .product-showcase__product {
  max-width: 25%;
  min-width: 25%
}

@media (max-width:767.98px) {
  .onedomain-component .flex-module--product-showcase .product-showcase--small .wrapper:not(.js-showcase-carrousel) .product-showcase__product {
    max-width: 100%;
    min-width: 100%
  }
}

.onedomain-component .flex-module--product-showcase .product-showcase--small .product-showcase__product {
  width: 25%
}

.onedomain-component .flex-module--product-showcase .product-showcase--small .product-showcase__product__content .product-showcase__packshot-link {
  height: auto
}

@media (min-width:768px) {
  .onedomain-component .flex-module--product-showcase .product-showcase--small .product-showcase__product__content .product-showcase__packshot-link {
    width: 9rem;
    margin-top: -7rem
  }
}

.onedomain-component .flex-module--product-showcase .product-showcase--small .product-showcase__product__content .product-showcase__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.24;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.2rem;
  width: 100%
}

.onedomain-component .flex-module--product-showcase .product-showcase--small .product-showcase__product__content .product-showcase__information {
  display: none
}

.onedomain-component .flex-module--product-showcase .product-showcase--small .product-showcase__product__content .product-showcase__action {
  margin-top: auto
}

.onedomain-component .flex-module--product-showcase .product-showcase--small .product-showcase__product__content .product-showcase__trigger {
  background-size: 124px;
  background-position: 50% 20%
}

.onedomain-component .flex-module--product-showcase .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: auto;
  width: 100%
}

.onedomain-component .flex-module--product-showcase .wrapper.js-showcase-carrousel {
  opacity: 0;
  transition: 300ms opacity ease-in-out
}

.onedomain-component .flex-module--product-showcase .wrapper:not(.js-showcase-carrousel) {
  border-top-left-radius: unset;
  border-top-right-radius: 50px;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: 50px;
  overflow: hidden
}

.onedomain-component .flex-module--product-showcase .wrapper:not(.js-showcase-carrousel) .product-showcase__product {
  max-width: 100%;
  min-width: 100%
}

@media (max-width:767.98px) {
  .onedomain-component .flex-module--product-showcase .wrapper:not(.js-showcase-carrousel) {
    -ms-flex-direction: column;
    flex-direction: column
  }
  .onedomain-component .flex-module--product-showcase .wrapper:not(.js-showcase-carrousel) .product-showcase__product:not(:first-child) {
    margin-top: 1rem
  }
}

.onedomain-component .flex-module--product-showcase .js-showcase-carrousel {
  margin-bottom: 3.6rem
}

@media (min-width:480px) {
  .onedomain-component .flex-module--product-showcase .js-showcase-carrousel {
    margin-bottom: 4.8rem
  }
}

@media (max-width:767.98px) {
  .onedomain-component .flex-module--product-showcase .slick-initialized .slick-list.draggable {
    overflow: unset
  }
}

.onedomain-component .flex-module--product-showcase .slick-initialized .slick-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  height: auto
}

.onedomain-component .flex-module--product-showcase .slick-initialized .slick-track {
  display: -ms-flexbox;
  display: flex;
  width: auto
}

.onedomain-component .flex-module--product-showcase .slick-initialized .slick-dots {
  bottom: -24px;
  left: 0;
  padding: 0 10px
}

@media (min-width:768px) {
  .onedomain-component .flex-module--product-showcase .slick-initialized .slick-dots {
    bottom: -52px;
    padding: 0
  }
}

.onedomain-component .flex-module--product-showcase .slick-initialized .slick-dots li {
  margin: 0
}

.onedomain-component .flex-module--product-showcase .slick-initialized .slick-dots li.slick-active button:before {
  opacity: 1
}

.onedomain-component .flex-module--product-showcase .slick-initialized .slick-dots li:not(.slick-active) button:hover:before {
  opacity: .8
}

.onedomain-component .flex-module--product-showcase .slick-initialized .slick-dots li button:before {
  font-size: 42px;
  opacity: .6
}

.onedomain-component .flex-module--product-showcase .slick-initialized .slick-arrow {
  background: #fff;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 2px
}

.onedomain-component .flex-module--product-showcase .slick-initialized .slick-arrow:hover {
  opacity: .8
}

.onedomain-component .flex-module--product-showcase .slick-initialized .slick-arrow:active {
  background: 0 0;
  border: 2px solid #666
}

.onedomain-component .flex-module--product-showcase .slick-initialized .slick-arrow.slick-prev {
  left: -42px
}

.onedomain-component .flex-module--product-showcase .slick-initialized .slick-arrow.slick-prev:before {
  transform: rotate(180deg)
}

@media (min-width:1280px) {
  .onedomain-component .flex-module--product-showcase .slick-initialized .slick-arrow.slick-prev {
    left: -50px
  }
}

.onedomain-component .flex-module--product-showcase .slick-initialized .slick-arrow.slick-next {
  right: -42px
}

@media (min-width:1280px) {
  .onedomain-component .flex-module--product-showcase .slick-initialized .slick-arrow.slick-next {
    right: -50px
  }
}

.onedomain-component .flex-module--product-showcase .slick-initialized .slick-arrow:before {
  color: transparent;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 32 32'%3E%3Cpath d='M10.6,31.4c-0.8,0.8-2.1,0.8-3,0C7.2,31,7,30.4,7,29.9c0-0.5,0.2-1.1,0.6-1.5L20,16L7.6,3.6C7.2,3.2,7,2.6,7,2.1S7.2,1,7.6,0.6c0.8-0.8,2.1-0.8,3,0l13.8,13.9c0.4,0.4,0.6,0.9,0.6,1.4c0,0,0,0.1,0,0.1c0,0.1,0,0.2,0,0.3c0,0,0,0.1,0,0.1c-0.1,0.4-0.3,0.8-0.6,1.1L10.6,31.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center
}

.onedomain-component .flex-module--product-showcase .slick-list {
  width: 100%
}

.onedomain-component .flex-module--product-showcase .slick-list.draggable {
  border-top-left-radius: unset;
  border-top-right-radius: 50px;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: 50px;
  overflow: hidden
}

.onedomain-component .flex-module--product-showcase .product-showcase__container--noSquircle .slick-list.draggable,
.onedomain-component .flex-module--product-showcase.hammerite .product-showcase__products {
  border-radius: 0
}

.onedomain-component .flex-module--product-showcase.hammerite {
  background-color: #eceded
}

.onedomain-component .flex-module--product-showcase.hammerite .product-showcase__product__content {
  background-color: #0a356b;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, .5);
  color: #fff
}

.onedomain-component .flex-module--product-showcase.dulux .product-showcase__product__content {
  background: #0c2a63;
  color: #fff
}

.onedomain-component .flex-module--product-showcase.cuprinol {
  background-color: #ffe8b8
}

.onedomain-component .flex-module--product-showcase.cuprinol .product-showcase__products {
  border-radius: 0
}

.onedomain-component .flex-module--product-showcase.cuprinol .product-showcase__product__content {
  background: #41893b;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, .5);
  color: #fff
}

.onedomain-component .flex-module--product-showcase__products.txt-dark .product-showcase__product__content,
.onedomain-component .txt-dark h1,
.onedomain-component .txt-dark h2,
.onedomain-component .txt-dark h3,
.onedomain-component .txt-dark h4,
.onedomain-component .txt-dark h5,
.onedomain-component .txt-dark h6,
.onedomain-component .txt-dark p {
  color: #333
}

.onedomain-component .flex-module--product-showcase__products.txt-light .product-showcase__product__content {
  color: #fff
}

.IE--11 .product-showcase__packshot-link {
  height: 100%!important
}

.promo {
  position: relative;
  min-height: 500px;
  height: 75vh;
  overflow: hidden
}

.promo:not(.promo--article) {
  margin-bottom: 0
}

.promo .container {
  background-color: transparent;
  height: 100%;
  position: relative
}

@media (min-width:768px) {
  .promo .container .promo-row {
    width: 100%;
    height: 100%
  }
}

.promo .container-promo-content {
  padding-left: 2rem;
  padding-right: 2rem;
  height: 100%
}

.promo-container .row {
  -ms-flex: 1;
  flex: 1
}

.promo__graphic-wrapper {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%
}

.promo__graphic-wrapper iframe {
  position: relative;
  z-index: 10
}

@media (min-width:768px) {
  .promo.promo--contentbox.promo--squircle .promo__content {
    border-top-left-radius: unset;
    border-top-right-radius: 50px;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: 50px
  }
}

.promo__content {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 100%;
  padding: 3.6rem;
  position: absolute;
  width: 100%
}

@media (min-width:480px) {
  .promo__content {
    padding: 4.8rem
  }
}

.promo__background,
.promo__gradient,
.promo__overlay {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.promo__background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.promo__overlay {
  background-color: rgba(51, 51, 51, .1)
}

.promo__content-wrapper {
  position: relative
}

.promo--video .row-video {
  height: 100%;
  display: -ms-flexbox;
  display: flex
}

.promo--video .container-promo-video {
  height: 100%
}

.promo--video .promo__content p:first-child:not(.h4) {
  margin-top: 24px
}

@media only screen and (min-width:480px) {
  .promo--video .promo__content p:first-child:not(.h4) {
    margin-top: 28px
  }
}

.promo--video__button {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20
}

.promo--video .js-video__hide-after .button--play {
  z-index: 99
}

.promo--color-light.promo--contentbox .promo__content * {
  color: #fff
}

@media (min-width:768px) {
  .promo--color-light:not(.promo--contentbox) .promo__content * {
    color: #fff
  }
  .promo.promo--contentbox.promo--content--top-left .container-promo-content .row {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .promo.promo--contentbox.promo--content--top-center .container-promo-content .row {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
  }
  .promo.promo--contentbox.promo--content--top-right .container-promo-content .row {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: -30px
  }
  .promo.promo--contentbox.promo--content--middle-left .container-promo-content .row {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .promo.promo--contentbox.promo--content--middle-right .container-promo-content .row {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: -30px
  }
  .promo.promo--contentbox.promo--content--bottom-left .container-promo-content .row {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .promo.promo--contentbox.promo--content--bottom-center .container-promo-content .row {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center
  }
  .promo.promo--contentbox.promo--content--bottom-right .container-promo-content .row {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: -30px
  }
  .promo.promo--media.promo--content--top-left .promo__content {
    left: 0;
    text-align: left;
    top: 0
  }
  .promo.promo--media.promo--content--top-center .promo__content {
    text-align: center;
    top: 0
  }
  .promo.promo--media.promo--content--top-right .promo__content {
    right: 0;
    text-align: right;
    top: 0
  }
  .promo.promo--media.promo--content--bottom-left .promo__content {
    bottom: 0;
    left: 0;
    text-align: left
  }
  .promo.promo--media.promo--content--bottom-center .promo__content {
    bottom: 0;
    text-align: center
  }
  .promo.promo--media.promo--content--bottom-right .promo__content {
    bottom: 0;
    right: 0;
    text-align: right
  }
}

.promo--txt-align-left .promo__content {
  text-align: left
}

.promo--txt-align-center .promo__content {
  text-align: center
}

.promo--txt-align-right .promo__content {
  text-align: right
}

.promo--brand .promo__content {
  background-color: #fff;
  display: block;
  position: relative;
  width: 100%
}

@media (max-width:767.98px) {
  .promo--brand .container {
    margin: 0;
    max-width: 100%;
    min-width: 100%;
    padding: 0
  }
  .promo--brand .col-xs-12 {
    padding: 0
  }
  .promo--brand .promo__content {
    padding: 1.2rem 3.6rem 3.6rem
  }
}

@media (min-width:768px) {
  .promo--brand .container {
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .promo--brand .promo__content {
    background-color: rgba(255, 255, 255, .9);
    margin-bottom: 2rem;
    padding: 3.6rem
  }
}

.promo--contentbox .promo__content {
  background-color: #fff;
  display: block;
  position: relative;
  width: 100%
}

.promo--contentbox .promo__pretitle {
  margin-bottom: .4rem
}

@media (min-width:480px) {
  .promo--contentbox .promo__pretitle {
    margin-bottom: .8rem
  }
}

@media (min-width:768px) {
  .promo--contentbox .container {
    display: -ms-flexbox;
    display: flex;
    padding-top: 3.6rem;
    padding-bottom: 3.6rem
  }
  .promo--contentbox .promo__content {
    background-color: #fff;
    padding-top: 2rem;
    padding-bottom: 2.4rem
  }
}

@media (min-width:768px) and (min-width:480px) {
  .promo--contentbox .promo__content {
    padding-top: 2.4rem;
    padding-bottom: 3.6rem;
    background-color: rgba(255, 255, 255, .9)
  }
}

@media (min-width:768px) {
  .promo--contentbox-top-left .container-promo-content .row {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .promo--contentbox-top-middle .container-promo-content .row {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
  }
  .promo--contentbox-middle-left .container-promo-content .row {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .promo--contentbox-bottom-left .container-promo-content .row {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .promo--contentbox-top-right .container-promo-content .row {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: -30px
  }
  .promo--contentbox-middle-right .container-promo-content .row {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: -30px
  }
  .promo--contentbox-bottom-middle .container-promo-content .row {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center
  }
  .promo--contentbox-bottom-right .container-promo-content .row {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: -30px
  }
}

@media (max-width:767.98px) {
  .promo--contentbox .container {
    margin: 0;
    max-width: 100%;
    min-width: 100%;
    padding: 0
  }
  .promo--contentbox .col-xs-12 {
    padding: 0
  }
  .promo--contentbox .promo__content {
    padding: 1.2rem 3.6rem 3.6rem
  }
}

@media (max-width:991.98px) {
  .promo--contentbox {
    height: auto
  }
}

@media screen and (max-width:767px) {
  .promo,
  .promo.promo--large {
    height: auto;
    min-height: 0
  }
  .promo .promo__graphic-wrapper {
    height: 300px;
    min-height: 0;
    position: relative
  }
  .promo .promo__gradient,
  .promo .promo__overlay {
    pointer-events: none
  }
  .promo .promo__content {
    bottom: -1px;
    display: inline-block;
    height: auto;
    padding: 0 20px 24px;
    position: relative
  }
  .promo .promo__content .promo__pretitle {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.8rem
  }
  .promo .promo__content p:first-child {
    margin-top: 20px
  }
  .promo .promo__content>p:not(:only-child):first-child {
    margin-top: 10px
  }
  .promo .promo__content.promo--color-light .promo__content * {
    color: #363636
  }
}

@media (min-width:768px) {
  .promo {
    background-color: #363636
  }
  .promo__content-wrapper {
    padding: 30px
  }
  .promo.promo--large {
    min-height: 500px;
    height: 70vh
  }
  .promo.promo--medium {
    height: 50vh;
    min-height: 300px
  }
  .promo--media[class*=promo--content--top] .promo__gradient {
    background-image: linear-gradient(to top, transparent, rgba(255, 255, 255, .4))
  }
  .promo--media[class*=promo--content--bottom] .promo__gradient {
    background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .4))
  }
  .promo--media.promo--color-light[class*=promo--content--top] .promo__gradient {
    background-image: linear-gradient(to top, transparent, rgba(51, 51, 51, .4))
  }
  .promo--media.promo--color-light[class*=promo--content--bottom] .promo__gradient {
    background-image: linear-gradient(to bottom, transparent, rgba(51, 51, 51, .4))
  }
}

.promo-post-text {
  margin-top: 0;
  margin-bottom: 0;
  padding: 3.6rem 2.5rem;
  line-height: 2.8rem;
  font-size: 1.8rem;
  text-align: center
}

@media (min-width:768px) {
  .promo-post-text {
    padding: 4.8rem 7.2rem;
    line-height: 3rem;
    font-size: 2.1rem
  }
}

@media (max-width:991.98px) {
  .onedomain-component .promo--highlighted.promo--contentbox.promo--squircle .promo__content {
    border-top-left-radius: unset;
    border-top-right-radius: 17px;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: 17px
  }
}

.onedomain-component .promo--highlighted.promo--contentbox .promo__content {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  margin: 20px 30px;
  position: absolute;
  width: calc(100% - 60px)
}

@media (min-width:768px) {
  .onedomain-component .promo--highlighted.promo--contentbox .promo__content {
    position: static;
    margin: 0;
    padding: 0;
    width: 100%
  }
  .onedomain-component .promo--highlighted.promo--contentbox .promo__content:before {
    content: "";
    display: block;
    padding-bottom: 100%
  }
}

@media (max-width:991.98px) {
  .onedomain-component .promo--highlighted.promo--contentbox .promo__content .promo__title {
    text-align: center
  }
}

@media (min-width:768px) {
  .onedomain-component .promo--highlighted.promo--contentbox .promo__content .promo-container {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3.6rem 4.6rem;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: left
  }
}

.onedomain-component .promo--highlighted.promo--contentbox .promo__content .promo-container .row {
  margin-right: -10px!important
}

.onedomain-component .promo--highlighted.promo--contentbox .promo__bordered {
  border: 4px solid
}

@media (min-width:768px) {
  .onedomain-component .promo--highlighted.promo--contentbox .promo__bordered {
    border: 8px solid
  }
}

@media (max-width:991.98px) {
  .onedomain-component .promo--highlighted .container-promo-content {
    height: 0
  }
}

.onedomain-component .promo--highlighted+.promo-post-text {
  padding: 4.8rem 1.5rem
}

.product-card-container {
  height: 100%;
  padding-bottom: 0
}

@media (min-width:768px) {
  .product-card-container {
    height: calc(100% - 1.6rem);
    padding-bottom: 2.4rem
  }
}

@media (min-width:768px) and (min-width:480px) {
  .product-card-container {
    padding-bottom: 3.6rem
  }
}

.product-card {
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #f4f4f4;
  margin-top: 0;
  margin-bottom: 2.4rem;
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  will-change: border-radius
}

@media (min-width:480px) {
  .product-card {
    margin-bottom: 3.6rem
  }
}

@media (min-width:768px) {
  .product-card {
    border-bottom: 0
  }
}

.product-card .button--grey {
  box-shadow: none
}

@media (min-width:768px) {
  .product-card:hover .product-card__underlay {
    transform: scale(1.1, 1.15);
    box-shadow: 0 0 7px 0 rgba(186, 186, 186, .8);
    z-index: 888;
    transition: transform .3s ease-in-out;
    border-radius: 3px
  }
  .product-card:hover .product-card__button {
    z-index: 889
  }
  .product-card:hover .button--grey {
    background: #2fc48d;
    color: #fff
  }
}

.product-card__underlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  pointer-events: none
}

.product-card__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.product-card__link,
.product-card__link:hover {
  text-decoration: none
}

.product-card__button {
  text-align: right;
  display: inline-block;
  right: 0;
  top: 18px;
  position: absolute;
  color: #cdcdcd
}

@media (min-width:768px) {
  .product-card__button {
    top: 12px;
    right: 12px;
    transition: all .2s ease-in-out
  }
  .product-card__button:hover {
    color: #666
  }
}

.product-card__title {
  margin-top: 2rem;
  margin-bottom: 1.6rem;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.25;
  width: calc(100% - 3.8rem)
}

@media (min-width:480px) {
  .product-card__title {
    margin-top: 2.4rem;
    margin-bottom: 2rem
  }
}

@media (min-width:768px) {
  .product-card__title {
    -ms-flex-order: 2;
    order: 2;
    line-height: 1.5
  }
}

.product-card__description {
  font-size: 14px;
  margin-top: 4px
}

.product-card__features {
  margin-left: 35%;
  display: inline-block;
  width: 100%;
  margin-top: .8rem
}

@media (min-width:480px) {
  .product-card__features {
    margin-top: 1.2rem
  }
}

.product-card__features li {
  font-size: 12px;
  color: #666
}

@media (min-width:768px) {
  .product-card__features {
    -ms-flex-order: 4;
    order: 4;
    margin-left: 0;
    margin-top: 0
  }
}

.product-card__content {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 22rem;
  padding-bottom: 42px
}

.product-card__content.has-rating {
  min-height: 22rem
}

.product-card__content:not(.has-rating) {
  min-height: 18rem
}

@media (min-width:768px) {
  .product-card__content {
    padding: 12px 12px 50px
  }
}

.product-card__wrapper-rating {
  margin-bottom: 1.6rem
}

@media (min-width:480px) {
  .product-card__wrapper-rating {
    margin-bottom: 2rem
  }
}

@media (min-width:768px) {
  .product-card__wrapper-rating {
    -ms-flex-order: 3;
    order: 3
  }
}

.product-card__wrapper-rating .rating-stars {
  width: 60px
}

.product-card__wrapper-rating .rating-stars:before,
.product-card__wrapper-rating-stars--overlay:before {
  background-size: 12px;
  height: 12px;
  width: 60px
}

@media (min-width:768px) {
  .product-card__wrapper-rating .rating-stars {
    width: 80px
  }
  .product-card__wrapper-rating .rating-stars:before {
    background-size: 16px;
    height: 16px;
    width: 80px
  }
}

.product-card__wrapper-rating-stars--overlay {
  height: 12px
}

@media (min-width:768px) {
  .product-card__wrapper-rating-stars--overlay {
    height: 16px
  }
  .product-card__wrapper-rating-stars--overlay:before {
    background-size: 16px;
    height: 16px;
    width: 80px
  }
}

.product-card .review-count {
  display: inline-block;
  font-size: 12px;
  color: #333;
  position: relative;
  top: -2px
}

.product-card__in-store,
.product-card__retailers {
  color: #959595;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  max-width: 48%;
  margin-left: 35%;
  position: absolute;
  line-height: 18px;
  bottom: 0;
  min-height: 44px
}

@media (min-width:768px) {
  .product-card__in-store,
  .product-card__retailers {
    -ms-flex-order: 5;
    order: 5;
    max-width: calc(100% - 80px);
    margin-left: 0
  }
}

.product-card .in-store__icon,
.product-card .retailers__icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23959595' viewBox='0 0 32 32'%3E%3Cpath d='M12.7,11.4c0,0.9,0.3,1.7,1,2.3c0.7,0.6,1.4,0.9,2.4,0.9h0c0.9,0,1.7-0.3,2.4-1\a   c0.7-0.6,1-1.4,1-2.3c0-0.9-0.3-1.7-1-2.3c-0.7-0.6-1.5-0.9-2.4-0.9c-0.9,0-1.7,0.3-2.4,1C13.1,9.7,12.7,10.5,12.7,11.4z\a    M16.1,16.5c-1.5,0-2.8-0.5-3.8-1.5c-1.1-1-1.6-2.2-1.6-3.7c0-1.4,0.5-2.6,1.6-3.6c1.1-1,2.3-1.5,3.8-1.5c1.5,0,2.8,0.5,3.8,1.5\a   c1.1,1,1.6,2.2,1.6,3.7c0,1.4-0.5,2.6-1.6,3.6C18.9,16,17.6,16.5,16.1,16.5L16.1,16.5z M6.1,12.1c0,1.1,0.2,2.3,0.5,3.3\a   c0.3,1.1,0.8,2,1.5,2.9l8,11l7.9-11v0c0.6-0.8,1.1-1.8,1.5-2.9c0.3-1.1,0.5-2.1,0.5-3.3c0-1.4-0.3-2.8-0.8-4.1\a   C24.7,6.7,24,5.6,23,4.8c-1-0.9-2.1-1.6-3.3-2.1C18.5,2.2,17.3,2,16,2c-1.3,0-2.5,0.2-3.8,0.7C11,3.2,9.9,3.9,8.9,4.8\a   C8,5.7,7.3,6.8,6.8,8.1C6.3,9.4,6.1,10.7,6.1,12.1z M6.4,19.5C5.6,18.4,5,17.3,4.6,16C4.2,14.7,4,13.4,4,12.1\a   c0-1.6,0.3-3.2,0.9-4.7c0.6-1.5,1.5-2.9,2.6-4c1.2-1.1,2.5-2,4-2.5C13,0.3,14.5,0,16,0c1.5,0,3,0.3,4.5,0.8c1.5,0.6,2.8,1.4,4,2.5\a   c1.2,1.1,2.1,2.5,2.7,4c0.6,1.6,0.9,3.1,0.9,4.8c0,1.3-0.2,2.6-0.6,3.8c-0.4,1.3-1,2.4-1.8,3.4l-8.7,12.1\a   c-0.1,0.1-0.2,0.2-0.4,0.3c-0.2,0.1-0.3,0.1-0.5,0.2c-0.2,0-0.4,0-0.5-0.1c-0.2-0.1-0.3-0.2-0.4-0.3L6.4,19.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center
}

.product-card .retailers__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23959595' viewBox='0 0 32 32'%3E%3Cpath d='M27.1,27.8c0.3-0.3,0.4-0.6,0.4-1c0-0.4-0.1-0.7-0.4-1c-0.3-0.3-0.6-0.4-1-0.4c-0.4,0-0.8,0.1-1,0.4\a   c-0.3,0.3-0.4,0.6-0.4,1c0,0.4,0.1,0.7,0.4,1c0.3,0.3,0.6,0.4,1,0.4C26.4,28.3,26.8,28.1,27.1,27.8 M28.3,24.6\a   c0.6,0.6,1,1.4,1,2.2c0,0.9-0.3,1.6-1,2.2C27.7,29.7,26.9,30,26,30c-0.9,0-1.7-0.3-2.3-0.9c-0.6-0.6-1-1.4-1-2.2\a   c0-0.9,0.3-1.6,1-2.2c0.6-0.6,1.4-0.9,2.3-0.9C26.9,23.7,27.7,24,28.3,24.6 M11.8,27.8c0.3-0.3,0.4-0.6,0.4-1c0-0.4-0.1-0.7-0.4-1\a   c-0.3-0.3-0.6-0.4-1-0.4c-0.4,0-0.8,0.1-1.1,0.4c-0.3,0.3-0.4,0.6-0.4,1c0,0.4,0.1,0.7,0.4,1c0.3,0.3,0.7,0.4,1.1,0.4\a   C11.1,28.3,11.5,28.1,11.8,27.8 M8.6,10.2C8.9,11.1,9.2,12,9.5,13c0.3,1,0.6,1.9,0.9,2.6c0.1,0.3,0.2,0.6,0.3,0.9\a   c0.1,0.3,0.2,0.5,0.2,0.7c0.3,0,0.9,0,1.6-0.1c0.7,0,1.6-0.1,2.5-0.1c1.3-0.1,2.6-0.1,4.1-0.2c1.5-0.1,2.8-0.1,4.1-0.2\a   c0.8-0.1,1.5-0.1,2.1-0.1c0.6,0,1.1-0.1,1.4-0.1l2.9-7.2L7.6,6.9l0,0.2c0,0.1,0.1,0.2,0.1,0.3c0,0.1,0.1,0.3,0.1,0.4\a   c0.1,0.3,0.2,0.7,0.3,1.1C8.3,9.3,8.5,9.7,8.6,10.2 M13,24.6c0.6,0.6,1,1.4,1,2.2c0,0.9-0.3,1.6-1,2.2c-0.6,0.6-1.4,0.9-2.3,0.9\a   c-0.9,0-1.7-0.3-2.3-0.9c-0.6-0.6-1-1.4-1-2.2c0-0.9,0.3-1.6,1-2.2c0.6-0.6,1.4-0.9,2.3-0.9C11.6,23.7,12.4,24,13,24.6 M10.8,19.2\a   c0,0.2-0.1,0.4-0.1,0.6c-0.1,0.2-0.1,0.4-0.2,0.6c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.2h18.4c0.2,0,0.5,0.1,0.6,0.3\a   c0.2,0.2,0.3,0.4,0.3,0.6c0,0.3-0.1,0.5-0.3,0.6c-0.2,0.2-0.4,0.2-0.6,0.2H9.2c-0.2,0-0.3,0-0.4-0.1c-0.1-0.1-0.2-0.1-0.3-0.3\a   c-0.1-0.1-0.2-0.3-0.2-0.4c0-0.1,0-0.3,0-0.4c0.1-0.3,0.2-0.6,0.3-0.8c0.1-0.3,0.2-0.5,0.2-0.8C8.9,19.3,9,19.1,9,18.8\a   c0-0.1,0.1-0.2,0.1-0.4c0-0.1,0-0.2,0-0.3l0-0.2c0-0.1-0.1-0.2-0.1-0.3c0-0.1-0.1-0.2-0.1-0.4c-0.1-0.3-0.2-0.6-0.3-1\a   c-0.1-0.4-0.3-0.8-0.4-1.2c-0.3-0.8-0.6-1.8-0.9-2.8c-0.3-1-0.6-1.9-0.9-2.7C6.2,9.1,6,8.6,5.9,8.2c-0.1-0.4-0.2-0.8-0.3-1\a   c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2V6.7V6.4V6.2c0-0.2,0-0.4,0-0.7c0-0.3,0-0.6,0-0.8c0-0.2,0-0.3-0.1-0.4c0-0.1,0-0.3-0.1-0.4\a   H5.2c-0.2,0-0.4,0-0.7-0.1c-0.3,0-0.6,0-0.9,0c-0.3,0-0.6,0-0.9,0c-0.3,0-0.6,0-0.9,0c-0.2,0-0.5,0-0.8,0c-0.3,0-0.5,0-0.7-0.2\a   C0.1,3.4,0,3.2,0,3c0-0.2,0-0.4,0.2-0.6c0.2-0.2,0.4-0.3,0.6-0.3C2,2,2.9,2,3.6,2c0.5,0,0.9,0,1.3,0c0.4,0,0.8,0.1,1.1,0.1\a   c0.1,0,0.2,0.1,0.3,0.1c0.1,0,0.2,0.1,0.4,0.2c0.1,0.1,0.2,0.1,0.3,0.2C7,2.8,7.1,2.9,7.1,3.1c0,0.2,0.1,0.4,0.1,0.6\a   c0,0.2,0.1,0.5,0.1,0.8c0,0.1,0,0.2,0,0.3v0.3l23.9,2.7c0.1,0,0.3,0,0.4,0.1c0.1,0.1,0.2,0.2,0.3,0.3C31.9,8.2,32,8.4,32,8.5\a   c0,0.1,0,0.3-0.1,0.4l-3.5,8.8c-0.1,0.1-0.1,0.2-0.2,0.3c-0.1,0.1-0.2,0.2-0.4,0.2c-0.1,0-0.2,0-0.2,0c-0.1,0-0.2,0-0.3,0\a   c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0-0.4,0.1c-0.3,0-0.6,0-1,0.1c-0.3,0-0.7,0-1.2,0.1c-0.8,0.1-1.8,0.1-2.8,0.2\a   c-1,0.1-2,0.1-3.1,0.2c-1.7,0.1-3.3,0.1-4.8,0.2c-1.5,0.1-2.5,0.1-3,0.1C10.8,19.1,10.8,19.1,10.8,19.2\a   C10.8,19.1,10.8,19.1,10.8,19.2'/%3E%3C/svg%3E")
}

.product-card__pricing {
  margin-left: 35%;
  color: #333;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  margin-top: .8rem;
  margin-bottom: .8rem;
  padding: 0 0 0 24px;
  position: absolute;
  bottom: 0
}

@media (min-width:480px) {
  .product-card__pricing {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem
  }
}

@media (min-width:768px) {
  .product-card__pricing {
    -ms-flex-order: 5;
    order: 5;
    margin: 0;
    padding: 0;
    bottom: 8px
  }
}

.product-card__price {
  display: block;
  font-size: 2.6rem
}

.product-card__image {
  width: auto;
  position: absolute;
  max-height: 112px;
  max-width: 25%
}

@media (min-width:768px) {
  .product-card__image-wrapper {
    -ms-flex-order: 1;
    order: 1
  }
}

.product-card__image img {
  max-height: 112px
}

@media (min-width:768px) {
  .product-card__image {
    max-width: 50%;
    position: relative;
    margin: 0 auto;
    text-align: center
  }
}

.product-card .button--square {
  max-width: 44px;
  position: absolute;
  bottom: 0;
  right: 0
}

@media (min-width:768px) {
  .product-card .button--square {
    right: 12px
  }
}

body.os--android .smartbanner,
body.os--ios .smartbanner {
  transition: top .3s ease-in-out .7s;
  top: -74px
}

body.smartbanner-present.os--android,
body.smartbanner-present.os--ios {
  transition: padding-top .3s ease-in-out .7s;
  padding-top: 74px!important
}

body.smartbanner-present--plus {
  margin-top: 60px
}

body.smartbanner-present .smartbanner {
  -ms-flex-align: center;
  align-items: center;
  box-shadow: inset 0 -2px 0 0 rgba(205, 205, 205, .5);
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-pack: start;
  justify-content: flex-start;
  top: 0;
  z-index: 998;
  padding-top: 1.2rem;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1.2rem
}

@media (min-width:480px) {
  body.smartbanner-present .smartbanner {
    padding-top: 1.6rem;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1.6rem
  }
}

body.smartbanner-present .smartbanner__button,
body.smartbanner-present .smartbanner__exit,
body.smartbanner-present .smartbanner__icon,
body.smartbanner-present .smartbanner__info {
  left: auto;
  margin-right: 1.6rem;
  position: relative;
  top: auto
}

@media (min-width:480px) {
  body.smartbanner-present .smartbanner__button,
  body.smartbanner-present .smartbanner__exit,
  body.smartbanner-present .smartbanner__icon,
  body.smartbanner-present .smartbanner__info {
    margin-right: 2rem
  }
}

body.smartbanner-present .smartbanner__exit {
  margin-left: 1.6rem;
  height: 1.6rem;
  width: 1.6rem
}

@media (min-width:480px) {
  body.smartbanner-present .smartbanner__exit {
    margin-left: 2rem
  }
}

body.smartbanner-present .smartbanner__exit::after,
body.smartbanner-present .smartbanner__exit::before {
  background-color: #333;
  height: 1.6rem;
  width: 1px
}

body.smartbanner-present .smartbanner__icon {
  background-size: 50px 50px;
  border-radius: .4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 50px;
  width: 50px
}

body.smartbanner-present .smartbanner__info {
  height: auto
}

body.smartbanner-present .smartbanner__info__title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.3
}

body.smartbanner-present .smartbanner__info__author {
  font-size: .9rem;
  line-height: 1.56
}

.navigation-bar-section .navigation-bar__flex-wrapper .secondary-nav .secondary-nav__list li.my-account__nav>span,
body.smartbanner-present .smartbanner__info__price {
  display: none
}

body.smartbanner-present .smartbanner__button {
  border: 1px solid #012169;
  border-radius: .4rem;
  display: -ms-flexbox;
  display: flex;
  font-family: "Open Sans", sans-serif;
  margin-left: auto;
  min-width: auto;
  right: 0;
  padding: .4rem .8rem
}

@media (min-width:480px) {
  body.smartbanner-present .smartbanner__button {
    padding: .4rem 1.2rem
  }
}

body.smartbanner-present .smartbanner__button__label {
  color: #012169;
  font-size: 1.4rem;
  white-space: nowrap
}

.flex-module.flex-module--simple-webform {
  padding: 0
}

.flex-module.flex-module--simple-webform .text-only:first-child {
  padding-top: 3.6rem;
  padding-bottom: 3.6rem
}

@media (min-width:480px) {
  .flex-module.flex-module--simple-webform .text-only:first-child {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem
  }
}

.simple-webform__form {
  margin-top: 4.8rem
}

@media (min-width:480px) {
  .simple-webform__form {
    margin-top: 6rem
  }
}

.simple-webform__inputs {
  width: 100%;
  margin-bottom: .8rem
}

@media (min-width:480px) {
  .simple-webform__inputs {
    margin-bottom: 1.2rem
  }
}

.simple-webform__inputs .form-group {
  margin-bottom: 2.4rem
}

@media (min-width:480px) {
  .simple-webform__inputs .form-group {
    margin-bottom: 3.6rem
  }
}

@media (min-width:992px) {
  .simple-webform__inputs .form-group {
    margin-bottom: 2rem
  }
}

@media (min-width:992px) and (min-width:480px) {
  .simple-webform__inputs .form-group {
    margin-bottom: 2.4rem
  }
}

@media (min-width:992px) {
  .simple-webform__inputs .form-group.has-error {
    margin-bottom: 0
  }
}

.navigation-bar-section .navigation-bar__flex-wrapper .brand-logo img,
.simple-webform__terms {
  width: 100%
}

@media (min-width:992px) {
  .simple-webform__terms {
    margin-bottom: 2.4rem
  }
}

@media (min-width:992px) and (min-width:480px) {
  .simple-webform__terms {
    margin-bottom: 3.6rem
  }
}

.simple-webform__terms .form-check-label:hover:not(.disabled) {
  color: #666!important
}

.simple-webform__terms .button-more-less {
  margin-top: .8rem
}

@media (min-width:480px) {
  .simple-webform__terms .button-more-less {
    margin-top: 1.2rem
  }
}

.simple-webform__terms .form-group {
  margin-bottom: 2.4rem
}

@media (min-width:480px) {
  .simple-webform__terms .form-group {
    margin-bottom: 3.6rem
  }
}

@media (min-width:992px) {
  .simple-webform__terms .form-group {
    margin-bottom: 0
  }
}

.simple-webform__terms__title {
  font-weight: 600;
  display: block;
  margin-bottom: 1.2rem
}

@media (min-width:480px) {
  .simple-webform__terms__title {
    margin-bottom: 1.6rem
  }
}

.simple-webform__submit {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 3.6rem
}

@media (min-width:480px) {
  .simple-webform__submit {
    margin-bottom: 4.8rem
  }
}

.simple-webform__submit .button {
  display: block;
  margin: 0 auto;
  margin-bottom: 1.6rem
}

@media (min-width:480px) {
  .simple-webform__submit .button {
    margin-bottom: 2rem
  }
}

@media (min-width:992px) {
  .simple-webform__submit .button {
    margin-bottom: .8rem
  }
}

@media (min-width:992px) and (min-width:480px) {
  .simple-webform__submit .button {
    margin-bottom: 1.2rem
  }
}

.simple-webform__submit__privacy-section {
  display: inline-block;
  text-align: center;
  width: 100%
}

.simple-webform__thanks {
  text-align: center;
  margin-top: 4.8rem;
  margin-bottom: 3.6rem
}

@media (min-width:480px) {
  .simple-webform__thanks {
    margin-top: 6rem;
    margin-bottom: 4.8rem
  }
}

.simple-webform__thanks h2 {
  margin-bottom: 1.2rem
}

@media (min-width:480px) {
  .simple-webform__thanks h2 {
    margin-bottom: 1.6rem
  }
}

.simple-webform__thanks__mail-adress {
  font-weight: 600;
  margin-bottom: 2.4rem
}

@media (min-width:480px) {
  .simple-webform__thanks__mail-adress {
    margin-bottom: 3.6rem
  }
}

@media (max-width:767.98px) {
  .onedomain-component .slick-dots {
    background: 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch
  }
  .onedomain-component .slick-dots li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0
  }
  .onedomain-component .slick-dots li button[role=tab] {
    width: 100%;
    height: 0
  }
  .onedomain-component .slick-dots li button[role=tab]:before {
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    content: " ";
    transition: 150ms opacity ease-in-out;
    border-bottom: 2px solid;
    opacity: 1
  }
}

.wrapper-rating {
  margin-bottom: 1.2rem
}

@media (min-width:480px) {
  .wrapper-rating {
    margin-bottom: 1.6rem
  }
}

.wrapper-rating .rating-stars {
  height: auto;
  position: relative;
  width: 60px;
  display: inline-block
}

@media (min-width:768px) {
  .wrapper-rating .rating-stars {
    width: 80px
  }
}

.wrapper-rating .rating-stars:before {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2051.2%20%2857519%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon-star-grey%3C/title%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22icon-star-grey%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22star%22%20fill%3D%22%23CCCCCC%22%20fill-rule%3D%22nonzero%22%20points%3D%2216.6%2014.1%2019.4%2022.8%2012%2017.4%204.6%2022.8%207.4%2014.1%200%208.7%209.2%208.7%2012%200%2014.8%208.7%2024%208.7%22%3E%3C/polygon%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
  background-repeat: repeat-x;
  background-size: 12px;
  bottom: 0;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px
}

@media (min-width:768px) {
  .wrapper-rating .rating-stars:before {
    background-size: 16px;
    height: 16px;
    width: 80px
  }
}

.wrapper-rating .rating-stars--overlay {
  display: block;
  overflow: hidden;
  height: 12px;
  position: relative
}

.wrapper-rating .rating-stars--overlay:before {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2051.2%20%2857519%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon-star-yellow%3C/title%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22icon-star-yellow%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22star%22%20fill%3D%22%23F9BD06%22%20fill-rule%3D%22nonzero%22%20points%3D%2216.6%2014.1%2019.4%2022.8%2012%2017.4%204.6%2022.8%207.4%2014.1%200%208.7%209.2%208.7%2012%200%2014.8%208.7%2024%208.7%22%3E%3C/polygon%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
  background-repeat: repeat-x;
  background-size: 12px;
  bottom: 0;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px
}

@media (min-width:768px) {
  .wrapper-rating .rating-stars--overlay {
    height: 16px
  }
  .wrapper-rating .rating-stars--overlay:before {
    background-size: 16px;
    height: 16px;
    width: 80px
  }
}

.wrapper-rating .review-count {
  display: inline-block;
  font-size: 12px;
  color: #333
}

.flex-module {
  padding-bottom: 4.8rem;
  padding-top: 4.8rem
}

@media (max-width:767.98px) {
  .flex-module {
    padding-bottom: 3.6rem;
    padding-top: 3.6rem
  }
}

.flex-module--first-row,
.navigation-bar-section .navigation-bar__flex-wrapper .brand-logo a {
  padding: 0
}

.flex-module .text-only:first-child {
  padding-top: 0
}

.flex-module--two-halves .two-halves:not(:last-child) {
  margin-bottom: 2.4rem
}

@media (min-width:480px) {
  .flex-module--two-halves .two-halves:not(:last-child) {
    margin-bottom: 3.6rem
  }
}

.flex-module--text-only {
  padding-bottom: 0
}

.flex-module--cards .slick-slider {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0;
  margin-right: 0
}

.flex-module--cards .slick-slider .slick-track {
  display: -ms-flexbox;
  display: flex
}

.flex-module--cards .slick-slider .slick-list {
  overflow: visible;
  width: 100%
}

.flex-module--cards .slick-slider .slick-dots {
  height: 2px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px
}

@media (max-width:767.98px) {
  .flex-module--cards .slick-slider .slick-dots {
    bottom: -4px;
    left: 0
  }
}

.flex-module--cards .slick-slider .slick-slide {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  height: auto;
  padding-left: 8px;
  padding-right: 8px
}

@media (min-width:480px) {
  .flex-module--cards .slick-slider .slick-list {
    padding-right: 60px
  }
}

.flex-module.txt-light [class*=text-only],
.onedomain-component .txt-light h1,
.onedomain-component .txt-light h2,
.onedomain-component .txt-light h3,
.onedomain-component .txt-light h4,
.onedomain-component .txt-light h5,
.onedomain-component .txt-light h6,
.onedomain-component .txt-light p {
  color: #fff
}

.flex-module.txt-light .slick-slider .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1
}

.flex-module.txt-light .slick-slider .slick-dots li button:before {
  color: #fff;
  opacity: .3
}

.search-active .brand-logo,
.search-active .hamburger-menu,
.search-active .secondary-nav {
  opacity: 0;
  pointer-events: none;
  transition: .3s all ease-in-out
}

@media only screen and (min-width:1024px) {
  .search-active .brand-logo {
    opacity: 1
  }
}

.search-active .primary-nav {
  pointer-events: none
}

.search-active .primary-nav ul li {
  animation: fadeOut .2s ease-in both
}

.search-active .primary-nav ul li:nth-of-type(1) {
  animation-delay: .36s
}

.search-active .primary-nav ul li:nth-of-type(2) {
  animation-delay: .32s
}

.search-active .primary-nav ul li:nth-of-type(3) {
  animation-delay: .28s
}

.search-active .primary-nav ul li:nth-of-type(4) {
  animation-delay: .24s
}

.search-active .primary-nav ul li:nth-of-type(5) {
  animation-delay: .2s
}

.search-active .search-bar {
  opacity: 1;
  pointer-events: auto;
  left: 50%;
  transform: translateX(-50%);
  transition-delay: .5s
}

.search-active .search-bar .search-bar__start:not(.animation-loaded) .tt-open .tt-dataset-quick-links .tt-suggestion-item {
  animation: fadeIn .2s ease-in both
}

.search-active .search-bar .search-bar__start:not(.animation-loaded) .tt-open .tt-dataset-quick-links .tt-suggestion-item:nth-child(1) {
  animation-delay: .6s
}

.search-active .search-bar .search-bar__start:not(.animation-loaded) .tt-open .tt-dataset-quick-links .tt-suggestion-item:nth-child(2) {
  animation-delay: .64s
}

.search-active .search-bar .search-bar__start:not(.animation-loaded) .tt-open .tt-dataset-quick-links .tt-suggestion-item:nth-child(3) {
  animation-delay: .68s
}

.search-active .search-bar .search-bar__start:not(.animation-loaded) .tt-open .tt-dataset-quick-links .tt-suggestion-item:nth-child(4) {
  animation-delay: .72s
}

.search-active .search-bar .search-bar__start:not(.animation-loaded) .tt-open .tt-dataset-quick-links .tt-suggestion-item:nth-child(5) {
  animation-delay: .76s
}

.search-active .search-bar .search-bar__end {
  opacity: 1
}

.search-active .search-bar .search-bar__end .vertical-divider {
  width: 2px;
  height: 34px;
  background: #dfdfdf;
  margin-left: 1rem
}

.search-active .search-bar .twitter-typeahead {
  position: static!important;
  height: 100%;
  width: 100%
}

.search-active .search-bar .twitter-typeahead .tt-hint {
  top: 16px!important;
  left: 50px!important
}

.search-active .search-bar .twitter-typeahead .tt-menu {
  width: 100%;
  max-height: calc(100vh - 58px);
  overflow-y: scroll;
  top: 58px!important;
  border-radius: 0;
  box-shadow: 0 0 0 0;
  border: 0;
  padding: 0;
  background: #fff
}

@media (min-width:768px) {
  .search-active .search-bar .twitter-typeahead .tt-menu {
    min-height: auto;
    max-height: 600px
  }
}

.search-active .search-bar .twitter-typeahead .tt-menu .tt-dataset {
  margin-bottom: .4rem
}

@media (min-width:480px) {
  .search-active .search-bar .twitter-typeahead .tt-menu .tt-dataset {
    margin-bottom: .8rem
  }
}

.search-active .search-bar .twitter-typeahead .tt-menu .tt-dataset .tt-category__divider {
  background: #fafafa;
  color: #838383;
  padding: 0 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  margin-bottom: .4rem;
  padding-bottom: .4rem;
  padding-top: .4rem
}

@media (min-width:480px) {
  .search-active .search-bar .twitter-typeahead .tt-menu .tt-dataset .tt-category__divider {
    margin-bottom: .8rem;
    padding-bottom: .8rem;
    padding-top: .8rem
  }
}

.search-active .search-bar .twitter-typeahead .tt-menu .tt-dataset .tt-category__divider p {
  margin: 0;
  font-weight: 700
}

.search-active .search-bar .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  margin: 0 60px;
  border-bottom: 1px solid #e1e1e1;
  padding: 6px 0;
  color: #666
}

.search-active .search-bar .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion-item:last-child {
  border-bottom: 0
}

.search-active .search-bar .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion-item:focus,
.search-active .search-bar .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion-item:hover {
  background: 0 0;
  color: #2fc48d
}

.search-active .search-bar .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion-item__thumbnail {
  width: 36px;
  height: 36px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.search-active .search-bar .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion-item .search-icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  margin-top: 3px
}

.search-active .search-bar .twitter-typeahead .tt-menu .tt-dataset .tt-suggestion-item__title {
  white-space: pre-wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: row;
  flex-direction: row
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1)
  }
  to {
    opacity: 0;
    transform: scale(.8)
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(.8)
  }
  to {
    opacity: 1;
    transform: scale(1)
  }
}

.search-bar {
  position: absolute;
  width: 100%;
  left: 58%;
  top: 0;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: .3s all ease-in-out;
  max-width: 620px;
  padding: 0 15px
}

@media only screen and (min-width:1024px) {
  .search-bar {
    height: 60px;
    transform: translateX(50px);
    left: 30%
  }
}

.search-bar .icon {
  font-size: 20px;
  fill: #012169;
  margin-left: 1rem
}

.search-bar .icon-search {
  margin-right: 20px;
  margin-left: 10px
}

.search-bar__end,
.search-bar__start {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}

.search-bar__start {
  -ms-flex-positive: 2;
  flex-grow: 2
}

.search-bar__end {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 0;
  transition: .5s all ease-in-out;
  transition-delay: .7s
}

.search-bar__end .bttn,
.search-bar__end .inline-text-link {
  margin-left: 20px
}

.search-bar #nav-search {
  background: 0 0;
  border: 0;
  color: #333;
  width: 100%;
  outline: 0;
  font-size: 16px;
  height: 100%
}

.search-bar #nav-search:-ms-input-placeholder {
  font-size: 16px;
  color: #a9a9a9;
  font-size: 1.6rem;
  font-style: italic
}

.search-bar #nav-search::placeholder {
  font-size: 16px;
  color: #a9a9a9;
  font-size: 1.6rem;
  font-style: italic
}

.navigation-bar-section {
  position: relative;
  background: #fafafa;
  z-index: 997;
  box-shadow: 0 3px 3px rgba(51, 51, 51, .11)
}

@media (min-width:992px) {
  .navigation-bar-section {
    z-index: 999;
    background: #fff
  }
}

@media only screen and (max-width:1024px) {
  .navigation-bar-section>.container {
    max-width: none
  }
}

.navigation-bar-section .container {
  background: 0 0
}

.navigation-bar-section .navigation-bar__flex-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 60px;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.navigation-bar-section .navigation-bar__flex-wrapper .hamburger-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (min-width:1024px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .hamburger-menu {
    display: none
  }
}

.navigation-bar-section .navigation-bar__flex-wrapper .hamburger-menu .nav-icon {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer
}

.navigation-bar-section .navigation-bar__flex-wrapper .hamburger-menu .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #012169;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out
}

.navigation-bar-section .navigation-bar__flex-wrapper .hamburger-menu .nav-icon span:nth-child(1) {
  top: 0
}

.navigation-bar-section .navigation-bar__flex-wrapper .hamburger-menu .nav-icon span:nth-child(2),
.navigation-bar-section .navigation-bar__flex-wrapper .hamburger-menu .nav-icon span:nth-child(3) {
  top: 8px
}

.navigation-bar-section .navigation-bar__flex-wrapper .hamburger-menu .nav-icon span:nth-child(4) {
  top: 16px
}

.navigation-bar-section .navigation-bar__flex-wrapper .hamburger-menu .nav-icon.open span {
  width: 120%
}

.navigation-bar-section .navigation-bar__flex-wrapper .hamburger-menu .nav-icon.open span:nth-child(1) {
  top: 8px;
  width: 0;
  left: 50%
}

.navigation-bar-section .navigation-bar__flex-wrapper .hamburger-menu .nav-icon.open span:nth-child(2) {
  transform: rotate(45deg)
}

.navigation-bar-section .navigation-bar__flex-wrapper .hamburger-menu .nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg)
}

.navigation-bar-section .navigation-bar__flex-wrapper .hamburger-menu .nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%
}

.navigation-bar-section .navigation-bar__flex-wrapper .brand-logo {
  display: -ms-flexbox;
  display: flex;
  width: 74px;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  bottom: auto;
  margin-right: auto;
  margin-left: 40px
}

.navigation-bar-section .navigation-bar__flex-wrapper .brand-logo__link {
  max-width: 100%;
  transition: .3s all ease-in-out
}

@media only screen and (min-width:1024px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .brand-logo {
    width: 110px;
    bottom: 20px;
    margin-left: 0;
    margin-right: 0
  }
}

.navigation-bar-section .navigation-bar__flex-wrapper .primary-nav {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  height: 100vh;
  transform: translateX(-100%);
  transition: .3s all ease-in-out;
  z-index: 9;
  padding: 20px
}

.navigation-bar-section .navigation-bar__flex-wrapper .primary-nav.open {
  transform: translateX(0%)
}

@media (max-width:991.98px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .primary-nav {
    box-shadow: inset 0 3px 3px rgba(51, 51, 51, .11)
  }
}

@media (min-width:768px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .primary-nav {
    max-width: 320px
  }
}

@media only screen and (min-width:1024px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .primary-nav {
    transform: translateX(0%);
    max-width: none;
    position: relative;
    top: 0;
    height: auto;
    background: 0 0;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    transition: 0s all ease-in-out
  }
}

.navigation-bar-section .navigation-bar__flex-wrapper .primary-nav .primary-nav__list {
  margin: 0;
  padding: 0;
  width: 100%
}

.navigation-bar-section .navigation-bar__flex-wrapper .primary-nav .primary-nav__list li {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding-right: 0;
  position: relative
}

@media only screen and (min-width:1024px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .primary-nav .primary-nav__list li {
    display: inline-block;
    padding: 0 10px;
    font-weight: 600
  }
}

.navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details a:hover,
.navigation-bar-section .navigation-bar__flex-wrapper .primary-nav .primary-nav__list li a:hover,
.navigation-bar-section .navigation-bar__flex-wrapper .primary-nav .primary-nav__list li.active a,
.navigation-bar-section .navigation-bar__flex-wrapper .secondary-nav .secondary-nav__list li:hover .my-account__span,
.onedomain-component .modal .modal-header .close svg:hover {
  color: #2fc48d
}

.navigation-bar-section .navigation-bar__flex-wrapper .primary-nav .primary-nav__list li a {
  color: #333;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
  display: block;
  font-size: 14px;
  transition: .2s ease-in-out
}

@media only screen and (min-width:1024px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .primary-nav .primary-nav__list li a {
    color: #012169;
    padding: 0;
    font-size: 14px;
    border-bottom: 0;
    display: inline
  }
}

.navigation-bar-section .navigation-bar__flex-wrapper .secondary-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transition: .3s all ease-in-out
}

.navigation-bar-section .navigation-bar__flex-wrapper .secondary-nav .secondary-nav__list {
  margin: 0;
  padding: 0
}

.navigation-bar-section .navigation-bar__flex-wrapper .secondary-nav .secondary-nav__list li {
  display: inline;
  padding-left: 16px;
  cursor: pointer
}

@media (min-width:480px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .secondary-nav .secondary-nav__list li:hover>.icon {
    fill: #2fc48d
  }
}

@media only screen and (min-width:1024px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .secondary-nav .secondary-nav__list li.my-account__nav>span {
    display: inline;
    margin-left: 4px
  }
}

.navigation-bar-section .navigation-bar__flex-wrapper .secondary-nav .secondary-nav__list li .my-account__span {
  color: #012169
}

@media only screen and (min-width:1024px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .secondary-nav .secondary-nav__list li {
    position: relative
  }
}

.navigation-bar-section .navigation-bar__flex-wrapper .secondary-nav .secondary-nav__list li a,
.navigation-bar-section .navigation-bar__flex-wrapper .secondary-nav .secondary-nav__list li a .icon:hover {
  outline: 0
}

@media (min-width:480px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .secondary-nav .secondary-nav__list li a .icon:hover {
    fill: #2fc48d
  }
}

.navigation-bar-section .navigation-bar__flex-wrapper .secondary-nav .secondary-nav__list li a:hover>.icon {
  outline: 0
}

@media (min-width:480px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .secondary-nav .secondary-nav__list li a:hover>.icon {
    fill: #2fc48d
  }
}

.navigation-bar-section .navigation-bar__flex-wrapper .secondary-nav .secondary-nav__list li .icon {
  fill: #012169;
  font-size: 24px;
  transition: .2s all ease-in-out
}

.navigation-bar-section .navigation-bar__flex-wrapper .secondary-nav .secondary-nav__list li .icon-plus-text span {
  color: #012169;
  display: none;
  font-size: 12px
}

@media only screen and (min-width:1024px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .secondary-nav .secondary-nav__list li .icon-plus-text span {
    display: inline-block;
    padding-left: 4px
  }
}

.navigation-bar-section .navigation-bar__flex-wrapper .account-section {
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 20px;
  height: 100vh;
  top: 0;
  left: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  transform: translateX(100%);
  transition: .3s transform ease-in-out
}

@media (min-width:768px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section {
    width: 250px;
    max-width: 250px;
    top: 64px;
    right: 0;
    left: auto;
    height: auto;
    display: none
  }
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section:after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff
  }
}

.navigation-bar-section .navigation-bar__flex-wrapper .account-section.active {
  transform: translateX(0);
  z-index: 888
}

@media (min-width:768px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section.active {
    display: block
  }
}

.navigation-bar-section .navigation-bar__flex-wrapper .account-section .icon-close {
  margin-left: auto;
  display: block;
  margin-bottom: 2rem
}

@media (min-width:480px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section .icon-close {
    margin-bottom: 2.4rem
  }
}

@media (min-width:768px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section .icon-close {
    display: none
  }
}

.navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details {
  text-align: center;
  border-bottom: 4px solid #012169;
  margin-bottom: 3.6rem
}

@media (min-width:480px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details {
    margin-bottom: 4.8rem
  }
}

@media only screen and (min-width:1024px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details {
    margin-bottom: 2rem
  }
}

@media only screen and (min-width:1024px) and (min-width:480px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details {
    margin-bottom: 2.4rem
  }
}

.navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details .button {
  margin-bottom: 1.2rem
}

@media (min-width:480px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details .button {
    margin-bottom: 1.6rem
  }
}

@media only screen and (min-width:1024px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details .button {
    margin-bottom: 1.2rem
  }
}

@media only screen and (min-width:1024px) and (min-width:480px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details .button {
    margin-bottom: 1.6rem
  }
}

.navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden
}

.navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details .icon {
  margin-bottom: .4rem
}

@media (min-width:480px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details .icon {
    margin-bottom: .4rem
  }
}

.navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details__text,
.onedomain-component .text-only p {
  margin-bottom: 2rem
}

@media (min-width:480px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details__text {
    margin-bottom: 2.4rem
  }
}

.navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details__text a {
  text-decoration: underline
}

.navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details__text a:hover {
  text-decoration: none
}

@media only screen and (min-width:1024px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details__text {
    margin-bottom: 1.6rem
  }
}

@media only screen and (min-width:1024px) and (min-width:480px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details__text {
    margin-bottom: 2rem
  }
}

.navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details__title {
  font-weight: 600;
  margin-bottom: .8rem;
  color: #012169
}

@media (min-width:480px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details__title {
    margin-bottom: 1.2rem
  }
}

@media only screen and (min-width:1024px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details__title {
    margin-bottom: .4rem
  }
}

@media only screen and (min-width:1024px) and (min-width:480px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details__title {
    margin-bottom: .8rem
  }
}

.navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details .icon-user {
  font-size: 36px!important;
  margin-bottom: .4rem
}

@media (min-width:480px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details .icon-user {
    margin-bottom: .4rem
  }
}

@media only screen and (min-width:1024px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__details .icon-user {
    font-size: 24px!important
  }
}

.navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__list {
  margin: 0;
  padding: 0 48px;
  font-size: 14px
}

@media only screen and (min-width:1024px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__list {
    padding: 0 36px
  }
}

.navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__list .account-section__item {
  display: block;
  padding: 0;
  margin-bottom: 2rem
}

@media only screen and (min-width:1024px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__list .account-section__item {
    margin-bottom: 1.6rem
  }
}

.navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__list .account-section__item a {
  padding: 0
}

.navigation-bar-section .navigation-bar__flex-wrapper .account-section .account-section__list .account-section__item .icon {
  font-size: 16px;
  fill: #666;
  margin-top: -2px;
  margin-right: 8px
}

.bubble-counter {
  position: relative;
  text-align: center;
  color: #fff!important;
  font-size: 12px;
  line-height: 20px
}

.bubble-counter:after {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  right: -6px;
  top: -12px
}

.bubble-counter__primary:after {
  background-color: #2fc48d;
  content: attr(data-counter)
}

.bubble-counter__ecom:after {
  background-color: #f47920;
  content: attr(data-counter)
}

.page-overlay--typeahead {
  position: fixed;
  animation: show-type-ahead-overlay .25s ease-in-out;
  display: none;
  background: #000;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .45;
  width: 100%;
  z-index: 996
}

.typeahead::-ms-clear {
  display: none
}

.onedomain-component .v2-footer-menu__list--payment .v2-footer-menu__item--logo,
.onedomain-component .v2-footer-menu__list--social .v2-footer-menu__item--logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
  max-width: 6rem;
  width: 100%
}

.onedomain-component .v2-footer__header {
  color: #012169;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
  text-align: center
}

@media (min-width:480px) {
  .onedomain-component .v2-footer__header {
    margin-bottom: 2rem
  }
}

@media (max-width:767.98px) {
  .onedomain-component .v2-footer-section {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw
  }
}

.onedomain-component .v2-footer-section:last-child {
  margin-bottom: 4.8rem
}

@media (max-width:767.98px) {
  .onedomain-component .v2-footer-section .row {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw
  }
}

.onedomain-component .v2-footer-call-to-actions {
  padding: 3.6rem 0
}

.onedomain-component .v2-footer-call-to-actions>.container>.row {
  padding: 0 2rem
}

@media (max-width:767.98px) {
  .onedomain-component .v2-footer-call-to-actions>.container>.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.onedomain-component .v2-footer-call-to-actions .v2-footer-menu__column {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (max-width:767.98px) {
  .onedomain-component .v2-footer-call-to-actions .v2-footer-menu__column:not(.col-md-12):not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 2.4rem;
    padding-bottom: 1.6rem
  }
}

.onedomain-component .v2-footer-call-to-actions .app-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:991.98px) {
  .onedomain-component .v2-footer-call-to-actions .app-buttons {
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.onedomain-component .v2-footer-call-to-actions .app-buttons .button {
  margin: 0
}

@media (max-width:991.98px) {
  .onedomain-component .v2-footer-call-to-actions .app-buttons .button:first-child {
    margin-bottom: 1rem
  }
}

@media (min-width:992px) {
  .onedomain-component .v2-footer-call-to-actions .app-buttons .button:first-child {
    margin-right: 1rem
  }
}

.onedomain-component .v2-footer .accordion__content {
  width: 100%
}

.onedomain-component .v2-footer-menu {
  background-color: #012169;
  color: #fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw
}

@media (max-width:767.98px) {
  .onedomain-component .v2-footer-menu {
    margin-bottom: 2rem
  }
}

@media (min-width:768px) {
  .onedomain-component .v2-footer-menu {
    margin-bottom: 4.8rem;
    padding-bottom: 3.6rem;
    padding-top: 3.6rem
  }
}

@media (max-width:767.98px) {
  .onedomain-component .v2-footer-menu {
    display: -ms-flexbox;
    display: flex
  }
  .onedomain-component .v2-footer-menu.accordion .v2-footer-menu__column {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw
  }
  .onedomain-component .v2-footer-menu.accordion .v2-footer-menu__column:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .3)
  }
  .onedomain-component .v2-footer-menu.accordion .v2-footer-menu__column .accordion__group {
    padding: 0 1rem
  }
  .onedomain-component .v2-footer-menu.accordion .v2-footer-menu__column .accordion__group.accordion__group--active .accordion__content {
    margin-bottom: 2rem
  }
  .onedomain-component .v2-footer-menu.accordion .v2-footer-menu__column .accordion__heading {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 5rem;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .onedomain-component .v2-footer-menu.accordion .v2-footer-menu__column .accordion__heading .v2-footer__header {
    margin: 0;
    padding: 0
  }
  .onedomain-component .v2-footer-menu__column--social .v2-footer-menu__heading {
    display: none
  }
  .onedomain-component .v2-footer-menu__column:first-child .v2-footer-menu__heading {
    padding-top: 0
  }
}

.onedomain-component .v2-footer-menu__header {
  color: #fff;
  text-align: left
}

.onedomain-component .v2-footer-menu__list {
  display: -ms-flexbox;
  display: flex
}

.onedomain-component .v2-footer-menu__list--column {
  -ms-flex-direction: column;
  flex-direction: column
}

.onedomain-component .v2-footer-menu__list--brands,
.onedomain-component .v2-footer-menu__list--payment,
.onedomain-component .v2-footer-menu__list--social {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.onedomain-component .v2-footer-menu__list .v2-footer-menu__item {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:767.98px) {
  .onedomain-component .v2-footer-menu__list .v2-footer-menu__item:only-child {
    margin-bottom: 1.2rem
  }
  .onedomain-component .v2-footer-menu__list .v2-footer-menu__item:not(:last-child) {
    margin-bottom: 1.2rem
  }
}

@media (min-width:768px) {
  .onedomain-component .v2-footer-menu__list .v2-footer-menu__item:not(:last-child) {
    margin-bottom: .8rem
  }
}

.onedomain-component .v2-footer-menu__list .v2-footer-menu__item__inner {
  position: relative
}

.onedomain-component .v2-footer-menu__list .v2-footer-menu__item__inner--logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem
}

.onedomain-component .v2-footer-menu__list .v2-footer-menu__item--label {
  color: #fff!important;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.4rem;
  line-height: 2rem
}

.onedomain-component .v2-footer-menu__list .v2-footer-menu__item--label .v2-footer-menu__item__inner {
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none
}

.onedomain-component .v2-footer-menu__list .v2-footer-menu__item--label .v2-footer-menu__item__inner:hover,
.onedomain-component .v2-footer-menu__list .v2-footer-menu__item--label .v2-footer-menu__item__inner:visited {
  color: #fff;
  text-decoration: underline
}

.onedomain-component .v2-footer-menu__list .v2-footer-menu__logo {
  height: 100%;
  width: 100%
}

.onedomain-component .v2-footer-menu__list--payment .v2-footer-menu__item__inner {
  height: 3rem;
  width: 3rem
}

.onedomain-component .v2-footer-menu__list--payment .v2-footer-menu__item--large {
  max-width: 9rem
}

.onedomain-component .v2-footer-menu__list--payment .v2-footer-menu__item--large .v2-footer-menu__item__inner {
  width: 6rem
}

.onedomain-component .v2-footer-menu__list--social .v2-footer-menu__item__inner {
  height: 2.4rem;
  width: 2.4rem
}

.onedomain-component .v2-footer-menu__list--payment .v2-footer-menu__item .v2-footer-menu__logo,
.onedomain-component .v2-footer-menu__list--social .v2-footer-menu__item .v2-footer-menu__logo {
  height: 2.4rem;
  transition: opacity .15s ease-in-out
}

.onedomain-component .v2-footer-menu__list--payment .v2-footer-menu__item .v2-footer-menu__logo--normal,
.onedomain-component .v2-footer-menu__list--social .v2-footer-menu__item .v2-footer-menu__logo--normal {
  opacity: 1;
  position: absolute;
  width: 100%
}

.onedomain-component .v2-footer-menu__list--payment .v2-footer-menu__item .v2-footer-menu__logo--hover,
.onedomain-component .v2-footer-menu__list--social .v2-footer-menu__item .v2-footer-menu__logo--hover {
  opacity: 0;
  position: absolute;
  width: 100%
}

.onedomain-component .v2-footer-menu__list--payment .v2-footer-menu__item .v2-footer-menu__item__inner:hover .v2-footer-menu__logo--normal,
.onedomain-component .v2-footer-menu__list--social .v2-footer-menu__item .v2-footer-menu__item__inner:hover .v2-footer-menu__logo--normal {
  opacity: 0
}

.onedomain-component .v2-footer-menu__list--payment .v2-footer-menu__item .v2-footer-menu__item__inner:hover .v2-footer-menu__logo--hover,
.onedomain-component .v2-footer-menu__list--social .v2-footer-menu__item .v2-footer-menu__item__inner:hover .v2-footer-menu__logo--hover {
  opacity: 1
}

@media (min-width:992px) {
  .onedomain-component .v2-footer-menu__list--brands .v2-footer-menu__item {
    padding: 0 1.2rem
  }
}

@media (max-width:479.98px) {
  .onedomain-component .v2-footer-menu__list--brands .v2-footer-menu__item:only-child {
    margin: 0 auto
  }
}

.onedomain-component .v2-footer-menu__list--brands .v2-footer-menu__item__inner {
  height: 4rem;
  width: 7rem
}

.onedomain-component .v2-footer-menu__list--brands .v2-footer-menu__item--logo {
  transform: scale(1);
  transition: transform .5s ease-in-out
}

.onedomain-component .v2-footer-menu__list--brands .v2-footer-menu__item--logo:hover {
  transform: scale(1.1)
}

.onedomain-component .v2-footer-menu__list--brands .v2-footer-menu__item--logo .v2-footer-menu__item__logo-image {
  max-height: 3.6rem
}

@media (max-width:991.98px) {
  .onedomain-component .v2-footer-menu__list--brands {
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2rem
  }
  .onedomain-component .v2-footer-menu__list--brands .v2-footer-menu__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media (max-width:479.98px) {
  .onedomain-component .v2-footer-menu__list--brands {
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .onedomain-component .v2-footer-menu__list--brands .v2-footer-menu__item {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%
  }
}

.onedomain-component .v2-footer-menu .v2-footer-menu__item--logo {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none!important
}

.onedomain-component .v2-footer-menu .v2-footer-menu__item .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .8rem
}

.onedomain-component .v2-footer-brands-bar {
  margin-bottom: 1.2rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw
}

@media (min-width:480px) {
  .onedomain-component .v2-footer-brands-bar {
    margin-bottom: 1.6rem
  }
}

.onedomain-component .v2-footer-submenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:767.98px) {
  .onedomain-component .v2-footer-submenu {
    margin-bottom: 3.6rem
  }
}

@media (min-width:768px) {
  .onedomain-component .v2-footer-submenu {
    margin-bottom: 1.2rem
  }
  .onedomain-component .v2-footer-submenu .row {
    margin: 0;
    width: 100%
  }
}

.onedomain-component .v2-footer-submenu__list {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:767.98px) {
  .onedomain-component .v2-footer-submenu__list {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    padding-left: 2rem
  }
}

.onedomain-component .v2-footer-submenu__list li {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 1.2rem
}

@media (max-width:767.98px) {
  .onedomain-component .v2-footer-submenu__list li {
    display: block
  }
  .onedomain-component .v2-footer-submenu__list li .v2-footer-submenu__item {
    padding-left: 0
  }
  .onedomain-component .v2-footer-submenu__list li:last-child {
    margin-bottom: 0
  }
}

@media (min-width:768px) {
  .onedomain-component .v2-footer-submenu__list li:not(:last-child)::after {
    background-color: #d8d8d8;
    content: '';
    display: inline-block;
    height: 2.3rem;
    margin: 0 1rem;
    width: 1px
  }
}

.onedomain-component .v2-footer-submenu__item {
  text-align: center;
  display: inline-block;
  font-size: 1.4rem;
  padding-left: .8rem;
  padding-right: .8rem;
  color: #666!important
}

.onedomain-component .v2-footer-submenu__item:visited {
  color: #666!important
}

@media (min-width:480px) {
  .onedomain-component .v2-footer-submenu__item {
    padding-left: 1.2rem;
    padding-right: 1.2rem
  }
}

.onedomain-component .v2-footer-copyright-bar__wrap {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:767.98px) {
  .onedomain-component .v2-footer-copyright-bar__wrap {
    -ms-flex-direction: column;
    flex-direction: column
  }
  .onedomain-component .v2-footer-copyright-bar__wrap>:not(:last-child) {
    margin-bottom: .8rem
  }
}

.onedomain-component .v2-footer-copyright-bar__label {
  color: #666;
  font-size: 1.4rem
}

@media (min-width:768px) {
  .onedomain-component .v2-footer-copyright-bar__label {
    position: relative;
    top: .2rem
  }
}

@media (min-width:768px) {
  .onedomain-component .v2-footer-copyright-bar__logo-image {
    padding-left: 2rem
  }
}

.onedomain-component .v2-footer-subcontainer {
  padding: 1.2rem
}

@media (min-width:480px) {
  .onedomain-component .v2-footer-subcontainer {
    padding: 1.6rem
  }
}

.onedomain-component .v2-footer-subcontainer .v2-footer-subbrand-bar {
  display: -ms-flexbox;
  display: flex
}

.onedomain-component .v2-footer-subcontainer .v2-footer-subbrand-bar__info {
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-right: 1.2rem
}

@media (min-width:480px) {
  .onedomain-component .v2-footer-subcontainer .v2-footer-subbrand-bar__info {
    padding-right: 1.6rem
  }
}

.onedomain-component .v2-footer-subcontainer .v2-footer-subbrand-bar__list {
  text-align: right
}

.onedomain-component .v2-footer-subcontainer .v2-footer-subbrand-bar__list li {
  display: inline-block
}

.onedomain-component .v2-footer-subcontainer .v2-footer-subbrand-bar__list li a.v2-footer-brand-bar__item:hover {
  text-decoration: none!important
}

@media (max-width:767.98px) {
  .onedomain-component .v2-footer-subcontainer .v2-footer-subbrand-bar {
    display: block
  }
  .onedomain-component .v2-footer-subcontainer .v2-footer-subbrand-bar span {
    display: block;
    -ms-flex: auto;
    flex: auto
  }
  .onedomain-component .v2-footer-subcontainer .v2-footer-subbrand-bar__list {
    margin-top: .8rem;
    text-align: left
  }
}

@media (max-width:767.98px) and (min-width:480px) {
  .onedomain-component .v2-footer-subcontainer .v2-footer-subbrand-bar__list {
    margin-top: 1.2rem
  }
}

@media (max-width:767.98px) {
  .onedomain-component .v2-footer-subcontainer .v2-footer-subbrand-bar__list svg.logo-akzonobel-international {
    height: 11px!important;
    width: 87px!important
  }
  .onedomain-component .v2-footer-subcontainer .v2-footer-subbrand-bar__list svg.logo-akzonobel-interlux {
    height: 11px!important;
    width: 67px!important
  }
}

.onedomain-component {
  -webkit-font-smoothing: antialiased
}

.onedomain-component .flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}

.onedomain-component .container {
  background-color: transparent;
  background-clip: border-box
}

.onedomain-component .row:after,
.onedomain-component .row:before {
  content: none
}

.onedomain-component .col,
.onedomain-component .col-1,
.onedomain-component .col-10,
.onedomain-component .col-11,
.onedomain-component .col-12,
.onedomain-component .col-2,
.onedomain-component .col-3,
.onedomain-component .col-4,
.onedomain-component .col-5,
.onedomain-component .col-6,
.onedomain-component .col-7,
.onedomain-component .col-8,
.onedomain-component .col-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px
}

.onedomain-component .col-auto {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px
}

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

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

.onedomain-component .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.onedomain-component .col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%
}

.onedomain-component .col-10:focus,
.onedomain-component .col-11:focus,
.onedomain-component .col-12:focus,
.onedomain-component .col-1:focus,
.onedomain-component .col-2:focus,
.onedomain-component .col-3:focus,
.onedomain-component .col-4:focus,
.onedomain-component .col-5:focus,
.onedomain-component .col-6:focus,
.onedomain-component .col-7:focus,
.onedomain-component .col-8:focus,
.onedomain-component .col-9:focus {
  outline: none
}

.onedomain-component .col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}

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

.onedomain-component .col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}

.onedomain-component .col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%
}

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

.onedomain-component .col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%
}

.onedomain-component .col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%
}

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

.onedomain-component .col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%
}

.onedomain-component .col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.onedomain-component .offset-1 {
  margin-left: 8.33333%
}

.onedomain-component .offset-2 {
  margin-left: 16.66667%
}

.onedomain-component .offset-3 {
  margin-left: 25%
}

.onedomain-component .offset-4 {
  margin-left: 33.33333%
}

.onedomain-component .offset-5 {
  margin-left: 41.66667%
}

.onedomain-component .offset-6 {
  margin-left: 50%
}

.onedomain-component .offset-7 {
  margin-left: 58.33333%
}

.onedomain-component .offset-8 {
  margin-left: 66.66667%
}

.onedomain-component .offset-9 {
  margin-left: 75%
}

.onedomain-component .offset-10 {
  margin-left: 83.33333%
}

.onedomain-component .offset-11 {
  margin-left: 91.66667%
}

@media (min-width:480px) {
  .onedomain-component .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .onedomain-component .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .onedomain-component .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .onedomain-component .col-sm-10:focus,
  .onedomain-component .col-sm-11:focus,
  .onedomain-component .col-sm-12:focus,
  .onedomain-component .col-sm-1:focus,
  .onedomain-component .col-sm-2:focus,
  .onedomain-component .col-sm-3:focus,
  .onedomain-component .col-sm-4:focus,
  .onedomain-component .col-sm-5:focus,
  .onedomain-component .col-sm-6:focus,
  .onedomain-component .col-sm-7:focus,
  .onedomain-component .col-sm-8:focus,
  .onedomain-component .col-sm-9:focus {
    outline: none
  }
  .onedomain-component .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .onedomain-component .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .onedomain-component .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .onedomain-component .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .onedomain-component .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .onedomain-component .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .onedomain-component .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .onedomain-component .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .onedomain-component .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .onedomain-component .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .onedomain-component .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .onedomain-component .order-sm-first {
    -ms-flex-order: -1;
    order: -1
  }
  .onedomain-component .order-sm-last {
    -ms-flex-order: 13;
    order: 13
  }
  .onedomain-component .order-sm-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .onedomain-component .order-sm-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .onedomain-component .order-sm-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .onedomain-component .order-sm-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .onedomain-component .order-sm-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .onedomain-component .order-sm-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .onedomain-component .order-sm-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .onedomain-component .order-sm-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .onedomain-component .order-sm-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .onedomain-component .order-sm-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .onedomain-component .order-sm-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .onedomain-component .order-sm-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .onedomain-component .order-sm-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .onedomain-component .offset-sm-0 {
    margin-left: 0
  }
  .onedomain-component .offset-sm-1 {
    margin-left: 8.33333%
  }
  .onedomain-component .offset-sm-2 {
    margin-left: 16.66667%
  }
  .onedomain-component .offset-sm-3 {
    margin-left: 25%
  }
  .onedomain-component .offset-sm-4 {
    margin-left: 33.33333%
  }
  .onedomain-component .offset-sm-5 {
    margin-left: 41.66667%
  }
  .onedomain-component .offset-sm-6 {
    margin-left: 50%
  }
  .onedomain-component .offset-sm-7 {
    margin-left: 58.33333%
  }
  .onedomain-component .offset-sm-8 {
    margin-left: 66.66667%
  }
  .onedomain-component .offset-sm-9 {
    margin-left: 75%
  }
  .onedomain-component .offset-sm-10 {
    margin-left: 83.33333%
  }
  .onedomain-component .offset-sm-11 {
    margin-left: 91.66667%
  }
}

@media (min-width:768px) {
  .onedomain-component .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .onedomain-component .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .onedomain-component .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .onedomain-component .col-md-10:focus,
  .onedomain-component .col-md-11:focus,
  .onedomain-component .col-md-12:focus,
  .onedomain-component .col-md-1:focus,
  .onedomain-component .col-md-2:focus,
  .onedomain-component .col-md-3:focus,
  .onedomain-component .col-md-4:focus,
  .onedomain-component .col-md-5:focus,
  .onedomain-component .col-md-6:focus,
  .onedomain-component .col-md-7:focus,
  .onedomain-component .col-md-8:focus,
  .onedomain-component .col-md-9:focus {
    outline: none
  }
  .onedomain-component .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .onedomain-component .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .onedomain-component .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .onedomain-component .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .onedomain-component .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .onedomain-component .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .onedomain-component .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .onedomain-component .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .onedomain-component .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .onedomain-component .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .onedomain-component .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .onedomain-component .order-md-first {
    -ms-flex-order: -1;
    order: -1
  }
  .onedomain-component .order-md-last {
    -ms-flex-order: 13;
    order: 13
  }
  .onedomain-component .order-md-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .onedomain-component .order-md-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .onedomain-component .order-md-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .onedomain-component .order-md-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .onedomain-component .order-md-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .onedomain-component .order-md-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .onedomain-component .order-md-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .onedomain-component .order-md-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .onedomain-component .order-md-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .onedomain-component .order-md-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .onedomain-component .order-md-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .onedomain-component .order-md-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .onedomain-component .order-md-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .onedomain-component .offset-md-0 {
    margin-left: 0
  }
  .highlighted-entry-point--direction-inverted .onedomain-component .highlighted-entry-point__image,
  .onedomain-component .highlighted-entry-point--direction-inverted .highlighted-entry-point__image,
  .onedomain-component .offset-md-1 {
    margin-left: 8.33333%
  }
  .onedomain-component .offset-md-2 {
    margin-left: 16.66667%
  }
  .highlighted-entry-point:not(.highlighted-entry-point--direction-inverted) .onedomain-component .highlighted-entry-point__image,
  .onedomain-component .highlighted-entry-point:not(.highlighted-entry-point--direction-inverted) .highlighted-entry-point__image,
  .onedomain-component .offset-md-3 {
    margin-left: 25%
  }
  .onedomain-component .offset-md-4 {
    margin-left: 33.33333%
  }
  .onedomain-component .offset-md-5 {
    margin-left: 41.66667%
  }
  .onedomain-component .offset-md-6 {
    margin-left: 50%
  }
  .onedomain-component .offset-md-7 {
    margin-left: 58.33333%
  }
  .highlighted-entry-point--direction-inverted .onedomain-component .highlighted-entry-point__content,
  .onedomain-component .highlighted-entry-point--direction-inverted .highlighted-entry-point__content,
  .onedomain-component .offset-md-8 {
    margin-left: 66.66667%
  }
  .onedomain-component .offset-md-9 {
    margin-left: 75%
  }
  .onedomain-component .offset-md-10 {
    margin-left: 83.33333%
  }
  .onedomain-component .offset-md-11 {
    margin-left: 91.66667%
  }
}

@media (min-width:992px) {
  .onedomain-component .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .onedomain-component .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .onedomain-component .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .onedomain-component .col-lg-10:focus,
  .onedomain-component .col-lg-11:focus,
  .onedomain-component .col-lg-12:focus,
  .onedomain-component .col-lg-1:focus,
  .onedomain-component .col-lg-2:focus,
  .onedomain-component .col-lg-3:focus,
  .onedomain-component .col-lg-4:focus,
  .onedomain-component .col-lg-5:focus,
  .onedomain-component .col-lg-6:focus,
  .onedomain-component .col-lg-7:focus,
  .onedomain-component .col-lg-8:focus,
  .onedomain-component .col-lg-9:focus {
    outline: none
  }
  .onedomain-component .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .onedomain-component .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .onedomain-component .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .onedomain-component .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .onedomain-component .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .onedomain-component .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .onedomain-component .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .onedomain-component .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .onedomain-component .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .onedomain-component .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .onedomain-component .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .onedomain-component .order-lg-first {
    -ms-flex-order: -1;
    order: -1
  }
  .onedomain-component .order-lg-last {
    -ms-flex-order: 13;
    order: 13
  }
  .onedomain-component .order-lg-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .onedomain-component .order-lg-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .onedomain-component .order-lg-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .onedomain-component .order-lg-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .onedomain-component .order-lg-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .onedomain-component .order-lg-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .onedomain-component .order-lg-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .onedomain-component .order-lg-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .onedomain-component .order-lg-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .onedomain-component .order-lg-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .onedomain-component .order-lg-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .onedomain-component .order-lg-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .onedomain-component .order-lg-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .onedomain-component .offset-lg-0 {
    margin-left: 0
  }
  .onedomain-component .offset-lg-1 {
    margin-left: 8.33333%
  }
  .onedomain-component .offset-lg-2 {
    margin-left: 16.66667%
  }
  .onedomain-component .offset-lg-3 {
    margin-left: 25%
  }
  .onedomain-component .offset-lg-4 {
    margin-left: 33.33333%
  }
  .onedomain-component .offset-lg-5 {
    margin-left: 41.66667%
  }
  .onedomain-component .offset-lg-6 {
    margin-left: 50%
  }
  .onedomain-component .offset-lg-7 {
    margin-left: 58.33333%
  }
  .onedomain-component .offset-lg-8 {
    margin-left: 66.66667%
  }
  .onedomain-component .offset-lg-9 {
    margin-left: 75%
  }
  .onedomain-component .offset-lg-10 {
    margin-left: 83.33333%
  }
  .onedomain-component .offset-lg-11 {
    margin-left: 91.66667%
  }
}

@media (min-width:1280px) {
  .onedomain-component .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .onedomain-component .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .onedomain-component .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .onedomain-component .col-xl-10:focus,
  .onedomain-component .col-xl-11:focus,
  .onedomain-component .col-xl-12:focus,
  .onedomain-component .col-xl-1:focus,
  .onedomain-component .col-xl-2:focus,
  .onedomain-component .col-xl-3:focus,
  .onedomain-component .col-xl-4:focus,
  .onedomain-component .col-xl-5:focus,
  .onedomain-component .col-xl-6:focus,
  .onedomain-component .col-xl-7:focus,
  .onedomain-component .col-xl-8:focus,
  .onedomain-component .col-xl-9:focus {
    outline: none
  }
  .onedomain-component .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .onedomain-component .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .onedomain-component .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .onedomain-component .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .onedomain-component .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .onedomain-component .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .onedomain-component .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .onedomain-component .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .onedomain-component .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .onedomain-component .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .onedomain-component .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .onedomain-component .order-xl-first {
    -ms-flex-order: -1;
    order: -1
  }
  .onedomain-component .order-xl-last {
    -ms-flex-order: 13;
    order: 13
  }
  .onedomain-component .order-xl-0 {
    -ms-flex-order: 0;
    order: 0
  }
  .onedomain-component .order-xl-1 {
    -ms-flex-order: 1;
    order: 1
  }
  .onedomain-component .order-xl-2 {
    -ms-flex-order: 2;
    order: 2
  }
  .onedomain-component .order-xl-3 {
    -ms-flex-order: 3;
    order: 3
  }
  .onedomain-component .order-xl-4 {
    -ms-flex-order: 4;
    order: 4
  }
  .onedomain-component .order-xl-5 {
    -ms-flex-order: 5;
    order: 5
  }
  .onedomain-component .order-xl-6 {
    -ms-flex-order: 6;
    order: 6
  }
  .onedomain-component .order-xl-7 {
    -ms-flex-order: 7;
    order: 7
  }
  .onedomain-component .order-xl-8 {
    -ms-flex-order: 8;
    order: 8
  }
  .onedomain-component .order-xl-9 {
    -ms-flex-order: 9;
    order: 9
  }
  .onedomain-component .order-xl-10 {
    -ms-flex-order: 10;
    order: 10
  }
  .onedomain-component .order-xl-11 {
    -ms-flex-order: 11;
    order: 11
  }
  .onedomain-component .order-xl-12 {
    -ms-flex-order: 12;
    order: 12
  }
  .onedomain-component .offset-xl-0 {
    margin-left: 0
  }
  .onedomain-component .offset-xl-1 {
    margin-left: 8.33333%
  }
  .onedomain-component .offset-xl-2 {
    margin-left: 16.66667%
  }
  .onedomain-component .offset-xl-3 {
    margin-left: 25%
  }
  .onedomain-component .offset-xl-4 {
    margin-left: 33.33333%
  }
  .onedomain-component .offset-xl-5 {
    margin-left: 41.66667%
  }
  .onedomain-component .offset-xl-6 {
    margin-left: 50%
  }
  .onedomain-component .offset-xl-7 {
    margin-left: 58.33333%
  }
  .onedomain-component .offset-xl-8 {
    margin-left: 66.66667%
  }
  .onedomain-component .offset-xl-9 {
    margin-left: 75%
  }
  .onedomain-component .offset-xl-10 {
    margin-left: 83.33333%
  }
  .onedomain-component .offset-xl-11 {
    margin-left: 91.66667%
  }
}

.onedomain-component .flex-module--cards .slick-slider {
  margin: 0 0 30px!important
}

.onedomain-component .flex-module--cards .slick-dots li {
  height: 20px;
  background: 0 0;
  border-radius: 0
}

.onedomain-component .flex-module--cards .slick-dots li button:before {
  color: rgba(51, 51, 51, .15)
}

.onedomain-component .flex-module--cards .card:hover {
  text-decoration: none!important
}

.onedomain-component .flex-module--cards .card__content.txt-dark * {
  color: #333!important
}

.onedomain-component .flex-module--cards .card__content.txt-light * {
  color: #fff!important
}

.IE--11 .onedomain-component .flex-module--cards .card__footer {
  display: -ms-flexbox;
  display: flex
}

.IE--11 .onedomain-component .flex-module--cards .card__footer a.button:not(.button--square) {
  margin: auto
}

.onedomain-component .flex-module--cards .card__footer .txt-dark {
  color: #333!important
}

.onedomain-component .flex-module--cards .card__footer .txt-light {
  color: #fff!important
}

.onedomain-component .v2-footer__header {
  font-family: "colour-sans", "open_sans_regular", Helvetica, Arial, sans-serif
}

@media (min-width:768px) {
  .onedomain-component .v2-footer-menu__list,
  .onedomain-component .v2-footer-submenu__list {
    padding: 0
  }
}

.onedomain-component .v2-footer-copyright-bar__logo-image {
  color: #012169!important
}

.onedomain-component .v2-footer-menu__list--brands {
  margin: 0
}

.onedomain-component .product-card__image img,
.onedomain-component .v2-footer-menu__logo {
  max-width: 100%
}

.onedomain-component .form-check label {
  margin-left: 0
}

.onedomain-component .form-control {
  height: 45px
}

.onedomain-component select.form-control {
  height: 45px!important
}

.onedomain-component .form-option {
  font-size: 14px;
  line-height: 21px
}

.onedomain-component .input-group .form-control:first-child,
.onedomain-component .input-group-addon:first-child,
.onedomain-component .input-group-btn:first-child>.btn,
.onedomain-component .input-group-btn:first-child>.btn-group>.btn,
.onedomain-component .input-group-btn:first-child>.dropdown-toggle,
.onedomain-component .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.onedomain-component .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px
}

@media (max-width:767.98px) {
  .navigation-bar-section .main-container {
    padding: 0 1.3rem
  }
  .navigation-bar-section .search-bar {
    padding: 0
  }
  .navigation-bar-section .search-bar .icon-search {
    margin-left: 0
  }
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section.active {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 40px)
  }
  .navigation-bar-section .navigation-bar__flex-wrapper .account-section:not(.active) {
    left: 2rem
  }
  .navigation-bar-section .navigation-bar__flex-wrapper .primary-nav {
    position: fixed;
    width: 100vw
  }
}

@media (min-width:768px) and (max-width:991.98px) {
  .navigation-bar-section .navigation-bar__flex-wrapper .primary-nav {
    left: -20px
  }
  .brand-bar-section.open .col-xs-12 {
    padding-left: 0;
    padding-right: 0
  }
}

@media (max-width:350px) {
  .brand-bar-section.open .col-xs-12 {
    padding-left: 0;
    padding-right: 0
  }
}

.modal--cookie__text a,
.search-bar .clear-search {
  color: #00a78e
}

.search-bar .icon-close {
  font-size: 1.6rem
}

.search-bar .icon-search {
  font-size: 2.8rem
}

.search-bar__end .inline-text-link {
  font-size: 1.2rem;
  font-style: italic
}

@media screen and (min-width:768px) {
  .search-bar__end .inline-text-link {
    font-size: 1.6rem
  }
}

.account-section__details .bttn {
  margin-bottom: 20px
}

body,
html {
  overflow-x: hidden
}

.onedomain-component .inspirational-entry-points__load-more-wrapper .button-more-less:hover {
  color: #333
}

.onedomain-component .inspirational-entry-point.col-xs-6 {
  width: 50%!important;
  min-height: 0!important
}

.onedomain-component .inspirational-entry-point__content:hover {
  text-decoration: none!important
}

@media (min-width:480px) {
  .onedomain-component .highlighted-entry-point__content {
    position: absolute!important
  }
}

@media (max-width:767.98px) {
  .onedomain-component .highlighted-entry-point__content {
    min-height: 13rem!important
  }
}

.onedomain-component .highlighted-entry-point .highlighted-entry-point__content-inner:hover {
  text-decoration: none
}

.onedomain-component .highlighted-entry-point .txt-light .highlighted-entry-point__text,
.onedomain-component .highlighted-entry-point .txt-light .highlighted-entry-point__title {
  color: #fff
}

.onedomain-component .highlighted-entry-point .txt-dark .highlighted-entry-point__text,
.onedomain-component .highlighted-entry-point .txt-dark .highlighted-entry-point__title,
.onedomain-component .modal .modal-header .close svg {
  color: #333
}

.onedomain-component .modal--account label {
  color: #333;
  line-height: 21px!important
}

.onedomain-component .modal--account .modal-header .modal-header-icon {
  margin-bottom: 1.2rem
}

@media (min-width:480px) {
  .onedomain-component .modal--account .modal-header .modal-header-icon {
    margin-bottom: 1.6rem
  }
}

.onedomain-component .modal--account .show-password {
  top: 37px
}

.onedomain-component .modal--account .information-block li {
  color: #838383;
  margin-bottom: 2px
}

.onedomain-component .modal--account .information-block li.passed {
  color: #5cb85c
}

.onedomain-component .modal--account .modal-body .h2 {
  font-weight: 400
}

.onedomain-component .modal--account .modal-body .thanks__subheading {
  color: #666
}

.onedomain-component .modal--account.modal--cookie .modal-body,
.onedomain-component .modal--account.modal--cookie-preferences .modal-body,
.onedomain-component .modal--account.modal--small .modal-body {
  padding: 0 36px 28px
}

.onedomain-component .modal--account #account-login-error-password-help {
  padding-top: 8px
}

.onedomain-component .modal .modal-header .close {
  margin-top: 0;
  padding: 15px;
  text-align: right;
  color: #333;
  opacity: 1
}

.onedomain-component .modal-body .collapse-content,
.onedomain-component .modal-body .form-check-label,
.onedomain-component .modal-body input[type=checkbox]+label {
  font-size: 14px;
  line-height: 21px
}

@media (min-width:480px) {
  .onedomain-component .text-only p {
    margin-bottom: 2.4rem
  }
}

.onedomain-component .text-only .introduction:last-child,
.onedomain-component .text-only p:last-child {
  margin-bottom: 0
}

.onedomain-component .text-only .text-only__pretitle {
  margin-bottom: 1.2rem
}

.onedomain-component .text-only .text-only__list {
  padding-right: 0
}

@media (max-width:767.98px) {
  .onedomain-component .text-only .container,
  .onedomain-component .text-only [class*=col-] {
    padding-left: 2rem;
    padding-right: 2rem
  }
  .onedomain-component .text-only .row {
    margin-left: -2rem;
    margin-right: -2rem
  }
}

.onedomain-component .product-card-container .icon-heart {
  display: inline-block
}

.onedomain-component .product-card-container .icon-heart svg {
  width: 2rem;
  height: 2rem
}

.onedomain-component .product-card-container .icon-heart-filled,
.onedomain-component .product-card-container .icon-heart.active .icon-heart-empty {
  display: none
}

.onedomain-component .product-card-container .icon-heart.active svg {
  animation: 300ms scaleSmall ease-in-out forwards 100ms
}

.onedomain-component .product-card-container .icon-heart.active .icon-heart-filled {
  display: block
}

.onedomain-component .product-card-container .icon-heart.active .icon-heart-filled svg {
  fill: #00a78e
}

.onedomain-component .product-card__features {
  padding-left: 0;
  margin-left: 35%;
  margin-top: .8rem
}

@media (min-width:768px) {
  .onedomain-component .product-card__features {
    margin-left: 0;
    margin-top: 0
  }
}

.onedomain-component .product-card__features li {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  position: relative
}

.onedomain-component .product-card__features li span+span {
  margin-left: 8px;
  margin-top: 2px
}

.onedomain-component .product-card__features li .icon {
  fill: #2fc48d
}

.onedomain-component .product-card__link:hover {
  text-decoration: none!important
}

.modal--cookie .h4,
.modal--cookie-preferences .h4 {
  margin-bottom: 2rem
}

@media (min-width:480px) {
  .modal--cookie .h4,
  .modal--cookie-preferences .h4 {
    margin-bottom: 2.4rem
  }
}

.modal--cookie__text {
  margin-bottom: 0
}

.modal--cookie .form-group,
.modal--cookie-preferences .form-group {
  margin-bottom: 1.2rem
}

@media (min-width:480px) {
  .modal--cookie .form-group,
  .modal--cookie-preferences .form-group {
    margin-bottom: 1.6rem
  }
}

.modal--cookie .form-group:first-child,
.modal--cookie-preferences .form-group:first-child {
  margin-top: 2rem
}

@media (min-width:480px) {
  .modal--cookie .form-group:first-child,
  .modal--cookie-preferences .form-group:first-child {
    margin-top: 2.4rem
  }
}

.modal--cookie .form-group:last-child,
.modal--cookie-preferences .form-group:last-child {
  margin-bottom: 0
}

.modal--cookie .form-check-label,
.modal--cookie-preferences .form-check-label {
  margin-left: 0
}

.modal--cookie .form-check:not(.disabled) .form-check-label:hover,
.modal--cookie-preferences .form-check:not(.disabled) .form-check-label:hover {
  color: #666!important
}

.modal--cookie .button-more-less,
.modal--cookie-preferences .button-more-less {
  padding-left: 0;
  margin-left: 36px;
  outline: 0;
  margin-top: 4px!important
}

.modal--cookie .modal-content,
.modal--cookie-preferences .modal-content {
  border: 0
}

.app-buttons .button {
  cursor: pointer;
  margin-bottom: .4rem
}

@media (min-width:480px) {
  .app-buttons .button {
    margin-bottom: .8rem
  }
}

.app-buttons .button:not(:last-child) {
  margin-right: 1.6rem
}

@media (min-width:480px) {
  .app-buttons .button:not(:last-child) {
    margin-right: 2rem
  }
}

@media (min-width:768px) {
  .app-buttons .button:hover {
    opacity: .85
  }
}

.app-buttons .button-text-label {
  -ms-flex-align: unset;
  align-items: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  margin: 0;
  vertical-align: unset
}

.onedomain-component .promo__text,
.two-halves__text {
  margin-bottom: 2rem
}

@media (min-width:480px) {
  .onedomain-component .promo__text {
    margin-bottom: 2.4rem
  }
}

.onedomain-component .promo.promo--contentbox.promo--squircle .promo__content {
  border-top-left-radius: unset;
  border-top-right-radius: 17px;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: 17px
}

@media (min-width:768px) {
  .onedomain-component .promo.promo--contentbox.promo--squircle .promo__content {
    border-top-left-radius: unset;
    border-top-right-radius: 50px;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: 50px
  }
}

@media (max-width:767.98px) {
  .onedomain-component .promo--highlighted.promo--contentbox .promo__content {
    margin: 20px
  }
}

.onedomain-component .button:not(.button--play):not(.button--square) {
  border-radius: 5px
}

.onedomain-component .flex-module--colour-showcase .colour-showcase__swatches .colour-showcase__swatch--txt-light * svg {
  fill: #fff
}

.onedomain-component .flex-module--colour-showcase .colour-showcase__swatch-wrapper.txt-dark {
  color: #414141
}

.onedomain-component .flex-module--colour-showcase .colour-showcase__swatch-wrapper.txt-dark svg {
  fill: #414141
}

.onedomain-component .flex-module--product-showcase .product-showcase__highlights {
  padding-left: 0
}

@media (max-width:767.98px) {
  .onedomain-component .flex-module--product-showcase.txt-dark .slick-slider .slick-dots li button:before {
    color: rgba(51, 51, 51, .15)
  }
}

.onedomain-component .flex-module--product-showcase .slick-initialized .slick-dots li {
  background: 0 0
}

.onedomain-component .flex-module--product-showcase .slick-initialized .slick-arrow {
  opacity: 1;
  min-width: 0
}

.onedomain-component .flex-module--product-showcase .slick-initialized .slick-arrow:before {
  height: 100%;
  width: 18px;
  top: 0
}

.flex-module--two-halves>.container {
  background-color: inherit
}

@media (min-width:480px) {
  .two-halves__text {
    margin-bottom: 2.4rem
  }
}

.two-halves__text:last-child {
  margin-bottom: 0
}


/*!
 * End of OneDomain components
 */


/*#


/*#
/*!
 * OneDomain components customised start
 */

.js-video__iframe {
  width: 100%;
  height: 100%;
}

.onedomain-component .two-halves__title.txt-dark {
  color: #333;
}

.onedomain-component .two-halves__title.txt-light {
  color: #fff;
}

.onedomain-component .text-only .collapse-content,
.onedomain-component .text-only .collapse-trigger-flex {
  display: block;
}

.onedomain-component .text-only--multiple+.text-only--multiple {
    padding-top: 0;
    margin-top: -35px !important;
}

@media (min-width: 320px) and (max-width: 480px) {
    .onedomain-component .text-only--multiple+.text-only--multiple {
      padding-top: 0;
      margin-top: -25px !important;
    }
}

body.page-products-listing .view-product-listing-solr{
    width:100% !important;
}

/*!
 * OneDomain components customised end
 */