@charset "UTF-8";
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  font-family: "effra", sans-serif;
  font-size: 14.5px;
  font-weight: 200;
}
@media (min-width: 550px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 18px;
  }
}

p, ul, ol, blockquote {
  color: #333333;
  line-height: 1.5em;
  margin-top: 1em;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1em;
  color: #000;
}

h1 {
  font-size: 2.056em;
}

h2 {
  font-size: 2.556em;
  font-weight: 500;
}

h3 {
  font-size: 1.667em;
}

h4 {
  font-size: 1.111em;
}

h5 {
  font-size: 1.063em;
  font-weight: 600;
}

p {
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}
a:hover {
  color: #E20026;
}

p a:hover, li a:hover {
  border-color: currentColor;
}

strong {
  font-weight: 500;
}

em {
  font-style: italic;
}

.center {
  text-align: center;
}

.quote-large .quote {
  font-size: 2.556em;
  font-weight: 500;
  line-height: 1.043em;
}
.quote-large .quote::before {
  content: "“";
  margin-right: -0.1em;
}
.quote-large .author {
  text-transform: uppercase;
  font-size: 0.778em;
}

.quote-small {
  border-top: 1px solid #D8D8D8;
  padding: 2.778em 1.722em 1em;
}
.quote-small .quote {
  line-height: 1.043em;
  font-size: 1.778em;
}
.quote-small .quote::before {
  content: "“";
  color: #E20026;
  font-family: sans-serif;
  font-size: 1.8em;
  display: inline-block;
  vertical-align: -0.35em;
}

ol {
  list-style: decimal;
  margin-left: 1.5em;
}
ol li {
  margin-top: 0.5em;
}
ol ol {
  list-style: lower-alpha;
  margin-top: 0;
}

.content p, .content ul, .content ol, .content blockquote,
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-bottom: 0.5em;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-top: 1.5em;
}
.content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child {
  margin-top: 0;
}
.content ul {
  list-style: none;
}
.content ul li {
  list-style-image: url("/site/assets/images/svg/icon-bullet.svg");
  padding-left: 4px;
  margin-top: 0.5em;
  margin-left: 1em;
  position: relative;
}
.content ul.check_bullets li {
  list-style-image: url("/site/assets/images/svg/icon-bullet-check.svg");
}
.content ul ul {
  margin-bottom: 0;
}
.content table caption,
.content table th, .content table td {
  padding: 0.5em;
  border: 1px solid #E20026;
}
.content table caption:first-child {
  border-bottom: 0;
}
.content p a, .content ul a {
  text-decoration: underline;
}

.bordered-header {
  text-indent: 0.4em;
  position: relative;
}
.bordered-header::before {
  content: "";
  width: 0.1em;
  min-width: 3px;
  background: #E20026;
  position: absolute;
  left: 0;
  top: 0.2em;
  height: 0.77em;
}

.back-link a {
  display: inline-block;
  background: url("/site/assets/images/svg/icon-angle-left.svg") left center no-repeat;
  background-size: 10px 9px;
  padding-left: 15px;
}

.horizontal-overflow {
  position: relative;
  overflow-y: hidden;
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
  background-attachment: local, local, scroll, scroll;
}
@media (max-width: 1023px) {
  .horizontal-overflow {
    background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0));
  }
}
.horizontal-overflow li {
  display: table-cell;
}

.loading {
  opacity: 0.3;
  cursor: wait;
}
.loading input, .loading a {
  pointer-events: none;
}

.content-wrapper {
  min-height: 50vh;
}
.content-wrapper .row.row--breadcrumbs + .row {
  padding-top: 5.8em;
}
.content-wrapper .row.row--alt + .row--alt, .content-wrapper .row:not(.row--alt):not(.row--breadcrumbs) + .row:not(.row--alt) {
  padding-top: 0;
}
.content-wrapper .row.banner + .row--alt, .content-wrapper .row.banner + .row:not(.row--alt):not(.row--breadcrumbs) {
  padding-top: 5.8em;
}
.content-wrapper .row:last-child:not(.row--alt), .content-wrapper .row.collapse-lower-padding {
  padding-bottom: 0;
}
.content-wrapper .row--x-small-padding {
  padding: 0.8em 0 1.5em;
}
.content-wrapper--no-testimonials .row:last-child:not(.row--alt) {
  padding-bottom: 5.8em;
}

.content-wrapper--alt .row:last-child:not(.row--alt) {
  padding-bottom: 5.8em;
}

.row {
  padding: 5.8em 0;
}
.row > *:first-child {
  margin-top: 0;
}
.row--alt {
  background: #F5F3F2;
}
.row--bordered {
  border-top: 1px solid #D8D8D8;
}
@media (min-width: 768px) {
  .row--grouped .row__inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 16px;
  }
}
@media (min-width: 1024px) {
  .row--grouped .row__inner {
    grid-gap: 30px;
  }
}
.row--less-pad {
  padding-top: 3.886em;
  padding-bottom: 2.9em;
}
.row--less-pad .row__inner.row__intro {
  padding-bottom: 0;
}

.alt-swap {
  background: white !important;
}

.row:not(.row--alt) .alt-swap {
  background: #F5F3F2 !important;
}

.row__inner {
  width: 1334px;
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
@media (min-width: 550px) {
  .row__inner {
    padding: 0 30px;
  }
}
.row__inner--narrow {
  width: 862px;
}
.row__inner.row__intro {
  padding-bottom: 2em;
}
.row__inner.row__intro *:first-child {
  margin-top: 0;
}
.row__inner.row__intro p {
  max-width: 860px;
  margin-top: 0.75em;
}
.row__inner.row__intro.collapse-lower-padding {
  padding-bottom: 0;
}
.row__inner.row__intro--with-view-more a {
  text-decoration: underline;
}
@media (min-width: 550px) {
  .row__inner.row__intro--with-view-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .row__inner.row__intro--with-view-more .view-more {
    margin-top: 0;
    font-size: 0.889em;
  }
}

*.capped {
  max-width: 871px;
}

@media (min-width: 1024px) {
  .two-col {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 44px;
         column-gap: 44px;
  }
  .two-col *:first-child {
    margin-top: 0;
  }
}

.accordion__item {
  border-top: 1px solid #D8D8D8;
  border-left: 5px solid transparent;
  transition: all 0.2s ease;
}
.accordion__item:last-child {
  border-bottom: 1px solid #D8D8D8;
}
.accordion__item .accordion__control {
  cursor: pointer;
  padding: 24px 32px 26px;
  margin: 0;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.accordion__item .accordion__control h4 {
  margin: 0;
}
.accordion__item .accordion__content {
  clear: both;
  padding: 0 32px 44px;
}
.accordion__item .accordion__content p {
  max-width: 860px;
}
.accordion__item .accordion__content p:first-child {
  margin-top: 0;
}
.accordion__item .icon {
  float: right;
}
.accordion__item:not(.active) .icon-collapse {
  display: none;
}
.accordion__item.active {
  border-left: 5px solid #E20026;
  background: #F5F3F2;
}
.accordion__item.active .icon-expand {
  display: none;
}

.row--alt .accordion__item.active {
  background: white;
}

.job-listing .c2a {
  margin-top: 2em;
}

@media (min-width: 1024px) {
  .home-banner__container .banner {
    height: calc(100vh - 66px);
  }
}

.banner {
  position: relative;
  height: 417px;
  padding: 0;
  background-color: #32303E;
}
@media (min-width: 1400px) {
  .banner {
    height: 540px;
  }
}
.banner img, .banner picture {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.banner .row__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.banner__text {
  position: absolute;
  z-index: 2;
  width: 576px;
  box-sizing: border-box;
  max-width: calc(100% - 30px);
}
@media (min-width: 550px) {
  .banner__text {
    max-width: calc(100% - 60px);
  }
}
.banner__text--alt {
  width: 717px;
  background: rgba(0, 0, 0, 0.24);
  padding: 32px 23px 27px;
}
@media (min-width: 550px) {
  .banner__text--alt {
    padding: 32px 35px 33px;
  }
}
@media (min-width: 768px) {
  .banner__text--alt {
    padding: 47px 56px 52px;
  }
}
.banner__text--alt h3 {
  margin: 0.4em 0 0;
}
.banner__text * {
  color: white;
}
.banner__text h4 {
  text-transform: uppercase;
  margin: 0;
  font-size: 0.778em;
}
.banner__text h1 {
  margin: 0.25em 0 0;
  line-height: 0.977em;
  font-weight: 500;
  font-size: 44px;
}
@media (min-width: 1400px) {
  .banner__text h1 {
    font-size: 3.472em;
  }
}
.banner__text h1.smaller {
  font-size: 1.889em;
  font-weight: normal;
}
.banner__text .c2a {
  margin-top: 1.25em;
}
.banner--about .banner__text {
  background: white;
}
.banner--about .banner__text * {
  color: #333333;
}
.banner--about .banner__text .button {
  color: #FFFFFF;
}
.banner video {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
}
.banner--about {
  height: 487px;
}
@media (min-width: 550px) {
  .banner--about {
    height: 446px;
  }
}
@media (min-width: 1400px) {
  .banner--about {
    height: 595px;
  }
}
.banner .swiper-container {
  position: absolute;
  top: 0;
  bottom: 0;
}
.banner .pagination-swiper-container {
  padding-bottom: 0;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets {
  width: unset;
  left: unset;
  right: 10px;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
  height: 12px;
  width: 12px;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  transform: translate(-4px, -4px);
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  border: 2px solid var(--swiper-theme-color);
}

.row--breadcrumbs {
  padding: 0;
}

.breadcrumbs {
  padding: 1.5em 0;
  border-bottom: 1px solid #D8D8D8;
  font-size: 0.722em;
}
.breadcrumbs span {
  color: #848484;
  padding: 0 4px;
  display: inline-block;
}

.content-wrapper .breadcrumbs:first-child {
  border-top: 1px solid #D8D8D8;
}

.content-wrapper .row__inner--narrow .breadcrumbs {
  border: 0;
  padding: 0;
  font-size: 0.889em;
}

.button, input[type=button].button, input[type=submit].button,
p a.button, ul a.button, .InputfieldSubmit button {
  border: 0;
  font-family: "effra", sans-serif;
  cursor: pointer;
  display: inline-block;
  padding: 0.97em 2.563em 1.15em 1.475em;
  background: #E20026;
  color: #FFFFFF;
  transition: all 0.2s ease;
  text-align: center;
  border-radius: 3px;
  position: relative;
  font-size: 0.889em;
  text-decoration: none;
  line-height: 1em;
}
.button::after, input[type=button].button::after, input[type=submit].button::after,
p a.button::after, ul a.button::after, .InputfieldSubmit button::after {
  content: "";
  width: 8px;
  height: 13px;
  display: inline-block;
  background-image: url("/site/assets/images/svg/icon-button.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 1.55em;
  transition: all 0.2s ease;
}
.button:hover, input[type=button].button:hover, input[type=submit].button:hover,
p a.button:hover, ul a.button:hover, .InputfieldSubmit button:hover {
  background: #C40021;
  color: #FFFFFF;
}
.button:hover::after, input[type=button].button:hover::after, input[type=submit].button:hover::after,
p a.button:hover::after, ul a.button:hover::after, .InputfieldSubmit button:hover::after {
  transform: translate(0.4em);
}
.button--large, input[type=button].button--large, input[type=submit].button--large,
p a.button--large, ul a.button--large, .InputfieldSubmit button--large {
  padding: 1.625em 2.125em;
  border-left: 8px solid rgba(0, 0, 0, 0.11);
  border-radius: 0;
}
.button--small, input[type=button].button--small, input[type=submit].button--small,
p a.button--small, ul a.button--small, .InputfieldSubmit button--small {
  min-width: 0;
}
.button--full, input[type=button].button--full, input[type=submit].button--full,
p a.button--full, ul a.button--full, .InputfieldSubmit button--full {
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}
.button--with-arrow::after, input[type=button].button--with-arrow::after, input[type=submit].button--with-arrow::after,
p a.button--with-arrow::after, ul a.button--with-arrow::after, .InputfieldSubmit button--with-arrow::after {
  content: "";
  display: inline-block;
  float: right;
  width: 20px;
  height: 13px;
  background-image: url("/site/assets/images/svg/icon-arrow-white-right.svg");
  background-size: cover;
}
.button--download, input[type=button].button--download, input[type=submit].button--download,
p a.button--download, ul a.button--download, .InputfieldSubmit button--download {
  padding: 1.12em 1.75em 1em 3.2em;
}
.button--download:disabled, input[type=button].button--download:disabled, input[type=submit].button--download:disabled,
p a.button--download:disabled, ul a.button--download:disabled, .InputfieldSubmit button--download:disabled {
  background-color: grey;
  cursor: not-allowed;
}
.c2a, .content .c2a {
  margin-top: 1.15em;
}
.c2a a:not(.button), .content .c2a a:not(.button) {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.c2a a:not(.button)::after, .content .c2a a:not(.button)::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url("/site/assets/images/svg/icon-angle-right.svg") right no-repeat;
  background-size: 8px 12px;
  margin-left: 5px;
  transition: all 0.2s ease;
}
.c2a a:not(.button):hover, .content .c2a a:not(.button):hover {
  color: #E20026;
}
.c2a a:not(.button):hover::after, .content .c2a a:not(.button):hover::after {
  transform: translateX(10px);
}

.expandHint {
  display: block;
  padding-bottom: 159px;
  position: relative;
  overflow: hidden;
}
.expandHint img {
  width: 100%;
  display: block;
}
.expandHint .expandHint__text {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 131px;
  padding: 21px 25px;
  box-sizing: border-box;
  background: white;
  transition: all 0.2s ease;
  width: 100%;
}
.expandHint .expandHint__text h3:first-child {
  margin-top: 0;
}
.expandHint .expandHint__text p {
  font-size: 0.889em;
  margin-top: 0.85em;
}
.expandHint .expandHint__positioner {
  position: relative;
  max-width: 100%;
  pointer-events: none;
  margin-top: 0.5em;
}
.expandHint .expandHint__positioner p {
  margin: 1.5em 0 0;
}
.expandHint .expandHint__hidden {
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease;
  font-size: 1em;
}
.expandHint .read-more {
  color: #E20026;
}
.expandHint h4 {
  margin: 0;
}
.expandHint:hover .expandHint__hidden {
  opacity: 1;
}
.expandHint:hover h4 {
  color: #C40021;
}

.home .home-categories .grid .expandHint {
  padding-bottom: 75px;
}
@media (min-width: 550px) {
  .home .home-categories .grid .expandHint {
    padding-bottom: 205px;
  }
}
@media (min-width: 768px) {
  .home .home-categories .grid .expandHint {
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .home .home-categories .grid .expandHint {
    padding-bottom: 226px;
  }
}
@media (min-width: 1280px) {
  .home .home-categories .grid .expandHint {
    padding-bottom: 159px;
  }
}
.home .home-categories .grid .expandHint__text {
  border-left: 5px solid #E20026;
  min-height: 75px;
  padding: 20px 29px 28px 25px;
}
@media (min-width: 550px) {
  .home .home-categories .grid .expandHint__text {
    min-height: 205px;
  }
}
@media (min-width: 768px) {
  .home .home-categories .grid .expandHint__text {
    min-height: 80px;
    padding: 28px 40px 33px 37px;
  }
}
@media (min-width: 1024px) {
  .home .home-categories .grid .expandHint__text {
    min-height: 226px;
  }
}
@media (min-width: 1280px) {
  .home .home-categories .grid .expandHint__text {
    min-height: 159px;
  }
}
@media (max-width: 767px) {
  .home .home-categories .grid .expandHint__text h2 {
    font-size: 1.444em;
  }
}

.swiper-container .expandHint__positioner p {
  margin-top: 0.5em;
}

.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  -o-object-fit: cover;
     object-fit: cover;
}
.icon-expand, .icon-collapse {
  width: 25px;
  height: 25px;
}

img.align_right {
  float: right;
  margin: 0.45em 0 1.5em 2.5em;
}

img.align_left {
  float: left;
  margin: 0.45em 1em 1.5em 0;
}

.content img {
  max-width: 100%;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(304px, 1fr));
  grid-gap: 20px;
}
.grid--large {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 28px;
}
.grid h3 {
  transition: all 0.2s ease;
}
.grid__item {
  position: relative;
}
.grid--home-industries {
  grid-gap: 4px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid--home-industries {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid--home-industries {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid--home-industries a {
  background: white;
  display: flex;
  align-items: center;
  height: 100%;
}
.grid--home-industries a img:first-child {
  width: 100px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .grid--home-industries a img:first-child {
    width: 134px;
  }
}
.grid--home-industries a span {
  flex-grow: 1;
  padding: 20px;
}
.grid--home-industries a img:last-child {
  margin-right: 25px;
  transition: all 0.2s ease;
}
.grid--home-industries a:hover {
  color: #E20026;
}
.grid--home-industries a:hover img:last-child {
  transform: translateX(10px);
}
.grid--product-category {
  grid-gap: 30px;
}
.grid--product-category .grid__item {
  display: flex;
}
.grid--product-category a {
  display: flex;
  height: 100%;
  flex-direction: column;
  background: white;
  flex-grow: 1;
}
.grid--product-category a .image {
  padding: 25px 25px 0 25px;
  height: 300px;
  box-sizing: border-box;
}
.grid--product-category a .text {
  padding: 25px 25px 0 25px;
  flex: 1;
}
.grid--product-category a .text {
  padding-bottom: 39px;
}
.grid--product-category a .text h3 {
  margin: 0;
  font-size: 1.667em;
}
.grid--product-category a .text p {
  font-size: 0.889em;
}
.grid--product-category a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.grid--product-category a .button {
  align-self: flex-end;
}
.grid--case-studies {
  grid-gap: 30px;
}
.grid--case-studies .grid__item {
  background: #FFFFFF;
}
.grid--case-studies .grid__item img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid--case-studies .grid__item .text {
  padding: 16px 25px 30px;
  min-height: 141px;
  box-sizing: border-box;
}
.grid--case-studies .grid__item h4 {
  transition: all 0.2s ease;
  margin: 0;
}
.grid--case-studies .grid__item p {
  margin-top: 0.5em;
}
.grid--case-studies .grid__item:hover h4 {
  color: #E20026;
}
.grid .tag {
  background: #E20026;
  color: #FFFFFF;
  position: absolute;
  font-size: 0.722em;
  padding: 6px 10px 5px 11px;
  max-width: 90%;
  box-sizing: border-box;
}
.grid__item:hover h3 {
  color: #E20026;
}
.grid img {
  max-width: 100%;
}

header {
  background: white;
  box-sizing: border-box;
  font-size: 0.889em;
  transition: all 0.2s ease;
}
header .header-inner {
  display: flex;
}
@media (min-width: 550px) {
  header .logo {
    margin-right: 2em;
  }
}
@media (min-width: 1400px) {
  header .logo {
    flex: 1;
  }
}
header .logo a {
  float: left;
}
header .logo img {
  display: block;
  width: 140px;
}
@media (min-width: 1024px) {
  header .logo img {
    width: auto;
  }
}
header nav {
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
header nav ul {
  margin: 0;
}
header nav li {
  display: block;
  position: relative;
  padding: 0 8px;
}
@media (min-width: 768px) {
  header nav li {
    display: inline-block;
  }
}
@media (min-width: 1400px) {
  header nav li {
    padding: 0 14px;
  }
}
header nav li a {
  display: block;
}
header nav li .children {
  position: absolute;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
  padding-top: 25px;
  transform: translateX(-50%);
  left: 50%;
}
header nav li .children ul {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.26);
  background: white;
  border-left: 4px solid #E20026;
}
header nav li .children li {
  display: block;
  border-top: 1px solid #D8D8D8;
  padding: 0;
}
header nav li .children li a {
  display: flex;
  flex-direction: column;
  color: #202020;
  text-align: left;
  padding: 1.157em 2.625em 1.157em 1.625em;
  min-width: 280px;
  box-sizing: border-box;
}
header nav li .children li a::before {
  content: attr(data-text);
  font-weight: 500;
  height: 0;
  visibility: hidden;
}
@media speech {
  header nav li .children li a::before {
    display: none;
  }
}
header nav li .children li a span::after {
  content: "";
  height: 10px;
  width: 8px;
  opacity: 0;
  background: url("/site/assets/images/svg/icon-angle-right.svg") 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  transition: all 0.2s ease;
  transform: translate(5px, 0.35em);
  position: absolute;
}
header nav li .children li:hover {
  font-weight: 500;
}
header nav li .children li:hover a {
  background: #F5F3F2;
}
header nav li .children li:hover span::after {
  opacity: 1;
  transform: translate(12px, 0.35em);
}
header nav li .children li:first-child {
  border: none;
}
header nav li.parent:hover .children {
  opacity: 1;
  pointer-events: auto;
}
header .main-nav {
  z-index: -100;
  pointer-events: none;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 80px;
  width: 100%;
  height: calc(100% - 80px);
  left: 0;
  align-items: normal;
  font-size: 16px;
  opacity: 0;
  background: white;
  justify-content: center;
  margin-bottom: 2px;
}
@media (min-width: 1280px) {
  header .main-nav {
    flex-direction: row;
    top: 0;
    left: auto;
    height: 100%;
    justify-content: unset;
    width: auto;
    pointer-events: auto;
    opacity: 1;
    z-index: initial;
    transition: none;
    position: relative;
    flex-grow: 1;
    align-self: center;
    background: transparent;
  }
}
header .burger {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  padding: 5px;
  margin-top: -2.5px;
  margin-left: 0.25em;
}
header .burger::after {
  content: "\f0c9";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 26.2px;
  font-weight: 500;
  margin-top: -2px;
  margin-left: 1px;
}
@media (min-width: 768px) {
  header .burger {
    margin-left: 2em;
  }
}
@media (min-width: 1280px) {
  header .burger {
    display: none;
  }
}
header .locale-wrapper, header .login-wrapper {
  display: none;
}
@media (min-width: 768px) {
  header .locale-wrapper, header .login-wrapper {
    display: inline-block;
  }
}
header .other-nav {
  flex: 1;
  justify-content: flex-end;
  padding-left: 30px;
  margin-bottom: 2px;
}
@media (min-width: 550px) {
  header .other-nav {
    font-size: 0.875em;
  }
}
header .other-nav .parent {
  padding: 0 10px;
}
@media (min-width: 1400px) {
  header .other-nav .parent {
    padding: 0 15px;
  }
}
header nav ul li .country-list ul {
  border: 0;
  font-size: 16px;
}
header nav ul li .country-list ul a {
  min-width: 169px;
  justify-content: space-between;
  padding-left: 18px;
  padding-right: 22px;
}
header nav ul li .country-list ul a img {
  align-self: flex-end;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
header .expand-search i {
  margin-right: 0.5em;
}
header .expand-search span {
  display: inline;
}
@media (min-width: 1280px) {
  header .expand-search span {
    display: none;
  }
}
@media (min-width: 1400px) {
  header .expand-search span {
    display: inline;
  }
}
header .country-selector img {
  display: inline-block;
  vertical-align: -0.1em;
  margin-right: 0.5em;
}

header li.parent > a,
header .country-selector, .mobile-drawer li.parent > a,
.mobile-drawer .country-selector {
  padding-right: 16px;
  position: relative;
}
header li.parent > a::after,
header .country-selector::after, .mobile-drawer li.parent > a::after,
.mobile-drawer .country-selector::after {
  content: "";
  background-image: url("/site/assets/images/svg/icon-angle-black-down.svg");
  width: 9px;
  height: 6px;
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -3px;
}

header, .typeahead__container, .typeahead__list {
  padding: 21px 15px 19px;
}
@media (min-width: 550px) {
  header, .typeahead__container, .typeahead__list {
    padding: 21px 30px 19px;
  }
}

.home header {
  position: absolute;
  z-index: 3;
  background: none;
  top: 0;
  left: 0;
  width: 100%;
}
.home header nav li.parent > a::after {
  background-image: url("/site/assets/images/svg/icon-angle-white-down.svg");
}
.home header a {
  color: white;
}

body {
  position: static;
  overflow-y: auto;
  max-width: 100%;
}

.mobile-drawer {
  display: none;
  background: white;
  position: fixed;
  width: 100%;
  height: calc(100% - 82px);
  top: 81px;
  overflow: auto;
  transform: translate3d(0, 0, 0);
  border-top: 1px solid #D8D8D8;
  z-index: 100;
}
@media all and (max-height: 770px) {
  .mobile-drawer {
    z-index: 101;
  }
}
@media (min-width: 1280px) {
  .mobile-drawer {
    display: none !important;
  }
}

.mobile-drawer-placement {
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
}

@media (max-width: 1279px) {
  body.mobile-menu-active {
    position: fixed;
    overflow-y: hidden;
    width: 100%;
  }
  body.mobile-menu-active header {
    z-index: 105;
    background: white;
    border-bottom: 1px solid #D8D8D8;
  }
  body.mobile-menu-active header a {
    color: #333333;
  }
  body.mobile-menu-active header nav li.parent > a::after {
    background-image: url("/site/assets/images/svg/icon-angle-black-down.svg");
  }
  body.mobile-menu-active .burger::after {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 100;
    color: #848484;
  }
  body.home:not(.mobile-menu-active) header, body.home:not(.mobile-menu-active) header li > a, body.home:not(.mobile-menu-active) header a::after {
    transition-delay: 425ms;
  }
  .mobile-drawer li.parent > a::after {
    background-image: url("/site/assets/images/svg/icon-angle-black-down.svg");
  }
  .mobile-drawer li.parent > a.country-selector::after {
    position: relative;
    display: inline-block;
    right: auto;
    vertical-align: middle;
    margin-left: 0.5em;
  }
  .mobile-drawer ul {
    margin: 0;
  }
  .mobile-drawer li {
    text-align: left;
    width: 100%;
    padding: 0;
    border-top: 1px solid #D8D8D8;
  }
  .mobile-drawer li a {
    display: block;
    padding: 20px 15px;
    color: #333333;
  }
}
@media (max-width: 1279px) and (min-width: 550px) {
  .mobile-drawer li a {
    padding: 20px 30px;
  }
}
@media (max-width: 1279px) {
  .mobile-drawer .children {
    display: none;
  }
  .mobile-drawer .children ul {
    border-top: 1px solid #D8D8D8;
    border-left: 0;
    box-shadow: none;
    background: #F5F3F2;
    padding: 15px 0;
  }
  .mobile-drawer .children ul li {
    border: 0;
  }
  .mobile-drawer .children ul li a {
    padding: 10px 15px;
  }
}
@media (max-width: 1279px) and (min-width: 550px) {
  .mobile-drawer .children ul li a {
    padding: 10px 30px;
  }
}
@media (max-width: 1279px) {
  .mobile-drawer .children ul li a img {
    right: 25px;
  }
}
@media (max-width: 1279px) {
  .mobile-drawer .children ul li a:before {
    display: none;
  }
}
@media (max-width: 1279px) {
  .mobile-drawer .parent.mobile-active > a::after, .mobile-drawer .parent.mobile-active.country-selector::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 1279px) {
  .mobile-drawer .mobile-drawer__primary {
    pointer-events: auto;
    transition: all 0.2s ease;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .mobile-drawer .mobile-drawer__primary li.parent > a::after,
  .mobile-drawer .mobile-drawer__primary .country-selector::after {
    top: 31px;
    right: 15px;
  }
}
@media (max-width: 1279px) and (min-width: 550px) {
  .mobile-drawer .mobile-drawer__primary li.parent > a::after,
  .mobile-drawer .mobile-drawer__primary .country-selector::after {
    right: 30px;
  }
}
@media (max-width: 1279px) {
  .mobile-drawer .mobile-drawer__primary li:first-child {
    border: 0;
  }
}
@media (max-width: 1279px) {
  .mobile-drawer .mobile-drawer__secondary {
    padding: 10px 0;
    border-top: 1px solid #D8D8D8;
  }
  .mobile-drawer .mobile-drawer__secondary li {
    border: 0;
  }
  .mobile-drawer .mobile-drawer__secondary a {
    padding: 15px 25px;
    color: #333333;
  }
  .mobile-drawer .mobile-drawer__secondary a::after {
    background-image: url("/site/assets/images/svg/icon-angle-black-down.svg");
  }
  .mobile-drawer .mobile-drawer__secondary .children {
    border-bottom: 1px solid #D8D8D8;
  }
  .mobile-drawer .mobile-drawer__secondary .children a {
    padding: 10px 25px;
  }
  .mobile-drawer .mobile-drawer__secondary .children img {
    float: right;
  }
}
@media (max-width: 1279px) and (min-width: 768px) {
  .mobile-drawer .mobile-drawer__secondary {
    display: none;
  }
}
.message header {
  border-bottom: 1px solid #D8D8D8;
}

.sticky-header {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky-header header {
  width: 100%;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.26);
}
.sticky-header header a {
  color: #333333;
}
.sticky-header header ul li.parent > a::after {
  background-image: url("/site/assets/images/svg/icon-angle-black-down.svg");
}
.sticky-header .subnav::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  position: absolute;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  z-index: -1;
}

#wrap {
  position: relative;
}

.location-notification {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 5px 15px;
  font-family: "effra", sans-serif;
  font-size: 14px;
  min-height: 45px;
  line-height: 1.4;
  border-bottom: 2px solid #D8D8D8;
  transition: margin-top 0.5s;
}
.location-notification.pre-check {
  display: none;
}
.location-notification__message {
  color: #000;
  display: block;
  margin: 0;
}
.location-notification__continue {
  color: #E20026;
  cursor: pointer;
  white-space: nowrap;
}
.location-notification__continue span {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.05s ease;
}
.location-notification__continue:hover span {
  text-decoration-color: #E20026;
}
.location-notification__continue .fa-arrow-right {
  margin-left: 5px;
}
.location-notification__close {
  cursor: pointer;
  color: #848484;
  font-size: 18px;
  margin-left: 10px;
  padding: 5px;
  margin-right: -5px;
}

@media (max-width: 900px), (max-width: 670px) {
  .location_notification {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .location_notification--hidden {
    visibility: hidden;
  }
}
@media (max-width: 900px) {
  .location_notification {
    padding: 2.1rem;
  }
  .location_notification--hidden {
    margin-top: -115px;
  }
}
@media (max-width: 670px) {
  .location_notification {
    padding: 3rem;
  }
  .location_notification--hidden {
    margin-top: -145px;
  }
}
.home .location_notification {
  border-bottom: 0;
}

.popup.popup--location .popup__content {
  width: 708px;
  border-left: 5px solid #E20026;
}
.popup.popup--location h3 {
  font-size: 30px;
}
.popup.popup--location .popup__location-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}
@media (max-width: 580px) {
  .popup.popup--location .popup__location-btns {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.popup.popup--location .popup__location-btns .redirect {
  display: flex;
}
.popup.popup--location .flag-icon {
  margin-left: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  box-sizing: border-box;
  border: 2px solid white;
  box-shadow: 0px 0px 2px 1px #D8D8D8;
}
.popup.popup--location .btn-text {
  font-size: 16px;
  margin: auto 0;
  text-decoration: underline;
  text-underline-offset: 3.6px;
}
.popup.popup--location .btn-text:hover {
  cursor: pointer;
}

.popup--promo .popup__content {
  width: 915px;
  display: flex;
}
@media (max-width: 767px) {
  .popup--promo .popup__content {
    flex-direction: column;
  }
}
.popup--promo .popup__content .popup__image {
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .popup--promo .popup__content .popup__image img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }
}
.popup--promo .popup__content .button {
  margin-top: 28px;
}

.row--action {
  padding: 2em 0;
  background: #E20026;
}
.row--action .row__inner {
  display: flex;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
.row--action *, .row--action *:hover {
  color: #FFFFFF;
  margin-top: 0;
}
.row--action .icon {
  background: url("/site/assets/images/svg/icon-arrow-white-right.svg") center no-repeat;
  background-size: cover;
  width: 37px;
  height: 20px;
  vertical-align: baseline;
  margin-left: 0.25em;
  transition: all 0.2s ease;
}
.row--action a:hover .icon {
  transform: translateX(10px);
}

footer {
  background: #F5F3F2;
  margin-bottom: 183px;
}
@media (min-width: 550px) {
  footer {
    margin-bottom: 66px;
  }
}
footer .row {
  padding: 0 0 4em;
}
footer .row--bordered {
  padding: 1.5em 0;
}
@media (min-width: 768px) {
  footer .row--bordered {
    padding: 0.8em 0 1em;
  }
}
footer .footer-columns {
  padding-top: 52px;
}
@media (min-width: 768px) {
  footer .footer-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
footer .footer-columns h6 {
  font-size: 0.8em;
  font-weight: 500;
  margin-top: 18px;
}
footer .footer-columns .address, footer .footer-columns ul {
  font-size: 0.711em;
  line-height: 1.875em;
  color: #848484;
}
footer .footer-columns .fab, footer .footer-columns .fas {
  margin-right: 5px;
}
footer .row--bordered p {
  font-size: 0.611em;
  color: #848484;
  margin: 0;
}
footer .footer-lower {
  display: flex;
  justify-content: space-between;
  gap: 20px 40px;
}
@media (max-width: 767px) {
  footer .footer-lower {
    flex-direction: column;
  }
}
footer .footer-copyright {
  flex-grow: 0;
  align-items: center;
  display: flex;
}
footer .footer-logos {
  display: flex;
  align-items: center;
  gap: 18px 25px;
  flex-wrap: wrap;
  flex-grow: 1;
}
@media (min-width: 768px) {
  footer .footer-logos {
    justify-content: flex-end;
    gap: 18px 50px;
  }
}
@media (max-width: 549px) {
  footer .footer-logos img {
    zoom: 0.5;
  }
}

label {
  display: block;
  font-size: 14px;
  margin-bottom: 0.5em;
}

textarea,
.InputfieldText input,
input[type=email],
input[type=number],
input[type=text],
input[type=button],
input[type=submit],
input[type=password],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

select,
.InputfieldText input,
input.text,
input[type=text],
input[type=email],
input[type=number],
input[type=password],
textarea {
  border: 1px solid #D8D8D8;
  width: 100%;
  border-radius: 3px;
  height: 68px;
  padding-left: 17px;
  padding-right: 17px;
  box-sizing: border-box;
}
select:focus,
.InputfieldText input:focus,
input.text:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #C0C0C0;
  border-left: 4px solid #E20026;
  padding-left: 14px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

select {
  padding-right: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 14px;
  background: url(/site/assets/images/svg/icon-angle-black-down-padded.svg) right center no-repeat;
  cursor: pointer;
}
select:focus {
  padding-left: 11px;
}

textarea {
  height: auto;
  padding: 10px;
}

label a {
  color: #E20026;
}

#wrap_Inputfield- {
  display: none;
}

.Inputfield {
  margin-bottom: 1.75em;
}

.InputfieldSubmit {
  margin-top: 2em;
}

.checkbox-label,
.radio-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.checkbox-label input,
.radio-label input {
  opacity: 0;
  position: absolute;
  left: 4px;
  top: 8px;
}
.checkbox-label::before,
.radio-label::before {
  content: "";
  border: 1px solid #D8D8D8;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
}
@media (min-width: 1024px) {
  .checkbox-label::before,
  .radio-label::before {
    width: 21px;
    height: 21px;
  }
}
.checkbox-label.checked::before,
.radio-label.checked::before {
  border-color: #E20026;
}
.checkbox-label.checked::after,
.radio-label.checked::after {
  content: "";
  background: #E20026;
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
@media (min-width: 1024px) {
  .checkbox-label.checked::after,
  .radio-label.checked::after {
    width: 13px;
    height: 13px;
  }
}
.checkbox-label span,
.radio-label span {
  line-height: 1.5em;
}

form .description,
form .notes {
  margin-top: 0em;
  font-size: 14px;
  color: #848484;
}
form .notes {
  margin-top: 1em;
}
form .notes small {
  font-size: inherit;
}

.radio-label.checked::after {
  top: 6px;
  left: 5px;
}

.FormBuilderViewport {
  max-width: 500px;
}

.LoginRegisterPro,
.FormBuilder {
  font-size: 16px;
}
@media (max-width: 350px) {
  .LoginRegisterPro,
  .FormBuilder {
    font-size: 14px;
  }
}
.LoginRegisterPro label:not(.radio-label):not(.checkbox-label),
.FormBuilder label:not(.radio-label):not(.checkbox-label) {
  display: block;
  font-size: 14px;
  margin-bottom: 0.5em;
}
.LoginRegisterPro label:not(.radio-label):not(.checkbox-label)::after,
.FormBuilder label:not(.radio-label):not(.checkbox-label)::after {
  content: ":";
}
.LoginRegisterPro .InputfieldStateRequired label:not(.checkbox-label):not(.radio-label)::after,
.FormBuilder .InputfieldStateRequired label:not(.checkbox-label):not(.radio-label)::after {
  content: "*:";
}

.checkbox-label::before {
  border-radius: 2px;
  top: 1px;
  background: white;
  width: 18px;
  height: 18px;
}
.checkbox-label::after {
  content: "";
}
.checkbox-label.checked::before {
  border-color: #E20026;
}
.checkbox-label.checked::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #E20026;
  border: 0;
  background: none;
  position: absolute;
  top: -1px;
  left: 4px;
  font-weight: 900;
  font-size: 12px;
}

.InputfieldCheckbox .checkbox-label::before {
  top: 0;
}
.InputfieldCheckbox .checkbox-label::after {
  top: 4px;
}

.FormBuilder {
  padding-bottom: 30px;
}

.content form ul li {
  list-style-image: none;
  padding-left: 0;
  margin-left: 0;
}

.label-right {
  line-height: 1.5rem;
}

.FormBuilderErrors .error {
  margin-top: 0;
  color: #E20026;
  margin-bottom: 2em;
}

.InputfieldStateError .checkbox-label {
  color: #C40021;
}
.InputfieldStateError .checkbox-label::before {
  border-color: #E20026;
}
.InputfieldStateError input,
.InputfieldStateError textarea,
.InputfieldStateError select {
  border-color: #E20026;
}
.InputfieldStateError label {
  color: #E20026;
}
.InputfieldStateError .description, .InputfieldStateError .note {
  color: #C40021;
}
.InputfieldStateError .error small {
  font-size: 0.889em;
  color: #E20026;
  margin-top: 0.75em;
  display: block;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: normal;
  height: 47px;
  line-height: 45px;
  outline: none;
  padding-left: 18px;
  padding-right: 63px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
  min-width: 230px;
}
.nice-select:hover {
  border-color: #cbcbcb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #E20026;
}
.nice-select:after {
  border-bottom: 2px solid #E20026;
  border-right: 2px solid #E20026;
  content: "";
  display: block;
  height: 8px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 8px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #dddddd;
  color: #848484;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: white;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  box-sizing: border-box;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  min-width: 100%;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.06);
  border-top: 2px solid #EEEEEE;
  padding: 2px;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 45px;
  list-style: none;
  min-height: 45px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #F5F3F2;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #848484;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

.Inputfield_requested_brochures {
  display: none;
}

.FormBuilder .Inputfields .Inputfield_marketing_consent_alt .InputfieldHeader {
  display: none;
}

body {
  position: static;
  overflow-y: auto;
}
body.modal-open {
  position: fixed;
  overflow-y: hidden;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 1399px) {
  body.mobile-menu-active {
    position: fixed;
    overflow-y: hidden;
  }
}

.modal {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 101;
  box-sizing: border-box;
  background: #000;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  visibility: visible;
}
.modal:not(.-open) {
  pointer-events: none;
  visibility: hidden;
}
.modal.-open iframe {
  opacity: 1;
  transition: opacity 200ms ease;
  transition-delay: 500ms;
}
.modal__content {
  width: 100%;
  height: 100%;
  position: relative;
}
.modal iframe {
  position: absolute;
  transform: translate(-50%, -50%);
  border: 0;
  aspect-ratio: 16/9;
  margin: 15px;
  width: calc(100% - (4 * 15px));
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  max-height: 90vh;
  background: black;
  opacity: 0;
}
@media (min-width: 1024px) {
  .modal iframe {
    margin: 87px;
    width: calc(100% - (4 * 87px));
    top: calc(50% - 87px);
    left: calc(50% - 87px);
  }
}
.modal .close {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 3em;
  transition: all 0.2s ease;
  background: none;
  border: 0;
}
.modal .close:hover {
  color: #E20026;
}

.MarkupPagerNav {
  text-align: center;
  border-top: 1px solid #D8D8D8;
  padding: 1.5em;
  font-size: 0.889em;
  margin-top: 5em;
}
.MarkupPagerNav li {
  display: inline-block;
  padding: 0 0.75em;
  font-weight: 500;
}
.MarkupPagerNav li a {
  color: #848484;
}
.MarkupPagerNav li a:hover {
  color: #E20026;
}
.MarkupPagerNav li.active {
  color: black;
}
.MarkupPagerNav .MarkupPagerNavPrevious a,
.MarkupPagerNav .MarkupPagerNavNext a {
  vertical-align: -5px;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-color: #E20026;
  background-image: url("/site/assets/images/svg/icon-angle-white-right.svg");
  background-position: 8px center;
  background-repeat: no-repeat;
  background-size: 6px;
  transition: all 0.2s ease;
}
.MarkupPagerNav .MarkupPagerNavPrevious a:hover,
.MarkupPagerNav .MarkupPagerNavNext a:hover {
  background-color: #C40021;
}
.MarkupPagerNav .MarkupPagerNavPrevious a {
  background-image: url("/site/assets/images/svg/icon-angle-white-left.svg");
}

body {
  position: static;
  overflow-y: auto;
}
body.popup-open {
  overflow-y: hidden;
}

.popup {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 101;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  visibility: visible;
}
.popup:not(.-open) {
  pointer-events: none;
  visibility: hidden;
}
.popup__content {
  height: auto;
  width: 588px;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  overflow-y: auto;
  position: absolute;
  background: #FFFFFF;
}
.popup__content-inner {
  padding: 40px 44px 52px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .popup__content-inner {
    padding: 28px 28px 34px;
  }
}
.popup__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup .close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  text-decoration: none;
  font-size: 2em;
  transition: all 0.2s ease;
  background: none;
  border: 0;
}
.popup .close:hover {
  color: #E20026;
}
.popup__title-prefix {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130.3%;
  text-transform: uppercase;
  margin-top: 0;
}
.popup h3 {
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 102.3%;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .popup h3 {
    font-size: 24px;
  }
}
.popup__intro {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130.3%;
}
@media (max-width: 767px) {
  .popup__intro {
    font-size: 16px;
  }
}

.search {
  position: absolute;
  background: white;
  width: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  z-index: -10;
  transition: all 0.2s ease;
}
.search.active {
  z-index: 101;
  opacity: 1;
  pointer-events: auto;
}
.search ::-moz-placeholder {
  opacity: 0.19;
}
.search ::placeholder {
  opacity: 0.19;
}

.home .typeahead__list a,
.typeahead__list .typeahead__item > a {
  color: #333333;
  padding: 0.75em 0.75em;
}

.typeahead__list li:first-child {
  border-top: 1px solid #D8D8D8;
  padding-top: 1em;
}

.typeahead__list > li {
  border-color: #D8D8D8;
}
.typeahead__list > li:last-child {
  border-bottom: 1px solid #D8D8D8;
}

.typeahead__field {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .typeahead__field {
    font-size: 1.375em;
  }
}
.typeahead__field .fas {
  color: #333333;
}
.typeahead__field .fa-times {
  font-size: 1.5em;
  color: #bfbfbf;
  font-weight: 100;
  padding: 5px;
  margin-right: -5px;
}
@media (min-width: 768px) {
  .typeahead__field .fa-times {
    font-size: 1.5em;
  }
}
.typeahead__field .fa-times:hover {
  color: #333333;
}

.typeahead__query input {
  border: 0;
}
.typeahead__query .typeahead__hint {
  top: -1px !important;
  left: -1px !important;
}

.typeahead__list {
  padding-bottom: 80px;
  border: 0;
  border-radius: 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.26);
  top: 61px;
}
@media (min-width: 768px) {
  .typeahead__list {
    top: 81px;
    font-size: 1.375em;
  }
}

.statistics {
  padding-top: 4.8em !important;
}
@media (min-width: 550px) {
  .statistics {
    padding-top: 5.8em !important;
  }
}
.statistics .row__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media (min-width: 768px) {
  .statistics .row__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
.statistics .row__inner .statistics__item .title {
  font-weight: 500;
  color: #E20026;
  line-height: 0.94em;
  font-size: 1.5em;
  margin: 0 0 0.5em;
}
@media (min-width: 768px) {
  .statistics .row__inner .statistics__item .title {
    font-size: 4vw;
    margin: 0 0 -0.1em;
  }
}
@media (min-width: 1400px) {
  .statistics .row__inner .statistics__item .title {
    font-size: 3.111em;
  }
}
.statistics .row__inner .statistics__item .text {
  line-height: 1.32em;
}
.statistics .row__inner .statistics__item span {
  display: block;
  color: #333333;
}
@media (max-width: 549px) {
  .statistics .row__inner .statistics__item .text {
    margin: 0.1em 0 1em;
  }
}

.sticky-ctas {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 7px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  z-index: 100;
}
@media (min-width: 641px) {
  .sticky-ctas {
    flex-direction: row;
  }
}
.sticky-ctas__cta {
  color: #000;
}
@media (min-width: 641px) {
  .sticky-ctas__cta {
    width: 34%;
  }
}
.sticky-ctas__cta:nth-child(1) {
  background-color: #91C4D0;
  transition: filter 200ms ease-in-out;
}
.sticky-ctas__cta:nth-child(1):hover {
  filter: brightness(95%);
}
.sticky-ctas__cta:nth-child(2) {
  background-color: #F4DD77;
  transition: filter 200ms ease-in-out;
}
.sticky-ctas__cta:nth-child(2):hover {
  filter: brightness(95%);
}
.sticky-ctas__cta:nth-child(3) {
  background-color: #D1D0CF;
  transition: filter 200ms ease-in-out;
}
.sticky-ctas__cta:nth-child(3):hover {
  filter: brightness(95%);
}
.sticky-ctas__cta a {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.sticky-ctas__cta a:hover {
  color: inherit;
}
.sticky-ctas__cta a img {
  margin-right: 10px;
  transform: translateY(2px);
}
.sticky-ctas__cta a span {
  font-weight: 400;
}

.subnav {
  padding: 0;
  border-top: 1px solid #D8D8D8;
  background: white;
}
.subnav .row__inner {
  padding: 0;
  overflow-x: auto;
}
.subnav ul {
  text-align: center;
  font-size: 0.833em;
  margin: 0;
  white-space: nowrap;
}
.subnav li {
  display: inline-block;
  padding: 0 0.8em;
}
.subnav li a {
  display: flex;
  height: 52px;
  align-items: center;
  border-bottom: 3px solid transparent;
  box-sizing: border-box;
}
.subnav li a.active {
  font-weight: 700;
  border-color: #E20026;
  pointer-events: none;
}
.subnav li a:hover {
  color: #C40021;
}

.subnav + .breadcrumbs {
  border-top: 1px solid #D8D8D8;
}

.swiper-container {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  min-height: 0;
  min-width: 0;
}

.page-swiper .swiper-slide {
  display: block;
  width: 260px;
}
@media (min-width: 550px) {
  .page-swiper .swiper-slide {
    width: 278px;
  }
}
@media (min-width: 1024px) {
  .page-swiper .swiper-slide {
    width: 360px;
  }
}
.page-swiper .swiper-slide.expandHint {
  padding-bottom: 131px;
}
.page-swiper .swiper-slide .expandHint__text {
  min-height: 131px;
}
.page-swiper .swiper-controls {
  text-align: center;
  margin-top: 2em;
}
.page-swiper .swiper-controls button {
  border: 0;
  padding: 0;
  background: none;
  margin: 0 15px;
  cursor: pointer;
}
.page-swiper .tag {
  background: #E20026;
  color: #FFFFFF;
  font-size: 0.722em;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 5px 9px 6px;
}

.arrow-swiper-container {
  position: relative;
}
.arrow-swiper-container button {
  position: absolute;
  top: 50%;
  z-index: 50;
  left: 30px;
  margin-top: -25px;
  width: 49px;
  height: 49px;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.24);
  background-position: center;
  cursor: pointer;
  border-radius: 100%;
  border: 0;
  transition: all 0.2s ease;
  background-image: url("/site/assets/images/svg/icon-angle-white-left.svg");
}
.arrow-swiper-container button.swiper-next {
  background-image: url("/site/assets/images/svg/icon-angle-white-right.svg");
  left: auto;
  right: 30px;
}

table {
  font-size: 0.778em;
  display: block;
  overflow-x: auto;
}

th, td {
  min-width: 48px;
  padding: 10px;
}
@media (min-width: 1024px) {
  th, td {
    padding: 24px;
    min-width: 58px;
  }
}

th {
  background: #E20026;
  color: #FFFFFF;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
th:last-child {
  border-color: #E20026;
}

td {
  border-bottom: 1px solid #D8D8D8;
}
td:first-child {
  border-left: 1px solid #D8D8D8;
}
td:last-child {
  border-right: 1px solid #D8D8D8;
}

.testimonials {
  padding: 4em 0;
}

.testimonial {
  text-align: center;
  padding: 20px 0;
}
.testimonial__title {
  font-size: 2.056em;
  color: #E20026;
  font-weight: bold;
  max-width: 812px;
  margin: 0 auto;
  line-height: 1.2em;
}
.testimonial__title--long {
  font-size: 1.5em;
}
.testimonial__author {
  font-size: 1.063em;
  max-width: 812px;
  margin: 0.75em auto 0;
}

.pagination-swiper-container {
  padding-bottom: 30px;
}

.careers .content-wrapper .row.testimonials {
  padding: 0 0 5.8em;
}

.pre-video-header {
  margin-bottom: 1em;
  font-size: 1.444em;
  font-weight: 500;
}

.pre-video-header:has(~ .pre-video-subtitle) {
  margin-bottom: 0;
}

.pre-video-subtitle {
  margin-bottom: 25px;
  margin-top: 12.5px;
}

.row--alt .pre-video-header {
  margin-top: 0;
}

.video {
  display: flex;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #32303E;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.611em 2.389em;
  position: relative;
  height: 200px;
}
@media (min-width: 550px) {
  .video {
    height: 0;
    padding-top: 52%;
  }
}
.video__text {
  z-index: 2;
  display: flex;
  align-items: center;
}
.video__text * {
  color: #FFFFFF;
}
.video__text .details {
  flex-grow: 1;
}
.video__text .details p {
  margin: 0;
}
.video__text .details .title {
  font-size: 1.444em;
}
.video__text .duration {
  padding-left: 2em;
}
.video i.play {
  display: block;
  height: 55px;
  width: 54px;
  float: left;
  background: url("/site/assets/images/svg/icon-play.svg") center no-repeat #E20026;
  margin-right: 18px;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.video i.play:hover {
  background-color: #C40021;
}
.video::after {
  content: "";
  display: block;
  height: 60%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #0E1114 0%, rgba(0, 0, 0, 0) 80%);
  z-index: 1;
}

.embed-container {
  width: 100vw;
  max-width: 70%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.image-text-pair__text ul p {
  margin: 0.25em 0;
}
.image-text-pair__text ul p span {
  color: black;
}

.team .grid {
  gap: 50px 30px;
}
.team__image {
  position: relative;
}
.team__image img {
  display: block;
}
.team__image h3 {
  position: absolute;
  background: #F5F3F2;
  bottom: 0;
  left: 0;
  padding: 0.75em 1.25em 0 0;
}
.team h6 {
  font-size: 0.778em;
  text-transform: uppercase;
  margin: 1.25em 0 0;
}
.team h6::before {
  width: 3px;
}

.large-c2a {
  font-size: 1.667em;
  font-weight: 500;
  margin-top: 0;
}
.large-c2a a {
  color: #E20026;
}
.large-c2a a img {
  margin-left: 0.25em;
  transform: translateX(0);
  transition: all 0.2s ease;
}
.large-c2a a:hover img {
  transform: translateX(10px);
}

.article-intro {
  padding-bottom: 0.556em;
  border-top: 1px solid #D8D8D8;
}
.article-intro h1.bordered-header {
  margin-bottom: 0;
  font-size: 2.556em;
  text-indent: 20px;
  margin-top: 0.18em;
}
.article-intro .byline {
  font-size: 0.889em;
  margin: 0.5em 0 4.375em;
  color: #000;
}
.article-intro .related-tags {
  width: 100%;
  align-items: center;
  font-size: 0.778em;
  display: flex;
}
.article-intro .related-tags label {
  display: inline-block;
  margin: 0 0.25em 0 0;
  vertical-align: middle;
}
.article-intro .related-tags .tags {
  flex: 1;
}
@media (max-width: 767px) {
  .article-intro .related-tags .tags {
    margin: 10px 0;
  }
}
.article-intro .related-tags p {
  margin: 0;
}
.article-intro .related-tags button {
  border: 0;
  background: #F5F3F2;
  border-radius: 3px;
  font-family: "effra", sans-serif;
  font-size: 1em;
  padding: 0.25em 0.55em;
  display: inline-block;
  cursor: pointer;
  margin: 1px 3px 1px 0;
}

p.download {
  margin-bottom: 2em;
}
p.download i {
  color: #E20026;
}

.content {
  position: relative;
}
@media (min-width: 1400px) {
  .content .social-share {
    position: absolute;
    margin: 0;
    left: -85px;
    top: -5px;
  }
}
.content .social-share li {
  list-style-image: none;
  padding: 0;
  text-align: center;
  display: inline-block;
  margin-left: 0;
  margin-right: 0.75em;
}
@media (min-width: 1400px) {
  .content .social-share li {
    display: block;
    margin-right: 0;
  }
}
.content .social-share li a {
  color: #848484;
}
.content .social-share li a:hover {
  color: #E20026;
}

.desktop-share,
.back-link--desktop {
  display: none;
}
@media (min-width: 1400px) {
  .desktop-share,
  .back-link--desktop {
    display: block;
  }
}

.mobile-article-header {
  display: flex;
  justify-content: space-between;
}
.mobile-article-header .back-link {
  margin-top: 1.4em;
}
@media (min-width: 1400px) {
  .mobile-article-header {
    display: none;
  }
}

.brochure {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.brochure h4 {
  font-weight: 500;
  font-size: 21px;
  margin-top: 1rem;
}
.brochure p {
  font-size: 16px;
  line-height: 20.85px;
  margin: 10px 0;
}
.brochure .checkbox-label {
  margin-top: auto;
  font-size: 16px;
}
.brochure__button-container {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.brochure__button-wrap {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.brochure__button-wrap::after {
  content: "";
  background-image: url("/site/assets/images/svg/icon-download-arrow.svg");
  width: 13px;
  height: 17px;
  position: absolute;
  top: 17px;
  right: auto;
  left: 22px;
  transition: all 0.2s ease;
  pointer-events: none;
}
.brochure__button-wrap:hover::after {
  transform: translateY(0.125em);
}
.brochure__button-wrap.disabled::after {
  transform: none;
}
.brochure a {
  color: #000;
  text-decoration: underline;
  padding-left: 22px;
  margin-top: auto;
}
.brochure a .icon-download {
  position: relative;
}
.brochure a .icon-download::after {
  content: "";
  background-image: url("/site/assets/images/svg/icon-download-arrow-red.svg");
  position: absolute;
  top: 1px;
  left: -22px;
  transition: all 0.2s ease;
  width: 15px;
  height: 19px;
}
.brochure a:hover .icon-download::after {
  transform: translateY(0.125em);
}

.thankyou-panel {
  display: none;
}

.contact .row__intro {
  padding-bottom: 0;
}

.contact-detail {
  display: grid;
  grid-gap: 30px;
}
@media (min-width: 1024px) {
  .contact-detail {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-detail__form {
  max-width: 500px;
  margin-top: 1em;
}

.contact-detail__locations h3 {
  margin: 0 0 1em;
}

.locations__item {
  font-size: 0.889em;
  display: grid;
  max-width: 100%;
  margin-bottom: 1em;
  border-top: 1px solid #D8D8D8;
  padding-top: 1em;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.locations__item > div:last-child {
  margin-left: 1em;
}
.locations__item > div:last-child p {
  white-space: nowrap;
}
.locations__item p, .locations__item address {
  margin: 0.3em 0;
}
.locations__item address {
  margin-bottom: 1.25em;
}
.locations__item a {
  text-decoration: underline;
}
.locations__item .c2a {
  margin-top: 2em;
}
.locations__item .c2a a {
  text-decoration: none;
  font-weight: 500;
}
.locations__item .fas {
  color: #E20026;
}

#LoginRegister h2 {
  display: none;
}

.extranet-search {
  background: #32303E;
  overflow: hidden;
  position: relative;
  height: 426px;
  padding: 0;
  display: flex;
  align-items: center;
}
.extranet-search * {
  position: relative;
  z-index: 2;
}
.extranet-search::before {
  content: "";
  display: block;
  width: 100vw;
  height: 200vh;
  box-shadow: 0 2px 39px 0 rgba(0, 0, 0, 0.39);
  transform: rotate(-17deg);
  position: absolute;
  left: -50vw;
  top: -25vh;
  pointer-events: none;
  z-index: 1;
}
.extranet-search .row__inner {
  padding-top: 5px;
}
.extranet-search .search-intro {
  margin-bottom: 1.5em;
}
.extranet-search .search-intro p {
  color: #FFFFFF;
  font-size: 1.111em;
  margin-bottom: 0.25em;
}
@media (min-width: 768px) {
  .extranet-search .search-intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.extranet-search form {
  margin-top: 0.5em;
  height: 72px;
  background: white;
  display: flex;
}
.extranet-search form button {
  border: 0;
  background: none;
  cursor: pointer;
}
.extranet-search form i {
  padding: 22px 18px 22px 22px;
}
.extranet-search form input {
  border: 0;
  width: 100%;
  height: 100%;
  padding-right: 22px;
  font-size: 1.222em;
}
.extranet-search form input:focus {
  border: 0;
  padding-left: 17px;
}
.extranet-search .back-link {
  text-align: right;
  color: #FFFFFF;
}
.extranet-search h1 {
  font-size: 3.444em;
  color: #FFFFFF;
  font-weight: 500;
  text-indent: 18px;
  margin: 0;
}
.extranet-search h1::before {
  width: 6px;
}

.extranet-search + .row .row__inner {
  padding-top: 5.8em;
}

.extranet .info_boxes_2 .grid a,
.extranet-subcategory .info_boxes_2 .grid a {
  background: #fff;
  height: auto;
  padding-top: 58%;
  background-position: center;
  background-repeat: no-repeat;
}
.extranet .info_boxes_2 .grid a:after,
.extranet-subcategory .info_boxes_2 .grid a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.02);
  z-index: 2;
}
.extranet .info_boxes_2 .grid a div,
.extranet-subcategory .info_boxes_2 .grid a div {
  z-index: 3;
}

.extranet .row:last-child .row__inner, .extranet-subcategory .row:last-child .row__inner {
  padding-bottom: 4em;
}
.extranet .other-nav, .extranet-subcategory .other-nav {
  font-size: 1em;
}
.extranet .other-nav a, .extranet-subcategory .other-nav a {
  text-decoration: underline;
}
.extranet .other-nav li, .extranet .other-nav li:nth-child(2n), .extranet-subcategory .other-nav li, .extranet-subcategory .other-nav li:nth-child(2n) {
  padding: 0 0 0 20px;
}

@media (max-width: 767px) {
  .extranet .other-nav ul,
  .extranet-subcategory .other-nav ul {
    display: none;
  }
}
.extranet-items .grid {
  grid-template-columns: 1fr;
  grid-gap: 29px 28px;
}
@media (min-width: 1024px) {
  .extranet-items .grid {
    grid-template-columns: 1fr 1fr;
  }
}
.extranet-items .grid .grid__item {
  display: flex;
  border: 1px solid #D8D8D8;
  padding: 30px 31px;
}
.extranet-items .grid .grid__item h6 {
  font-size: 0.778em;
  color: #848484;
  text-transform: uppercase;
}
.extranet-items .grid .grid__item .thumbnail {
  display: block;
  max-width: 50%;
}
.extranet-items .grid .grid__item div {
  margin-left: 1.5em;
  flex: 1;
}
.extranet-items .grid .grid__item h4 {
  margin-top: 0;
}
.extranet-items .grid .grid__item a {
  color: #E20026;
}
.extranet-items .grid img {
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}

.case-studies-basic,
.filtered-category .category-detail {
  display: grid;
  grid-column-gap: 58px;
  position: relative;
}
.case-studies-basic .anchor,
.filtered-category .category-detail .anchor {
  position: absolute;
  top: calc(-4em - 80px);
}
@media (min-width: 768px) {
  .case-studies-basic,
  .filtered-category .category-detail {
    grid-template-columns: 1fr 4fr;
  }
}
.case-studies-basic .grid,
.filtered-category .category-detail .grid {
  gap: 46px 21px;
}
@media (min-width: 550px) {
  .case-studies-basic .grid,
  .filtered-category .category-detail .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .case-studies-basic .grid,
  .filtered-category .category-detail .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.case-studies-basic .grid img,
.filtered-category .category-detail .grid img {
  width: 100%;
}
.case-studies-basic .grid h4,
.filtered-category .category-detail .grid h4 {
  font-weight: 600;
  margin: 0.5em 0;
  font-size: 1.167em;
  transition: all 0.2s ease;
}
.case-studies-basic .grid p,
.filtered-category .category-detail .grid p {
  margin: 0.5em 0;
  font-size: 0.889em;
}
.case-studies-basic .grid .read-more,
.filtered-category .category-detail .grid .read-more {
  color: #E20026;
  transition: all 0.2s ease;
}
.case-studies-basic .grid__item:hover h4,
.filtered-category .category-detail .grid__item:hover h4 {
  color: #E20026;
}
.case-studies-basic .grid__item:hover .read-more,
.filtered-category .category-detail .grid__item:hover .read-more {
  color: #C40021;
}

.filter-group {
  position: relative;
  padding: 3em 0 2em;
}
.filter-group h4 {
  margin: 0 0 1em;
}
@media (max-width: 767px) {
  .filter-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px 12px;
  }
  .filter-group h4 {
    grid-column: 1/3;
  }
}
.filter-group label {
  display: block;
  cursor: pointer;
  margin-bottom: 1px;
  position: relative;
  font-size: 0.889em;
  padding: 0.65em 1em;
  transition: all 0.2s ease;
}
.filter-group label:hover {
  color: #E20026;
}
.filter-group label.checked {
  background: #F5F3F2;
  border-radius: 3px;
}
.filter-group label.checked::after {
  content: "";
  display: block;
  width: 8px;
  height: 9px;
  background: url("/site/assets/images/svg/icon-filter-checked.svg");
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
}
.filter-group label input {
  position: absolute;
  opacity: 0;
}
.filter-group::before {
  content: "";
  height: 1px;
  width: 1000em;
  background: #D8D8D8;
  position: absolute;
  top: 0;
  right: 0;
}
.filter-group:first-child {
  padding-top: 0;
}
.filter-group:first-child::before {
  display: none;
}

.home .banner {
  box-sizing: border-box;
}
.home .banner::before {
  content: "";
  height: 101px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #0E1114 100%);
  z-index: 2;
}
.home .banner__text {
  padding-top: 20px;
}
.home .content-wrapper .row.tagline {
  padding: 1em 0 2em;
}
.home .content-wrapper .row.tagline h4 {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}
.home .home-categories .grid {
  gap: 16px;
  grid-template-columns: 1fr;
}
.home .home-categories .grid h2 {
  font-size: 1.667em;
  font-weight: normal;
  margin-top: 0;
}
@media (min-width: 550px) {
  .home .home-categories .grid {
    grid-template-columns: 1fr 1fr;
    gap: 17px 16px;
  }
}
@media (min-width: 768px) {
  .home .home-categories .grid {
    gap: 22px 19px;
  }
}
@media (min-width: 1024px) {
  .home .home-categories .grid {
    gap: 30px 27px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.home .intro {
  font-size: 1.167em;
  line-height: 1.333em;
}
.home .twitter h3,
.home .events-and-resources h3 {
  margin-top: 0.5em;
}
.home .grid--home-news {
  grid-gap: 16px;
}
@media (min-width: 550px) {
  .home .grid--home-news {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .home .grid--home-news {
    grid-gap: 16px;
  }
}
@media (min-width: 1024px) {
  .home .grid--home-news {
    grid-gap: 30px;
  }
}
.home .grid--home-news .grid__item {
  position: relative;
  background: white;
  padding-bottom: 15px;
}
.home .grid--home-news .grid__item img {
  width: 100%;
}
@media (min-width: 1024px) {
  .home .grid--home-news .grid__item {
    padding-bottom: 131px;
  }
}
.home .grid--home-news img {
  display: block;
}
.home .grid--home-news .text {
  background: white;
  min-height: 131px;
  padding: 16px 25px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .home .grid--home-news .text {
    position: absolute;
    bottom: 0;
  }
}
.home .grid--home-news .text h3 {
  margin: 0;
  line-height: 1.4;
  font-size: 1.1em;
}
@media (min-width: 1024px) {
  .home .grid--home-news .text h3 {
    font-size: 1.222em;
  }
}
.home .grid--home-news .text .intro {
  font-size: 0.9em;
}
@media (min-width: 1024px) {
  .home .grid--home-news .text .intro {
    display: none;
  }
}
.home .twitter h3, .home .events-and-resources h3 {
  margin-bottom: 1em;
}

.twitter {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .twitter {
    display: block;
  }
}
.twitter iframe {
  border: 1px solid rgba(216, 216, 216, 0.5) !important;
  border-radius: 10px;
  flex: 1;
}

.html-sitemap .sitemap a {
  text-decoration: underline;
}
.html-sitemap .sitemap ul ul {
  margin-left: 2em;
  margin-bottom: 1em;
}
.html-sitemap .sitemap li.no-child + li:not(.no-child) {
  margin-top: 1em;
}

.login .content--text_1 {
  grid-row-gap: 60px;
}
.login form {
  max-width: 500px;
  position: relative;
}
.login #LoginRegister {
  position: relative;
}
.login .LoginRegisterLinks {
  position: absolute;
  margin-left: 145px;
  font-size: 0.778em;
  bottom: 77px;
}
.login .LoginRegisterLinks li {
  list-style: none;
}
.login .content__body div {
  font-size: 1.333em;
  line-height: 1em;
  padding-left: 1em;
  position: relative;
}
.login .content__body div::before {
  content: "";
  width: 4px;
  position: absolute;
  background: #E20026;
  height: 80%;
  top: 8%;
  left: -4px;
  font-size: 1.333em;
}
.login .content__body div a {
  font-weight: 500;
}

.LoginRegisterLinksLogin,
.LoginRegisterLinksRegister,
.registration .LoginRegisterLinks,
.logout .LoginRegisterMessage,
.LoginRegisterPro h2 {
  display: none;
}

.ConfirmForm {
  margin-top: 1em;
}

.pass-confirm,
.pass-scores {
  display: block;
  font-size: 0.889em;
  margin-top: 0.5em;
}
.pass-confirm i,
.pass-scores i {
  display: none;
}

#ProcessForgotPassword .InputfieldHeader {
  font-size: 1.111em;
}

.register-link a {
  color: #E20026;
  transition: all 0.2s ease;
}
.register-link a:hover {
  color: #C40021;
}

.content .LoginRegisterError {
  color: #E20026;
  margin-bottom: 2em;
}

.content h2.configurable-header {
  font-size: 2.556em;
  font-weight: 500;
  line-height: 1.043em;
  margin-top: 0;
}
.content h3.configurable-header {
  font-size: 1.778em;
  margin-top: 0;
}
.content--text_1 {
  display: grid;
  gap: 0 30px;
}
@media (min-width: 1024px) {
  .content--text_1 {
    gap: 0 60px;
  }
}
.content--text_1 h4 {
  margin-top: 0;
  font-size: 1.778em;
}
@media (min-width: 1024px) {
  .content--text_1 {
    grid-template-columns: 1fr 1fr;
  }
}
.content--text_1 .content__textarea *:first-child {
  margin-top: 0;
}
.content--text_2 h6 {
  text-transform: uppercase;
  font-size: 0.778em;
}
.content--text_2 .configurable-header {
  margin-top: 0;
}
.content--text_3 .configurable-header {
  margin-top: 0;
}
.content--text_3 p {
  max-width: 860px;
}
.content--text_3 p:first-child {
  margin-top: 0;
}
.content--text_list_1 .configurable-header {
  margin-bottom: 1em;
  margin-top: 0;
}
.content--text_list_1 .features {
  display: grid;
  grid-row-gap: 20px;
  grid-column-gap: 30px;
}
@media (min-width: 768px) {
  .content--text_list_1 .features {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 26px;
  }
}
.content--text_list_1 .features h4 {
  margin: 0;
  font-size: 1.222em;
}
.content--text_list_1 .features p {
  margin-top: 0.5em;
}
.content figure {
  width: 100%;
  margin: 2em 0;
  position: relative;
}
.content figure img {
  width: 100%;
}
.content figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  color: #FFFFFF;
  height: 25%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0E1114 100%);
  display: flex;
  align-items: flex-end;
  width: 100%;
  box-sizing: border-box;
}

.icon_boxes_1, .icon_boxes_2 {
  display: grid;
  gap: 18px;
}
@media (min-width: 768px) {
  .icon_boxes_1, .icon_boxes_2 {
    grid-template-columns: 1fr 1fr;
  }
}
.icon_boxes_1__item, .icon_boxes_2__item {
  display: flex;
  padding: 28px 30px 31px;
}
.icon_boxes_1__item img, .icon_boxes_2__item img {
  margin-right: 28px;
  align-self: center;
}
.icon_boxes_1__item h4, .icon_boxes_2__item h4 {
  margin: 0 0 0.25em;
}
.icon_boxes_1__item span, .icon_boxes_2__item span {
  font-size: 0.889em;
}
.icon_boxes_1__item a, .icon_boxes_2__item a {
  background: url("/site/assets/images/svg/icon-arrow-right.svg") right no-repeat;
  padding-right: 20px;
  background-size: 15px;
}

.icon_boxes_1__item a {
  font-weight: 500;
}

.icon_boxes_2 {
  grid-template-columns: repeat(3, 1fr);
}
.icon_boxes_2__item {
  border-left: 5px solid #E20026;
  padding: 1.6em 1.45em 1.85em;
}
.icon_boxes_2__item h4 {
  display: flex;
  align-items: center;
  margin-bottom: 0.55em;
  font-size: 1.222em;
}
.icon_boxes_2__item h4 img {
  margin-right: 0.75em;
}
.icon_boxes_2__item span {
  color: #333333;
}

.block-banner {
  background: #32303E;
  display: grid;
  padding: 19px 19px 0 19px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .block-banner {
    grid-template-columns: auto 1fr;
    grid-gap: 74px;
  }
}
.block-banner .image {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.block-banner .image img {
  flex: 1;
  display: block;
}
.block-banner .text {
  padding-bottom: 19px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-banner .text h3 {
  margin: 0;
}
.block-banner .text li {
  display: inline-block;
}
.block-banner .text li a {
  display: inline-block;
  background: url("/site/assets/images/svg/icon-angle-right.svg") right no-repeat;
  background-size: 8px 10px;
  padding-right: 16px;
}
.block-banner .text li::before {
  content: "";
  height: 13px;
  width: 1px;
  background: rgba(255, 255, 255, 0.22);
  display: inline-block;
  margin: 0 18px -1px;
}
.block-banner .text li:first-child::before {
  display: none;
}
.block-banner * {
  color: #FFFFFF;
}

.grid--product-category-info,
.grid--industries,
.info_boxes_1 .grid {
  display: grid;
  grid-gap: 29px 28px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid--product-category-info,
  .grid--industries,
  .info_boxes_1 .grid {
    grid-template-columns: 1fr 1fr;
  }
}
.grid--product-category-info a,
.grid--industries a,
.info_boxes_1 .grid a {
  position: relative;
  display: block;
}
.grid--product-category-info a div,
.grid--industries a div,
.info_boxes_1 .grid a div {
  position: absolute;
  background: white;
  padding: 22px 28px 30px;
  max-width: 480px;
  box-sizing: border-box;
  border-left: 4px solid #E20026;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
@media (min-width: 768px) {
  .grid--product-category-info a div,
  .grid--industries a div,
  .info_boxes_1 .grid a div {
    bottom: 33px;
    left: 28px;
    right: 28px;
  }
}
.grid--product-category-info a div h4,
.grid--industries a div h4,
.info_boxes_1 .grid a div h4 {
  font-weight: 500;
  margin: 0 0 0.268em;
  font-size: 1.667em;
}
@media (min-width: 768px) {
  .grid--product-category-info a div h4,
  .grid--industries a div h4,
  .info_boxes_1 .grid a div h4 {
    font-size: 1.111em;
  }
}
@media (min-width: 1024px) {
  .grid--product-category-info a div h4,
  .grid--industries a div h4,
  .info_boxes_1 .grid a div h4 {
    font-size: 1.667em;
  }
}
.grid--product-category-info a div span,
.grid--industries a div span,
.info_boxes_1 .grid a div span {
  background: url("/site/assets/images/svg/icon-arrow-right.svg") right no-repeat;
  background-size: 15px;
  padding-right: 25px;
  transition: all 0.2s ease;
}
.grid--product-category-info a img,
.grid--industries a img,
.info_boxes_1 .grid a img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  min-height: 230px;
}
@media (min-width: 768px) {
  .grid--product-category-info a img,
  .grid--industries a img,
  .info_boxes_1 .grid a img {
    min-height: 320px;
  }
}
.grid--product-category-info a:hover div span,
.grid--industries a:hover div span,
.info_boxes_1 .grid a:hover div span {
  padding-right: 35px;
}

.row--alt .info_boxes_2 .grid a div {
  background: #F5F3F2;
}

.grid--industry,
.info_boxes_2 .grid {
  display: grid;
  grid-gap: 50px 28px;
}
@media (min-width: 768px) {
  .grid--industry,
  .info_boxes_2 .grid {
    grid-template-columns: 1fr 1fr;
  }
}
.grid--industry a,
.info_boxes_2 .grid a {
  position: relative;
  display: block;
  height: 380px;
  background: #F5F3F2;
}
.grid--industry a div,
.info_boxes_2 .grid a div {
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  padding: 20px 28px 0 0;
  max-width: 377px;
  max-width: 80%;
}
.grid--industry a div h4,
.info_boxes_2 .grid a div h4 {
  font-size: 1.667em;
  font-weight: 500;
  margin: 0 0 0.2em;
  transition: all 0.2s ease;
}
.grid--industry a div span,
.info_boxes_2 .grid a div span {
  background: url("/site/assets/images/svg/icon-arrow-right.svg") right no-repeat;
  background-size: 15px;
  padding-right: 25px;
}
.grid--industry a img,
.info_boxes_2 .grid a img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.grid--industry a:hover h4,
.info_boxes_2 .grid a:hover h4 {
  color: #E20026;
}

.image-text-pair {
  display: grid;
  grid-gap: 30px 30px;
}
@media (min-width: 1024px) {
  .image-text-pair {
    gap: 30px 60px;
  }
}
.image-text-pair img {
  -o-object-fit: contain;
     object-fit: contain;
}
.image-text-pair .swiper-positioner {
  min-width: 0;
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  .image-text-pair .swiper-positioner {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .image-text-pair {
    grid-template-columns: 1fr 1fr;
  }
}
.image-text-pair__text *:first-child {
  margin-top: 1em;
}
@media (min-width: 1024px) {
  .image-text-pair--right {
    grid-template-columns: 1fr 1fr;
  }
  .image-text-pair--right .image-text-pair__text {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .image-text-pair--right .image-text-pair__image {
    grid-column: 2/3;
  }
}
.image-text-pair .c2a {
  margin-top: 2em;
}
.image-text-pair--advanced {
  padding: 0;
  width: 1274px;
  background-color: #F5F3F2;
}
.image-text-pair--advanced .image-text-pair__text {
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.image-text-pair--advanced .image-text-pair__text .image-text-pair__socials {
  margin-top: auto;
}
.image-text-pair--advanced .image-text-pair__text .image-text-pair__socials p {
  margin-bottom: 0;
}
.image-text-pair--advanced .image-text-pair__text .image-text-pair__socials img {
  margin-top: 10px;
  margin-right: 10px;
}
.image-text-pair--advanced .image-text-pair__text .image-text-pair__socials img.icon-facebook {
  transform: translateY(2px);
}
.image-text-pair--advanced .image-text-pair__text .image-text-pair__socials a:not(:last-child) {
  margin-right: 20px;
}
.image-text-pair--advanced .image-text-pair__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .image-text-pair--advanced.image-text-pair {
    grid-gap: unset;
  }
}

.floating-cta {
  padding: 0;
  margin-bottom: 3rem;
}
.floating-cta .c2a {
  margin-top: 2.8rem;
  display: flex;
  justify-content: center;
}

.landing-page .content iframe {
  margin: 100px auto 0;
  display: block;
}

.popup.popup--form .popup-form__content-title {
  display: block;
  font-weight: 500;
}
.popup.popup--form .FormBuilder {
  padding-bottom: 0;
}
.popup.popup--form form {
  margin-top: 20px;
}
.popup.popup--form .Inputfield_gdpr_checkbox .InputfieldHeader {
  display: none;
}
.popup.popup--form .Inputfield_data_capture_submit {
  margin-bottom: 0;
}

.page-builder-simple > div {
  margin: 4em 0 3em;
}
.page-builder-simple > div:first-child {
  padding-top: 0;
}
.page-builder-simple .image-text-pair .bordered-header {
  margin: 0;
  text-indent: 0;
}
.page-builder-simple .image-text-pair .bordered-header::before {
  display: none;
}
.page-builder-simple .image-text-pair button {
  transform: scale(0.75);
  transform-origin: left;
}
.page-builder-simple .image-text-pair button.swiper-next {
  transform-origin: right;
}
.page-builder-simple .image-text-pair {
  grid-template-columns: minmax(50%, 410px) 1fr;
}
.page-builder-simple .image-text-pair--right {
  grid-template-columns: 1fr minmax(50%, 410px);
}

.product .content-wrapper .breadcrumbs {
  padding: 0 0 1em;
  border: 0;
  line-height: 1.5em;
  font-size: 13px;
}
.product .content-wrapper .breadcrumbs .row__inner {
  width: auto;
  padding: 0;
}
@media (min-width: 768px) {
  .product__top {
    display: flex;
  }
}
.product__top-left {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .product__top-left {
    width: 54%;
    margin-right: 29px;
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .product__top-left {
    width: 65%;
    margin-right: 48px;
  }
}
.product__gallery {
  background: white;
}
.product__gallery .zoom-tip {
  position: absolute;
  bottom: 29px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #848484;
  font-size: 0.722em;
  display: none;
}
@media (min-width: 1024px) {
  .product__gallery .zoom-tip {
    display: block;
  }
}
.product__gallery .zoom-tip i {
  margin-right: 2px;
}
.product__gallery button {
  position: absolute;
  top: 50%;
  z-index: 2;
  background-repeat: no-repeat;
  background-color: #E20026;
  background-position: center;
  cursor: pointer;
  padding: 0 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
  width: 37px;
  height: 37px;
  left: 16px;
  border: 0;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .product__gallery button {
    left: 40px;
  }
}
@media (min-width: 1400px) {
  .product__gallery button {
    width: 48px;
    height: 48px;
  }
}
.product__gallery button.disabled, .product__gallery button.disabled:hover {
  background-color: #E2E2E2;
  border-color: white;
  cursor: default;
}
.product__gallery button.prev, .product__gallery button.next {
  background-size: 23%;
}
@media (min-width: 1400px) {
  .product__gallery button.prev, .product__gallery button.next {
    background-size: auto;
  }
}
.product__gallery button.prev {
  background-image: url("/site/assets/images/svg/icon-angle-white-left.svg");
}
.product__gallery button.next {
  background-image: url("/site/assets/images/svg/icon-angle-white-right.svg");
  left: auto;
  right: 16px;
}
@media (min-width: 1024px) {
  .product__gallery button.next {
    right: 40px;
  }
}
.product__gallery button:active, .product__gallery button.nice-select.open, .product__gallery button:hover {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1400px) {
  .product__gallery button:active, .product__gallery button.nice-select.open, .product__gallery button:hover {
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
  }
}
.product__image {
  height: 302px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 550px) {
  .product__image {
    height: 394px;
  }
}
@media (min-width: 768px) {
  .product__image {
    height: 303px;
  }
}
@media (min-width: 1024px) {
  .product__image {
    height: 474px;
  }
}
@media (min-width: 1400px) {
  .product__image {
    height: 548px;
  }
}
.product__image .product-image-wrapper {
  display: flex;
  justify-content: center;
  z-index: 2;
}
.product__image .product-image-wrapper.product-zoom {
  cursor: zoom-in;
}
.product__image img {
  height: 220px;
  max-width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  position: relative;
}
@media (min-width: 550px) {
  .product__image img {
    height: 303px;
    max-width: 303px;
  }
}
@media (min-width: 768px) {
  .product__image img {
    height: 202px;
    max-width: 222px;
  }
}
@media (min-width: 1024px) {
  .product__image img {
    height: 304px;
    max-width: 304px;
  }
}
@media (min-width: 1400px) {
  .product__image img {
    height: 548px;
    max-width: 590px;
  }
}
.product__image iframe {
  max-height: 100%;
}
.product__image .product-zoom img:hover {
  opacity: 0;
}
.product__thumbnails {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  grid-gap: 8px;
  margin-top: 9px;
}
.product__thumbnails a {
  background-color: white;
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 60px;
}
.product__thumbnails a.active::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  background: #E20026;
  left: 0;
  top: 0;
  display: block;
  z-index: 1;
}
.product__thumbnails a.embed {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product__thumbnails a.embed::after {
  content: "360°";
  position: absolute;
  font-weight: bold;
  color: #333333;
  transition: all 0.2s ease;
  font-size: 0.9em;
  letter-spacing: -0.5px;
  opacity: 0.8;
}
.product__thumbnails a.embed svg {
  fill: #848484;
  opacity: 0.1;
  width: 50px;
  height: auto;
  transition: all 0.2s ease;
}
.product__thumbnails a.embed:hover::after {
  opacity: 1;
}
.product__thumbnails a div {
  box-sizing: border-box;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
}
.product__intro {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .product__intro {
    padding-top: 3em;
    max-width: 390px;
  }
}
@media (min-width: 1400px) {
  .product__intro {
    padding-top: 2em;
  }
}
.product__intro h1 {
  margin-top: 0;
}
.product__intro .c2a {
  margin-top: 2em;
}
.product .purchase_link {
  margin-top: 2em;
}
.product .purchase_link + .c2a {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .product__details {
    padding-left: 0;
    padding-right: 0;
  }
}

.tabbed-content .row {
  padding: 4em 0;
}
.tabbed-content__tabs {
  font-size: 0.889em;
  white-space: nowrap;
  display: inline-block;
  margin: 0;
}
.tabbed-content__tabs li {
  display: inline-block;
  margin: 0 3px 0 0;
}
.tabbed-content__tabs li a {
  background: #F5F3F2;
  border-top: 3px solid #F5F3F2;
  display: block;
  opacity: 0.64;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 10px 18px;
  min-width: 132px;
}
@media (min-width: 1400px) {
  .tabbed-content__tabs li a {
    padding: 20px 15px 24px;
    min-width: 165px;
  }
}
.tabbed-content__tabs li.active a {
  opacity: 1;
  border-color: #E20026;
}
.tabbed-content__content {
  background: #F5F3F2;
}
.tabbed-content__content .row:first-child {
  padding-top: 0;
}
.tabbed-content__content .row:last-child {
  padding-bottom: 0;
}
.tabbed-content__content .tab-item {
  display: none;
  padding: 71px 15px;
}
.tabbed-content__content .tab-item .bordered-header {
  margin: 0 0 1em;
}
@media (min-width: 550px) {
  .tabbed-content__content .tab-item {
    padding: 71px 30px;
  }
}
@media (min-width: 1400px) {
  .tabbed-content__content .tab-item {
    padding: 104px 44px;
  }
}
.tabbed-content__content .tab-item.active {
  display: block;
}
.tabbed-content__content .tab-item .row *:first-child {
  margin-top: 0;
}

.overview .overview-mini-title {
  text-transform: uppercase;
  font-size: 0.778em;
  margin-bottom: 1em;
}
.overview h2 {
  margin-top: 0;
  font-size: 2.556em;
  font-weight: 500;
  line-height: 1.043em;
}
@media (min-width: 1024px) {
  .overview .overview-lower {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 80px;
  }
}
.overview .c2a {
  margin-bottom: 2em;
}

@media (min-width: 1024px) {
  .category-search__fields {
    display: flex;
    align-items: flex-start;
  }
}
.category-search__filters {
  padding-top: 2em;
  font-size: 0.833em;
  align-items: center;
}
.category-search__dropdowns {
  flex-grow: 1;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .category-search__dropdowns {
    display: flex;
  }
}
.category-search__dropdowns .filters {
  flex: 1;
}
.category-search__dropdowns label {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 1em;
}
.category-search__dropdowns .nice-select {
  border: 0;
  border-radius: 0;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.06);
  margin-right: 6px;
  margin-bottom: 12px;
  width: 100%;
}
@media (min-width: 550px) {
  .category-search__dropdowns .nice-select {
    width: auto;
  }
}
.category-search .reset {
  text-decoration: underline;
  margin-bottom: 12px;
  white-space: nowrap;
  line-height: 48px;
}
.category-search__text {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.06);
  background: white;
  display: flex;
  margin-bottom: 12px;
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 550px) {
  .category-search__text {
    width: 280px;
  }
}
.category-search__text input.text {
  border: 0;
  height: 47px;
  margin: 0;
}
.category-search__text input.text:focus {
  padding-left: 17px;
}
.category-search__text ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.category-search__text ::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.category-search__text button {
  border: 0;
  padding: 10px 15px;
  background: none;
}
.category-search__text button i {
  color: #E20026;
}

.section-grid .content-wrapper .row.row__header-pad {
  padding-top: 106px;
}
.section-grid .content-wrapper .breadcrumbs:first-child {
  border: none;
}
.section-grid .content-wrapper .breadcrumbs:first-child .row__inner {
  padding: 0;
}
.section-grid .row__intro p {
  line-height: 1.4rem;
  margin-bottom: 4px;
}
.section-grid__jump-to {
  padding-bottom: 0;
}
.section-grid__jump-to .row__inner > * {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130.3%;
}
.section-grid__jump-to .jump-to__link {
  border: 0;
  background: #e9e7e6;
  border-radius: 3px;
  padding: 0.25em 0.55em;
  display: inline-block;
  cursor: pointer;
  margin: 1px 3px 1px 0;
}
.section-grid .category {
  padding-top: 30px;
}
.section-grid .category h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 102.3%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 25px;
  border-top: 1px solid #D8D8D8;
}
.section-grid .grid-item__inner h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 102.3%;
}
.section-grid .grid-item__inner p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130.3%;
}
.section-grid .grid-item__inner a {
  color: #E20026;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130.3%;
  text-decoration-line: underline;
  display: inline-block;
  margin-top: 15px;
}
.section-grid .video__thumbnail {
  position: relative;
  display: flex;
}
.section-grid .video__thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25) 0%, transparent 35%);
}
.section-grid .video__icon {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 1;
}
.section-grid .video__duration {
  position: absolute;
  right: 16px;
  bottom: 27px;
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130.3%;
  z-index: 1;
}
/*# sourceMappingURL=style.css.map */
