html {
  font-size: 12px;
}
.button {

  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .1rem;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #3b3f50;
  height: 4.6rem;
  line-height: 4.6rem;
  padding: 0 2.5rem;
  cursor: pointer;
  border: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1;
}
#___gatsby {
  padding-top: 9.4rem;
}

.button:active,
.button:focus,
.button:hover {
  color: #141930;
  background: #fff
}

.button:disabled {
  cursor: default;
  opacity: .4;
  pointer-events: none
}

.button--header {
  display: none;
  height: auto;
  line-height: 1;
  transition: background .3s cubic-bezier(.25, 1, .35, 1), color .3s cubic-bezier(.25, 1, .35, 1), opacity .3s cubic-bezier(.25, 1, .35, 1), padding .3s cubic-bezier(.25, 1, .35, 1)
}

@media(min-width:768px) {
  .button--header {
    display: inline-block;
    padding: 3.4rem;
    font-size: 1.2rem
  }
}

@media(min-width:1200px) {
  .button--header {
    font-size: 1.4rem;
    padding: 4rem 3.5rem
  }
}

.button--header-stuck {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem
}

.button--outline {
  background: 0 0;
  border: .2rem solid #fff;
  line-height: 4.2rem
}

.button--navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.8rem;
  padding: 2.6rem 0;
  height: auto
}

@media(min-width:768px) {
  .button--navigation {
    display: none
  }
}

@media(min-width:768px) {
  .button--medium {
    font-size: 1.3rem;
    height: 5.4rem;
    line-height: 5.4rem
  }
}

@media(min-width:768px) {
  .button--large {
    height: 6.6rem;
    line-height: 6.6rem;
    font-size: 1.8rem
  }
}

.container {
  display: block;
  position: relative;
  margin: 0 2.5rem;
  max-width: 140rem
}

@media(min-width:768px) {
  .container {
    margin: 0 8rem
  }
}

@media(min-width:992px) {
  .container {
    margin: 0 10rem
  }
}

@media(min-width:1600px) {
  .container {
    margin: 0 auto;
    width: 140rem!important;
  }
}

.error-hero {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.error-hero__title {
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 4.5rem;
  letter-spacing: .1rem;
  line-height: 1
}

@media(min-width:768px) {
  .error-hero__title {
    font-size: 9.6rem;
    letter-spacing: .2rem
  }
}

.error-hero__text {
  max-width: 34.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  margin: 2.5rem auto 0
}

@media(min-width:768px) {
  .error-hero__text {
    font-size: 1.6rem;
    margin-top: 2rem
  }
}

.error-hero__button {
  margin: 16.5rem 0 0
}

@media(min-width:768px) {
  .error-hero__button {
    margin-top: 7.2rem
  }
}

.case-studies-filters {
  padding: 2.5rem 0 4.9rem
}

@media(min-width:768px) {
  .case-studies-filters {
    padding-bottom: 5.5rem
  }
}

@media(min-width:992px) {
  .case-studies-filters {
    padding-bottom: 12.7rem
  }
}

.case-studies-filters__item {
  display: inline-block;
  margin: .5rem
}

@media(min-width:992px) {
  .case-studies-filters__item {
    margin: 1rem
  }
}

.case-studies-filters__button {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 3.6rem;
  height: 4rem;
  padding: 0 1.2rem;
  background: #242626;
  border: .2rem solid #242626;
  cursor: pointer;
  transition: border .3s cubic-bezier(.25, 1, .35, 1), background .3s cubic-bezier(.25, 1, .35, 1)
}

.case-studies-filters__button:active,
.case-studies-filters__button:focus,
.case-studies-filters__button:hover {
  background-color: #3b3e3e;
  border-color: #3b3e3e
}

.case-studies-filters__button--active,
.case-studies-filters__button--active:active,
.case-studies-filters__button--active:focus {
  background: 0 0;
  border-color: #fd8733
}

.case-studies-filters__button--active:hover {
  border-color: #fd8733;
  background: #242626
}

.case-studies-filters__drawer {
  max-height: 90rem;
  transition: max-height .3s cubic-bezier(.25, 1, .35, 1);
  margin: 0 -1rem
}

.case-studies-filters__drawer--closed {
  overflow: hidden;
  max-height: 10rem
}

@media(min-width:992px) {
  .case-studies-filters__drawer--closed {
    max-height: none
  }
}

.case-studies-filters__more-button {
  cursor: pointer;
  background: 0 0;
  color: #fff;
  border: none;
  font-size: 1.6rem;
  padding: .5rem;
  margin: 2rem 0 0;
  width: 15.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 1;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1)
}

.case-studies-filters__more-button:active,
.case-studies-filters__more-button:focus,
.case-studies-filters__more-button:hover {
  opacity: .8
}

.case-studies-filters__more-button span {
  text-decoration: underline
}

.case-studies-filters__more-arrow {
  margin: 0 0 0 1.1rem;
  transform: rotate(0);
  transition: transform .3s cubic-bezier(.25, 1, .35, 1)
}

.case-studies-filters__more-arrow--opened {
  transform: rotate(180deg)
}

.case-studies-filters__dismiss {
  transform: scale(1.4);
  margin: 0;
  fill: #fd8733;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity .5s cubic-bezier(.25, 1, .35, 1), margin .3s cubic-bezier(.25, 1, .35, 1)
}

.case-studies-filters__dismiss--visible {
  width: auto;
  margin-left: .6rem;
  opacity: 1;
  pointer-events: none;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1), margin .5s cubic-bezier(.25, 1, .35, 1)
}

.client-work-promo {
  background: #141930;
  padding: 4.8rem 2.1rem 5.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

@media(min-width:576px) {
  .client-work-promo {
    padding: 6.5rem 5.7rem 7.6rem;
    align-items: flex-start
  }
}

@media(min-width:992px) {
  .client-work-promo {
    padding: 6.5rem 5.6rem 7.7rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start
  }
}

.client-work-promo__title {
  line-height: 1.3;
  text-transform: uppercase;
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: .1rem;
  margin: 0 0 2.4rem;
  text-align: center
}

@media(min-width:576px) {
  .client-work-promo__title {
    font-size: 2.2rem;
    margin-bottom: 2.2rem;
    text-align: left;
    max-width: 44rem
  }
}

.client-work-promo__text {
  font-size: 1.5rem;
  text-align: center
}

@media(min-width:576px) {
  .client-work-promo__text {
    font-size: 1.6rem;
    text-align: left;
    max-width: 44rem
  }
}

.client-work-promo__button {
  margin: 2.6rem 0 0
}

@media(min-width:576px) {
  .client-work-promo__button {
    margin-top: 4.3rem
  }
}

@media(min-width:992px) {
  .client-work-promo__button {
    margin-top: 0
  }
}

.case-studies-grid {
  padding: 0 0 2.6rem;
  min-height: 60vh;
  opacity: 1;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1)
}

@media(min-width:768px) {
  .case-studies-grid {
    padding-bottom: 13.3rem
  }
}

@media(min-width:992px) {
  .case-studies-grid {
    padding-bottom: 10.3rem
  }
}

.case-studies-grid--loading {
  opacity: 0;
  transition: opacity 0s cubic-bezier(.25, 1, .35, 1)
}

.case-studies-grid__no-results {
  padding: 5rem 0 15rem
}

@media(min-width:768px) {
  .case-studies-grid__no-results {
    padding: 8.7rem 0 30rem
  }
}

@media(min-width:992px) {
  .case-studies-grid__no-results {
    padding: 10rem 0 30rem
  }
}

.case-studies-grid__no-results-text,
.case-studies-grid__no-results-title {
  text-transform: none;
  font-weight: 500;
  text-align: center;
  font-size: 2.4rem;
  margin: 0 0 1.4rem
}

@media(min-width:768px) {

  .case-studies-grid__no-results-text,
  .case-studies-grid__no-results-title {
    font-size: 3.1rem
  }
}

@media(min-width:992px) {

  .case-studies-grid__no-results-text,
  .case-studies-grid__no-results-title {
    font-size: 4rem;
    margin-bottom: 2rem
  }
}

.case-studies-grid__no-results-text {
  font-size: 1.6rem
}

@media(min-width:768px) {
  .case-studies-grid__no-results-text {
    font-size: 2rem
  }
}

.case-studies-grid__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.2rem
}

@media(min-width:576px) {
  .case-studies-grid__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3.2rem
  }
}

@media(min-width:992px) {
  .case-studies-grid__list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4rem
  }
}

.case-studies-grid__item--promo {
  grid-row: 4/4
}

@media(min-width:576px) {
  .case-studies-grid__item--promo {
    grid-column: 1/span 2
  }
}

@media(min-width:992px) {
  .case-studies-grid__item--promo {
    grid-row: 3/3;
    grid-column: 1/span 3
  }
}

.case-studies-grid__button {
  display: block;
  width: 100%;
  padding: 0;
  position: relative;
  border: none;
  background: 0 0;
  cursor: pointer;
  overflow: hidden
}

.case-studies-grid__button:after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .08) 60%, rgba(0, 0, 0, .08) 0, transparent);
  transition: opacity .5s cubic-bezier(.25, 1, .35, 1)
}

.case-studies-grid__button:active:after,
.case-studies-grid__button:focus:after,
.case-studies-grid__button:hover:after {
  opacity: 0
}

.case-studies-grid__button:active .case-studies-grid__item-image,
.case-studies-grid__button:focus .case-studies-grid__item-image,
.case-studies-grid__button:hover .case-studies-grid__item-image {
  transform: scale(1.1)
}

.case-studies-grid__button:active .case-studies-grid__item-logo,
.case-studies-grid__button:focus .case-studies-grid__item-logo,
.case-studies-grid__button:hover .case-studies-grid__item-logo {
  opacity: 0
}

.case-studies-grid__item-image {
  width: 100%;
  z-index: 1;
  transform: scale(1);
  transition: transform .3s cubic-bezier(.25, 1, .35, 1)
}

.case-studies-grid__item-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6rem;
  height: 4rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
  transform: scale(1) translate(-50%, -50%);
  transition: opacity .5s cubic-bezier(.25, 1, .35, 1);
  overflow: hidden;
  white-space: nowrap;
  text-indent: -999rem;
  line-height: 1
}

@media(min-width:768px) {
  .case-studies-grid__item-logo {
    width: 8rem;
    height: 5rem
  }
}

@media(min-width:992px) {
  .case-studies-grid__item-logo {
    width: 10rem;
    height: 6rem
  }
}

.case-studies-grid__item-logo--landscape {
  width: 8rem
}

@media(min-width:768px) {
  .case-studies-grid__item-logo--landscape {
    width: 11rem
  }
}

@media(min-width:992px) {
  .case-studies-grid__item-logo--landscape {
    width: 13rem
  }
}

.case-studies-grid__video-icon {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 3
}

.case-studies-grid__video-icon svg {
  width: 3rem;
  height: 3rem
}

.case-studies-media-filter {
  position: relative;
  z-index: 1;
  text-align: left;
  width: 25rem;
  display: block;
  z-index: 2
}

.case-studies-media-filter--active {
  z-index: 10
}

.case-studies-media-filter__wrap {
  display: none;
  justify-content: flex-end;
  margin-bottom: 2.2rem
}

@media(min-width:576px) {
  .case-studies-media-filter__wrap {
    display: flex;
    margin-bottom: 3.2rem
  }
}

@media(min-width:992px) {
  .case-studies-media-filter__wrap {
    margin-bottom: 4rem
  }
}

.case-studies-media-filter__trigger {
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: 0 0;
  outline: 0;
  border: none;
  border-bottom: .2rem solid #787a88;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 0 1.3rem;
  cursor: pointer
}

.case-studies-media-filter__trigger-text {
  opacity: 1;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1)
}

.case-studies-media-filter__trigger-text--opened {
  opacity: .4
}

.case-studies-media-filter__trigger-text--capitalised {
  text-transform: capitalize
}

.case-studies-media-filter__trigger-icon {
  transform: rotate(0) translateY(60%);
  transition: transform .3s cubic-bezier(.25, 1, .35, 1)
}

.case-studies-media-filter__trigger-icon--opened {
  transform: rotate(180deg) translateY(-60%)
}

.case-studies-media-filter__list {
  padding: .8rem 0;
  background: #242626;
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  top: 3.1rem;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
  max-height: 30rem;
  overflow: scroll;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.case-studies-media-filter__list--opened {
  display: block
}

.case-studies-media-filter__item+.case-studies-media-filter__item {
  margin-top: .4rem
}

.case-studies-media-filter__button {
  text-decoration: none;
  border: none;
  background: 0 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: .8rem 1.8rem;
  background: hsla(0, 0%, 100%, 0);
  transition: background .3s cubic-bezier(.25, 1, .35, 1)
}

.case-studies-media-filter__button:hover {
  background: hsla(0, 0%, 100%, .075)
}

.max-width {
  width: 100%;
  max-width: 170rem;
  margin: 0 auto
}

.about-map {
  width: 100%;
  margin: 9.3rem auto 14rem;
  max-width: 120rem;
  position: relative
}

@media(min-width:768px) {
  .about-map {
    margin-bottom: 8.4rem auto 20.7rem
  }
}

@media(min-width:992px) {
  .about-map {
    margin: 17.5rem auto 25.8rem
  }
}

.about-map__map {
  z-index: 1
}

.about-map__geography {
  fill: #152641;
  stroke: #141930;
  transition: fill .3s cubic-bezier(.25, 1, .35, 1), stroke .3s cubic-bezier(.25, 1, .35, 1)
}

.about-map__geography--hovered {
  fill: #3a5072
}

.about-map__geography--antarctica {
  display: none
}

.about-map__marker {
  fill: #fff;
  pointer-events: none
}

.about-map__title {
  display: none;
  z-index: 2;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1)
}

@media(min-width:768px) {
  .about-map__title {
    display: block;
    font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: .1rem
  }
}

@media(min-width:992px) {
  .about-map__title {
    font-size: 2.4rem
  }
}

.about-map__title--hover {
  opacity: 1
}

.about-map__title--europe {
  right: 21%;
  top: 20%
}

.about-map__title--asia {
  right: 0;
  bottom: 47%
}

.about-map__title--america {
  left: 17%;
  top: 40%
}

.about-page-promo {
  background: #141930;
  padding: 8.5rem 0 8.6rem
}

@media(min-width:768px) {
  .about-page-promo {
    padding: 17.2rem 0 10.4rem
  }
}

@media(min-width:992px) {
  .about-page-promo {
    padding: 24rem 0 21.2rem
  }
}

.about-page-intro {
  text-align: center;
  padding: 0 0 12.3rem;
  position: relative
}

@media(min-width:768px) {
  .about-page-intro {
    padding: 0 0 24.2rem
  }
}

@media(min-width:992px) {
  .about-page-intro {
    padding: 0 0 27.3rem
  }
}

.about-page-intro:after,
.about-page-intro:before {
  display: none;
  transform-origin: 50% 50%;
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.4rem;
  letter-spacing: .1rem;
  opacity: .6;
  position: absolute;
  top: 30%
}

@media(min-width:768px) {
  @supports(-webkit-text-stroke-width:0.1rem) and (-webkit-text-stroke-color:#fff) {

    .about-page-intro:after,
    .about-page-intro:before {
      display: block;
      color: transparent;
      -webkit-text-stroke-width: .1rem;
      -webkit-text-stroke-color: #fff
    }
  }
}

@media(min-width:992px) {

  .about-page-intro:after,
  .about-page-intro:before {
    font-size: 3.6rem
  }
}

@media(min-width:1200px) {

  .about-page-intro:after,
  .about-page-intro:before {
    font-size: 4rem
  }
}

.about-page-intro:before {
  content: "Global";
  content: "Global" /"";
  left: -8rem;
  transform: rotate(-90deg) translateX(50%)
}

@media(min-width:992px) {
  .about-page-intro:before {
    left: -14rem
  }
}

@media(min-width:1200px) {
  .about-page-intro:before {
    left: -10rem
  }
}

.about-page-intro:after {
  content: "Reach";
  content: "Reach" /"";
  right: -8rem;
  transform: rotate(90deg) translateX(-50%)
}

@media(min-width:992px) {
  .about-page-intro:after {
    right: -14rem
  }
}

@media(min-width:1200px) {
  .about-page-intro:after {
    right: -10rem
  }
}

@media(min-width:768px) {

  .about-page-intro__lead,
  .about-page-intro__text {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto
  }
}

@media(min-width:992px) {

  .about-page-intro__lead,
  .about-page-intro__text {
    max-width: 84rem
  }
}

.about-page-intro__lead {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2.8rem
}

@media(min-width:768px) {
  .about-page-intro__lead {
    font-size: 2rem
  }
}

@media(min-width:992px) {
  .about-page-intro__lead {
    font-size: 3.2rem;
    margin-bottom: 4.5rem
  }
}

.about-page-intro__text {
  font-size: 1.5rem;
  font-weight: 500
}

@media(min-width:768px) {
  .about-page-intro__text {
    font-size: 1.6rem
  }
}

@media(min-width:992px) {
  .about-page-intro__text {
    font-size: 2.6rem
  }
}

.about-page-intro__button {
  margin-top: 2.9rem
}

@media(min-width:768px) {
  .about-page-intro__button {
    margin-top: 3.7rem
  }
}

@media(min-width:992px) {
  .about-page-intro__button {
    margin-top: 6.8rem
  }
}

.about-page-global {
  text-align: center
}

.about-page-global__title {
  line-height: 1;
  text-transform: uppercase;
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 3.8rem;
  letter-spacing: .1rem;
  margin: 0 0 3.8rem
}

@media(min-width:768px) {
  .about-page-global__title {
    font-size: 6rem;
    margin-bottom: 7.1rem
  }
}

@media(min-width:992px) {
  .about-page-global__title {
    font-size: 11.8rem;
    letter-spacing: .2rem;
    margin-bottom: 9.8rem
  }
}

.about-page-global__title span {
  display: block
}

@supports(-webkit-text-stroke-width:0.1rem) and (-webkit-text-stroke-color:#fff) {

  .about-page-global__title span:first-child,
  .about-page-global__title span:nth-child(3) {
    color: transparent;
    -webkit-text-stroke-width: .1rem;
    -webkit-text-stroke-color: #fff
  }
}

.about-page-global__text {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2.8rem
}

@media(min-width:768px) {
  .about-page-global__text {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem
  }
}

@media(min-width:992px) {
  .about-page-global__text {
    max-width: 84rem;
    font-size: 3.2rem;
    margin-bottom: 4.5rem
  }
}

.about-page-global__button {
  margin-top: 2.9rem
}

@media(min-width:768px) {
  .about-page-global__button {
    margin-top: 3.7rem
  }
}

@media(min-width:992px) {
  .about-page-global__button {
    margin-top: 6.8rem
  }
}

.about-page-services {
  position: relative
}

@media(min-width:1000px) {
  .about-page-services {
    display: grid;
    grid-gap: 7rem;
    grid-template-columns: 50% 50%
  }
}

.about-page-services__image {
  height: 40rem;
  margin: 0 0 5.3rem
}

@media(min-width:1000px) {
  .about-page-services__image {
    height: 60rem;
    transition: opacity 1s cubic-bezier(.25, 1, .35, 1)
  }
}

@media(min-width:1000px) {
  .about-page-services__content {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-column-end: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
  }
}

@media(min-width:1000px) {
  .about-page-services__inner {
    max-width: 100%;
    margin: 0;
    padding: 0 0 0 10rem
  }
}

.about-page-services__title {
  line-height: 1;
  text-transform: uppercase;
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  margin: 0 0 2.7rem;
  letter-spacing: .1rem;
  max-width: 40rem
}

@media(min-width:768px) {
  .about-page-services__title {
    font-size: 5.8rem;
    margin-bottom: 4rem
  }
}

@media(min-width:1000px) {
  .about-page-services__title {
    max-width: 45rem;
    font-size: 4.6rem
  }
}

@media(min-width:1200px) {
  .about-page-services__title {
    font-size: 7.2rem;
    letter-spacing: .2rem;
    max-width: 53rem
  }
}

.about-page-services__title span {
  display: block
}

.about-page-services__text {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1.5rem
}

@media(min-width:768px) {
  .about-page-services__text {
    font-size: 2rem;
    margin-bottom: 3.8rem;
    max-width: 80%
  }
}

@media(min-width:1000px) {
  .about-page-services__text {
    max-width: none;
    font-size: 2rem
  }
}

@media(min-width:1200px) {
  .about-page-services__text {
    font-size: 2.6rem
  }
}

.about-page-services__button {
  margin: 3.2rem 0 0
}

.case-studies-promo {
  background: #141930;
  margin: 0 auto 6.3rem;
  position: relative
}

@media(min-width:768px) {
  .case-studies-promo {
    margin: 0 auto
  }
}

@media(min-width:768px) {
  .case-studies-promo:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .35) 60%, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, .16))
  }
}

.case-studies-promo__image {
  height: 40rem
}

@media(min-width:768px) {
  .case-studies-promo__image {
    height: 50rem
  }
}

@media(min-width:992px) {
  .case-studies-promo__image {
    height: 63rem
  }
}

.case-studies-promo__content {
  text-align: left;
  padding: 4.5rem 0 6rem;
  z-index: 2
}

@media(min-width:576px) {
  .case-studies-promo__content {
    width: 75%
  }
}

@media(min-width:768px) {
  .case-studies-promo__content {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center
  }
}

.case-studies-promo__title {
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
  margin: 0 auto 2rem
}

@media(min-width:768px) {
  .case-studies-promo__title {
    width: 80%;
    font-size: 3rem;
    margin-bottom: 2.4rem;
    max-width: 60rem
  }
}

@media(min-width:992px) {
  .case-studies-promo__title {
    font-size: 5rem;
    margin-bottom: 3rem;
    max-width: 98rem
  }
}

.case-studies-promo__text {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 auto 3.4rem
}

@media(min-width:768px) {
  .case-studies-promo__text {
    width: 80%;
    max-width: 57rem;
    font-size: 1.6rem;
    margin-bottom: 3.8rem
  }
}

@media(min-width:992px) {
  .case-studies-promo__text {
    font-size: 2rem;
    max-width: 69rem;
    margin-bottom: 5.4rem
  }
}

.clients-promo {
  background: #0a0a0a;
  position: relative;
  padding-bottom: 3.6rem;
}

@media(min-width:768px) {
  .clients-promo {
    text-align: center;
    padding: 0.3rem 0 4.6rem;
  }
}

@media(min-width:992px) {
  .clients-promo {

  }
}

.clients-promo__title {
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
  margin: 0 auto 2rem
}

@media(min-width:768px) {
  .clients-promo__title {
    width: 80%;
    font-size: 3rem;
    margin-bottom: 2.4rem;
    max-width: 60rem
  }
}

@media(min-width:992px) {
  .clients-promo__title {
    font-size: 5rem;
    margin-bottom: 3rem;
    max-width: 98rem
  }
}

.clients-promo__text {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 auto
}

@media(min-width:768px) {
  .clients-promo__text {
    width: 80%;
    max-width: 57rem;
    font-size: 1.6rem
  }
}

@media(min-width:992px) {
  .clients-promo__text {
    font-size: 2rem;
    max-width: 69rem
  }
}

.clients-promo__button {
  margin: 3rem 0 0
}

@media(min-width:992px) {
  .clients-promo__button {
    margin-top: 6rem
  }
}

.clients-promo__logos {
  margin: 7.5rem 0 0
}

@media(min-width:768px) {
  .clients-promo__logos {
  }
}

@media(min-width:992px) {
  .clients-promo__logos {
    margin-top: 10rem
  }
}

.clients-promo__logo-link {
  width: 4rem;
  height: 5rem;
  margin: 0 3rem;
  display: flex;
  justify-content: center;
  align-content: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain
}

@media(min-width:768px) {
  .clients-promo__logo-link {
    width: 12rem;
    height: 7rem;
    margin: 0 4rem
  }
}

.family-promo {
  padding: 10.2rem 0 10.5rem
}

@media(min-width:768px) {
  .family-promo {
    padding: 14.7rem 0 10.4rem
  }
}

@media(min-width:992px) {
  .family-promo {
    padding: 14.2rem 0 13.7rem
  }
}

.family-promo__title {
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-size: 2rem;
  line-height: 1.1;
  position: relative;
  margin: 0 0 8.4rem
}

@media(min-width:768px) {
  .family-promo__title {
    font-size: 4rem;
    margin-bottom: 6.4rem
  }
}

@media(min-width:992px) {
  .family-promo__title {
    font-size: 5rem;
    margin-bottom: 13rem
  }
}

@supports(-webkit-text-stroke-width:0.1rem) and (-webkit-text-stroke-color:#fff) {
  .family-promo__title:before {
    content: "  Family \A   Family \A   Family";
    content: "  Family \A   Family \A   Family" /"";
    font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2rem;
    white-space: pre;
    line-height: 1;
    display: block;
    width: 100%;
    text-align: left;
    color: transparent;
    -webkit-text-stroke-width: .1rem;
    -webkit-text-stroke-color: #fff;
    transform-origin: 0 100%;
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4;
    display: none
  }

  @media(min-width:768px) {
    .family-promo__title:before {
      font-size: 5rem;
      display: block;
      top: 50%;
      left: -3.6rem
    }
  }

  @media(min-width:992px) {
    .family-promo__title:before {
      font-size: 6.4rem
    }
  }
}

.family-promo__title span {
  display: block
}

.family-promo__panels {
  font-size: 1.5rem;
  font-weight: 500;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3.7rem;
  max-width: 34rem
}

@media(min-width:768px) {
  .family-promo__panels {
    font-size: 1.4rem
  }
}

@media(min-width:992px) {
  .family-promo__panels {
    font-size: 2rem;
    max-width: 100rem;
    grid-template-columns: .8fr 1fr;
    grid-gap: 10rem
  }
}

.family-promo__logo {
  margin: 0 0 2.5rem
}

@media(min-width:768px) {
  .family-promo__logo {
    margin-bottom: 2.6rem
  }
}

@media(min-width:992px) {
  .family-promo__logo {
    margin-bottom: 5.2rem
  }
}

.family-promo__logo--img {
  height: 2.5rem
}

@media(min-width:992px) {
  .family-promo__logo--img {
    height: 2.4rem
  }
}

.family-promo__logo--endeavor {
  width: 15rem;
  height: 2.1rem
}

@media(min-width:992px) {
  .family-promo__logo--endeavor {
    width: 18.8rem;
    height: 2.8rem
  }
}

.case-studies-modal {
  background: rgba(0, 0, 0, .95);
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100vh;
  opacity: 0;
  display: none;
  height: 100vh;
  overflow: auto;
  transition: opacity .5s cubic-bezier(.25, 1, .35, 1)
}

.case-studies-modal--shown {
  display: block
}

.case-studies-modal--fade-in {
  opacity: 1
}

.case-studies-modal__inner {
  min-height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column
}

.case-studies-modal__image,
.case-studies-modal__video-wrap {
  width: 100%;
  z-index: 1;
  flex-shrink: 0;
  flex-grow: 0
}

.case-studies-modal__video-wrap {
  padding-bottom: 56.25%;
  position: relative
}

.case-studies-modal__video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.case-studies-modal__content {
  padding: 2.8rem 0 0;
  position: relative
}

@media(min-width:768px) {
  .case-studies-modal__content {
    padding-top: 3.6rem
  }
}

@media(min-width:992px) {
  .case-studies-modal__content {
    padding-top: 4.5rem
  }
}

.case-studies-modal__button-wrap {
  position: relative;
  height: 5rem;
  z-index: 2
}

.case-studies-modal__close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border: none;
  background: #2957a6;
  cursor: pointer;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: -1.2rem;
  transition: background .3s cubic-bezier(.25, 1, .35, 1), color .3s cubic-bezier(.25, 1, .35, 1)
}

.case-studies-modal__close-button:active,
.case-studies-modal__close-button:focus,
.case-studies-modal__close-button:hover {
  color: #141930;
  background: #fff
}

.case-studies-modal__close-icon {
  width: 1.5rem
}

.case-studies-modal__title {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: none
}

@media(min-width:768px) {
  .case-studies-modal__title {
    max-width: 49rem
  }
}

@media(min-width:992px) {
  .case-studies-modal__title {
    font-size: 1.6rem
  }
}

.case-studies-modal__text {
  font-size: 1.2rem;
  margin: 1.4rem 0 2.8rem
}

@media(min-width:768px) {
  .case-studies-modal__text {
    font-size: 1.4rem;
    max-width: 49rem
  }
}

@media(min-width:992px) {
  .case-studies-modal__text {
    margin-bottom: 4.8rem
  }
}

.hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  box-sizing: content-box;
  margin: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  width: 2.9rem;
  height: 2.9rem;
  overflow: hidden
}

@media(min-width:768px) {
  .hamburger {
    padding: 2.5rem
  }
}

@media(min-width:1200px) {
  .hamburger {
    width: 3.5rem;
    height: 3.5rem;
    padding: 3rem
  }
}

.hamburger:after,
.hamburger:before {
  content: "";
  display: block;
  width: 100%;
  height: .3rem;
  background: #fff;
  position: relative;
  transition: transform .3s cubic-bezier(.25, 1, .35, 1), left .3s cubic-bezier(.25, 1, .35, 1), top .3s cubic-bezier(.25, 1, .35, 1);
  transform-origin: 25% 50%
}

.hamburger:before {
  margin: 0 0 .7rem
}

@media(min-width:1200px) {
  .hamburger:before {
    margin: 0 0 .9rem
  }
}

.hamburger__label {
  display: none
}

.hamburger--opened:before {
  transform: rotate(45deg) translateY(-.15rem);
  left: .1rem;
  top: .1rem
}

.hamburger--opened:after {
  transform: rotate(-45deg) translateX(.15rem);
  left: .1rem;
  top: .1rem
}

.news-ticker {
  text-decoration: none;
  margin: 0;
  line-height: 1;
  max-width: 100%;
  overflow: hidden
}

.news-ticker__item {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500
}

@media(min-width:768px) {
  .news-ticker__item {
    font-size: 1.6rem
  }
}

@media(min-width:992px) {
  .news-ticker__item {
    font-size: 2.4rem
  }
}

.news-ticker__item:after {
  content: "/";
  display: inline-block;
  margin: 0 .5em
}

.navigation-search {
  display: flex;
  align-items: center;
  height: 2.4rem
}

@media(min-width:768px) {
  .navigation-search {
    height: 2.6rem
  }
}

@media(min-width:992px) {
  .navigation-search {
    height: 2.9rem
  }
}

.navigation-search__icon {
  width: 1.7rem;
  margin: 0 1rem 0 0;
  cursor: pointer
}

@media(min-width:768px) {
  .navigation-search__icon {
    margin-right: 1.6rem;
    width: 2.5rem
  }
}

@media(min-width:992px) {
  .navigation-search__icon {
    margin-right: 2.2rem;
    width: 2.9rem
  }
}

.navigation-search__input {
  line-height: 1;
  font-size: 1.8rem;
  font-family: ProximaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
  background: 0 0;
  border: none;
  color: #fff;
  flex-grow: 1;
  max-width: 46rem;
  padding: 0
}

.navigation-search__input:-ms-input-placeholder {
  color: #6c6c6c
}

.navigation-search__input::placeholder {
  color: #6c6c6c
}

.navigation-search__input:active:-ms-input-placeholder,
.navigation-search__input:focus:-ms-input-placeholder {
  display: none
}

.navigation-search__input:active::placeholder,
.navigation-search__input:focus::placeholder {
  display: none
}

@media(min-width:992px) {
  .navigation-search__input {
    font-size: 2rem
  }
}

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: 0 0;
  pointer-events: none;
  z-index: 15
}

.navigation--opened {
  pointer-events: all
}

.navigation__background {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  background: #000;
  height: 0;
  z-index: 1;
  transform: translateY(-50%);
  transition: height .5s cubic-bezier(.25, 1, .35, 1);
  transition-delay: .5s
}

.navigation__background--opened {
  height: 105%;
  transition: height .5s cubic-bezier(1, .06, .36, 2.05)
}

.navigation__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  align-content: center;
  z-index: 2;
  transition: opacity .5s cubic-bezier(.25, 1, .35, 1);
  opacity: 0
}

.navigation__inner--opened {
  opacity: 1;
  transition-delay: .5s
}

@media(min-width:992px) {
  .navigation__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
  }
}

.navigation__wrap {
  margin: 0 0 0 6rem
}

@media(min-width:768px) {
  .navigation__wrap {
    margin-left: 8rem
  }
}

@media(min-width:992px) {
  .navigation__wrap {
    margin-left: 0;
    grid-row-start: 1;
    grid-column-start: 2
  }
}

.navigation__list {
  list-style: none;
  padding: 0;
  position: relative;
  z-index: 3
}

.navigation__item+.navigation__item {
  margin: 1.8rem 0 0
}

@media(min-width:768px) {
  .navigation__item+.navigation__item {
    margin-top: 2.2rem
  }
}

@media(min-width:992px) {
  .navigation__item+.navigation__item {
    margin-top: 3.6rem
  }
}

.navigation__item--search {
  padding-bottom: 1rem
}

@media(min-width:992px) {
  .navigation__item--search {
    padding-bottom: 2rem
  }
}

.navigation__link {
  color: #fff;
  font: 700 1.9rem/1 TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .1rem;
  opacity: 1;
  transition: color .5s cubic-bezier(.25, 1, .35, 1), opacity .5s cubic-bezier(.25, 1, .35, 1)
}

@media(min-width:768px) {
  .navigation__link {
    font-size: 2.6rem
  }
}

@media(min-width:1200px) {
  .navigation__link {
    letter-spacing: .2rem;
    font-size: 3.2rem
  }
}

.navigation__link:active,
.navigation__link:focus,
.navigation__link:hover {
  opacity: .6
}

@supports(-webkit-text-stroke-width:0.1rem) and (-webkit-text-stroke-color:#fff) {
  .navigation__link--active {
    color: transparent;
    -webkit-text-stroke-width: .1rem;
    -webkit-text-stroke-color: #fff
  }

  .navigation__link--active:active,
  .navigation__link--active:focus,
  .navigation__link--active:hover {
    color: #fff
  }
}

.filters-throbber {
  display: block;
  min-height: 40vh;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48bGluZWFyR3JhZGllbnQgeDE9IjguMDQyJSIgeTE9IjAlIiB4Mj0iNjUuNjgyJSIgeTI9IjIzLjg2NSUiIGlkPSJhIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9Ii42MzEiIG9mZnNldD0iNjMuMTQ2JSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmYiIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSI+PHBhdGggZD0iTTM2IDE4YzAtOS45NC04LjA2LTE4LTE4LTE4IiBpZD0iT3ZhbC0yIiBzdHJva2U9InVybCgjYSkiIHN0cm9rZS13aWR0aD0iMiI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTggMTgiIHRvPSIzNjAgMTggMTgiIGR1cj0iMC45cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3BhdGg+PGNpcmNsZSBmaWxsPSIjZmZmIiBjeD0iMzYiIGN5PSIxOCIgcj0iMSI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTggMTgiIHRvPSIzNjAgMTggMTgiIGR1cj0iMC45cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L2NpcmNsZT48L2c+PC9nPjwvc3ZnPg==) 50% 50% no-repeat;
  background-size: 4.5rem 4.5rem
}

@media(min-width:992px) {
  .filters-throbber {
    background-size: 8.9rem 8.9rem
  }
}

.header {
  margin: 0 0 -8rem;
  position: relative;
  z-index: 20;
  transform: none;
  transition: height .3s cubic-bezier(.25, 1, .35, 1), transform .3s cubic-bezier(.25, 1, .35, 1)
}

@media(min-width:1200px) {
  .header {

  }
}

.header--stuck {
  height: 6rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: #000;
  transform: translateY(-100%)
}

.header--stuck:before {
  opacity: 0
}

.header--peak {
  transform: translateY(0)
}

.header__inner {
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 170rem
}

.header__inner,
.header__logo {
  display: flex;
  align-items: center
}

.header__logo {
  justify-content: center;
  z-index: 2;
  fill: #fff;
  width: 16.4rem;
  min-height: 5rem;
  margin: 0 2.5rem;
}

@media(min-width:768px) {
  .header__logo {
    width: 15.5rem;
    margin: 0 2.5rem 0 3.8rem
  }
}

@media(min-width:992px) {
  .header__logo {
    width: 18.5rem;
    margin: 0 2.5rem 0 6.4rem
  }
}

@media(min-width:1200px) {
  .header__logo {
    width: 18.5rem;
    margin: 0 3rem 0 6.4rem
  }
}

.header__logo svg {
  width: 100%
}

@media(min-width:992px) {
  .header__logo--shrunk {
    width: 9rem
  }
}

.header__ticker-wrap {
  flex: 1 1;
  overflow: hidden
}

.header__nav-wrap {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row
}

.category-client {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

.category-client__item {
  font-size: 1.1rem;
  font-weight: 500;
  white-space: nowrap;
  line-height: 2.5rem;
  height: 2.5rem;
  padding: 0 .9rem;
  align-self: flex-start;
  color: #000;
  background: #e5eaf4
}

.category-client__item--client {
  background: #efeeee
}

.home-articles__title {
  display: none
}

.home-articles__articles {
  margin: 0
}

@media(min-width:768px) {
  .home-articles__articles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0
  }
}

.home-articles__article {
  text-decoration: none;
  position: relative;
  overflow: hidden;
  margin-top: 5px;
}

.home-articles__article:nth-child(2),
.home-articles__article:nth-child(3),
.home-articles__article:nth-child(4) {
  display: none
}

@media(min-width:768px) {

  .home-articles__article:nth-child(2),
  .home-articles__article:nth-child(3),
  .home-articles__article:nth-child(4) {
    display: block
  }
}

@media(min-width:576px) {
  .home-articles__article:nth-child(2) {
    display: block
  }
}

@media(min-width:768px) {
  .home-articles__article:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #efeeee;
    opacity: 0;
    transition: opacity .5s cubic-bezier(.25, 1, .35, 1)
  }

  .home-articles__article:active:after,
  .home-articles__article:focus:after,
  .home-articles__article:hover:after {
    opacity: .85
  }

  .home-articles__article:active .home-articles__article-image,
  .home-articles__article:focus .home-articles__article-image,
  .home-articles__article:hover .home-articles__article-image {
    transform: scale(1.1)
  }

  .home-articles__article:active .home-articles__article-content,
  .home-articles__article:focus .home-articles__article-content,
  .home-articles__article:hover .home-articles__article-content {
    opacity: 1
  }
}

.home-articles__article-image {
  margin: 0;
  transform: none;
  transition: transform .3s cubic-bezier(.25, 1, .35, 1)
}

.home-articles__article-image--mobile {
  height: 60rem
}

@media(min-width:576px) {
  .home-articles__article-image--mobile {
    height: 43rem
  }
}

.home-articles__article-content {
    position: absolute;
    left: 0;
    bottom: -30px;
    color: #fff;
    margin: 0 3.5rem;
    padding-bottom: 50px;
}

.home-articles__article-content h3 {
    color: #fff;
}


.home-articles__articles .home-aritcles-mobile {
    height: 60rem;
}

.home-articles__article img {
    height: 60rem!important;
}

@media(min-width:768px) {
  .home-articles__article-content {
    z-index: 3;
    background: 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 3rem;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.25, 1, .35, 1)
  }
  .home-articles__articles .home-aritcles-mobile {
    height: inherit;
  }
}

@media(min-width:992px) {
  .home-articles__article-content {
    padding: 7rem 6rem
  }
}

.home-articles__article-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 0 3.5rem;
  background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .16) 60%, rgba(0, 0, 0, .16) 0, transparent)
}

.home-articles__article-title {
  text-transform: none;
  font-size: 2rem;
  margin: 2.5rem 0 0
}

@media(min-width:576px) {
  .home-articles__article-title {
    max-width: 34.5rem
  }
}

@media(min-width:768px) {
  .home-articles__article-title {
    font-size: 2.2rem;
    margin-top: 2.8rem
  }
}

@media(min-width:992px) {
  .home-articles__article-title {
    font-size: 2.6rem;
    margin-top: 3.7rem
  }
}

.home-carousel-slide {
  width: 100%;
  height: 70rem;
  max-height: 80vh;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate(0)
}

@media(min-width:768px) {
  .home-carousel-slide {
    height: 89rem
  }
}

@media(min-width:992px) {
  .home-carousel-slide {
    height: auto;
    max-height: none;
    padding-top: 60%
  }
}

.home-carousel-slide__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  text-decoration: none;
  cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOC44MzQiIGhlaWdodD0iNDAuNjY1Ij48cGF0aCBkYXRhLW5hbWU9IlVuaW9uIDU0MCIgZD0iTTE4LjEyMyA0MC42NjVWMjIuODc0SDB2LTIuNTQxaDE4LjEyM1YwaDIuNTg4djIwLjMzM2gxOC4xMjR2Mi41NDFIMjAuNzExdjE3Ljc5eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==), auto
}

.home-carousel-slide__inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  opacity: .35;
  z-index: 1;
  background: linear-gradient(90deg, #000 0, #000 60%, #000 0, transparent)
}

@media(min-width:992px) {
  .home-carousel-slide__inner:before {
    width: 84rem
  }
}

.home-carousel-slide__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 0 0 2.5rem
}

@media(min-width:768px) {
  .home-carousel-slide__content {
    padding: 0 0 0 3.8rem
  }
}

@media(min-width:1200px) {
  .home-carousel-slide__content {
    padding: 0 0 0 6.4rem
  }
}

.home-carousel-slide__title {
  text-transform: uppercase;
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: .1rem;
  line-height: 1;
  max-width: 77.5rem;
  opacity: 0;
  transform: translateZ(0) translateY(12rem);
  transition: opacity 1.25s cubic-bezier(.25, 1, .35, 1), transform 1.25s cubic-bezier(.25, 1, .35, 1);
  opacity: 1;
  color: #fff;
}

@media(min-width:768px) {
  .home-carousel-slide__title {
    font-size: 7rem
  }
}

@media(min-width:992px) {
  .home-carousel-slide__title {
    font-size: 9.7rem;
    letter-spacing: .2rem
  }
}

.home-carousel-slide__title span {
  display: block
}

@supports(-webkit-text-stroke-width:0.1rem) and (-webkit-text-stroke-color:#fff) {
  .home-carousel-slide__title span:last-child {
    color: transparent;
    -webkit-text-stroke-width: .1rem;
    -webkit-text-stroke-color: #fff
  }
}

.home-carousel-slide__title--loaded {
  opacity: 1;
  transform: translateZ(0) translateY(0)
}

@supports(-webkit-text-stroke-width:0.1rem) and (-webkit-text-stroke-color:#fff) {
  .home-carousel-slide__title--outlined span {
    color: transparent;
    -webkit-text-stroke-width: .1rem;
    -webkit-text-stroke-color: #fff
  }
}

.home-carousel-slide__subtitle {
  text-transform: none;
  display: none;
  position: absolute;
  padding: 0 0 0 2.5rem;
  bottom: 3rem;
  left: .4rem;
  opacity: 0;
  transform: translateZ(0) translateY(12rem);
  transition: opacity 1.25s cubic-bezier(.25, 1, .35, 1), transform 1.25s cubic-bezier(.25, 1, .35, 1);
  transition-delay: .3s
}

@media(min-width:768px) {
  .home-carousel-slide__subtitle {
    display: block;
    font-size: 1.8rem;
    padding: 0 0 0 3.8rem;
    max-width: 80%
  }
}

@media(min-width:992px) {
  .home-carousel-slide__subtitle {
    font-size: 2rem
  }
}

@media(min-width:1200px) {
  .home-carousel-slide__subtitle {
    bottom: 6rem;
    padding: 0 0 0 6.4rem
  }
}

.home-carousel-slide__subtitle--loaded {
  opacity: 1;
  transform: translateZ(0) translateY(0)
}

.home-carousel-slide__count {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  left: .4rem;
  bottom: 3rem
}

@media(min-width:768px) {
  .home-carousel-slide__count {
    transform: rotate(90deg);
    transform-origin: 100% 100%;
    left: auto;
    right: 5rem
  }
}

@media(min-width:1200px) {
  .home-carousel-slide__count {
    bottom: 6rem
  }
}

.home-carousel-ticker {
  display: block;
  width: 100%;
  height: .3rem;
  background: 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10
}

.home-carousel-ticker__indicator {
  display: block;
  background: #fd8733;
  width: 0;
  height: .3rem;
  transition: width 0 linear
}

.home-carousel-ticker__indicator--animate {
  width: 100%;
  transition: width 6s linear
}

.home-carousel {
     position: relative;
    height: 70rem;
    max-height: 80vh;
}

@media(min-width:768px) {
  .home-carousel {
    height: 89rem
  }
}

@media(min-width:992px) {
  .home-carousel {
    max-height: none;
    height: auto;
    padding-top: 60%;
  }
}

.home-carousel__list {
  list-style: none
}

.home-carousel__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -.2rem;
  background: #141930;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.home-carousel__slide .home-carousel-slide {
  transition: opacity .2s cubic-bezier(.25, 1, .35, 1)
}

.home-carousel__slide--active {
  transition: -webkit-clip-path .5s cubic-bezier(.25, 1, .35, 1);
  transition: clip-path .5s cubic-bezier(.25, 1, .35, 1);
  transition: clip-path .5s cubic-bezier(.25, 1, .35, 1), -webkit-clip-path .5s cubic-bezier(.25, 1, .35, 1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.home-carousel__slide--active .home-carousel-slide {
  opacity: 1 !important
}

.home-carousel__slide--inactive .home-carousel-slide {
  opacity: 1 !important
}

.home-carousel__slide--hover {
  -webkit-clip-path: polygon(0 0, 90% 0, 93% 100%, 0 100%);
  clip-path: polygon(0 0, 90% 0, 93% 100%, 0 100%)
}

@media(min-width:1200px) {
  .home-carousel__slide--hover {
    -webkit-clip-path: polygon(0 0, 88% 0, 91% 100%, 0 100%);
    clip-path: polygon(0 0, 88% 0, 91% 100%, 0 100%)
  }
}

@media(min-width:1600px) {
  .home-carousel__slide--hover {
    -webkit-clip-path: polygon(0 0, 86% 0, 89% 100%, 0 100%);
    clip-path: polygon(0 0, 86% 0, 89% 100%, 0 100%)
  }
}

.home-carousel__slide--away {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
}

.home-carousel__slide--position-1 {
  z-index: 1
}

.home-carousel__slide--position-2 {

}

.home-carousel__slide--position-3 {

}

.home-carousel__slide--position-4 {

}

.home-carousel__slide--position-5 {

}

.home-carousel__slide--position-6 {

}

.home-carousel__slide--position-7 {
  z-index: 2
}

.home-carousel__slide--position-8 {
  z-index: 1
}

.home-carousel__button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 12%;
  border: none;
  opacity: 0;
  background: 0 0;
  white-space: nowrap;
  text-indent: 100rem;
  overflow: hidden;
  cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC4zODQiIGhlaWdodD0iMzIuNTMxIiB2aWV3Qm94PSIwIDAgMTguMzg0IDMyLjUzMSI+PHBhdGggaWQ9IlVuaW9uXzgwNCIgZGF0YS1uYW1lPSJVbmlvbiA4MDQiIGQ9Ik0xNDI3OSwxNzAzNy40MDhsMTQuMTQzLTE0LjE0My0xNC4xNDMtMTQuMTQ2LDIuMTIxLTIuMTIxLDE2LjI2MywxNi4yNjgtMTYuMjYzLDE2LjI2NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDI3OS4wMDIgLTE3MDA2Ljk5OCkiIGZpbGw9IiNmZmYiLz48L3N2Zz4=), auto;
  z-index: 10
}

@media(min-width:1200px) {
  .home-carousel__button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 20%;
    opacity: 1;
    font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    text-transform: uppercase;
    text-indent: 0;
    padding: 0 3.5rem 0 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .05) 80%, rgba(0, 0, 0, .05) 0, transparent)
  }
}

.home-carousel__button-icon {
  margin: 0 0 0 .6rem
}

.home-clients-slide {
  height: 60rem;
  overflow: hidden
}

.home-clients-slide:after,
.home-clients-slide:before {
  transform: none;
  transition: transform 1s cubic-bezier(.25, 1, .35, 1) !important
}

@media(min-width:768px) {
  .home-clients-slide {
    height: 80rem
  }
}

@media(min-width:992px) {
  .home-clients-slide {
    height: 69rem
  }
}

.home-clients-slide:hover:after,
.home-clients-slide:hover:before {
  transform: scale(1.1)
}

.home-clients-slide__inner {
  text-decoration: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.home-clients-slide__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .35;
  background: linear-gradient(90deg, #000 0, #000 60%, #000 0, transparent);
  z-index: 1
}

.home-clients-slide__name {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 6.2rem;
  letter-spacing: .2rem;
  line-height: 1;
  opacity: 0;
  transition: opacity 1s cubic-bezier(.25, 1, .35, 1)
}

@media(min-width:1200px) {
  .home-clients-slide__name {
    font-size: 8.6rem
  }
}

.home-clients-slide__name span {
  display: block
}

@supports(-webkit-text-stroke-width:0.1rem) and (-webkit-text-stroke-color:#fff) {

  .home-clients-slide__name span:nth-child(2),
  .home-clients-slide__name span:nth-child(3),
  .home-clients-slide__name span:nth-child(4) {
    color: transparent;
    -webkit-text-stroke-width: .1rem;
    -webkit-text-stroke-color: #fff
  }
}

@media(min-width:768px) {
  .home-clients-slide__name--hover {
    opacity: 1
  }
}

.home-clients-slide__count {
  font-size: 1.2rem;
  font-weight: 600;
  align-self: flex-end;
  opacity: 1;
  transition: opacity 1s cubic-bezier(.25, 1, .35, 1)
}

@media(min-width:768px) {
  .home-clients-slide__count {
    font-size: 1.3rem
  }
}

@media(min-width:768px) {
  .home-clients-slide__count--hover {
    opacity: 0
  }
}

.home-clients-slide__content {
  height: 100%;
  padding: 3.1rem 0;
  display: flex;
  flex-direction: row;
  align-content: flex-end;
  z-index: 2
}

@media(min-width:992px) {
  .home-clients-slide__content {
    padding: 6.3rem 0
  }
}

.home-clients-ticker {
  display: block;
  width: 100%;
  height: .3rem;
  background: 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10
}

.home-clients-ticker__indicator {
  display: block;
  background: #fd8733;
  width: 0;
  height: .3rem;
  transition: width 0 linear
}

.home-clients-ticker__indicator--animate {
  width: 100%;
  transition: width 8s linear
}

.home-clients {
  height: 60rem;
  position: relative
}

@media(min-width:768px) {
  .home-clients {
    height: 80rem
  }
}

@media(min-width:992px) {
  .home-clients {
    height: 69rem
  }
}

.home-clients__list {
  display: block;
  height: 100%
}

.home-clients__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -.2rem;
  background: #141930;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  max-width: 100vw;
  overflow: hidden
}

.home-clients__slide--active {
  transition: -webkit-clip-path .5s cubic-bezier(.25, 1, .35, 1);
  transition: clip-path .5s cubic-bezier(.25, 1, .35, 1);
  transition: clip-path .5s cubic-bezier(.25, 1, .35, 1), -webkit-clip-path .5s cubic-bezier(.25, 1, .35, 1);
  -webkit-clip-path: polygon(0 0, 95% 0, 95% 100%, 0 100%);
  clip-path: polygon(0 0, 95% 0, 95% 100%, 0 100%)
}

@media(min-width:768px) {
  .home-clients__slide--active {
    -webkit-clip-path: polygon(0 0, 85% 0, 85% 100%, 0 100%);
    clip-path: polygon(0 0, 85% 0, 85% 100%, 0 100%)
  }
}

@media(min-width:992px) {
  .home-clients__slide--active {
    -webkit-clip-path: polygon(0 0, 95% 0, 95% 100%, 0 100%);
    clip-path: polygon(0 0, 95% 0, 95% 100%, 0 100%)
  }
}

.home-clients__slide--hover {
  -webkit-clip-path: polygon(0 0, 94% 0, 95% 100%, 0 100%);
  clip-path: polygon(0 0, 94% 0, 95% 100%, 0 100%)
}

@media(min-width:768px) {
  .home-clients__slide--hover {
    -webkit-clip-path: polygon(0 0, 82% 0, 85% 100%, 0 100%);
    clip-path: polygon(0 0, 82% 0, 85% 100%, 0 100%)
  }
}

@media(min-width:992px) {
  .home-clients__slide--hover {
    -webkit-clip-path: polygon(0 0, 91% 0, 95% 100%, 0 100%);
    clip-path: polygon(0 0, 91% 0, 95% 100%, 0 100%)
  }
}

.home-clients__slide--away {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
}

.home-clients__slide--position-1 {
  z-index: 6
}

.home-clients__slide--position-2 {
  z-index: 5
}

.home-clients__slide--position-3 {
  z-index: 4
}

.home-clients__slide--position-4 {
  z-index: 3
}

.home-clients__button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 25%;
  opacity: 0;
  border: none;
  background: 0 0;
  white-space: nowrap;
  text-indent: 100rem;
  overflow: hidden;
  cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC4zODQiIGhlaWdodD0iMzIuNTMxIiB2aWV3Qm94PSIwIDAgMTguMzg0IDMyLjUzMSI+PHBhdGggaWQ9IlVuaW9uXzgwNCIgZGF0YS1uYW1lPSJVbmlvbiA4MDQiIGQ9Ik0xNDI3OSwxNzAzNy40MDhsMTQuMTQzLTE0LjE0My0xNC4xNDMtMTQuMTQ2LDIuMTIxLTIuMTIxLDE2LjI2MywxNi4yNjgtMTYuMjYzLDE2LjI2NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDI3OS4wMDIgLTE3MDA2Ljk5OCkiIGZpbGw9IiNmZmYiLz48L3N2Zz4=), auto;
  z-index: 10
}

.home-clients__brandplus {
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 1s cubic-bezier(.25, 1, .35, 1)
}

@media(min-width:768px) {
  .home-clients__brandplus--hover {
    opacity: 0
  }
}

.home-clients__stacked-pluses {
  z-index: 9;
  position: absolute;
  left: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 49.4rem;
  opacity: 1;
  transition: opacity 1s cubic-bezier(.25, 1, .35, 1);
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjU2IiBoZWlnaHQ9IjQ3Mi40MiI+PGcgZGF0YS1uYW1lPSJHcm91cCAxNTQiPjxnIGRhdGEtbmFtZT0iR3JvdXAgMTQ5Ij48cGF0aCBkYXRhLW5hbWU9IlVuaW9uIDc5OCIgZD0iTTQuNDYyIDQ3Mi40MTl2LTQuNDc5SDB2LS42NDFoNC40NjJ2LTUuMTE5SDUuMXY1LjExOWg0LjQ2di42MzlINS4xdjQuNDc5em0wLTM4LjM4OHYtNC40NzhIMHYtLjY0aDQuNDYydi01LjExNEg1LjF2NS4xMThoNC40NnYuNjRINS4xdjQuNDc4em0wLTM5LjAyNXYtNC40NzdIMHYtLjY0aDQuNDYydi01LjExOEg1LjF2NS4xMThoNC40NnYuNjRINS4xdjQuNDc4em0wLTM4LjM4NnYtNC40NzdIMHYtLjY0NGg0LjQ2MnYtNS4xMTRINS4xdjUuMTE0aDQuNDZ2LjYzOUg1LjF2NC40Nzl6bTAtMzguMzg2di00LjQ3N0gwdi0uNjRoNC40NjJ2LTUuMTE4SDUuMXY1LjExOGg0LjQ2di42NEg1LjF2NC40Nzh6IiBmaWxsPSIjZmZmIi8+PC9nPjxnIGRhdGEtbmFtZT0iR3JvdXAgMTUwIj48cGF0aCBkYXRhLW5hbWU9IlVuaW9uIDc5OCIgZD0iTTQuNDYyIDMxOC40MTl2LTQuNDc5SDB2LS42NDFoNC40NjJ2LTUuMTE5SDUuMXY1LjExOWg0LjQ2di42MzlINS4xdjQuNDc5em0wLTM4LjM4OHYtNC40NzhIMHYtLjY0aDQuNDYydi01LjExNEg1LjF2NS4xMThoNC40NnYuNjRINS4xdjQuNDc4em0wLTM5LjAyNXYtNC40NzdIMHYtLjY0aDQuNDYydi01LjExOEg1LjF2NS4xMThoNC40NnYuNjRINS4xdjQuNDc4em0wLTM4LjM4NnYtNC40NzdIMHYtLjY0NGg0LjQ2MnYtNS4xMTRINS4xdjUuMTE0aDQuNDZ2LjYzOUg1LjF2NC40Nzl6bTAtMzguMzg2di00LjQ3N0gwdi0uNjRoNC40NjJ2LTUuMTE4SDUuMXY1LjExOGg0LjQ2di42NEg1LjF2NC40Nzh6IiBmaWxsPSIjZmZmIi8+PC9nPjxnIGRhdGEtbmFtZT0iR3JvdXAgMTUxIj48cGF0aCBkYXRhLW5hbWU9IlVuaW9uIDc5OCIgZD0iTTQuNDYyIDE2NC40MTl2LTQuNDc5SDB2LS42NDFoNC40NjJ2LTUuMTE5SDUuMXY1LjExOWg0LjQ2di42MzlINS4xdjQuNDc5em0wLTM4LjM4OHYtNC40NzhIMHYtLjY0aDQuNDYydi01LjExNEg1LjF2NS4xMThoNC40NnYuNjRINS4xdjQuNDc4em0wLTM5LjAyNXYtNC40NzdIMHYtLjY0aDQuNDYydi01LjExOEg1LjF2NS4xMThoNC40NnYuNjRINS4xdjQuNDc4em0wLTM4LjM4NnYtNC40NzdIMHYtLjY0NGg0LjQ2MnYtNS4xMTRINS4xdjUuMTE0aDQuNDZ2LjYzOUg1LjF2NC40Nzl6bTAtMzguMzg2VjUuNzU3SDB2LS42NGg0LjQ2MlYtLjAwMUg1LjF2NS4xMThoNC40NnYuNjRINS4xdjQuNDc4eiIgZmlsbD0iI2ZmZiIvPjwvZz48L2c+PC9zdmc+) 50% 0 no-repeat
}

@media(min-width:768px) {
  .home-clients__stacked-pluses {
    left: 8rem
  }
}

@media(min-width:992px) {
  .home-clients__stacked-pluses {
    left: 10rem
  }
}

@media(min-width:1600px) {
  .home-clients__stacked-pluses {
    left: 15rem
  }
}

@media(min-width:768px) {
  .home-clients__stacked-pluses--hover {
    opacity: 0
  }
}

.home-intro {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #141930;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 1.25s cubic-bezier(.25, 1, .35, 1);
  cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOC44MzQiIGhlaWdodD0iNDAuNjY1Ij48cGF0aCBkYXRhLW5hbWU9IlVuaW9uIDU0MCIgZD0iTTE4LjEyMyA0MC42NjVWMjIuODc0SDB2LTIuNTQxaDE4LjEyM1YwaDIuNTg4djIwLjMzM2gxOC4xMjR2Mi41NDFIMjAuNzExdjE3Ljc5eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==), auto
}

.home-intro--complete {
  opacity: 0
}

.home-intro__logo {
  width: 16.5rem;
  opacity: 0;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1)
}

.home-intro__logo--loaded {
  transition: opacity 1s cubic-bezier(.25, 1, .35, 1);
  opacity: 1
}

@media(min-width:768px) {
  .home-intro__logo {
    width: 20.6rem
  }
}

@media(min-width:992px) {
  .home-intro__logo {
    width: 22.7rem
  }
}

.home-intro__image-loader,
.home-intro__images {
  width: 100%;
  height: 100%;
  background: #141930
}

.home-intro__image-loader {
  position: absolute;
  top: 0;
  left: 0
}

.home-intro__image-wrap {
  position: absolute;
  top: -.1rem;
  right: -.1rem;
  bottom: -.1rem;
  left: -.1rem;
  z-index: 2;
  transition: -webkit-clip-path 1s ease-in-out;
  transition: clip-path 1s ease-in-out;
  transition: clip-path 1s ease-in-out, -webkit-clip-path 1s ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.home-intro__image-wrap:nth-child(2) {
  z-index: 5;
  transition-delay: .1666666667s
}

.home-intro__image-wrap:nth-child(3) {
  z-index: 4;
  transition-delay: .3333333333s
}

.home-intro__image-wrap:nth-child(4) {
  z-index: 3;
  transition-delay: .5s
}

.home-intro__image-wrap:nth-child(5) {
  z-index: 2
}

.home-intro__image-wrap--animate {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% -50%, 0 -50%) !important;
  clip-path: polygon(0 0, 100% 0, 100% -50%, 0 -50%) !important
}

.home-intro__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: #141930;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: -webkit-clip-path 1s ease-in-out;
  transition: clip-path 1s ease-in-out;
  transition: clip-path 1s ease-in-out, -webkit-clip-path 1s ease-in-out;
  animation-delay: 1.25s
}

.home-intro__image-overlay--animate {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% -50%, 0 -50%) !important;
  clip-path: polygon(0 0, 100% 0, 100% -50%, 0 -50%) !important
}

.home-intro__image {
  width: 100%;
  height: 100%
}

.home-intro__image--preload {
  min-width: 100rem;
  min-height: 100rem
}

.home-intro__scroll-text {
  z-index: 10;
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 5.2rem;
  letter-spacing: .1rem;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media(min-width:768px) {
  .home-intro__scroll-text {
    font-size: 8.6rem;
    letter-spacing: .2rem
  }
}

@media(min-width:992px) {
  .home-intro__scroll-text {
    font-size: 11rem;
    letter-spacing: .3rem
  }
}

.home-intro__scroll-text span {
  display: block;
  transition: transform 7.1s linear
}

.home-intro__scroll-text span:first-child {
  transform: translate(125%);
  text-align: left
}

.home-intro__scroll-text span:nth-child(2) {
  transform: translate(-125%);
  text-align: right
}

.home-intro__scroll-text--animate span:first-child {
  transform: translate(-125%)
}

.home-intro__scroll-text--animate span:nth-child(2) {
  transform: translate(125%)
}

.home-intro__preloader {
  position: absolute;
  left: -1000rem
}

.footer {
  background: #000;
  color: #fff;
  margin-top: 4.3rem;
  font-size: 1.4rem
}

@media(min-width:768px) {
  .footer {
    margin-top: 10.3rem
  }
}

@media(min-width:992px) {
  .footer {
    margin-top: 12.4rem
  }
}

.footer a {
  text-decoration: none
}

.footer__section {
  display: grid;
  grid-template-columns: 1fr
}

.footer__section--top {
  margin: 0 0 3.5rem
}

@media(min-width:768px) {
  .footer__section--top {
    margin-bottom: 5rem;
    grid-template-columns: 2fr 1fr 1fr
  }
}

.footer__section--bottom {
  padding: 0 0 6rem
}

@media(min-width:768px) {
  .footer__section--bottom {
    padding-bottom: 5rem;
    grid-template-columns: repeat(2, 1fr)
  }
}

.footer__branding {
  display: none
}

.footer__branding a {
  text-decoration: underline
}

@media(min-width:768px) {
  .footer__branding {
    display: block
  }
}

.footer__logo {
  fill: #fff;
  margin: 0 0 2.6rem
}

@media(min-width:768px) {
  .footer__logo {
    display: block;
    width: 125px;
    background-color: #fff;
  }
}

.footer__nav-list {
  width: 100%
}

.footer__nav-list--external {
  display: none
}

@media(min-width:768px) {
  .footer__nav-list--external {
    display: block
  }
}

.footer__nav-list--internal {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  column-count: 2
}

@media(min-width:768px) {
  .footer__nav-list--internal {
    column-count: 1
  }
}

.footer__nav-list--legalese {
  column-count: 2;
  margin: 0;
}

@media(min-width:768px) {
  .footer__nav-list--legalese {
    margin: 0
  }
}

.footer__nav-item {
  margin: 0 0 2rem
}

.footer__nav-item--title {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif
}

.footer__nav-item--contact-title {
  display: none
}

@media(min-width:768px) {
  .footer__nav-item--contact-title {
    display: block
  }
}

.footer__nav-item--base {
  margin: 0
}

@media(min-width:768px) {
  .footer__nav-item--base {
    font-size: 1.2rem
  }
}

.footer__nav-item--spacer {
  display: none
}

@media(min-width:768px) {
  .footer__nav-item--spacer {
    display: block
  }
}

@media(min-width:768px) {
  .footer__copyright {
    grid-row-start: 1;
    grid-column-start: 1
  }
}

.footer__nav-link {
  text-decoration: none
}

html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  font-smoothing: antialiased;
  font-size: 62.5%;
  min-height: 100vh;
  background: #000;
  width: 100%;
  min-width: 250px;
  max-width: 100vw;
  overflow-x: auto
}

@media(-webkit-min-device-pixel-ratio:1.3), (-webkit-min-device-pixel-ratio:1.25), (min-resolution:1.3dppx), (min-resolution:120dpi) {
  html {
    font-smoothing: subpixel-antialiased
  }
}

html.no-overflow {
  overflow: hidden
}

html.no-overflow body {
  touch-action: none;
  overflow: hidden
}

body {
  font: 500 100%/1.4 ProximaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  padding: 0;
  width: 100%;
  min-width: 25rem;
  max-width: 100vw;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch
}

body.nav-open {
  overflow: hidden
}

body .react-player__play-icon {
  display: none
}

body.intro {
  cursor: none
}

body.intro #onetrust-consent-sdk {
  display: none !important
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none;
  appearance: none
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

* {
  box-sizing: border-box
}

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

ol,
ul {
  list-style: none
}

blockquote,
figure,
ol,
p,
ul {
  padding: 0;
  margin: 0
}

h1,
h2,
h3,
h4,
p {
  margin: 0
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .04rem
}

p {
  letter-spacing: .025rem
}

p+p {
  margin-top: 1.5em
}

svg {
  display: block;
  max-height: 100%;
  height: auto;
  fill: currentColor
}

img,
svg {
  max-width: 100%
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: optimize-contrast;
  image-rendering: -webkit-optimize-contrast;
}

address {
  font-style: normal;
  line-height: 1.6
}

* {
  color: currentColor
}

:active,
:focus,
:hover {
  outline: 0
}

input {
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none
}

input[type=search],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none
}

@font-face {
  font-family: ProximaWeb;
  src: url(./ProximaNova-Regular-bb1cef928aac119a2a92b245060a3cd7.woff2) format("woff2"), url(./ProximaNova-Regular-003af8ed0792a798d769a58e2055d9d9.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: ProximaWeb;
  src: url(./ProximaNova-Medium-20db3892916040da6c072950d0ed1073.woff2) format("woff2"), url(./ProximaNova-Medium-625b12ca88e7f583b58ad83e3a8ad840.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: ProximaWeb;
  src: url(./ProximaNova-Semibold-41b4b3b469c71a49032289d7391fd3cd.woff2) format("woff2"), url(./ProximaNova-Semibold-3c6ca24377f2e9a715ebab923c3efeca.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: ProximaWeb;
  src: url(./ProximaNova-Bold-9fc5d582e5dc211a9fb38a5644c2f339.woff2) format("woff2"), url(./ProximaNova-Bold-130ae9c4463beaf083894e5c1bb22569.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: TerminaWeb;
  src: url(./Termina-Regular-758dd64324a8d1b26d78cbb90e320b6a.woff2) format("woff2"), url(./Termina-Regular-785cbf87ac46761dad181e7294b32311.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: TerminaWeb;
  src: url(./Termina-Bold-c0e8ff83237315c104f7a7f093ea195b.woff2) format("woff2"), url(./Termina-Bold-40b0186037ccbde8fd8855f36f915961.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

.main {
  flex-grow: 1
}

.contact-select {
  position: relative;
  z-index: 1;
  text-align: left;
  height: 6.1rem
}

.contact-select--active {
  z-index: 2
}

.contact-select__trigger {
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: 0 0;
  outline: 0;
  border: none;
  border-bottom: .1rem solid #787a88;
  transition: border-bottom .3s cubic-bezier(.25, 1, .35, 1);
  text-align: left;
  padding: 0;
  cursor: pointer
}

.contact-select__trigger--selected {
  border-bottom-color: #fff
}

.contact-select__trigger-text {
  opacity: 1;
  font-size: 1.6rem;
  font-weight: 500;
  padding: .6rem 0 1.3rem;
  display: block;
  min-height: 4rem;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1), color .3s cubic-bezier(.25, 1, .35, 1)
}

@media(min-width:768px) {
  .contact-select__trigger-text {
    min-height: 5.6rem;
    line-height: 3.7rem
  }
}

@media(min-width:992px) {
  .contact-select__trigger-text {
    font-size: 2.8rem;
    line-height: 4.8rem;
    height: 2.8rem
  }
}

.contact-select__trigger-text--opened {
  opacity: .4
}

.contact-select__trigger-text--placeholder {
  font-size: 1.6rem;
  opacity: .4;
  color: #6c6c6c
}

@media(min-width:992px) {
  .contact-select__trigger-text--placeholder {
    font-size: 1.8rem
  }
}

.contact-select__trigger-text--placeholder-opened {
  opacity: .4
}

.contact-select__trigger-icon {
  transform: rotate(0);
  transition: transform .3s cubic-bezier(.25, 1, .35, 1);
  margin: 1.2rem 0 0
}

@media(min-width:768px) {
  .contact-select__trigger-icon {
    margin-top: 1.8rem
  }
}

.contact-select__trigger-icon--opened {
  transform: rotate(180deg)
}

.contact-select__list {
  padding: .8rem 0;
  background: #242626;
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  top: 4rem;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
  max-height: 30rem;
  overflow: scroll;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

@media(min-width:768px) {
  .contact-select__list {
    top: 5.6rem
  }
}

.contact-select__list--opened {
  display: block
}

.contact-select__item {
  padding: 0
}

.contact-select__item-button {
  padding: 1rem 1.8rem;
  cursor: pointer;
  line-height: 1.4;
  background: hsla(0, 0%, 100%, 0);
  transition: background .3s cubic-bezier(.25, 1, .35, 1);
  border: none;
  width: 100%;
  text-align: left
}

.contact-select__item-button:hover {
  background: hsla(0, 0%, 100%, .075)
}

.contact-select__input {
  width: .1rem;
  height: .1rem;
  opacity: 0;
  visibility: hidden
}

.contact-multiselect {
  position: relative;
  z-index: 1;
  text-align: left;
  height: 6.1rem;
  width: 100%
}

.contact-multiselect--active {
  z-index: 2
}

.contact-multiselect__trigger {
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: 0 0;
  outline: 0;
  border: none;
  border-bottom: .1rem solid #787a88;
  transition: border-bottom .3s cubic-bezier(.25, 1, .35, 1);
  text-align: left;
  padding: 0;
  cursor: pointer
}

.contact-multiselect__trigger--selected {
  border-bottom-color: #fff
}

.contact-multiselect__trigger-text {
  opacity: 1;
  font-size: 1.6rem;
  font-weight: 500;
  padding: .6rem 0 1.3rem;
  display: block;
  min-height: 4rem;
  white-space: nowrap;
  overflow: hidden;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1), color .3s cubic-bezier(.25, 1, .35, 1)
}

@media(min-width:768px) {
  .contact-multiselect__trigger-text {
    min-height: 5.6rem;
    line-height: 3.7rem
  }
}

@media(min-width:992px) {
  .contact-multiselect__trigger-text {
    font-size: 2.8rem;
    line-height: 4.8rem;
    height: 2.8rem
  }
}

.contact-multiselect__trigger-text--opened {
  opacity: .4
}

.contact-multiselect__trigger-text--placeholder {
  font-size: 1.6rem;
  opacity: .4;
  color: #6c6c6c
}

@media(min-width:992px) {
  .contact-multiselect__trigger-text--placeholder {
    font-size: 1.8rem
  }
}

.contact-multiselect__trigger-text--placeholder-opened {
  opacity: .4
}

.contact-multiselect__trigger-icon {
  transform: rotate(0);
  transition: transform .3s cubic-bezier(.25, 1, .35, 1);
  margin: 1.2rem 0 0
}

@media(min-width:768px) {
  .contact-multiselect__trigger-icon {
    margin-top: 1.8rem
  }
}

.contact-multiselect__trigger-icon--opened {
  transform: rotate(180deg)
}

.contact-multiselect__list {
  padding: .8rem 0;
  background: #242626;
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  top: 4rem;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
  max-height: 30rem;
  overflow: scroll;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

@media(min-width:768px) {
  .contact-multiselect__list {
    top: 5.6rem
  }
}

.contact-multiselect__list--opened {
  display: block
}

.contact-multiselect__item {
  padding: 0
}

.contact-multiselect__item-button {
  cursor: pointer;
  line-height: inherit;
  padding: 1rem 1.8rem;
  border: none;
  width: 100%;
  text-align: left;
  position: relative;
  background: hsla(0, 0%, 100%, 0);
  transition: background .3s cubic-bezier(.25, 1, .35, 1)
}

.contact-multiselect__item-button--selected,
.contact-multiselect__item-button:hover {
  background: hsla(0, 0%, 100%, .075)
}

.contact-multiselect__item-button--selected .contact-multiselect__selected-indicator {
  opacity: 1
}

.contact-multiselect__input {
  width: .1rem;
  height: .1rem;
  opacity: 0;
  visibility: hidden
}

.contact-multiselect__selected-indicator {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border: .2rem solid #fff;
  border-radius: 50%;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS41MjUiIGhlaWdodD0iOC44NTMiPjxwYXRoIGRhdGEtbmFtZT0iVW5pb24gMTIwNCIgZD0iTTIuNTYgNi45NTdMMCA0LjQyNWwxLjkyLTEuODkzIDIuNTYxIDIuNTI5TDkuNiAwbDEuOTIgMS45LTcuMDM5IDYuOTUzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) 50% 50% no-repeat;
  opacity: 0;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1)
}

.contact-step {
  background: #0a0a0a;
  min-height: 120vh;
  font-weight: 500;
  padding: 8rem 0 2rem;
  -ms-scroll-snap-type: y proximity;
  scroll-snap-type: y proximity
}

@media(min-width:768px) {
  .contact-step {
    min-height: 100vh;
    padding: 2rem 0
  }
}

.contact-step--1 {
  padding-top: 5rem
}

@media(min-width:992px) {
  .contact-step--1 {
    padding-top: 7.5rem
  }
}

.contact-step__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.contact-step__hero {
  margin: 0 0 5.2rem
}

@media(min-width:992px) {
  .contact-step__hero {
    margin: 0 0 4.8rem
  }
}

.contact-step__hero-title {
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.6rem;
  margin: 0 0 1.3rem;
  line-height: 1.1
}

@media(min-width:768px) {
  .contact-step__hero-title {
    font-size: 3.4rem;
    margin-bottom: 1.5rem
  }
}

@media(min-width:992px) {
  .contact-step__hero-title {
    font-size: 4.2rem;
    margin-bottom: 1.7rem
  }
}

@media(min-width:992px) {
  .contact-step__hero-title-break--mobile {
    display: none
  }
}

.contact-step__hero-title-break--desktop {
  display: none
}

@media(min-width:992px) {
  .contact-step__hero-title-break--desktop {
    display: inline
  }
}

.contact-step__intro {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  max-width: 46rem
}

@media(min-width:992px) {
  .contact-step__intro {
    font-size: 2rem
  }
}

.contact-step__title {
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.6rem;
  line-height: 1.1;
  letter-spacing: .1rem;
  margin: 0 0 5rem
}

@media(min-width:768px) {
  .contact-step__title {
    font-size: 3.4rem;
    margin-bottom: 6rem
  }
}

@media(min-width:992px) {
  .contact-step__title {
    font-size: 4.2rem;
    margin-bottom: 7.2rem;
    letter-spacing: .2rem
  }
}

@media(min-width:768px) {
  .contact-step__title-break {
    display: none
  }
}

@media(min-width:768px) {
  .contact-step__title-block {
    display: inline-block;
    max-width: 60rem;
    vertical-align: text-top
  }
}

.contact-step__count {
  font-size: 1.4rem;
  margin: 0 0 1.2rem
}

@media(min-width:768px) {
  .contact-step__count {
    font-size: 1.5rem;
    margin-bottom: 1.7rem
  }
}

.contact-step__count-of {
  opacity: .4
}

.contact-step__contents {
  border: none;
  padding: 0
}

@media(min-width:768px) {
  .contact-step__contents--radios {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 4rem
  }
}

@media(min-width:992px) {
  .contact-step__contents--radios {
    grid-gap: 6rem
  }
}

.contact-step__contents--inputs {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3.6rem
}

@media(min-width:768px) {
  .contact-step__contents--inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4.4rem
  }
}

.contact-step__controls {
  margin: 4rem 0;
  max-width: 84.4rem
}

@media(min-width:768px) {
  .contact-step__controls {
    margin-top: 6rem;
    display: flex
  }
}

.contact-step__controls .button {
  flex-shrink: 0
}

.contact-step__radio {
  max-width: 40rem
}

.contact-step__radio+.contact-step__radio {
  margin: 2.2rem 0 0
}

@media(min-width:768px) {
  .contact-step__radio+.contact-step__radio {
    margin: 0
  }
}

.contact-step__radio-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.contact-step__radio-input:checked~.contact-step__radio-marker {
  border-color: #fd8733
}

.contact-step__radio-input:checked~.contact-step__radio-marker svg {
  opacity: 1
}

.contact-step__radio-marker {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  opacity: 1;
  margin: 1rem 0 -1rem;
  background: hsla(0, 0%, 100%, .09);
  border: .3rem solid transparent;
  transition: border .3s cubic-bezier(.25, 1, .35, 1), background .3s cubic-bezier(.25, 1, .35, 1)
}

@media(min-width:768px) {
  .contact-step__radio-marker {
    margin: 0 0 2.6rem
  }
}

@media(min-width:992px) {
  .contact-step__radio-marker {
    margin-bottom: 3.4rem;
    width: 8.9rem;
    height: 8.9rem
  }
}

.contact-step__radio-icon {
  opacity: 0;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1)
}

@media(min-width:768px) {
  .contact-step__radio-icon {
    transform: scale(1.3)
  }
}

.contact-step__radio-label {
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.1;
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center
}

.contact-step__radio-label:hover .contact-step__radio-marker {
  border-color: #fff
}

@media(min-width:768px) {
  .contact-step__radio-label {
    font-size: 1.6rem;
    flex-direction: column;
    align-items: flex-start
  }
}

@media(min-width:992px) {
  .contact-step__radio-label {
    font-size: 1.8rem
  }
}

.contact-step__sublabel {
  max-width: 20rem;
  font-size: 1.4rem;
  opacity: .8
}

@media(min-width:768px) {
  .contact-step__sublabel {
    font-size: 1.6rem;
    margin: 2.6rem 0 0;
    max-width: 30rem
  }
}

.contact-step__input {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 52rem
}

@media(min-width:768px) {
  .contact-step__input--textarea {
    grid-column: span 2;
    max-width: none
  }
}

.contact-step__input--spacer {
  display: none
}

@media(min-width:768px) {
  .contact-step__input--spacer {
    display: block
  }
}

.contact-step__input-label {
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.6;
  cursor: pointer;
  margin: 0 0 1.6rem
}

@media(min-width:992px) {
  .contact-step__input-label {
    margin-bottom: 1.9rem
  }
}

.contact-step__input-label--textarea {
  max-width: 50rem;
  font-family: ProximaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  text-transform: none;
  margin-bottom: 4rem
}

.contact-step__text-input,
.contact-step__textarea {
  padding: 0 4.8rem 0 1.6rem;
  background: hsla(0, 0%, 100%, .09);
  font-weight: 500;
  font-size: 1.6rem;
  background: 0 0;
  border: none;
  width: 100%;
  min-height: 4.6rem;
  box-shadow: inset 0 0 0 100rem hsla(0, 0%, 100%, .09);
  opacity: 1;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1)
}

.contact-step__text-input:-ms-input-placeholder,
.contact-step__textarea:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .4);
  font-style: italic
}

.contact-step__text-input::placeholder,
.contact-step__textarea::placeholder {
  color: hsla(0, 0%, 100%, .4);
  font-style: italic
}

.contact-step__text-input:-webkit-autofill,
.contact-step__textarea:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 100rem #2a2e41 inset
}

.contact-step__text-input:-ms-input-placeholder,
.contact-step__textarea:-ms-input-placeholder {
  font-size: 1.4rem
}

.contact-step__text-input:placeholder-shown,
.contact-step__textarea:placeholder-shown {
  font-size: 1.4rem
}

@media(min-width:992px) {

  .contact-step__text-input:-ms-input-placeholder,
  .contact-step__textarea:-ms-input-placeholder {
    font-size: 1.6rem
  }

  .contact-step__text-input:placeholder-shown,
  .contact-step__textarea:placeholder-shown {
    font-size: 1.6rem
  }
}

.contact-step__text-input:-ms-input-placeholder~.contact-step__input-completed,
.contact-step__textarea:-ms-input-placeholder~.contact-step__input-completed {
  opacity: 0
}

.contact-step__text-input:placeholder-shown~.contact-step__input-completed,
.contact-step__textarea:placeholder-shown~.contact-step__input-completed {
  opacity: 0
}

@media(min-width:992px) {

  .contact-step__text-input,
  .contact-step__textarea {
    font-size: 2.2rem;
    line-height: 4.6rem
  }
}

.contact-step__text-input:active,
.contact-step__text-input:focus,
.contact-step__textarea:active,
.contact-step__textarea:focus {
  opacity: 1
}

.contact-step__text-input--country-code {
  width: 10rem;
  padding-right: 1.6rem
}

.contact-step__text-input--telephone {
  margin: 0 0 0 2rem;
  width: calc(100% - 12rem)
}

.contact-step__textarea {
  resize: none;
  height: 15rem;
  line-height: 1.2;
  padding: 1.6rem 4.8rem 1.6rem 1.6rem
}

.contact-step__input-wrap {
  position: relative;
  display: flex
}

.contact-step__input-wrap--textarea {
  max-width: 84.4rem
}

.contact-step__input-completed {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2rem;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border: .2rem solid #efeeee;
  border-radius: 50%;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS41MjUiIGhlaWdodD0iOC44NTMiPjxwYXRoIGRhdGEtbmFtZT0iVW5pb24gMTIwNCIgZD0iTTIuNTYgNi45NTdMMCA0LjQyNWwxLjkyLTEuODkzIDIuNTYxIDIuNTI5TDkuNiAwbDEuOTIgMS45LTcuMDM5IDYuOTUzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) 50% 50% no-repeat;
  opacity: 1;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1)
}

.contact-step__input-completed--textarea {
  top: 1rem;
  transform: none
}

.contact-step__error-message {
  display: flex;
  align-items: center;
  font-size: 2rem;
  max-width: 48rem;
  margin: 4rem 0 0
}

@media(min-width:768px) {
  .contact-step__error-message {
    max-width: none;
    margin: 0 0 0 4rem
  }
}

.contact-submitted {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.contact-submitted__roundel {
  display: inline-block;
  margin: 0 0 2.4rem
}

@media(min-width:768px) {
  .contact-submitted__roundel {
    margin-bottom: 3.9rem
  }
}

.contact-submitted__title {
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 4.5rem;
  letter-spacing: .1rem
}

@media(min-width:768px) {
  .contact-submitted__title {
    font-size: 7.2rem;
    letter-spacing: .2rem
  }
}

.contact-submitted__text {
  max-width: 38rem;
  font-weight: 500;
  font-size: 1.5rem;
  margin: 2.5rem auto 0
}

@media(min-width:768px) {
  .contact-submitted__text {
    font-size: 2rem;
    margin-top: 2rem
  }
}

.contact-submitted__button {
  margin: 16.5rem 0 0
}

@media(min-width:768px) {
  .contact-submitted__button {
    margin-top: 7.2rem
  }
}

.contact-form {
  opacity: 1;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1);
  z-index: 1
}

.contact-form__submitting {
  position: fixed;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 25;
  background: rgba(20, 25, 48, .97) url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48bGluZWFyR3JhZGllbnQgeDE9IjguMDQyJSIgeTE9IjAlIiB4Mj0iNjUuNjgyJSIgeTI9IjIzLjg2NSUiIGlkPSJhIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9Ii42MzEiIG9mZnNldD0iNjMuMTQ2JSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmYiIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSI+PHBhdGggZD0iTTM2IDE4YzAtOS45NC04LjA2LTE4LTE4LTE4IiBpZD0iT3ZhbC0yIiBzdHJva2U9InVybCgjYSkiIHN0cm9rZS13aWR0aD0iMiI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTggMTgiIHRvPSIzNjAgMTggMTgiIGR1cj0iMC45cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3BhdGg+PGNpcmNsZSBmaWxsPSIjZmZmIiBjeD0iMzYiIGN5PSIxOCIgcj0iMSI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTggMTgiIHRvPSIzNjAgMTggMTgiIGR1cj0iMC45cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L2NpcmNsZT48L2c+PC9nPjwvc3ZnPg==) 50% 50% no-repeat;
  background-size: 4.5rem 4.5rem
}

@media(min-width:992px) {
  .contact-form__submitting {
    background-size: 8.9rem 8.9rem
  }
}

.news-hero-slide {
  height: 60rem
}

.news-hero-slide:after,
.news-hero-slide:before {
  transform: none;
  transition: transform 1s cubic-bezier(.25, 1, .35, 1) !important
}

@media(min-width:768px) {
  .news-hero-slide {
    height: 80rem
  }
}

@media(min-width:992px) {
  .news-hero-slide {
    height: 69rem
  }
}

.news-hero-slide--hover:after,
.news-hero-slide--hover:before {
  transform: scale(1.1)
}

.news-hero-slide__title {
  text-transform: uppercase;
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: .1rem;
  line-height: 1.1;
  margin: 0 0 2.6rem
}

@media(min-width:768px) {
  .news-hero-slide__title {
    font-size: 4rem;
    margin-bottom: 4.2rem
  }
}

.news-hero-slide__subtitle {
  font-size: 2.2rem;
  font-weight: 600;
  font-family: ProximaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 2.6rem 0 0;
  text-transform: none;
  max-width: 34.5rem;
  min-height: 9rem
}

@media(min-width:768px) {
  .news-hero-slide__subtitle {
    font-size: 2.2rem;
    margin-top: 3rem
  }
}

.news-hero-slide__inner {
  text-decoration: none
}

.news-hero-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 29rem;
  opacity: .7;
  background: linear-gradient(0deg, #000 0, #000 20%, #000 0, transparent);
  z-index: 1
}

@media(min-width:768px) {
  .news-hero-slide__inner:before {
    height: 17rem
  }
}

.news-hero-slide__count {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 2.2rem;
  opacity: 1;
  transition: opacity 1s cubic-bezier(.25, 1, .35, 1)
}

@media(min-width:768px) {
  .news-hero-slide__count {
    font-size: 1.3rem;
    margin-bottom: 1.2rem
  }
}

@media(min-width:768px) {
  .news-hero-slide__count--hover {
    opacity: 0
  }
}

.news-hero-slide__content {
  height: 100%;
  padding: 0 0 5.3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

@media(min-width:768px) {
  .news-hero-slide__content {
    padding-bottom: 6.4rem
  }
}

.news-hero-desktop__first {
  display: block;
  height: 65rem;
  position: relative;
  overflow: hidden
}

.news-hero-desktop__first:after,
.news-hero-desktop__first:before {
  display: none
}

.news-hero-desktop__first-image {
  height: 65rem;
  transform: scale(1);
  transition: transform 1s cubic-bezier(.25, 1, .35, 1)
}

.news-hero-desktop__first-inner {
  text-decoration: none;
  height: 65rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden
}

.news-hero-desktop__first-inner:before {
  height: 29rem;
  opacity: .8;
  background: linear-gradient(0deg, #000 0, #000 20%, #000 0, transparent)
}

.news-hero-desktop__first-inner:after,
.news-hero-desktop__first-inner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1);
  z-index: 1;
  pointer-events: none
}

.news-hero-desktop__first-inner:after {
  top: 0;
  opacity: 0;
  background: #efeeee
}

.news-hero-desktop__first-inner:active:before,
.news-hero-desktop__first-inner:focus:before,
.news-hero-desktop__first-inner:hover:before {
  opacity: 0
}

.news-hero-desktop__first-inner:active:after,
.news-hero-desktop__first-inner:focus:after,
.news-hero-desktop__first-inner:hover:after {
  opacity: .6
}

.news-hero-desktop__first-inner:active .news-hero-desktop__first-image,
.news-hero-desktop__first-inner:focus .news-hero-desktop__first-image,
.news-hero-desktop__first-inner:hover .news-hero-desktop__first-image {
  transform: scale(1.1)
}

.news-hero-desktop__first-content {
  z-index: 2;
  height: 100%;
  padding-bottom: 7rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

.news-hero-desktop__first-title {
  text-transform: uppercase;
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 6rem;
  letter-spacing: .2rem;
  line-height: 1.1;
  margin: 0 0 7rem
}

.news-hero-desktop__first-subtitle {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: ProximaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: none;
  max-width: 60rem;
  margin: 5rem 0 0
}

.news-hero-desktop__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

.news-hero-desktop__second-article {
  text-decoration: none;
  position: relative;
  overflow: hidden
}

.news-hero-desktop__second-article:nth-child(2),
.news-hero-desktop__second-article:nth-child(3),
.news-hero-desktop__second-article:nth-child(4) {
  display: none
}

@media(min-width:768px) {

  .news-hero-desktop__second-article:nth-child(2),
  .news-hero-desktop__second-article:nth-child(3),
  .news-hero-desktop__second-article:nth-child(4) {
    display: block
  }
}

@media(min-width:768px) {
  .news-hero-desktop__second-article:first-child .news-hero-desktop__second-article-content {
    padding-left: 10rem
  }
}

@media(min-width:1600px) {
  .news-hero-desktop__second-article:first-child .news-hero-desktop__second-article-content {
    padding-left: 15rem
  }
}

@media(min-width:576px) {
  .news-hero-desktop__second-article:nth-child(2) {
    display: block
  }
}

@media(min-width:768px) {
  .news-hero-desktop__second-article:after {
    top: 0;
    background: #efeeee;
    opacity: 0
  }

  .news-hero-desktop__second-article:after,
  .news-hero-desktop__second-article:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: opacity .5s cubic-bezier(.25, 1, .35, 1)
  }

  .news-hero-desktop__second-article:before {
    height: 33.6rem;
    opacity: .7;
    background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .16) 60%, rgba(0, 0, 0, .16) 0, transparent)
  }

  .news-hero-desktop__second-article:active:before,
  .news-hero-desktop__second-article:focus:before,
  .news-hero-desktop__second-article:hover:before {
    opacity: 0
  }

  .news-hero-desktop__second-article:active:after,
  .news-hero-desktop__second-article:focus:after,
  .news-hero-desktop__second-article:hover:after {
    opacity: .85
  }

  .news-hero-desktop__second-article:active .news-hero-desktop__second-article-image,
  .news-hero-desktop__second-article:focus .news-hero-desktop__second-article-image,
  .news-hero-desktop__second-article:hover .news-hero-desktop__second-article-image {
    transform: scale(1.1)
  }
}

.news-hero-desktop__second-article-image {
  margin: 0;
  transform: none;
  transition: transform .3s cubic-bezier(.25, 1, .35, 1)
}

.news-hero-desktop__second-article-content {
  z-index: 3;
  background: 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10rem 6rem;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1)
}

.news-hero-desktop__second-article-title {
  text-transform: none;
  font-size: 2.2rem;
  margin: 3.7rem 0 0;
  max-width: 34.5rem
}

.news-hero {
  height: 60rem;
  position: relative
}

@media(min-width:768px) {
  .news-hero {
    height: 80rem
  }
}

@media(min-width:992px) {
  .news-hero {
    height: auto
  }
}

.news-hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #141930;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.news-hero__slide--active {
  transition: -webkit-clip-path .5s cubic-bezier(.25, 1, .35, 1);
  transition: clip-path .5s cubic-bezier(.25, 1, .35, 1);
  transition: clip-path .5s cubic-bezier(.25, 1, .35, 1), -webkit-clip-path .5s cubic-bezier(.25, 1, .35, 1);
  -webkit-clip-path: polygon(0 0, 90% 0, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 90% 0, 90% 100%, 0 100%)
}

.news-hero__slide--hover {
  -webkit-clip-path: polygon(0 0, 87% 0, 89% 100%, 0 100%);
  clip-path: polygon(0 0, 87% 0, 89% 100%, 0 100%)
}

@media(min-width:768px) {
  .news-hero__slide--hover {
    -webkit-clip-path: polygon(0 0, 85% 0, 88% 100%, 0 100%);
    clip-path: polygon(0 0, 85% 0, 88% 100%, 0 100%)
  }
}

.news-hero__slide--away {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
}

.news-hero__slide--position-1 {
  z-index: 6
}

.news-hero__slide--position-2 {
  z-index: 5
}

.news-hero__slide--position-3 {
  z-index: 4
}

.news-hero__slide--position-4 {
  z-index: 3
}

.news-hero__button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 25%;
  opacity: 0;
  border: none;
  background: 0 0;
  white-space: nowrap;
  text-indent: 100rem;
  overflow: hidden;
  cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC4zODQiIGhlaWdodD0iMzIuNTMxIiB2aWV3Qm94PSIwIDAgMTguMzg0IDMyLjUzMSI+PHBhdGggaWQ9IlVuaW9uXzgwNCIgZGF0YS1uYW1lPSJVbmlvbiA4MDQiIGQ9Ik0xNDI3OSwxNzAzNy40MDhsMTQuMTQzLTE0LjE0My0xNC4xNDMtMTQuMTQ2LDIuMTIxLTIuMTIxLDE2LjI2MywxNi4yNjgtMTYuMjYzLDE2LjI2NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDI3OS4wMDIgLTE3MDA2Ljk5OCkiIGZpbGw9IiNmZmYiLz48L3N2Zz4=), auto;
  z-index: 10
}

.articles-filter {
  position: relative;
  z-index: 1;
  text-align: left
}

.articles-filter--active {
  z-index: 2
}

.articles-filter__trigger {
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: 0 0;
  outline: 0;
  border: none;
  border-bottom: .2rem solid #787a88;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 0 1.3rem;
  cursor: pointer
}

.articles-filter__trigger-text {
  opacity: 1;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1)
}

.articles-filter__trigger-text--opened {
  opacity: .4
}

.articles-filter__trigger-icon {
  transform: rotate(0);
  transition: transform .3s cubic-bezier(.25, 1, .35, 1)
}

.articles-filter__trigger-icon--opened {
  transform: rotate(180deg)
}

.articles-filter__list {
  padding: .8rem 0;
  background: #242626;
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  top: 3.1rem;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
  max-height: 30rem;
  overflow: scroll;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.articles-filter__list--opened {
  display: block
}

.articles-filter__item {
  padding: 0
}

.articles-filter__item+.articles-filter__item {
  margin-top: .4rem
}

.articles-filter__item-button {
  width: 100%;
  border: none;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  cursor: pointer;
  padding: .8rem 1.8rem;
  background: hsla(0, 0%, 100%, 0);
  transition: background .3s cubic-bezier(.25, 1, .35, 1)
}

.articles-filter__item-button:hover {
  background: hsla(0, 0%, 100%, .075)
}

.articles-filters {
  background: #141930;
  padding: 5.3rem 0 0
}

@media(min-width:768px) {
  .articles-filters {
    padding-top: 8.1rem;
    text-align: center
  }
}

@media(min-width:992px) {
  .articles-filters {
    padding-top: 14rem
  }
}

.articles-filters__title {
  display: none;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: none
}

@media(min-width:576px) {
  .articles-filters__title {
    display: inline-block
  }
}

.articles-filters__filters-wrap {
  display: inline-grid;
  grid-template-columns: 1fr;
  grid-gap: 3.3rem;
  width: 100%
}

@media(min-width:576px) {
  .articles-filters__filters-wrap {
    grid-template-columns: 22rem 22rem;
    margin-left: 3rem;
    width: auto
  }
}

.articles-list-item {
  text-decoration: none
}

.articles-list-item:active .articles-list-item__image,
.articles-list-item:focus .articles-list-item__image,
.articles-list-item:hover .articles-list-item__image {
  transform: scale(1.1)
}

.articles-list-item:active .articles-list-item__image-wrap:after,
.articles-list-item:focus .articles-list-item__image-wrap:after,
.articles-list-item:hover .articles-list-item__image-wrap:after {
  opacity: .8
}

.articles-list-item:active .articles-list-item__brandplus,
.articles-list-item:focus .articles-list-item__brandplus,
.articles-list-item:hover .articles-list-item__brandplus {
  opacity: 1
}

.articles-list-item__image-wrap {
  position: relative;
  overflow: hidden;
  margin: 0 0 2.3rem
}

@media(min-width:768px) {
  .articles-list-item__image-wrap {
    margin-bottom: 2.7rem
  }
}

@media(min-width:992px) {
  .articles-list-item__image-wrap {
    margin-bottom: 3rem
  }
}

.articles-list-item__image-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #efeeee;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1);
  pointer-events: none
}

.articles-list-item__image {
  transform: scale(1);
  transition: transform .3s cubic-bezier(.25, 1, .35, 1)
}

.articles-list-item__brandplus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .5s cubic-bezier(.25, 1, .35, 1);
  z-index: 2
}

.articles-list-item__date {
  opacity: .7;
  margin: 2.1rem 0 0;
  display: block;
  font-size: 1.2rem;
  font-weight: 600
}

@media(min-width:992px) {
  .articles-list-item__date {
    font-size: 1.3rem;
    margin-top: 2rem
  }
}

.articles-list-item__title {
  text-transform: none;
  margin: .9rem 0 0;
  font-size: 1.8rem;
  font-weight: 500;
  max-width: 30rem
}

@media(min-width:992px) {
  .articles-list-item__title {
    margin-top: 1.8rem;
    font-size: 2.6rem;
    max-width: 46rem
  }
}

.articles-list {
  background: #0a0a0a;
  padding: 6rem 0 6.9rem
}

@media(min-width:768px) {
  .articles-list {
    padding: 8.4rem 0 15.3rem
  }
}

@media(min-width:992px) {
  .articles-list {
    padding: 12.2rem 0 14.3rem
  }
}

@media(min-width:768px) {
  .articles-list__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4rem 1.5rem
  }
}

@media(min-width:992px) {
  .articles-list__list {
    grid-gap: 4.5rem 7rem
  }
}

@media(min-width:1200px) {
  .articles-list__list {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 4.5rem 7rem
  }
}

.articles-list__item+.articles-list__item {
  margin-top: 6.5rem
}

@media(min-width:768px) {
  .articles-list__item+.articles-list__item {
    margin: 0
  }
}

@media(min-width:1200px) {
  .articles-list__item {
    grid-column: span 2
  }

  .articles-list__item:nth-child(8n+4),
  .articles-list__item:nth-child(8n+5) {
    grid-column: span 3
  }
}

.articles-list__button-wrap {
  margin: 5.8rem 0 0;
  display: flex;
  justify-content: center
}

@media(min-width:768px) {
  .articles-list__button-wrap {
    margin-top: 7.7rem
  }
}

@media(min-width:1200px) {
  .articles-list__button-wrap {
    margin-top: 9.3rem
  }
}

.articles-list__no-results {
  padding: 5rem 0 15rem
}

@media(min-width:768px) {
  .articles-list__no-results {
    padding: 8.7rem 0 30rem
  }
}

@media(min-width:992px) {
  .articles-list__no-results {
    padding: 10rem 0 30rem
  }
}

.articles-list__no-results-text,
.articles-list__no-results-title {
  text-transform: none;
  font-weight: 500;
  text-align: center;
  font-size: 2.4rem;
  margin: 0 0 1.4rem
}

@media(min-width:768px) {

  .articles-list__no-results-text,
  .articles-list__no-results-title {
    font-size: 3.1rem
  }
}

@media(min-width:992px) {

  .articles-list__no-results-text,
  .articles-list__no-results-title {
    font-size: 4rem;
    margin-bottom: 2rem
  }
}

.articles-list__no-results-text {
  font-size: 1.6rem
}

@media(min-width:768px) {
  .articles-list__no-results-text {
    font-size: 2rem
  }
}

.search-hero {
  background: hsla(0, 0%, 94.9%, .13);
  margin: 12rem 0 0
}

@media(min-width:992px) {
  .search-hero {
    margin-top: 15.5rem
  }
}

.search-hero__inner {
  height: 9.7rem;
  display: flex;
  align-items: center;
  justify-content: flex-start
}

@media(min-width:992px) {
  .search-hero__inner {
    height: 14.5rem
  }
}

.search-hero__icon {
  width: 1.8rem;
  margin: 0 2rem 0 0
}

@media(min-width:992px) {
  .search-hero__icon {
    margin-right: 3.8rem;
    width: 3.7rem
  }
}

.search-hero__predefined-query {
  line-height: 1;
  font-size: 1.8rem
}

@media(min-width:992px) {
  .search-hero__predefined-query {
    font-size: 2.4rem
  }
}

.search-hero__clear-button {
  border: none;
  border-radius: 50%;
  background: #3b3b3b;
  width: 3.1rem;
  height: 3.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .3s cubic-bezier(.25, 1, .35, 1);
  margin: 0 0 0 auto
}

.search-hero__clear-button:active,
.search-hero__clear-button:focus,
.search-hero__clear-button:hover {
  background: #6c6c6c
}

@media(min-width:768px) {
  .search-hero__clear-button {
    width: 4.2rem;
    height: 4.2rem;
    margin-left: 7.6rem
  }
}

.search-hero__clear-icon {
  width: .9rem;
  height: .9rem
}

@media(min-width:992px) {
  .search-hero__clear-icon {
    width: 1.3rem;
    height: 1.3rem
  }
}

.search-hero__form {
  flex-grow: 1;
  max-width: 46rem
}

.search-hero__input {
  line-height: 1;
  font-size: 1.8rem;
  font-family: ProximaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
  background: 0 0;
  border: none;
  border-bottom: .1rem solid #6c6c6c;
  transition: border .3s cubic-bezier(.25, 1, .35, 1);
  color: #fff;
  width: 100%;
  padding: 0 0 .6rem
}

.search-hero__input:-ms-input-placeholder {
  color: #6c6c6c
}

.search-hero__input::placeholder {
  color: #6c6c6c
}

.search-hero__input:active,
.search-hero__input:focus {
  border-color: #fff
}

.search-hero__input:active:-ms-input-placeholder,
.search-hero__input:focus:-ms-input-placeholder {
  display: none
}

.search-hero__input:active::placeholder,
.search-hero__input:focus::placeholder {
  display: none
}

@media(min-width:992px) {
  .search-hero__input {
    font-size: 2.4rem
  }
}

.search-results-banner {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 4rem;
  margin: 4rem 0 0
}

@media(min-width:768px) {
  .search-results-banner {
    font-size: 1.8rem;
    margin-top: 6.5rem
  }
}

.search-results-banner__count {
  font-weight: 600;
  height: 4rem;
  display: inline-block;
  background: #3b3f50;
  padding: 0 1rem;
  margin: 0 .9rem;
  cursor: pointer;
  letter-spacing: inherit;
  border: none;
  transition: background .3s cubic-bezier(.25, 1, .35, 1)
}

.search-results-banner__count:active,
.search-results-banner__count:focus,
.search-results-banner__count:hover {
  background: rgba(41, 87, 166, .8)
}

.search-results-article {
  text-decoration: none
}

.search-results-article:active .search-results-article__image,
.search-results-article:focus .search-results-article__image,
.search-results-article:hover .search-results-article__image {
  transform: scale(1.1)
}

.search-results-article:active .search-results-article__image-wrap:after,
.search-results-article:focus .search-results-article__image-wrap:after,
.search-results-article:hover .search-results-article__image-wrap:after {
  opacity: .8
}

.search-results-article:active .search-results-article__brandplus,
.search-results-article:focus .search-results-article__brandplus,
.search-results-article:hover .search-results-article__brandplus {
  opacity: 1
}

.search-results-article__image-wrap {
  position: relative;
  overflow: hidden;
  margin: 0 0 2.3rem
}

@media(min-width:768px) {
  .search-results-article__image-wrap {
    margin-bottom: 2.7rem
  }
}

@media(min-width:992px) {
  .search-results-article__image-wrap {
    margin-bottom: 3rem
  }
}

.search-results-article__image-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #efeeee;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1);
  pointer-events: none
}

.search-results-article__image {
  transform: scale(1);
  transition: transform .3s cubic-bezier(.25, 1, .35, 1)
}

.search-results-article__brandplus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .5s cubic-bezier(.25, 1, .35, 1);
  z-index: 2
}

.search-results-article__date {
  opacity: .7;
  margin: 2.1rem 0 0;
  display: block;
  font-size: 1.2rem;
  font-weight: 600
}

@media(min-width:992px) {
  .search-results-article__date {
    font-size: 1.3rem;
    margin-top: 2rem
  }
}

.search-results-article__title {
  text-transform: none;
  margin: .9rem 0 0;
  font-size: 1.8rem;
  font-weight: 500;
  max-width: 30rem
}

@media(min-width:992px) {
  .search-results-article__title {
    margin-top: 1.8rem;
    font-size: 2.6rem;
    max-width: 46rem
  }
}

.search-results-client {
  display: block;
  width: 100%;
  height: 30rem;
  position: relative;
  overflow: hidden
}

@media(min-width:768px) {
  .search-results-client {
    height: 35rem
  }
}

@media(min-width:992px) {
  .search-results-client {
    height: 37.5rem
  }
}

@media(min-width:1200px) {
  .search-results-client {
    height: 45rem
  }
}

.search-results-client:active .search-results-client__image,
.search-results-client:focus .search-results-client__image,
.search-results-client:hover .search-results-client__image {
  transform: scale(1.1)
}

.search-results-client:active .search-results-client__content,
.search-results-client:focus .search-results-client__content,
.search-results-client:hover .search-results-client__content {
  background: rgba(32, 90, 190, .85)
}

.search-results-client:active .search-results-client__content:before,
.search-results-client:focus .search-results-client__content:before,
.search-results-client:hover .search-results-client__content:before {
  opacity: 0
}

.search-results-client:active .search-results-client__logo,
.search-results-client:focus .search-results-client__logo,
.search-results-client:hover .search-results-client__logo {
  transform: scale(1.1)
}

.search-results-client:active .search-results-client__brandplus,
.search-results-client:focus .search-results-client__brandplus,
.search-results-client:hover .search-results-client__brandplus {
  opacity: 1
}

.search-results-client__image {
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: none;
  transition: transform .3s cubic-bezier(.25, 1, .35, 1)
}

.search-results-client__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 0 3.2rem;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 3;
  transition: background .5s cubic-bezier(.25, 1, .35, 1);
  background: rgba(32, 90, 190, 0)
}

@media(min-width:768px) {
  .search-results-client__content {
    padding-bottom: 5.3rem
  }
}

@media(min-width:992px) {
  .search-results-client__content {
    padding-bottom: 5.9rem
  }
}

.search-results-client__content:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 17.8rem;
  pointer-events: none;
  opacity: .6;
  z-index: 2;
  transition: opacity .5s cubic-bezier(.25, 1, .35, 1);
  background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .16) 60%, rgba(0, 0, 0, .16) 0, transparent)
}

@media(min-width:768px) {
  .search-results-client__content:before {
    height: 28.5rem
  }
}

@media(min-width:992px) {
  .search-results-client__content:before {
    height: 36.5rem
  }
}

.search-results-client__inner {
  z-index: 4
}

.search-results-client__logo {
  width: 8rem;
  height: 6rem;
  transform: scale(1);
  transition: transform .3s cubic-bezier(.25, 1, .35, 1);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -999rem;
  line-height: 1
}

@media(min-width:768px) {
  .search-results-client__logo {
    width: 10rem;
    height: 7rem
  }
}

@media(min-width:992px) {
  .search-results-client__logo {
    width: 12rem;
    height: 8rem
  }
}

.search-results-client__logo--landscape {
  width: 9rem
}

@media(min-width:768px) {
  .search-results-client__logo--landscape {
    width: 14rem
  }
}

@media(min-width:992px) {
  .search-results-client__logo--landscape {
    width: 16rem
  }
}

.search-results-client__brandplus {
  opacity: 0;
  transition: opacity .5s cubic-bezier(.25, 1, .35, 1);
  z-index: 5;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.search-results {
  margin: 4rem 0 16rem;
  min-height: 100vh
}

@media(min-width:768px) {
  .search-results {
    margin: 9.5rem 0 27rem
  }
}

.search-results__section {
  padding: 4rem 0
}

.search-results__section+.search-results__section {
  margin-top: 4.7rem
}

@media(min-width:768px) {
  .search-results__section+.search-results__section {
    margin-top: 9.5rem
  }
}

.search-results__title {
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 1.8rem;
  text-transform: uppercase
}

@media(min-width:768px) {
  .search-results__title {
    font-size: 2.2rem
  }
}

@media(min-width:992px) {
  .search-results__title {
    font-size: 3rem
  }
}

.search-results__title-count {
  display: inline-block;
  font-family: ProximaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  margin: -.2rem 0 0 1.2rem;
  vertical-align: middle
}

@media(min-width:768px) {
  .search-results__title-count {
    font-size: 1.4rem
  }
}

@media(min-width:992px) {
  .search-results__title-count {
    font-size: 1.6rem
  }
}

.search-results__grid {
  width: 100%;
  margin: 2.6rem 0 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 9.4rem
}

@media(min-width:576px) {
  .search-results__grid {
    margin-top: 4.2rem;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8rem 3rem
  }
}

@media(min-width:992px) {
  .search-results__grid {
    margin-top: 4.6rem;
    grid-gap: 10.5rem 7rem
  }
}

@media(min-width:1200px) {
  .search-results__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16.5rem 7rem
  }
}

.search-results__grid--clients {
  grid-gap: 3rem
}

@media(min-width:576px) {
  .search-results__grid--clients {
    grid-gap: 3rem
  }
}

@media(min-width:992px) {
  .search-results__grid--clients {
    grid-gap: 7rem
  }
}

.search-results__more-button {
  cursor: pointer;
  background: 0 0;
  color: #fff;
  border: none;
  font-size: 1.6rem;
  padding: 0;
  margin: 6.8rem 0 0;
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1)
}

.search-results__more-button:active,
.search-results__more-button:focus,
.search-results__more-button:hover {
  opacity: .8
}

.search-results__more-button span {
  text-decoration: underline
}

.search-results__more-button svg {
  margin: 0 0 0 1.1rem
}

.service-panels {
  background: #0a0a0a;
  padding: 9rem 0
}

@media(min-width:768px) {
  .service-panels {
    padding: 14rem 0
  }
}

.service-panel {
  position: relative
}

.service-panel+.service-panel {
  margin-top: 9rem
}

@media(min-width:768px) {
  .service-panel+.service-panel {
    margin-top: 14rem
  }
}

@media(min-width:1000px) {
  .service-panel__container {
    display: grid;
    grid-gap: 7rem;
    grid-template-columns: 50% 50%
  }
}

.service-panel__image {
  height: 40rem;
  margin: 0 0 5.3rem
}

@media(min-width:1000px) {
  .service-panel__image {
    height: 60rem;
    transition: opacity 1s cubic-bezier(.25, 1, .35, 1)
  }
}

@media(min-width:1000px) {
  .service-panel__image-wrap {
    grid-row-start: 1;
    grid-column-start: 2
  }
}

@media(min-width:992px) {
  .service-panel__image-wrap {
    transition: opacity 1s cubic-bezier(.25, 1, .35, 1), transform 1s cubic-bezier(.25, 1, .35, 1);
    transform: translateX(10%) scale(.9);
    opacity: 0
  }

  .service-panel__image-wrap--in-view {
    transform: translateX(0) scale(1);
    opacity: 1
  }
}

@media(min-width:1000px) {
  .service-panel__content {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-column-end: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
  }
}

@media(min-width:1000px) {
  .service-panel__inner {
    max-width: 100%;
    margin: 0;
    padding: 0 0 0 10rem
  }
}

.service-panel__title {
  line-height: 1;
  text-transform: uppercase;
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  margin: 0 0 2.7rem;
  letter-spacing: .1rem;
  max-width: 40rem
}

@media(min-width:768px) {
  .service-panel__title {
    font-size: 3.8rem;
    margin-bottom: 4rem
  }
}

@media(min-width:1000px) {
  .service-panel__title {
    font-size: 4rem;
    letter-spacing: .2rem;
    max-width: none;
    transition: color 1s cubic-bezier(.25, 1, .35, 1), transform 1s cubic-bezier(.25, 1, .35, 1);
    transform: translateY(2rem)
  }

  @supports(-webkit-text-stroke-width:0.1rem) and (-webkit-text-stroke-color:#fff) {
    .service-panel__title {
      color: hsla(0, 0%, 100%, 0);
      -webkit-text-stroke-width: .1rem;
      -webkit-text-stroke-color: #fff
    }
  }

  .service-panel__title--in-view {
    transform: translateY(0)
  }

  @supports(-webkit-text-stroke-width:0.1rem) and (-webkit-text-stroke-color:#fff) {
    .service-panel__title--in-view {
      color: #fff;
      -webkit-text-stroke-width: 0;
      -webkit-text-stroke-color: transparent
    }
  }
}

@media(min-width:1200px) {
  .service-panel__title {
    font-size: 5.2rem
  }
}

@media(min-width:1400px) {
  .service-panel__title {
    font-size: 6.1rem
  }
}

@media(min-width:1600px) {
  .service-panel__title {
    font-size: 7.2rem
  }
}

.service-panel__text {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1.5rem
}

@media(min-width:768px) {
  .service-panel__text {
    font-size: 2rem;
    margin-bottom: 3.8rem;
    max-width: 80%
  }
}

@media(min-width:992px) {
  .service-panel__text {
    font-size: 2.6rem;
    margin-bottom: 6rem;
    transition: transform 1s cubic-bezier(.25, 1, .35, 1);
    transform: translateY(2rem)
  }

  .service-panel__text--in-view {
    transform: translateY(0)
  }
}

@media(min-width:1000px) {
  .service-panel__text {
    max-width: none;
    font-size: 2rem
  }
}

@media(min-width:1200px) {
  .service-panel__text {
    font-size: 2.6rem
  }
}

.service-panel__button {
  margin: 3.2rem 0 0
}

@media(min-width:992px) {
  .service-panel__button {
    transition: opacity 1s cubic-bezier(.25, 1, .35, 1);
    opacity: 0
  }

  .service-panel__button--in-view {
    opacity: 1
  }
}

.page-hero {
  background: #141930;
  margin: 0;
  position: relative;
  height: 90vh;
  max-height: 46.5rem;
  overflow: hidden
}

@media(min-width:768px) {
  .page-hero {
    max-height: 57.2rem
  }
}

@media(min-width:992px) {
  .page-hero {
    max-height: 65rem
  }
}

.page-hero--no-background {
  background: #000;
  max-height: 38.5rem
}

@media(min-width:768px) {
  .page-hero--no-background {
    max-height: 51.5rem
  }
}

@media(min-width:992px) {
  .page-hero--no-background {
    max-height: 62.5rem
  }
}

.page-hero__video-player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  z-index: 1;
  background: #000
}

.page-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, .3) 0, transparent)
}

.page-hero__inner {
  z-index: 3;
  height: 100%;
  position: relative
}

.page-hero__content {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  justify-content: center;
}

.page-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  width: 100%;
  margin: 2rem 0;
  z-index: 2
}

@media(min-width:768px) {
  .page-hero__container {
    margin: 14rem 8rem 6rem
  }
}

@media(min-width:992px) {
  .page-hero__container {
    margin: 14rem 10rem 9.4rem
  }
}

.page-hero__container--no-background {
  justify-content: end;
  margin-bottom: 3rem
}

@media(min-width:768px) {
  .page-hero__container--no-background {
    margin-bottom: 5rem
  }
}

@media(min-width:992px) {
  .page-hero__container--no-background {
    padding-bottom: 3rem
  }
}

.page-hero__title {
  text-align: center;
  text-transform: uppercase;
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 4.5rem;
  letter-spacing: .1rem;
  line-height: 1;
  opacity: 0;
  transform: translateZ(0) translateY(12rem);
  transition: opacity 1.25s cubic-bezier(.25, 1, .35, 1), transform 1.25s cubic-bezier(.25, 1, .35, 1)
}

.page-hero__title--loaded {
  opacity: 1;
  transform: translateZ(0) translateY(0)
}

@media(min-width:768px) {
  .page-hero__title {
    font-size: 7rem
  }
}

@media(min-width:992px) {
  .page-hero__title {
    font-size: 9.1rem;
    letter-spacing: .2rem
  }
}

.page-hero__title span {
  display: block
}

@supports(-webkit-text-stroke-width:0.1rem) and (-webkit-text-stroke-color:#fff) {

  .page-hero__title span:first-child,
  .page-hero__title--flipped span {
    color: transparent;
    -webkit-text-stroke-width: .1rem;
    -webkit-text-stroke-color: #fff
  }
}

@supports(-webkit-text-stroke-width:0.1rem) and (-webkit-text-stroke-color:#fff) {
  .page-hero__title--flipped span:first-child {
    color: #fff;
    -webkit-text-stroke-width: none
  }
}

.page-hero__subtitle {
  width: 60%;
  max-width: 63rem;
  text-align: center;
  text-transform: none;
  margin: 4rem 0 0;
  font-size: 1.8rem
}

@media(min-width:768px) {
  .page-hero__subtitle {
    font-size: 2rem
  }
}

@media(min-width:992px) {
  .page-hero__subtitle {
    font-size: 2.4rem
  }
}

.page-hero__down-arrow {
  display: none;
  transition: opacity 1.25s cubic-bezier(.25, 1, .35, 1);
  transition-delay: .5s;
  opacity: 0
}

@media(min-width:992px) {
  .page-hero__down-arrow {
    display: block;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0
  }
}

.page-hero__down-arrow--loaded {
  opacity: 1
}

.clients-category-list {
  position: relative;
  z-index: 1;
  text-align: left;
  width: 25rem;
  display: none
}

@media(min-width:576px) {
  .clients-category-list {
    display: block
  }
}

.clients-category-list--active {
  z-index: 2
}

.clients-category-list__trigger {
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: 0 0;
  outline: 0;
  border: none;
  border-bottom: .2rem solid #787a88;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 0 1.3rem;
  cursor: pointer
}

.clients-category-list__trigger-text {
  opacity: 1;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1)
}

.clients-category-list__trigger-text--opened {
  opacity: .4
}

.clients-category-list__trigger-icon {
  transform: rotate(0) translateY(60%);
  transition: transform .3s cubic-bezier(.25, 1, .35, 1)
}

.clients-category-list__trigger-icon--opened {
  transform: rotate(180deg) translateY(-60%)
}

.clients-category-list__list {
  padding: .8rem 0;
  background: #242626;
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  top: 3.1rem;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
  max-height: 30rem;
  overflow: scroll;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.clients-category-list__list--opened {
  display: block
}

.clients-category-list__item {
  cursor: pointer;
  padding: .8rem 1.8rem;
  background: hsla(0, 0%, 100%, 0);
  transition: background .3s cubic-bezier(.25, 1, .35, 1)
}

.clients-category-list__item:hover {
  background: hsla(0, 0%, 100%, .075)
}

.clients-category-list__item+.clients-category-list__item {
  margin-top: .4rem
}

.clients-category-list__link {
  text-decoration: none
}

.clients-category {
  margin-bottom: 8.9rem;
  position: relative;
  opacity: 1;
  z-index: 0;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1)
}

@media(min-width:768px) {
  .clients-category {
    margin-bottom: 7.3rem
  }
}

@media(min-width:992px) {
  .clients-category {
    margin-bottom: 12.3rem
  }
}

.clients-category--hidden {
  display: none
}

.clients-category--loading {
  opacity: 0;
  transition: opacity 0s cubic-bezier(.25, 1, .35, 1)
}

.clients-category__topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2
}

.clients-category__title {
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 1.8rem;
  text-transform: uppercase
}

@media(min-width:768px) {
  .clients-category__title {
    font-size: 2.2rem
  }
}

@media(min-width:992px) {
  .clients-category__title {
    font-size: 3rem
  }
}

.clients-category__title-count {
  display: inline-block;
  font-family: ProximaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  margin: -.2rem 0 0 1.2rem;
  vertical-align: middle
}

@media(min-width:768px) {
  .clients-category__title-count {
    font-size: 1.4rem
  }
}

@media(min-width:992px) {
  .clients-category__title-count {
    font-size: 1.6rem
  }
}

.clients-category__list-wrap {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  z-index: 1
}

.clients-category__list {
  flex-direction: column;
  white-space: nowrap;
  margin: 2.6rem 0 0;
  position: relative;
  z-index: 1;
  transition: transform 1s cubic-bezier(.25, 1, .35, 1)
}

@media(min-width:768px) {
  .clients-category__list {
    flex-direction: row;
    margin-top: 4.2rem
  }
}

@media(min-width:992px) {
  .clients-category__list {
    flex-direction: row;
    margin-top: 4.6rem
  }
}

.clients-category__item {
  position: relative;
  overflow: hidden;
  width: 13.7rem;
  height: 24.6rem;
  display: inline-block;
  margin: 0 0 10px 0;
}

@media(min-width:768px) {
  .clients-category__list-wrap .container {
    margin: 0 3rem;
  }
}

@media(min-width:992px) {
  .clients-category__list-wrap .container {
    margin: 0 6rem;
  }
}

@media(min-width:1200px) {
  .clients-category__list-wrap .container {
    margin: 0 6rem;
  }
}



@media(min-width:768px) {
  .clients-category__item {
    width: 21.8rem;
    height: 39.2rem;
    margin-right: 1.6rem
  }
}

@media(min-width:992px) {
  .clients-category__item {
    width: 28rem;
    height: 50.4rem;
    margin-right: 2.9rem
  }
}

.clients-category__item--hidden {
  display: none
}

.clients-category__item-image {
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: none;
  transition: transform .3s cubic-bezier(.25, 1, .35, 1)
}

.clients-category__item-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 0 3.2rem;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 3;
  transition: background .5s cubic-bezier(.25, 1, .35, 1);
  background: rgba(32, 90, 190, 0)
}

@media(min-width:768px) {
  .clients-category__item-content {
    padding-bottom: 5.3rem
  }
}

@media(min-width:992px) {
  .clients-category__item-content {
    padding-bottom: 6.3rem
  }
}

.clients-category__item-content:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 17.8rem;
  pointer-events: none;
  opacity: .6;
  z-index: 2;
  transition: opacity .5s cubic-bezier(.25, 1, .35, 1);
  background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .16) 60%, rgba(0, 0, 0, .16) 0, transparent)
}

@media(min-width:768px) {
  .clients-category__item-content:before {
    height: 28.5rem
  }
}

@media(min-width:992px) {
  .clients-category__item-content:before {
    height: 36.5rem
  }
}

.clients-category__item-content-inner {
  z-index: 4
}

.clients-category__item-logo {
  width: 8rem;
  height: 6rem;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform .3s cubic-bezier(.25, 1, .35, 1);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -999rem;
  line-height: 1
}

@media(min-width:768px) {
  .clients-category__item-logo {
    width: 10rem;
    height: 7rem
  }
}

@media(min-width:992px) {
  .clients-category__item-logo {
    width: 12rem;
    height: 8rem
  }
}

.clients-category__item-logo--landscape {
  width: 9rem
}

@media(min-width:768px) {
  .clients-category__item-logo--landscape {
    width: 14rem
  }
}

@media(min-width:992px) {
  .clients-category__item-logo--landscape {
    width: 16rem
  }
}

.clients-category__brandplus {
  opacity: 0;
  transition: opacity .5s cubic-bezier(.25, 1, .35, 1);
  z-index: 5;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.clients-category__item-link:active .clients-category__item-image,
.clients-category__item-link:focus .clients-category__item-image,
.clients-category__item-link:hover .clients-category__item-image {
  transform: scale(1.1)
}

.clients-category__item-link:active .clients-category__item-content,
.clients-category__item-link:focus .clients-category__item-content,
.clients-category__item-link:hover .clients-category__item-content {
  background: rgba(32, 90, 190, .85)
}

.clients-category__item-link:active .clients-category__item-content:before,
.clients-category__item-link:focus .clients-category__item-content:before,
.clients-category__item-link:hover .clients-category__item-content:before {
  opacity: 0
}

.clients-category__item-link:active .clients-category__item-logo,
.clients-category__item-link:focus .clients-category__item-logo,
.clients-category__item-link:hover .clients-category__item-logo {
  transform: scale(1.1)
}

.clients-category__item-link:active .clients-category__brandplus,
.clients-category__item-link:focus .clients-category__brandplus,
.clients-category__item-link:hover .clients-category__brandplus {
  opacity: 1
}

.clients-category__button {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC4zODQiIGhlaWdodD0iMzIuNTMxIiB2aWV3Qm94PSIwIDAgMTguMzg0IDMyLjUzMSI+PHBhdGggaWQ9IlVuaW9uXzgwNCIgZGF0YS1uYW1lPSJVbmlvbiA4MDQiIGQ9Ik0xNDI3OSwxNzAzNy40MDhsMTQuMTQzLTE0LjE0My0xNC4xNDMtMTQuMTQ2LDIuMTIxLTIuMTIxLDE2LjI2MywxNi4yNjgtMTYuMjYzLDE2LjI2NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDI3OS4wMDIgLTE3MDA2Ljk5OCkiIGZpbGw9IiNmZmYiLz48L3N2Zz4=), auto;
  display: none;
  opacity: .6;
  z-index: 2;
  background: linear-gradient(270deg, #000 0, rgba(0, 0, 0, .16) 60%, rgba(0, 0, 0, .16) 0, transparent)
}

@media(min-width:768px) {
  .clients-category__button {
    display: block;
    width: 10rem
  }
}

@media(min-width:992px) {
  .clients-category__button {
    display: block;
    width: 15rem
  }
}

.clients-category__button--previous {
  cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC4zODQiIGhlaWdodD0iMzIuNTMxIj48cGF0aCBkYXRhLW5hbWU9IlVuaW9uIDgxMyIgZD0iTTE4LjM4NCAzMC40MUw0LjI0MSAxNi4yNjcgMTguMzg0IDIuMTIxIDE2LjI2MyAwIDAgMTYuMjY3bDE2LjI2MyAxNi4yNjR6IiBmaWxsPSIjZmZmIi8+PC9zdmc+), auto;
  right: auto;
  left: 0;
  background: linear-gradient(90deg, #000 0, rgba(0, 0, 0, .16) 60%, rgba(0, 0, 0, .16) 0, transparent)
}

.clients-region-filter {
  position: relative;
  z-index: 1;
  text-align: left;
  width: 100%
}

.clients-region-filter--active {
  z-index: 2
}

.clients-region-filter__trigger {
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: 0 0;
  outline: 0;
  border: none;
  border-bottom: .2rem solid #787a88;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 0 1.3rem;
  cursor: pointer
}

.clients-region-filter__trigger-text {
  opacity: 1;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1)
}

.clients-region-filter__trigger-text--opened {
  opacity: .4
}

.clients-region-filter__trigger-icon {
  transform: rotate(0) translateY(60%);
  transition: transform .3s cubic-bezier(.25, 1, .35, 1)
}

.clients-region-filter__trigger-icon--opened {
  transform: rotate(180deg) translateY(-60%)
}

.clients-region-filter__list {
  padding: .8rem 0;
  background: #242626;
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  top: 3.1rem;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
  max-height: 30rem;
  overflow: scroll;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.clients-region-filter__list--opened {
  display: block
}

.clients-region-filter__item {
  padding: 0
}

.clients-region-filter__item+.clients-region-filter__item {
  margin-top: .4rem
}

.clients-region-filter__item-button {
  width: 100%;
  line-height: inherit;
  border: none;
  text-align: left;
  cursor: pointer;
  padding: .8rem 1.8rem;
  background: hsla(0, 0%, 100%, 0);
  transition: background .3s cubic-bezier(.25, 1, .35, 1)
}

.clients-region-filter__item-button:hover {
  background: hsla(0, 0%, 100%, .075)
}

.clients-region-filter__link {
  text-decoration: none
}

.clients-filters {
  padding: 6.5rem 0 9rem;
  z-index: 1
}

@media(min-width:768px) {
  .clients-filters {
    padding: 8.7rem 0 11.8rem
  }
}

@media(min-width:992px) {
  .clients-filters {
    padding: 9.2rem 0 7rem
  }
}

.clients-filters__top {
  width: 100%
}

@media(min-width:768px) {
  .clients-filters__top {
    display: flex;
    flex-direction: row
  }
}

.clients-filters__regions {
  margin: 0 0 5rem
}

@media(min-width:576px) {
  .clients-filters__regions {
    width: 20rem
  }
}

@media(min-width:768px) {
  .clients-filters__regions {
    margin: .5rem 7rem 0 0
  }
}

.clients-filters__categories {
  margin: -.5rem
}

@media(min-width:768px) {
  .clients-filters__categories {
    margin: -.5rem 0;
    width: calc(100% - 27rem)
  }
}

@media(min-width:992px) {
  .clients-filters__categories {
    margin-top: -1rem;
    margin-bottom: -1rem
  }
}

.clients-filters__category-item {
  display: inline-block;
  margin: .5rem
}

@media(min-width:992px) {
  .clients-filters__category-item {
    margin: 1rem
  }
}

.clients-filters__button {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 3.6rem;
  height: 4rem;
  padding: 0 1.2rem;
  background: #242626;
  border: .2rem solid #242626;
  cursor: pointer;
  transition: border .3s cubic-bezier(.25, 1, .35, 1), background .3s cubic-bezier(.25, 1, .35, 1)
}

.clients-filters__button:active,
.clients-filters__button:focus,
.clients-filters__button:hover {
  background-color: #3b3e3e;
  border-color: #3b3e3e
}

.clients-filters__button--active,
.clients-filters__button--active:active,
.clients-filters__button--active:focus {
  background: 0 0;
  border-color: #fd8733
}

.clients-filters__button--active:hover {
  border-color: #fd8733;
  background: #242626
}

.clients-filters__search {
  margin: 5rem 0 0
}

@media(min-width:768px) {
  .clients-filters__search {
    margin-top: 8.3rem
  }
}

@media(min-width:992px) {
  .clients-filters__search {
    margin-top: 7rem
  }
}

.clients-filters__search-input {
  font-family: ProximaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  padding: 0 0 1.6rem;
  background: 0 0;
  width: 100%;
  border: none;
  border-bottom: .1rem solid #6c6c6c;
  transition: border .3s cubic-bezier(.25, 1, .35, 1);
  color: #fff
}

.clients-filters__search-input:-ms-input-placeholder {
  color: #6c6c6c
}

.clients-filters__search-input::placeholder {
  color: #6c6c6c
}

.clients-filters__search-input:active,
.clients-filters__search-input:focus {
  border-color: #fff
}

.clients-filters__search-input:active:-ms-input-placeholder,
.clients-filters__search-input:focus:-ms-input-placeholder {
  display: none
}

.clients-filters__search-input:active::placeholder,
.clients-filters__search-input:focus::placeholder {
  display: none
}

@media(min-width:768px) {
  .clients-filters__search-input {
    font-size: 2.2rem;
    padding-bottom: 1.3rem
  }
}

@media(min-width:992px) {
  .clients-filters__search-input {
    font-size: 3.2rem;
    padding-bottom: 1.2rem
  }
}

.clients-filters__dismiss {
  transform: scale(1.4);
  margin: 0;
  fill: #fd8733;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity .5s cubic-bezier(.25, 1, .35, 1), margin .3s cubic-bezier(.25, 1, .35, 1)
}

.clients-filters__dismiss--visible {
  width: auto;
  margin-left: .8rem;
  opacity: 1;
  pointer-events: none;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1), margin .5s cubic-bezier(.25, 1, .35, 1)
}

.no-results {
  padding: 5rem 0 15rem
}

@media(min-width:768px) {
  .no-results {
    padding: 8.7rem 0 30rem
  }
}

@media(min-width:992px) {
  .no-results {
    padding: 10rem 0 30rem
  }
}

.no-results__subtitle,
.no-results__title {
  text-transform: none;
  font-weight: 500;
  text-align: center;
  margin: 0
}

.no-results__title {
  font-size: 2.4rem;
  margin-bottom: 1.4rem
}

@media(min-width:768px) {
  .no-results__title {
    font-size: 3.1rem
  }
}

@media(min-width:992px) {
  .no-results__title {
    font-size: 4rem;
    margin-bottom: 2rem
  }
}

.no-results__subtitle {
  font-size: 1.6rem
}

@media(min-width:768px) {
  .no-results__subtitle {
    font-size: 2rem
  }
}

.legal-page {
  padding: 13.5rem 0 8rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  background: #141930
}

@media(min-width:768px) {
  .legal-page {
    padding: 18.2rem 0 10.6rem
  }
}

@media(min-width:992px) {
  .legal-page {
    padding: 28.8rem 0 12.8rem;
    font-size: 1.6rem
  }
}

.legal-page__inner {
  max-width: 81rem;
  margin: 0 auto
}

.legal-page__inner h1,
.legal-page__inner h2 {
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0 0 .5em
}

@media(min-width:768px) {

  .legal-page__inner h1,
  .legal-page__inner h2 {
    font-size: 2.2rem
  }
}

.legal-page__inner h1 {
  font-size: 200%;
  margin: 0 0 .5em
}

.legal-page__inner h2 {
  margin-top: 3em
}

.legal-page__inner h3 {
  font-weight: 500;
  text-transform: none;
  font-size: 150%
}

.legal-page__inner p {
  margin: 0 0 2em
}

.legal-page__inner ul {
  margin: 1.5em 0 1.5em 1em;
  list-style: disc
}

.legal-page__inner ul li {
  margin: 1em 0 0
}

.legal-page__lead {
  font-size: 125%;
  font-weight: 400
}

.client-hero {
  background: #141930;
  margin: 0 0 4.6rem;
  position: relative
}

@media(min-width:992px) {
  .client-hero {
    margin-bottom: 6rem;
    margin-bottom: 6.6rem
  }
}

.client-hero__image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  color: #fff;
  padding: 78% 0 0
}

@media(min-width:576px) {
  .client-hero__image {
    padding-top: 70%
  }
}

@media(min-width:768px) {
  .client-hero__image {
    padding: 0;
    height: 42rem
  }
}

@media(min-width:992px) {
  .client-hero__image {
    height: 54rem
  }
}

.client-hero__content {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%
}

.client-hero__content:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65%;
  pointer-events: none;
  opacity: .6;
  z-index: 1;
  background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .26) 65%, rgba(0, 0, 0, .26) 0, transparent)
}

@media(min-width:768px) {
  .client-hero__content:before {
    height: 20rem
  }
}

@media(min-width:992px) {
  .client-hero__content:before {
    height: 37rem
  }
}

.client-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 5.4rem 0 4.3rem;
  z-index: 2
}

@media(min-width:768px) {
  .client-hero__container {
    padding: 14rem 0 4rem;
    justify-content: space-between
  }
}

@media(min-width:992px) {
  .client-hero__container {
    padding-bottom: 5.9rem
  }
}

.client-hero__logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  max-width: 10rem;
  max-height: 10rem;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -999rem;
  line-height: 1
}

@media(min-width:768px) {
  .client-hero__logo {
    max-width: 16.5rem;
    max-height: 12.2rem
  }
}

@media(min-width:992px) {
  .client-hero__logo {
    max-width: 25.5rem;
    max-height: 18rem
  }
}

.client-hero__logo--landscape {
  max-width: 15rem
}

@media(min-width:768px) {
  .client-hero__logo--landscape {
    max-width: 20.5rem
  }
}

@media(min-width:992px) {
  .client-hero__logo--landscape {
    max-width: 29rem
  }
}

.client-hero__link {
  display: none;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  line-height: 1;
  opacity: 0;
  visibility: hidden
}

@media(min-width:768px) {
  .client-hero__link {
    display: block
  }
}

@media(min-width:992px) {
  .client-hero__link {
    margin-left: -6rem
  }
}

@media(min-width:1200px) {
  .client-hero__link {
    margin-left: -3.5rem
  }
}

@media(min-width:1600px) {
  .client-hero__link {
    margin-left: -8rem
  }
}

.client-hero__link svg {
  display: inline-block;
  transform: scale(1.35);
  margin: 0 0 0 .2rem
}

.client-info {
  margin: 0 0 11.2rem
}

@media(min-width:768px) {
  .client-info {
    margin-bottom: 10.6rem
  }
}

@media(min-width:992px) {
  .client-info {
    margin-bottom: 16rem
  }
}

.client-info__columns {
  margin: 5rem 0 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.6rem
}

@media(min-width:768px) {
  .client-info__columns {
    margin-top: 6.7rem;
    row-gap: 4.3rem
  }
}

@media(min-width:992px) {
  .client-info__columns {
    margin-top: 9.3rem;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0;
    column-gap: 15rem
  }
}

.client-info__paragraph {
  margin: 0
}

.client-info__paragraph+.client-info__paragraph {
  margin-top: 1em
}

.client-info__biography {
  font-size: 1.4rem;
  font-weight: 400;
  max-width: 60rem;
  line-height: 1.8
}

@media(min-width:992px) {
  .client-info__biography {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.9
  }
}

.client-info__value {
  font-size: 1.8rem;
  font-weight: 600;
  max-width: 60rem;
  line-height: 1.6
}

@media(min-width:768px) {
  .client-info__value {
    font-size: 2rem
  }
}

@media(min-width:992px) {
  .client-info__value {
    font-weight: 500;
    line-height: 1.4;
    font-size: 3.2rem;
    margin-top: -1.2rem
  }
}

.client-slot {
  margin: 0 0 7.6rem;
  position: relative
}

@media(min-width:768px) {
  .client-slot {
    margin-bottom: 8.4rem
  }
}

@media(min-width:992px) {
  .client-slot {
    margin-bottom: 11.5rem
  }
}

.client-slot__image,
.client-slot__video {
  margin: 0 0 2.6rem
}

@media(min-width:768px) {

  .client-slot__image,
  .client-slot__video {
    margin-bottom: 3.6rem
  }
}

@media(min-width:992px) {

  .client-slot__image,
  .client-slot__video {
    margin-bottom: 4.6rem
  }
}

.client-slot__video-wrap {
  position: relative;
  padding-top: 56.25%
}

.client-slot__video-player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.client-slot__video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  opacity: 1;
  transition: opacity .5s cubic-bezier(.25, 1, .35, 1)
}

.client-slot__video-controls--hidden {
  opacity: 0
}

.client-slot__video-controls-inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end
}

.client-slot__mute-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  padding: 0;
  margin: 0 0 2.8rem;
  border: none;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  transition: background .5s cubic-bezier(.25, 1, .35, 1)
}

.client-slot__mute-toggle:hover {
  background: rgba(0, 0, 0, .7)
}

@media(min-width:768px) {
  .client-slot__mute-toggle {
    width: 4.7rem;
    height: 4.7rem;
    margin-bottom: 4.8rem
  }
}

.client-slot__mute-icon {
  width: 1.6rem
}

@media(min-width:768px) {
  .client-slot__mute-icon {
    width: 2rem
  }
}

.client-slot__title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: none;
  line-height: 2
}

@media(min-width:768px) {
  .client-slot__title {
    margin: 0 0 .8rem
  }
}

@media(min-width:992px) {
  .client-slot__title {
    font-size: 1.6rem
  }
}

.client-slot__text {
  margin: 0;
  font-size: 1.2rem;
  max-width: 49.5rem;
  line-height: 1.8
}

@media(min-width:768px) {
  .client-slot__text {
    font-size: 1.4rem
  }
}

@media(min-width:992px) {
  .client-slot__text {
    max-width: 42rem
  }
}

.related-articles {
  margin-top: 7.4rem;
  margin-bottom: 9.6rem
}

@media(min-width:768px) {
  .related-articles {
    margin-top: 8.2rem;
    margin-bottom: 13.8rem
  }
}

@media(min-width:992px) {
  .related-articles {
    margin-top: 16rem;
    margin-bottom: 21.5rem
  }
}

.related-articles--dual {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 4rem
}

@media(min-width:576px) {
  .related-articles--dual {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem
  }
}

@media(min-width:768px) {
  .related-articles--dual {
    grid-column-gap: 5rem
  }
}

.related-articles__article {
  text-decoration: none;
  position: relative
}

@media(min-width:576px) {
  .related-articles__article--solo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem
  }
}

.related-articles__article-image {
  margin: 0 0 2.3rem
}

@media(min-width:768px) {
  .related-articles__article-image {
    margin-bottom: 2.7rem
  }
}

@media(min-width:992px) {
  .related-articles__article-image {
    margin-bottom: 3.1rem
  }
}

@media(min-width:576px) {
  .related-articles__article-image--solo {
    margin-bottom: 0
  }
}

@media(min-width:576px) {
  .related-articles__article-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 42rem
  }
}

.related-articles__article-title {
  text-transform: none;
  font-size: 2rem;
  margin: 2.5rem 0 0
}

@media(min-width:768px) {
  .related-articles__article-title {
    font-size: 2.2rem;
    margin-top: 2.8rem
  }
}

@media(min-width:992px) {
  .related-articles__article-title {
    margin-top: 3.7rem
  }
}

.license-promo {
  background: #141930;
  padding: 12rem 0 12.5rem;
  margin-bottom: 8.8rem;
  text-align: center;
  max-width: 100vw;
  overflow: hidden
}

@media(min-width:768px) {
  .license-promo {
    padding: 13.5rem 0 15rem;
    margin-bottom: 5.4rem
  }
}

@media(min-width:992px) {
  .license-promo {
    padding: 13rem 0 16rem;
    margin-bottom: 8.8rem
  }
}

.license-promo__title {
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .1rem;
  font-size: 3.3rem;
  line-height: 1.1;
  font-weight: 700;
  width: 600rem;
  margin: 0 0 0 50%;
  transform: translateX(-50%)
}

@media(min-width:768px) {
  .license-promo__title {
    font-size: 5.2rem
  }
}

@media(min-width:992px) {
  .license-promo__title {
    font-size: 8.4rem;
    overflow: hidden
  }
}

@supports(-webkit-text-stroke-width:0.1rem) and (-webkit-text-stroke-color:#fff) {

  .license-promo__title:after,
  .license-promo__title:before {
    content: " license license license license license license license license license license license ";
    content: " license license license license license license license license license license license " /"";
    display: block;
    width: 100%;
    text-align: center;
    opacity: .2;
    color: transparent;
    -webkit-text-stroke-width: .1rem;
    -webkit-text-stroke-color: #fff;
    white-space: nowrap
  }
}

.license-promo__title-line {
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap
}

@supports(-webkit-text-stroke-width:0.1rem) and (-webkit-text-stroke-color:#fff) {

  .license-promo__title-line:after,
  .license-promo__title-line:before {
    content: " license license license license license ";
    content: " license license license license license " /"";
    opacity: .2;
    color: transparent;
    -webkit-text-stroke-width: .1rem;
    -webkit-text-stroke-color: #fff;
    white-space: nowrap
  }
}

.license-promo__text {
  margin: 5.2rem 0 2.8rem;
  font-size: 1.4rem;
  font-weight: 500
}

@media(min-width:992px) {
  .license-promo__text {
    margin: 3rem 0;
    margin: 2rem 0 3.5rem;
    font-size: 1.6rem
  }
}

.license-promo__button {
  min-width: 24rem
}

@media(min-width:768px) {
  .license-promo__button {
    height: 5.5rem;
    line-height: 5.5rem;
    font-size: 1.3rem
  }
}

.page-spacer {
  display: block;
  height: 6.3rem
}

@media(min-width:768px) {
  .page-spacer {
    height: 5rem
  }
}

@media(min-width:992px) {
  .page-spacer {
    height: 8.8rem
  }
}

.video-slot {
  position: relative
}

.video-slot:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15rem;
  pointer-events: none;
  opacity: .4;
  z-index: 2;
  background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .16) 60%, rgba(0, 0, 0, .16) 0, transparent)
}

@media(min-width:768px) {
  .video-slot:before {
    height: 16rem
  }
}

@media(min-width:992px) {
  .video-slot:before {
    height: 23rem
  }
}

.video-slot__video-wrap {
  position: relative;
  padding-top: 56.25%;
  background: #141930 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48bGluZWFyR3JhZGllbnQgeDE9IjguMDQyJSIgeTE9IjAlIiB4Mj0iNjUuNjgyJSIgeTI9IjIzLjg2NSUiIGlkPSJhIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9Ii42MzEiIG9mZnNldD0iNjMuMTQ2JSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmYiIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSI+PHBhdGggZD0iTTM2IDE4YzAtOS45NC04LjA2LTE4LTE4LTE4IiBpZD0iT3ZhbC0yIiBzdHJva2U9InVybCgjYSkiIHN0cm9rZS13aWR0aD0iMiI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTggMTgiIHRvPSIzNjAgMTggMTgiIGR1cj0iMC45cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3BhdGg+PGNpcmNsZSBmaWxsPSIjZmZmIiBjeD0iMzYiIGN5PSIxOCIgcj0iMSI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTggMTgiIHRvPSIzNjAgMTggMTgiIGR1cj0iMC45cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L2NpcmNsZT48L2c+PC9nPjwvc3ZnPg==) 50% 50% no-repeat
}

.video-slot__video-player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  outline: 0
}

.video-slot__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  opacity: 1;
  transition: opacity .5s cubic-bezier(.25, 1, .35, 1)
}

.video-slot__controls--hidden {
  opacity: 0
}

.video-slot__controls-inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end
}

.video-slot__mute-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  padding: 0;
  margin: 0 0 2.8rem;
  border: none;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  transition: background .5s cubic-bezier(.25, 1, .35, 1)
}

.video-slot__mute-toggle:hover {
  background: rgba(0, 0, 0, .7)
}

@media(min-width:768px) {
  .video-slot__mute-toggle {
    width: 4.7rem;
    height: 4.7rem;
    margin-bottom: 4.8rem
  }
}

.video-slot__mute-icon {
  width: 1.6rem
}

@media(min-width:768px) {
  .video-slot__mute-icon {
    width: 2rem
  }
}

.video-slot iframe {
  background: #141930
}

.video-slot--no-gradient:before {
  display: none
}

.article-hero {
  padding: 12.4rem 0 6rem
}

@media(min-width:768px) {
  .article-hero {
    padding: 18.8rem 0 8.5rem
  }
}

@media(min-width:992px) {
  .article-hero {
    padding: 14.5rem 0 9.5rem
  }
}

.article-hero__link {
  display: none;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  line-height: 1;
  opacity: 0;
  visibility: hidden
}

@media(min-width:768px) {
  .article-hero__link {
    display: block;
    margin: 0 0 6rem
  }
}

@media(min-width:992px) {
  .article-hero__link {
    margin-left: -6rem;
    margin-bottom: 10rem
  }
}

@media(min-width:1200px) {
  .article-hero__link {
    margin-left: -3.5rem
  }
}

@media(min-width:1600px) {
  .article-hero__link {
    margin-left: -8rem
  }
}

.article-hero__link svg {
  display: inline-block;
  margin: 0 1.1rem -.1rem 0
}

.article-hero__container {
  max-width: 81rem;
  margin: 0 auto
}

.article-hero__video-wrap .video-slot {
  margin-left: -3.5rem;
  margin-right: -3.5rem
}

@media(min-width:992px) {
  .article-hero__video-wrap .video-slot {
    margin-left: 0;
    margin-right: 0
  }
}

@media(min-width:768px) {
  .article-hero__video-wrap .video-slot__controls-inner {
    margin: 0;
    padding-right: 3.5rem
  }
}

@media(min-width:1200px) {
  .article-hero__video-wrap .video-slot__controls-inner {
    padding-right: 6.5rem
  }
}

.article-hero__top-panel {
  padding-bottom: 4.3rem
}

@media(min-width:768px) {
  .article-hero__top-panel {
    padding-bottom: 7.4rem
  }
}

@media(min-width:992px) {
  .article-hero__top-panel {
    padding-bottom: 10rem
  }
}

.article-hero__top-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 3rem
}

@media(min-width:768px) {
  .article-hero__top-bar {
    margin-bottom: 5.2rem
  }
}

@media(min-width:992px) {
  .article-hero__top-bar {
    margin-bottom: 4rem
  }
}

.article-hero__share-bar {
  display: none
}

@media(min-width:576px) {
  .article-hero__share-bar {
    display: flex
  }
}

.article-hero__date {
  font-size: 1.2rem;
  font-weight: 400
}

@media(min-width:992px) {
  .article-hero__date {
    font-size: 1.3rem
  }
}

.article-hero__title {
  width: 59rem;
  max-width: 80%;
  font-weight: 500;
  text-transform: none;
  font-size: 2.2rem;
  margin: 1.3rem 0 0
}

@media(min-width:768px) {
  .article-hero__title {
    font-size: 3.2rem;
    margin: 1.6rem 0 0
  }
}

@media(min-width:992px) {
  .article-hero__title {
    font-size: 4.5rem;
    margin: 1.2rem 0 0;
    width: 100%;
    max-width: none
  }
}

.article-hero__image {
  display: block;
  width: 100%;
  height: 32rem
}

@media(min-width:768px) {
  .article-hero__image {
    height: 33.5rem
  }
}

@media(min-width:992px) {
  .article-hero__image {
    height: 50rem
  }
}

.embedded-video {
  margin: 4.5rem 0
}

@media(min-width:768px) {
  .embedded-video {
    margin: 8.3rem 0
  }
}

.embedded-video__video-wrap {
  position: relative;
  padding-top: 56.25%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48bGluZWFyR3JhZGllbnQgeDE9IjguMDQyJSIgeTE9IjAlIiB4Mj0iNjUuNjgyJSIgeTI9IjIzLjg2NSUiIGlkPSJhIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9Ii42MzEiIG9mZnNldD0iNjMuMTQ2JSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmYiIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSI+PHBhdGggZD0iTTM2IDE4YzAtOS45NC04LjA2LTE4LTE4LTE4IiBpZD0iT3ZhbC0yIiBzdHJva2U9InVybCgjYSkiIHN0cm9rZS13aWR0aD0iMiI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTggMTgiIHRvPSIzNjAgMTggMTgiIGR1cj0iMC45cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3BhdGg+PGNpcmNsZSBmaWxsPSIjZmZmIiBjeD0iMzYiIGN5PSIxOCIgcj0iMSI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTggMTgiIHRvPSIzNjAgMTggMTgiIGR1cj0iMC45cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L2NpcmNsZT48L2c+PC9nPjwvc3ZnPg==) 50% 50% no-repeat
}

.embedded-video__video-player {
  position: absolute;
  top: 0;
  left: 0
}

.inline-image-text {
  margin: 4.5rem 0
}

@media(min-width:576px) {
  .inline-image-text {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-direction: row
  }
}

@media(min-width:768px) {
  .inline-image-text {
    margin: 8.3rem 0
  }
}

@media(min-width:576px) {
  .article-content__title+.inline-image-text {
    margin-top: 3rem
  }
}

@media(min-width:768px) {
  .article-content__title+.inline-image-text {
    margin-top: 4.98rem
  }
}

@media(min-width:576px) {
  .inline-image-text--flipped {
    flex-direction: row-reverse
  }
}

@media(min-width:576px) {

  .inline-image-text__image,
  .inline-image-text__text {
    align-self: center;
    width: calc(50% - .8rem)
  }
}

@media(min-width:768px) {

  .inline-image-text__image,
  .inline-image-text__text {
    width: calc(50% - 1.6rem)
  }
}

@media(min-width:992px) {

  .inline-image-text__image,
  .inline-image-text__text {
    width: calc(50% - 2.9rem)
  }
}

.inline-image-text__image {
  margin: 0 0 1.6rem
}

@media(min-width:576px) {
  .inline-image-text__image {
    margin: 0
  }
}

.article-content {
  max-width: 81rem;
  margin: 0 auto;
  padding: 0 0 8rem;
  line-height: 1.8;
  font-size: 1.4rem
}

@media(min-width:768px) {
  .article-content {
    padding-bottom: 10.6rem
  }
}

@media(min-width:992px) {
  .article-content {
    padding-bottom: 12.8rem;
    font-size: 1.4rem
  }
}

.article-content__lead {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 3.6rem
}

@media(min-width:768px) {
  .article-content__lead {
    font-size: 2.2rem;
    margin-bottom: 4.3rem
  }
}

@media(min-width:992px) {
  .article-content__lead {
    font-size: 2.6rem;
    margin-bottom: 4.7rem
  }
}

.article-content ol,
.article-content ul {
  margin: 1.5em 2em
}

.article-content ul {
  list-style: disc
}

.article-content ol {
  list-style: decimal
}

.article-content b,
.article-content__inline-bold {
  font-weight: 700
}

.article-content em,
.article-content__inline-italic {
  font-style: italic
}

.article-content li,
.article-content p {
  margin: 0 0 1em
}

.article-content li:empty,
.article-content p:empty {
  display: none
}

.article-content__title {
  font-weight: 500;
  margin: 2.5em 0 .5em
}

.article-content__title--level-1 {
  font-size: 2em;
  margin: 2.5em 0 1em
}

.article-content__title--level-2 {
  font-size: 1.5625em
}

.article-content__title--level-3 {
  font-size: 1.375em
}

.article-content__title--level-4 {
  font-size: 1.25em
}

.article-content__title--level-5 {
  font-size: 1.125em
}

.article-content__title--level-6 {
  font-size: 1em
}

.article-content__image {
  margin: 4.5rem 0
}

@media(min-width:768px) {
  .article-content__image {
    margin: 8.3rem 0
  }
}

.article-content__quote {
  margin: 1.5em 0;
  padding: .75em 1em .75em 1.5em;
  font-style: italic;
  border-left: .4rem solid #fff
}

.article-content__quote:empty {
  display: none
}

.article-content__rule {
  margin: 4.5rem -3rem;
  display: block;
  height: .2rem;
  border: none;
  background: #fff
}

@media(min-width:768px) {
  .article-content__rule {
    margin: 8.3rem -8.3rem
  }
}

.article-content p+.article-content p {
  margin: 1em 0 0
}

.article-content__share-bar {
  max-width: 81rem;
  margin: 5rem auto 12rem
}

@media(min-width:768px) {
  .article-content__share-bar {
    margin: 6rem auto 10rem
  }
}

@media(min-width:992px) {
  .article-content__share-bar {
    margin: 8rem auto 12rem
  }
}

.more-like-this {
  background: #141930;
  padding: 7.6rem 0 0;
  margin: 0 0 6.3rem
}

@media(min-width:768px) {
  .more-like-this {
    padding-top: 7.2rem;
    margin-bottom: 5rem
  }
}

@media(min-width:992px) {
  .more-like-this {
    padding-top: 14.8rem;
    margin-bottom: 8.7rem
  }
}

@media(min-width:1600px) {
  .more-like-this {
    padding-bottom: 14.8rem
  }
}

.more-like-this__title {
  text-align: center;
  font-size: 2.4rem;
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 6.5rem
}

@media(min-width:768px) {
  .more-like-this__title {
    font-size: 3rem;
    margin-bottom: 7.3rem
  }
}

@media(min-width:992px) {
  .more-like-this__title {
    font-size: 3.8rem;
    margin-bottom: 13rem
  }
}

.more-like-this__subtitle {
  display: none
}

.more-like-this__articles {
  padding-bottom: 10rem;
  margin: 0 -3.5rem
}

@media(min-width:576px) {
  .more-like-this__articles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem;
    margin: 0
  }
}

@media(min-width:768px) {
  .more-like-this__articles {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 6.6rem;
    padding-bottom: 7.6rem
  }
}

@media(min-width:992px) {
  .more-like-this__articles {
    padding-bottom: 17rem
  }
}

.more-like-this__article {
  text-decoration: none;
  position: relative
}

.more-like-this__article:active .more-like-this__article-image-wrap:after,
.more-like-this__article:focus .more-like-this__article-image-wrap:after,
.more-like-this__article:hover .more-like-this__article-image-wrap:after {
  opacity: .8
}

.more-like-this__article:active .more-like-this__article-brandplus,
.more-like-this__article:focus .more-like-this__article-brandplus,
.more-like-this__article:hover .more-like-this__article-brandplus {
  opacity: 1
}

.more-like-this__article:active .more-like-this__article-image,
.more-like-this__article:focus .more-like-this__article-image,
.more-like-this__article:hover .more-like-this__article-image {
  transform: scale(1.1)
}

.more-like-this__article:nth-child(2),
.more-like-this__article:nth-child(3) {
  display: none
}

@media(min-width:576px) {
  .more-like-this__article:nth-child(2) {
    display: block
  }
}

@media(min-width:768px) {
  .more-like-this__article:nth-child(3) {
    display: block
  }
}

.more-like-this__article-image {
  margin: 0 0 2.3rem;
  transform: scale(1);
  transition: transform .3s cubic-bezier(.25, 1, .35, 1)
}

@media(min-width:576px) {
  .more-like-this__article-image {
    margin: 0
  }
}

.more-like-this__article-image--mobile {
  height: 60rem
}

.more-like-this__article-image-wrap {
  position: relative;
  overflow: hidden
}

@media(min-width:576px) {
  .more-like-this__article-image-wrap {
    margin: 0 0 2.3rem
  }
}

@media(min-width:768px) {
  .more-like-this__article-image-wrap {
    margin-bottom: 2.7rem
  }
}

@media(min-width:992px) {
  .more-like-this__article-image-wrap {
    margin-bottom: 3rem
  }
}

.more-like-this__article-image-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #efeeee;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s cubic-bezier(.25, 1, .35, 1);
  pointer-events: none
}

.more-like-this__article-brandplus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .5s cubic-bezier(.25, 1, .35, 1);
  z-index: 2
}

.more-like-this__article-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 0 3.5rem;
  background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .16) 60%, rgba(0, 0, 0, .16) 0, transparent)
}

.more-like-this__article-title {
  text-transform: none;
  font-size: 2rem;
  margin: 2.5rem 0 0
}

@media(min-width:768px) {
  .more-like-this__article-title {
    font-size: 2.2rem;
    margin-top: 2.8rem
  }
}

@media(min-width:992px) {
  .more-like-this__article-title {
    margin-top: 3.7rem
  }
}

.more-like-this__clients {
  margin: 0 -3.5rem
}

@media(min-width:576px) {
  .more-like-this__clients {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(min-width:992px) {
  .more-like-this__clients {
    margin: 0 -10rem
  }
}

@media(min-width:1600px) {
  .more-like-this__clients {
    margin: 0 auto
  }
}

.more-like-this__client {
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden
}

.more-like-this__client:active .more-like-this__client-image,
.more-like-this__client:focus .more-like-this__client-image,
.more-like-this__client:hover .more-like-this__client-image {
  transform: scale(1.1)
}

.more-like-this__client:active .more-like-this__client-inner:before,
.more-like-this__client:focus .more-like-this__client-inner:before,
.more-like-this__client:hover .more-like-this__client-inner:before {
  opacity: 0
}

.more-like-this__client:active .more-like-this__client-inner:after,
.more-like-this__client:focus .more-like-this__client-inner:after,
.more-like-this__client:hover .more-like-this__client-inner:after {
  opacity: .8
}

.more-like-this__client-image {
  height: 25rem;
  transition: transform .3s cubic-bezier(.25, 1, .35, 1)
}

@media(min-width:576px) {
  .more-like-this__client-image {
    padding-top: 60%;
    height: auto
  }
}

.more-like-this__client-inner {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.more-like-this__client-inner:after,
.more-like-this__client-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .65;
  transition: opacity .5s cubic-bezier(.25, 1, .35, 1);
  background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .16) 60%, rgba(0, 0, 0, .16) 0, transparent);
  z-index: 1
}

.more-like-this__client-inner:after {
  opacity: 0;
  background: #efeeee
}

.more-like-this__client-logo {
  width: 40%;
  height: 40%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -999rem;
  line-height: 1
}

.ready-promo {
  background: #141930;
  padding: 10.2rem 0 5.4rem;
  text-align: left;
  max-width: 100vw;
  overflow: hidden
}

@media(min-width:768px) {
  .ready-promo {
    padding: 9.6rem 0 8.6rem
  }
}

@media(min-width:992px) {
  .ready-promo {
    padding: 15.7rem 0 8.6rem
  }
}

.ready-promo__title {
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: .1rem;
  font-size: 2.9rem;
  line-height: 1.1;
  font-weight: 700;
  width: 500rem;
  margin: 0 0 6.1rem;
  transform: translateX(-18.7em)
}

@media(min-width:576px) {
  .ready-promo__title {
    font-size: 3.3rem
  }
}

@media(min-width:768px) {
  .ready-promo__title {
    font-size: 5.2rem;
    margin-bottom: 8.7rem;
    transform: translateX(-22.65em)
  }
}

@media(min-width:992px) {
  .ready-promo__title {
    letter-spacing: 1.5rem;
    font-size: 7.4rem;
    overflow: hidden;
    transform: translateX(-34.3%);
    margin-bottom: 10rem
  }
}

@supports(-webkit-text-stroke-width:0.1rem) and (-webkit-text-stroke-color:#fff) {

  .ready-promo__title:after,
  .ready-promo__title:before {
    content: " ready ready ready ready ready ready ready ready ready ready ready ";
    content: " ready ready ready ready ready ready ready ready ready ready ready " /"";
    display: block;
    width: 100%;
    text-align: left;
    opacity: .2;
    color: transparent;
    -webkit-text-stroke-width: .1rem;
    -webkit-text-stroke-color: #fff;
    white-space: nowrap
  }
}

.ready-promo__title-line {
  display: block;
  width: 100%;
  text-align: left;
  white-space: nowrap
}

@supports(-webkit-text-stroke-width:0.1rem) and (-webkit-text-stroke-color:#fff) {

  .ready-promo__title-line:after,
  .ready-promo__title-line:before {
    content: " ready ready ready ready ready ";
    content: " ready ready ready ready ready " /"";
    opacity: .2;
    color: transparent;
    -webkit-text-stroke-width: .1rem;
    -webkit-text-stroke-color: #fff;
    white-space: nowrap
  }
}

@media(min-width:768px) {
  .ready-promo__actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 3rem
  }
}

@media(min-width:1600px) {
  .ready-promo__actions {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 7.8rem
  }
}

.ready-promo__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.7rem 0
}

@media(min-width:576px) {
  .ready-promo__action {
    padding: 0
  }
}

@media(min-width:768px) {
  .ready-promo__action {
    display: flex;
    flex-direction: column;
    align-items: flex-start
  }
}

.ready-promo__action+.ready-promo__action {
  border-top: .1rem solid #fff
}

@media(min-width:576px) {
  .ready-promo__action+.ready-promo__action {
    border: none;
    margin-top: 3rem
  }
}

@media(min-width:768px) {
  .ready-promo__action+.ready-promo__action {
    margin: 0
  }
}

@media(min-width:1600px) {
  .ready-promo__action:last-child {
    grid-row-start: 1;
    grid-column-start: 4
  }
}

.ready-promo__action-title {
  font-size: 1.4rem;
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 .9rem
}

@media(min-width:768px) {
  .ready-promo__action-title {
    margin-bottom: 1.4rem
  }
}

.ready-promo__action-info {
  font-size: 1.5rem;
  margin: 0;
  max-width: 30rem;
  padding: 0 3.5rem 0 0
}

@media(min-width:576px) {
  .ready-promo__action-info {
    font-size: 1.4rem
  }
}

@media(min-width:768px) {
  .ready-promo__action-info {
    padding: 0
  }
}

@media(min-width:992px) {
  .ready-promo__action-info {
    font-size: 1.6rem
  }
}

.ready-promo__action-button {
  display: inline-flex;
  width: 4rem;
  height: 4rem;
  padding: 0;
  align-items: center;
  justify-content: center
}

@media(min-width:576px) {
  .ready-promo__action-button {
    display: inline-block;
    width: 16rem;
    height: 4.6rem;
    box-sizing: border-box
  }
}

@media(min-width:768px) {
  .ready-promo__action-button {
    margin: 3.5rem 0 0
  }
}

@media(min-width:576px) {
  .ready-promo__button-icon {
    display: none
  }
}

.ready-promo__button-text {
  display: none
}

@media(min-width:576px) {
  .ready-promo__button-text {
    display: inline
  }
}

.services-promo {
  padding: 10.2rem 0 1.25rem
}

@media(min-width:768px) {
  .services-promo {
    padding: 14.7rem 0 16.5rem
  }
}

@media(min-width:992px) {
  .services-promo {
    padding: 12.9rem 0 26.8rem
  }
}

@media(min-width:768px) {
  .services-promo__inner {
    display: grid;
    grid-template-columns: 1fr
  }
}

@media(min-width:1200px) {
  .services-promo__inner {
    grid-template-columns: 1.75fr 1fr;
    grid-template-rows: 1fr 1.5fr;
    text-align: right
  }
}

.services-promo__text {
  font-size: 1.5rem;
  font-weight: 500;
  max-width: 34rem
}

@media(min-width:768px) {
  .services-promo__text {
    font-size: 1.6rem;
    margin: 0 0 3.8rem
  }
}

@media(min-width:992px) {
  .services-promo__text {
    font-size: 2rem
  }
}

@media(min-width:1200px) {
  .services-promo__text {
    max-width: 40rem;
    padding-left: 3.5rem;
    margin: 0 0 0 auto
  }
}

.services-promo__list {
  list-style: none;
  padding: 0;
  margin: 3rem 0 4.5rem;
  position: relative
}

@media(min-width:768px) {
  .services-promo__list {
    margin: 0 0 4.1rem;
    grid-row-start: 1
  }
}

@media(min-width:1200px) {
  .services-promo__list {
    margin: 0;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    text-align: left
  }
}

@supports(-webkit-text-stroke-width:0.1rem) and (-webkit-text-stroke-color:#fff) {
  .services-promo__list:before {
    content: "Services \AServices \AServices";
    content: "Services \AServices \AServices" /"";
    font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5rem;
    white-space: pre;
    line-height: 1;
    display: block;
    width: 100%;
    text-align: left;
    color: transparent;
    -webkit-text-stroke-width: .1rem;
    -webkit-text-stroke-color: #fff;
    transform-origin: 0 100%;
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4;
    display: none
  }

  @media(min-width:768px) {
    .services-promo__list:before {
      display: block;
      font-size: 3.6rem;
      top: 57%;
      left: -3.6rem
    }
  }

  @media(min-width:992px) {
    .services-promo__list:before {
      font-size: 4.9rem
    }
  }

  @media(min-width:1200px) {
    .services-promo__list:before {
      font-size: 6.6rem;
      top: 56%
    }
  }
}

.services-promo__item {
  max-width: 67rem
}

@media(min-width:768px) {
  .services-promo__item {
    max-width: none
  }
}

.services-promo__service {
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-size: 2rem;
  line-height: 1.1
}

@media(min-width:768px) {
  .services-promo__service {
    font-size: 4rem
  }
}

@media(min-width:992px) {
  .services-promo__service {
    font-size: 6.6rem
  }
}

.services-promo__button-wrap {
  margin-bottom: 6rem
}

@media(min-width:1200px) {
  .services-promo__button-wrap {
    margin-top: 5.2rem;
    grid-row-start: 2;
    grid-column-start: 2
  }
}

.services-promo__button {
  width: 18rem
}

.unleash-promo {
  background: #141930;
  padding: 9.7rem 0 10.4rem;
  position: relative
}

.unleash-promo:after,
.unleash-promo:before {
  content: "Licensing";
  text-transform: uppercase;
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  display: none;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  position: absolute;
  top: 50%;
  right: 0
}

@media(min-width:768px) {

  .unleash-promo:after,
  .unleash-promo:before {
    display: block
  }
}

@media(min-width:992px) {

  .unleash-promo:after,
  .unleash-promo:before {
    font-size: 3.8rem
  }
}

@supports(-webkit-text-stroke-width:0.1rem) and (-webkit-text-stroke-color:#fff) {

  .unleash-promo:after,
  .unleash-promo:before {
    opacity: .6;
    color: transparent;
    -webkit-text-stroke-width: .1rem;
    -webkit-text-stroke-color: #fff
  }
}

.unleash-promo:after {
  transform: rotate(-90deg);
  right: auto;
  left: 0
}

@media(min-width:768px) {
  .unleash-promo {
    padding: 15.7rem 0 17.8rem
  }
}

@media(min-width:992px) {
  .unleash-promo {
    padding: 16.9rem 0 19rem
  }
}

.unleash-promo__title {
  text-transform: uppercase;
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: .1rem;
  text-align: center;
  line-height: 1
}

@media(min-width:768px) {
  .unleash-promo__title {
    font-size: 5rem;
    letter-spacing: .1rem
  }
}

@media(min-width:992px) {
  .unleash-promo__title {
    font-size: 8.6rem;
    letter-spacing: .2rem
  }
}

.unleash-promo__title span {
  display: block
}

.unleash-promo__text {
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  max-width: 30rem;
  margin: 3.1rem auto 4rem
}

@media(min-width:768px) {
  .unleash-promo__text {
    font-size: 2rem;
    max-width: 50rem;
    margin: 3rem auto 5.7rem
  }
}

@media(min-width:992px) {
  .unleash-promo__text {
    font-size: 2.6rem;
    max-width: 65rem;
    margin: 5.5rem auto 3.4rem
  }
}

.unleash-promo__button {
  margin: 0 auto;
  width: 17rem;
  display: block
}

.mini-cta-banner {
  margin: 0 0 7.6rem
}

@media(min-width:768px) {
  .mini-cta-banner {
    margin-bottom: 8.4rem
  }
}

@media(min-width:992px) {
  .mini-cta-banner {
    margin-bottom: 11.5rem
  }
}

.mini-cta-banner__inner {
  padding: 4.2rem 4.4rem;
  background: #141930;
  text-align: center
}

@media(min-width:576px) {
  .mini-cta-banner__inner {
    text-align: left;
    padding: 2.8rem 3.5rem;
    display: grid;
    grid-template-columns: 1fr 18.5rem;
    grid-gap: 12.5rem
  }
}

@media(min-width:768px) {
  .mini-cta-banner__inner {
    grid-template-columns: 1fr 18.5rem;
    grid-gap: 11.5rem
  }
}

@media(min-width:992px) {
  .mini-cta-banner__inner {
    padding: 4.2rem 6rem
  }
}

.mini-cta-banner__title {
  margin: 0 0 2.4rem;
  font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4rem
}

@media(min-width:576px) {
  .mini-cta-banner__title {
    margin: 0
  }
}

@media(min-width:768px) {
  .mini-cta-banner__title {
    font-size: 2rem
  }
}

@media(min-width:992px) {
  .mini-cta-banner__title {
    font-size: 3rem;
    letter-spacing: .1rem
  }
}

.mini-cta-banner__title span {
  display: block
}

.mini-cta-banner__button {
  width: 100%
}

@media(min-width:576px) {
  .mini-cta-banner__button {
    width: auto;
    max-width: 18.5rem;
    align-self: center
  }
}
.rfm-marquee-container {
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  position: relative;
  width: var(--width);
  transform: var(--transform);
}

.rfm-marquee-container:hover div {
  animation-play-state: var(--pause-on-hover);
}

.rfm-marquee-container:active div {
  animation-play-state: var(--pause-on-click);
}

.rfm-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.rfm-overlay::before,
.rfm-overlay::after {
  background: linear-gradient(to right, var(--gradient-color), rgba(255, 255, 255, 0));
  content: "";
  height: 100%;
  position: absolute;
  width: var(--gradient-width);
  z-index: 2;
  pointer-events: none;
  touch-action: none;
}

.rfm-overlay::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.rfm-overlay::before {
  left: 0;
  top: 0;
}

.rfm-marquee {
  flex: 0 0 auto;
  min-width: var(--min-width);
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: scroll var(--duration) linear var(--delay) var(--iteration-count);
  animation-play-state: var(--play);
  animation-delay: var(--delay);
  animation-direction: var(--direction);
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.rfm-initial-child-container {
  flex: 0 0 auto;
  display: flex;
  min-width: auto;
  flex-direction: row;
  align-items: center;
}

.rfm-child {
  transform: var(--transform);
}
#onetrust-banner-sdk {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

#onetrust-banner-sdk .onetrust-vendors-list-handler {
  cursor: pointer;
  color: #1f96db;
  font-size: inherit;
  font-weight: bold;
  text-decoration: none;
  margin-left: 5px
}

#onetrust-banner-sdk .onetrust-vendors-list-handler:hover {
  color: #1f96db
}

#onetrust-banner-sdk:focus {
  outline: 2px solid #000;
  outline-offset: -2px
}

#onetrust-banner-sdk a:focus {
  outline: 2px solid #000
}

#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
  outline-offset: 1px
}

#onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo {
  height: 64px;
  width: 64px
}

#onetrust-banner-sdk .ot-tcf2-vendor-count.ot-text-bold {
  font-weight: bold
}

#onetrust-banner-sdk .ot-close-icon,
#onetrust-pc-sdk .ot-close-icon,
#ot-sync-ntfy .ot-close-icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 12px;
  width: 12px
}

#onetrust-banner-sdk .powered-by-logo,
#onetrust-banner-sdk .ot-pc-footer-logo a,
#onetrust-pc-sdk .powered-by-logo,
#onetrust-pc-sdk .ot-pc-footer-logo a,
#ot-sync-ntfy .powered-by-logo,
#ot-sync-ntfy .ot-pc-footer-logo a {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
  width: 152px;
  display: block;
  text-decoration: none;
  font-size: .75em
}

#onetrust-banner-sdk .powered-by-logo:hover,
#onetrust-banner-sdk .ot-pc-footer-logo a:hover,
#onetrust-pc-sdk .powered-by-logo:hover,
#onetrust-pc-sdk .ot-pc-footer-logo a:hover,
#ot-sync-ntfy .powered-by-logo:hover,
#ot-sync-ntfy .ot-pc-footer-logo a:hover {
  color: #565656
}

#onetrust-banner-sdk h3 *,
#onetrust-banner-sdk h4 *,
#onetrust-banner-sdk h6 *,
#onetrust-banner-sdk button *,
#onetrust-banner-sdk a[data-parent-id] *,
#onetrust-pc-sdk h3 *,
#onetrust-pc-sdk h4 *,
#onetrust-pc-sdk h6 *,
#onetrust-pc-sdk button *,
#onetrust-pc-sdk a[data-parent-id] *,
#ot-sync-ntfy h3 *,
#ot-sync-ntfy h4 *,
#ot-sync-ntfy h6 *,
#ot-sync-ntfy button *,
#ot-sync-ntfy a[data-parent-id] * {
  font-size: inherit;
  font-weight: inherit;
  color: inherit
}

#onetrust-banner-sdk .ot-hide,
#onetrust-pc-sdk .ot-hide,
#ot-sync-ntfy .ot-hide {
  display: none !important
}

#onetrust-banner-sdk button.ot-link-btn:hover,
#onetrust-pc-sdk button.ot-link-btn:hover,
#ot-sync-ntfy button.ot-link-btn:hover {
  text-decoration: underline;
  opacity: 1
}

#onetrust-pc-sdk .ot-sdk-row .ot-sdk-column {
  padding: 0
}

#onetrust-pc-sdk .ot-sdk-container {
  padding-right: 0
}

#onetrust-pc-sdk .ot-sdk-row {
  flex-direction: initial;
  width: 100%
}

#onetrust-pc-sdk [type=checkbox]:checked,
#onetrust-pc-sdk [type=checkbox]:not(:checked) {
  pointer-events: initial
}

#onetrust-pc-sdk [type=checkbox]:disabled+label::before,
#onetrust-pc-sdk [type=checkbox]:disabled+label:after,
#onetrust-pc-sdk [type=checkbox]:disabled+label {
  pointer-events: none;
  opacity: .7
}

#onetrust-pc-sdk #vendor-list-content {
  transform: translate3d(0, 0, 0)
}

#onetrust-pc-sdk li input[type=checkbox] {
  z-index: 1
}

#onetrust-pc-sdk li .ot-checkbox label {
  z-index: 2
}

#onetrust-pc-sdk li .ot-checkbox input[type=checkbox] {
  height: auto;
  width: auto
}

#onetrust-pc-sdk li .host-title a,
#onetrust-pc-sdk li .ot-host-name a,
#onetrust-pc-sdk li .accordion-text,
#onetrust-pc-sdk li .ot-acc-txt {
  z-index: 2;
  position: relative
}

#onetrust-pc-sdk input {
  margin: 3px .1ex
}

#onetrust-pc-sdk .pc-logo,
#onetrust-pc-sdk .ot-pc-logo {
  height: 60px;
  width: 180px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-flex;
  justify-content: center;
  align-items: center
}

#onetrust-pc-sdk .pc-logo img,
#onetrust-pc-sdk .ot-pc-logo img {
  max-height: 100%;
  max-width: 100%
}

#onetrust-pc-sdk .screen-reader-only,
#onetrust-pc-sdk .ot-scrn-rdr,
.ot-sdk-cookie-policy .screen-reader-only,
.ot-sdk-cookie-policy .ot-scrn-rdr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

#onetrust-pc-sdk.ot-fade-in,
.onetrust-pc-dark-filter.ot-fade-in,
#onetrust-banner-sdk.ot-fade-in {
  animation-name: onetrust-fade-in;
  animation-duration: 400ms;
  animation-timing-function: ease-in-out
}

#onetrust-pc-sdk.ot-hide {
  display: none !important
}

.onetrust-pc-dark-filter.ot-hide {
  display: none !important
}

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  color: #68b631;
  border: 1px solid #68b631;
  height: auto;
  white-space: normal;
  word-wrap: break-word;
  padding: .8em 2em;
  font-size: .8em;
  line-height: 1.2;
  cursor: pointer;
  -moz-transition: .1s ease;
  -o-transition: .1s ease;
  -webkit-transition: 1s ease;
  transition: .1s ease
}

#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
  color: #fff;
  background-color: #68b631
}

.onetrust-pc-dark-filter {
  background: rgba(0, 0, 0, .5);
  z-index: 2147483646;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0
}

@keyframes onetrust-fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.ot-cookie-label {
  text-decoration: underline
}

@media only screen and (min-width: 426px)and (max-width: 896px)and (orientation: landscape) {
  #onetrust-pc-sdk p {
    font-size: .75em
  }
}

#onetrust-banner-sdk .banner-option-input:focus+label {
  outline: 1px solid #000;
  outline-style: auto
}

.category-vendors-list-handler+a:focus,
.category-vendors-list-handler+a:focus-visible {
  outline: 2px solid #000
}

#onetrust-pc-sdk .ot-userid-title {
  margin-top: 10px
}

#onetrust-pc-sdk .ot-userid-title>span,
#onetrust-pc-sdk .ot-userid-timestamp>span {
  font-weight: 700
}

#onetrust-pc-sdk .ot-userid-desc {
  font-style: italic
}

#onetrust-pc-sdk .ot-host-desc a {
  pointer-events: initial
}

#onetrust-pc-sdk .ot-ven-hdr>p a {
  position: relative;
  z-index: 2;
  pointer-events: initial
}

#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info a {
  margin-right: auto
}

#onetrust-pc-sdk .ot-pc-footer-logo img {
  width: 136px;
  height: 16px
}

#onetrust-pc-sdk .ot-pur-vdr-count {
  font-weight: 400;
  font-size: .7rem;
  padding-top: 3px;
  display: block
}

#onetrust-banner-sdk .ot-optout-signal,
#onetrust-pc-sdk .ot-optout-signal {
  border: 1px solid #32ae88;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #f9fffa;
  font-size: .85rem;
  line-height: 2
}

#onetrust-banner-sdk .ot-optout-signal .ot-optout-icon,
#onetrust-pc-sdk .ot-optout-signal .ot-optout-icon {
  display: inline;
  margin-right: 5px
}

#onetrust-banner-sdk .ot-optout-signal svg,
#onetrust-pc-sdk .ot-optout-signal svg {
  height: 20px;
  width: 30px;
  transform: scale(0.5)
}

#onetrust-banner-sdk .ot-optout-signal svg path,
#onetrust-pc-sdk .ot-optout-signal svg path {
  fill: #32ae88
}

#onetrust-banner-sdk,
#onetrust-pc-sdk,
#ot-sdk-cookie-policy,
#ot-sync-ntfy {
  font-size: 16px
}

#onetrust-banner-sdk *,
#onetrust-banner-sdk ::after,
#onetrust-banner-sdk ::before,
#onetrust-pc-sdk *,
#onetrust-pc-sdk ::after,
#onetrust-pc-sdk ::before,
#ot-sdk-cookie-policy *,
#ot-sdk-cookie-policy ::after,
#ot-sdk-cookie-policy ::before,
#ot-sync-ntfy *,
#ot-sync-ntfy ::after,
#ot-sync-ntfy ::before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

#onetrust-banner-sdk div,
#onetrust-banner-sdk span,
#onetrust-banner-sdk h1,
#onetrust-banner-sdk h2,
#onetrust-banner-sdk h3,
#onetrust-banner-sdk h4,
#onetrust-banner-sdk h5,
#onetrust-banner-sdk h6,
#onetrust-banner-sdk p,
#onetrust-banner-sdk img,
#onetrust-banner-sdk svg,
#onetrust-banner-sdk button,
#onetrust-banner-sdk section,
#onetrust-banner-sdk a,
#onetrust-banner-sdk label,
#onetrust-banner-sdk input,
#onetrust-banner-sdk ul,
#onetrust-banner-sdk li,
#onetrust-banner-sdk nav,
#onetrust-banner-sdk table,
#onetrust-banner-sdk thead,
#onetrust-banner-sdk tr,
#onetrust-banner-sdk td,
#onetrust-banner-sdk tbody,
#onetrust-banner-sdk .ot-main-content,
#onetrust-banner-sdk .ot-toggle,
#onetrust-banner-sdk #ot-content,
#onetrust-banner-sdk #ot-pc-content,
#onetrust-banner-sdk .checkbox,
#onetrust-pc-sdk div,
#onetrust-pc-sdk span,
#onetrust-pc-sdk h1,
#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4,
#onetrust-pc-sdk h5,
#onetrust-pc-sdk h6,
#onetrust-pc-sdk p,
#onetrust-pc-sdk img,
#onetrust-pc-sdk svg,
#onetrust-pc-sdk button,
#onetrust-pc-sdk section,
#onetrust-pc-sdk a,
#onetrust-pc-sdk label,
#onetrust-pc-sdk input,
#onetrust-pc-sdk ul,
#onetrust-pc-sdk li,
#onetrust-pc-sdk nav,
#onetrust-pc-sdk table,
#onetrust-pc-sdk thead,
#onetrust-pc-sdk tr,
#onetrust-pc-sdk td,
#onetrust-pc-sdk tbody,
#onetrust-pc-sdk .ot-main-content,
#onetrust-pc-sdk .ot-toggle,
#onetrust-pc-sdk #ot-content,
#onetrust-pc-sdk #ot-pc-content,
#onetrust-pc-sdk .checkbox,
#ot-sdk-cookie-policy div,
#ot-sdk-cookie-policy span,
#ot-sdk-cookie-policy h1,
#ot-sdk-cookie-policy h2,
#ot-sdk-cookie-policy h3,
#ot-sdk-cookie-policy h4,
#ot-sdk-cookie-policy h5,
#ot-sdk-cookie-policy h6,
#ot-sdk-cookie-policy p,
#ot-sdk-cookie-policy img,
#ot-sdk-cookie-policy svg,
#ot-sdk-cookie-policy button,
#ot-sdk-cookie-policy section,
#ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy label,
#ot-sdk-cookie-policy input,
#ot-sdk-cookie-policy ul,
#ot-sdk-cookie-policy li,
#ot-sdk-cookie-policy nav,
#ot-sdk-cookie-policy table,
#ot-sdk-cookie-policy thead,
#ot-sdk-cookie-policy tr,
#ot-sdk-cookie-policy td,
#ot-sdk-cookie-policy tbody,
#ot-sdk-cookie-policy .ot-main-content,
#ot-sdk-cookie-policy .ot-toggle,
#ot-sdk-cookie-policy #ot-content,
#ot-sdk-cookie-policy #ot-pc-content,
#ot-sdk-cookie-policy .checkbox,
#ot-sync-ntfy div,
#ot-sync-ntfy span,
#ot-sync-ntfy h1,
#ot-sync-ntfy h2,
#ot-sync-ntfy h3,
#ot-sync-ntfy h4,
#ot-sync-ntfy h5,
#ot-sync-ntfy h6,
#ot-sync-ntfy p,
#ot-sync-ntfy img,
#ot-sync-ntfy svg,
#ot-sync-ntfy button,
#ot-sync-ntfy section,
#ot-sync-ntfy a,
#ot-sync-ntfy label,
#ot-sync-ntfy input,
#ot-sync-ntfy ul,
#ot-sync-ntfy li,
#ot-sync-ntfy nav,
#ot-sync-ntfy table,
#ot-sync-ntfy thead,
#ot-sync-ntfy tr,
#ot-sync-ntfy td,
#ot-sync-ntfy tbody,
#ot-sync-ntfy .ot-main-content,
#ot-sync-ntfy .ot-toggle,
#ot-sync-ntfy #ot-content,
#ot-sync-ntfy #ot-pc-content,
#ot-sync-ntfy .checkbox {
  font-family: inherit;
  font-weight: normal;
  -webkit-font-smoothing: auto;
  letter-spacing: normal;
  line-height: normal;
  padding: 0;
  margin: 0;
  height: auto;
  min-height: 0;
  max-height: none;
  width: auto;
  min-width: 0;
  max-width: none;
  border-radius: 0;
  border: none;
  clear: none;
  float: none;
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  background: none;
  overflow: visible;
  vertical-align: baseline;
  visibility: visible;
  z-index: auto;
  box-shadow: none
}

#onetrust-banner-sdk label:before,
#onetrust-banner-sdk label:after,
#onetrust-banner-sdk .checkbox:after,
#onetrust-banner-sdk .checkbox:before,
#onetrust-pc-sdk label:before,
#onetrust-pc-sdk label:after,
#onetrust-pc-sdk .checkbox:after,
#onetrust-pc-sdk .checkbox:before,
#ot-sdk-cookie-policy label:before,
#ot-sdk-cookie-policy label:after,
#ot-sdk-cookie-policy .checkbox:after,
#ot-sdk-cookie-policy .checkbox:before,
#ot-sync-ntfy label:before,
#ot-sync-ntfy label:after,
#ot-sync-ntfy .checkbox:after,
#ot-sync-ntfy .checkbox:before {
  content: "";
  content: none
}

#onetrust-banner-sdk .ot-sdk-container,
#onetrust-pc-sdk .ot-sdk-container,
#ot-sdk-cookie-policy .ot-sdk-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box
}

#onetrust-banner-sdk .ot-sdk-column,
#onetrust-banner-sdk .ot-sdk-columns,
#onetrust-pc-sdk .ot-sdk-column,
#onetrust-pc-sdk .ot-sdk-columns,
#ot-sdk-cookie-policy .ot-sdk-column,
#ot-sdk-cookie-policy .ot-sdk-columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0;
  display: initial
}

@media(min-width: 400px) {

  #onetrust-banner-sdk .ot-sdk-container,
  #onetrust-pc-sdk .ot-sdk-container,
  #ot-sdk-cookie-policy .ot-sdk-container {
    width: 90%;
    padding: 0
  }
}

@media(min-width: 550px) {

  #onetrust-banner-sdk .ot-sdk-container,
  #onetrust-pc-sdk .ot-sdk-container,
  #ot-sdk-cookie-policy .ot-sdk-container {
    width: 100%
  }

  #onetrust-banner-sdk .ot-sdk-column,
  #onetrust-banner-sdk .ot-sdk-columns,
  #onetrust-pc-sdk .ot-sdk-column,
  #onetrust-pc-sdk .ot-sdk-columns,
  #ot-sdk-cookie-policy .ot-sdk-column,
  #ot-sdk-cookie-policy .ot-sdk-columns {
    margin-left: 4%
  }

  #onetrust-banner-sdk .ot-sdk-column:first-child,
  #onetrust-banner-sdk .ot-sdk-columns:first-child,
  #onetrust-pc-sdk .ot-sdk-column:first-child,
  #onetrust-pc-sdk .ot-sdk-columns:first-child,
  #ot-sdk-cookie-policy .ot-sdk-column:first-child,
  #ot-sdk-cookie-policy .ot-sdk-columns:first-child {
    margin-left: 0
  }

  #onetrust-banner-sdk .ot-sdk-two.ot-sdk-columns,
  #onetrust-pc-sdk .ot-sdk-two.ot-sdk-columns,
  #ot-sdk-cookie-policy .ot-sdk-two.ot-sdk-columns {
    width: 13.3333333333%
  }

  #onetrust-banner-sdk .ot-sdk-three.ot-sdk-columns,
  #onetrust-pc-sdk .ot-sdk-three.ot-sdk-columns,
  #ot-sdk-cookie-policy .ot-sdk-three.ot-sdk-columns {
    width: 22%
  }

  #onetrust-banner-sdk .ot-sdk-four.ot-sdk-columns,
  #onetrust-pc-sdk .ot-sdk-four.ot-sdk-columns,
  #ot-sdk-cookie-policy .ot-sdk-four.ot-sdk-columns {
    width: 30.6666666667%
  }

  #onetrust-banner-sdk .ot-sdk-eight.ot-sdk-columns,
  #onetrust-pc-sdk .ot-sdk-eight.ot-sdk-columns,
  #ot-sdk-cookie-policy .ot-sdk-eight.ot-sdk-columns {
    width: 65.3333333333%
  }

  #onetrust-banner-sdk .ot-sdk-nine.ot-sdk-columns,
  #onetrust-pc-sdk .ot-sdk-nine.ot-sdk-columns,
  #ot-sdk-cookie-policy .ot-sdk-nine.ot-sdk-columns {
    width: 74%
  }

  #onetrust-banner-sdk .ot-sdk-ten.ot-sdk-columns,
  #onetrust-pc-sdk .ot-sdk-ten.ot-sdk-columns,
  #ot-sdk-cookie-policy .ot-sdk-ten.ot-sdk-columns {
    width: 82.6666666667%
  }

  #onetrust-banner-sdk .ot-sdk-eleven.ot-sdk-columns,
  #onetrust-pc-sdk .ot-sdk-eleven.ot-sdk-columns,
  #ot-sdk-cookie-policy .ot-sdk-eleven.ot-sdk-columns {
    width: 91.3333333333%
  }

  #onetrust-banner-sdk .ot-sdk-twelve.ot-sdk-columns,
  #onetrust-pc-sdk .ot-sdk-twelve.ot-sdk-columns,
  #ot-sdk-cookie-policy .ot-sdk-twelve.ot-sdk-columns {
    width: 100%;
    margin-left: 0
  }
}

#onetrust-banner-sdk h1,
#onetrust-banner-sdk h2,
#onetrust-banner-sdk h3,
#onetrust-banner-sdk h4,
#onetrust-banner-sdk h5,
#onetrust-banner-sdk h6,
#onetrust-pc-sdk h1,
#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4,
#onetrust-pc-sdk h5,
#onetrust-pc-sdk h6,
#ot-sdk-cookie-policy h1,
#ot-sdk-cookie-policy h2,
#ot-sdk-cookie-policy h3,
#ot-sdk-cookie-policy h4,
#ot-sdk-cookie-policy h5,
#ot-sdk-cookie-policy h6 {
  margin-top: 0;
  font-weight: 600;
  font-family: inherit
}

#onetrust-banner-sdk h1,
#onetrust-pc-sdk h1,
#ot-sdk-cookie-policy h1 {
  font-size: 1.5rem;
  line-height: 1.2
}

#onetrust-banner-sdk h2,
#onetrust-pc-sdk h2,
#ot-sdk-cookie-policy h2 {
  font-size: 1.5rem;
  line-height: 1.25
}

#onetrust-banner-sdk h3,
#onetrust-pc-sdk h3,
#ot-sdk-cookie-policy h3 {
  font-size: 1.5rem;
  line-height: 1.3
}

#onetrust-banner-sdk h4,
#onetrust-pc-sdk h4,
#ot-sdk-cookie-policy h4 {
  font-size: 1.5rem;
  line-height: 1.35
}

#onetrust-banner-sdk h5,
#onetrust-pc-sdk h5,
#ot-sdk-cookie-policy h5 {
  font-size: 1.5rem;
  line-height: 1.5
}

#onetrust-banner-sdk h6,
#onetrust-pc-sdk h6,
#ot-sdk-cookie-policy h6 {
  font-size: 1.5rem;
  line-height: 1.6
}

@media(min-width: 550px) {

  #onetrust-banner-sdk h1,
  #onetrust-pc-sdk h1,
  #ot-sdk-cookie-policy h1 {
    font-size: 1.5rem
  }

  #onetrust-banner-sdk h2,
  #onetrust-pc-sdk h2,
  #ot-sdk-cookie-policy h2 {
    font-size: 1.5rem
  }

  #onetrust-banner-sdk h3,
  #onetrust-pc-sdk h3,
  #ot-sdk-cookie-policy h3 {
    font-size: 1.5rem
  }

  #onetrust-banner-sdk h4,
  #onetrust-pc-sdk h4,
  #ot-sdk-cookie-policy h4 {
    font-size: 1.5rem
  }

  #onetrust-banner-sdk h5,
  #onetrust-pc-sdk h5,
  #ot-sdk-cookie-policy h5 {
    font-size: 1.5rem
  }

  #onetrust-banner-sdk h6,
  #onetrust-pc-sdk h6,
  #ot-sdk-cookie-policy h6 {
    font-size: 1.5rem
  }
}

#onetrust-banner-sdk p,
#onetrust-pc-sdk p,
#ot-sdk-cookie-policy p {
  margin: 0 0 1em 0;
  font-family: inherit;
  line-height: normal
}

#onetrust-banner-sdk a,
#onetrust-pc-sdk a,
#ot-sdk-cookie-policy a {
  color: #565656;
  text-decoration: underline
}

#onetrust-banner-sdk a:hover,
#onetrust-pc-sdk a:hover,
#ot-sdk-cookie-policy a:hover {
  color: #565656;
  text-decoration: none
}

#onetrust-banner-sdk .ot-sdk-button,
#onetrust-banner-sdk button,
#onetrust-pc-sdk .ot-sdk-button,
#onetrust-pc-sdk button,
#ot-sdk-cookie-policy .ot-sdk-button,
#ot-sdk-cookie-policy button {
  margin-bottom: 1rem;
  font-family: inherit
}

#onetrust-banner-sdk .ot-sdk-button,
#onetrust-banner-sdk button,
#onetrust-pc-sdk .ot-sdk-button,
#onetrust-pc-sdk button,
#ot-sdk-cookie-policy .ot-sdk-button,
#ot-sdk-cookie-policy button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: .9em;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: .01em;
  text-decoration: none;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box
}

#onetrust-banner-sdk .ot-sdk-button:hover,
#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,
#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus,
#onetrust-pc-sdk .ot-sdk-button:hover,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus,
#ot-sdk-cookie-policy .ot-sdk-button:hover,
#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,
#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus {
  color: #333;
  border-color: #888;
  opacity: .7
}

#onetrust-banner-sdk .ot-sdk-button:focus,
#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:focus,
#onetrust-pc-sdk .ot-sdk-button:focus,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus,
#ot-sdk-cookie-policy .ot-sdk-button:focus,
#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:focus {
  outline: 2px solid #000
}

#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary,
#onetrust-banner-sdk button.ot-sdk-button-primary,
#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary,
#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary,
#onetrust-banner-sdk input[type=button].ot-sdk-button-primary,
#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary,
#onetrust-pc-sdk button.ot-sdk-button-primary,
#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary,
#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary,
#onetrust-pc-sdk input[type=button].ot-sdk-button-primary,
#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary,
#ot-sdk-cookie-policy button.ot-sdk-button-primary,
#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary,
#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary,
#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0
}

#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:hover,
#onetrust-banner-sdk button.ot-sdk-button-primary:hover,
#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary:hover,
#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary:hover,
#onetrust-banner-sdk input[type=button].ot-sdk-button-primary:hover,
#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:focus,
#onetrust-banner-sdk button.ot-sdk-button-primary:focus,
#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary:focus,
#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary:focus,
#onetrust-banner-sdk input[type=button].ot-sdk-button-primary:focus,
#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:hover,
#onetrust-pc-sdk button.ot-sdk-button-primary:hover,
#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary:hover,
#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary:hover,
#onetrust-pc-sdk input[type=button].ot-sdk-button-primary:hover,
#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:focus,
#onetrust-pc-sdk button.ot-sdk-button-primary:focus,
#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary:focus,
#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary:focus,
#onetrust-pc-sdk input[type=button].ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy button.ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy button.ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb
}

#onetrust-banner-sdk input[type=text],
#onetrust-pc-sdk input[type=text],
#ot-sdk-cookie-policy input[type=text] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box
}

#onetrust-banner-sdk input[type=text],
#onetrust-pc-sdk input[type=text],
#ot-sdk-cookie-policy input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

#onetrust-banner-sdk input[type=text]:focus,
#onetrust-pc-sdk input[type=text]:focus,
#ot-sdk-cookie-policy input[type=text]:focus {
  border: 1px solid #000;
  outline: 0
}

#onetrust-banner-sdk label,
#onetrust-pc-sdk label,
#ot-sdk-cookie-policy label {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600
}

#onetrust-banner-sdk input[type=checkbox],
#onetrust-pc-sdk input[type=checkbox],
#ot-sdk-cookie-policy input[type=checkbox] {
  display: inline
}

#onetrust-banner-sdk ul,
#onetrust-pc-sdk ul,
#ot-sdk-cookie-policy ul {
  list-style: circle inside
}

#onetrust-banner-sdk ul,
#onetrust-pc-sdk ul,
#ot-sdk-cookie-policy ul {
  padding-left: 0;
  margin-top: 0
}

#onetrust-banner-sdk ul ul,
#onetrust-pc-sdk ul ul,
#ot-sdk-cookie-policy ul ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%
}

#onetrust-banner-sdk li,
#onetrust-pc-sdk li,
#ot-sdk-cookie-policy li {
  margin-bottom: 1rem
}

#onetrust-banner-sdk th,
#onetrust-banner-sdk td,
#onetrust-pc-sdk th,
#onetrust-pc-sdk td,
#ot-sdk-cookie-policy th,
#ot-sdk-cookie-policy td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1
}

#onetrust-banner-sdk button,
#onetrust-pc-sdk button,
#ot-sdk-cookie-policy button {
  margin-bottom: 1rem;
  font-family: inherit
}

#onetrust-banner-sdk .ot-sdk-container:after,
#onetrust-banner-sdk .ot-sdk-row:after,
#onetrust-pc-sdk .ot-sdk-container:after,
#onetrust-pc-sdk .ot-sdk-row:after,
#ot-sdk-cookie-policy .ot-sdk-container:after,
#ot-sdk-cookie-policy .ot-sdk-row:after {
  content: "";
  display: table;
  clear: both
}

#onetrust-banner-sdk .ot-sdk-row,
#onetrust-pc-sdk .ot-sdk-row,
#ot-sdk-cookie-policy .ot-sdk-row {
  margin: 0;
  max-width: none;
  display: block
}

#onetrust-banner-sdk {
  box-shadow: 0 0 18px rgba(0, 0, 0, .2)
}

#onetrust-banner-sdk.otFlat {
  position: fixed;
  z-index: 2147483645;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: auto
}

#onetrust-banner-sdk.otFlat.top {
  top: 0px;
  bottom: auto
}

#onetrust-banner-sdk.otRelFont {
  font-size: 1rem
}

#onetrust-banner-sdk>.ot-sdk-container {
  overflow: hidden
}

#onetrust-banner-sdk::-webkit-scrollbar {
  width: 11px
}

#onetrust-banner-sdk::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #c1c1c1
}

#onetrust-banner-sdk {
  scrollbar-arrow-color: #c1c1c1;
  scrollbar-darkshadow-color: #c1c1c1;
  scrollbar-face-color: #c1c1c1;
  scrollbar-shadow-color: #c1c1c1
}

#onetrust-banner-sdk #onetrust-policy {
  margin: 1.25em 0 .625em 2em;
  overflow: hidden
}

#onetrust-banner-sdk #onetrust-policy .ot-gv-list-handler {
  float: left;
  font-size: .82em;
  padding: 0;
  margin-bottom: 0;
  border: 0;
  line-height: normal;
  height: auto;
  width: auto
}

#onetrust-banner-sdk #onetrust-policy-title {
  font-size: 1.2em;
  line-height: 1.3;
  margin-bottom: 10px
}

#onetrust-banner-sdk #onetrust-policy-text {
  clear: both;
  text-align: left;
  font-size: .88em;
  line-height: 1.4
}

#onetrust-banner-sdk #onetrust-policy-text * {
  font-size: inherit;
  line-height: inherit
}

#onetrust-banner-sdk #onetrust-policy-text a {
  font-weight: bold;
  margin-left: 5px
}

#onetrust-banner-sdk #onetrust-policy-title,
#onetrust-banner-sdk #onetrust-policy-text {
  color: dimgray;
  float: left
}

#onetrust-banner-sdk #onetrust-button-group-parent {
  min-height: 1px;
  text-align: center
}

#onetrust-banner-sdk #onetrust-button-group {
  display: inline-block
}

#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
  background-color: #68b631;
  color: #fff;
  border-color: #68b631;
  margin-right: 1em;
  min-width: 125px;
  height: auto;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
  padding: 12px 10px;
  line-height: 1.2;
  font-size: .813em;
  font-weight: 600
}

#onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  background-color: #fff;
  border: none;
  color: #68b631;
  text-decoration: underline;
  padding-left: 0;
  padding-right: 0
}

#onetrust-banner-sdk .onetrust-close-btn-ui {
  width: 44px;
  height: 44px;
  background-size: 12px;
  border: none;
  position: relative;
  margin: auto;
  padding: 0
}

#onetrust-banner-sdk .banner_logo {
  display: none
}

#onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px
}

#onetrust-banner-sdk.ot-bnr-w-logo #onetrust-policy {
  margin-left: 65px
}

#onetrust-banner-sdk .ot-b-addl-desc {
  clear: both;
  float: left;
  display: block
}

#onetrust-banner-sdk #banner-options {
  float: left;
  display: table;
  margin-right: 0;
  margin-left: 1em;
  width: calc(100% - 1em)
}

#onetrust-banner-sdk .banner-option-input {
  cursor: pointer;
  width: auto;
  height: auto;
  border: none;
  padding: 0;
  padding-right: 3px;
  margin: 0 0 10px;
  font-size: .82em;
  line-height: 1.4
}

#onetrust-banner-sdk .banner-option-input * {
  pointer-events: none;
  font-size: inherit;
  line-height: inherit
}

#onetrust-banner-sdk .banner-option-input[aria-expanded=true]~.banner-option-details {
  display: block;
  height: auto
}

#onetrust-banner-sdk .banner-option-input[aria-expanded=true] .ot-arrow-container {
  transform: rotate(90deg)
}

#onetrust-banner-sdk .banner-option {
  margin-bottom: 12px;
  margin-left: 0;
  border: none;
  float: left;
  padding: 0
}

#onetrust-banner-sdk .banner-option:first-child {
  padding-left: 2px
}

#onetrust-banner-sdk .banner-option:not(:first-child) {
  padding: 0;
  border: none
}

#onetrust-banner-sdk .banner-option-header {
  cursor: pointer;
  display: inline-block
}

#onetrust-banner-sdk .banner-option-header :first-child {
  color: dimgray;
  font-weight: bold;
  float: left
}

#onetrust-banner-sdk .banner-option-header .ot-arrow-container {
  display: inline-block;
  border-top: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  border-left: 6px solid dimgray;
  margin-left: 10px;
  vertical-align: middle
}

#onetrust-banner-sdk .banner-option-details {
  display: none;
  font-size: .83em;
  line-height: 1.5;
  padding: 10px 0px 5px 10px;
  margin-right: 10px;
  height: 0px
}

#onetrust-banner-sdk .banner-option-details * {
  font-size: inherit;
  line-height: inherit;
  color: dimgray
}

#onetrust-banner-sdk .ot-arrow-container,
#onetrust-banner-sdk .banner-option-details {
  transition: all 300ms ease-in 0s;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s
}

#onetrust-banner-sdk .ot-dpd-container {
  float: left
}

#onetrust-banner-sdk .ot-dpd-title {
  margin-bottom: 10px
}

#onetrust-banner-sdk .ot-dpd-title,
#onetrust-banner-sdk .ot-dpd-desc {
  font-size: .88em;
  line-height: 1.4;
  color: dimgray
}

#onetrust-banner-sdk .ot-dpd-title *,
#onetrust-banner-sdk .ot-dpd-desc * {
  font-size: inherit;
  line-height: inherit
}

#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text * {
  margin-bottom: 0
}

#onetrust-banner-sdk.ot-iab-2 .onetrust-vendors-list-handler {
  display: block;
  margin-left: 0;
  margin-top: 5px;
  clear: both;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  height: auto;
  width: auto
}

#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button {
  display: block
}

#onetrust-banner-sdk.ot-close-btn-link {
  padding-top: 25px
}

#onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container {
  top: 15px;
  transform: none;
  right: 15px
}

#onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container button {
  padding: 0;
  white-space: pre-wrap;
  border: none;
  height: auto;
  line-height: 1.5;
  text-decoration: underline;
  font-size: .69em
}

#onetrust-banner-sdk #onetrust-policy-text,
#onetrust-banner-sdk .ot-dpd-desc,
#onetrust-banner-sdk .ot-b-addl-desc {
  font-size: .813em;
  line-height: 1.5
}

#onetrust-banner-sdk .ot-dpd-desc {
  margin-bottom: 10px
}

#onetrust-banner-sdk .ot-dpd-desc>.ot-b-addl-desc {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em
}

@media only screen and (max-width: 425px) {
  #onetrust-banner-sdk #onetrust-close-btn-container {
    position: absolute;
    top: 6px;
    right: 2px
  }

  #onetrust-banner-sdk #onetrust-policy {
    margin-left: 0;
    margin-top: 3em
  }

  #onetrust-banner-sdk #onetrust-button-group {
    display: block
  }

  #onetrust-banner-sdk #onetrust-accept-btn-handler,
  #onetrust-banner-sdk #onetrust-reject-all-handler,
  #onetrust-banner-sdk #onetrust-pc-btn-handler {
    width: 100%
  }

  #onetrust-banner-sdk .onetrust-close-btn-ui {
    top: auto;
    transform: none
  }

  #onetrust-banner-sdk #onetrust-policy-title {
    display: inline;
    float: none
  }

  #onetrust-banner-sdk #banner-options {
    margin: 0;
    padding: 0;
    width: 100%
  }
}

@media only screen and (min-width: 426px)and (max-width: 896px) {
  #onetrust-banner-sdk #onetrust-close-btn-container {
    position: absolute;
    top: 0;
    right: 0
  }

  #onetrust-banner-sdk #onetrust-policy {
    margin-left: 1em;
    margin-right: 1em
  }

  #onetrust-banner-sdk .onetrust-close-btn-ui {
    top: 10px;
    right: 10px
  }

  #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
    width: 95%
  }

  #onetrust-banner-sdk.ot-iab-2 #onetrust-group-container {
    width: 100%
  }

  #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-button-group-parent {
    padding-left: 50px
  }

  #onetrust-banner-sdk #onetrust-button-group-parent {
    width: 100%;
    position: relative;
    margin-left: 0
  }

  #onetrust-banner-sdk #onetrust-button-group button {
    display: inline-block
  }

  #onetrust-banner-sdk #onetrust-button-group {
    margin-right: 0;
    text-align: center
  }

  #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler {
    float: left
  }

  #onetrust-banner-sdk .has-reject-all-button #onetrust-reject-all-handler,
  #onetrust-banner-sdk .has-reject-all-button #onetrust-accept-btn-handler {
    float: right
  }

  #onetrust-banner-sdk .has-reject-all-button #onetrust-button-group {
    width: calc(100% - 2em);
    margin-right: 0
  }

  #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler.cookie-setting-link {
    padding-left: 0px;
    text-align: left
  }

  #onetrust-banner-sdk.ot-buttons-fw .ot-sdk-three button {
    width: 100%;
    text-align: center
  }

  #onetrust-banner-sdk.ot-buttons-fw #onetrust-button-group-parent button {
    float: none
  }

  #onetrust-banner-sdk.ot-buttons-fw #onetrust-pc-btn-handler.cookie-setting-link {
    text-align: center
  }
}

@media only screen and (min-width: 550px) {
  #onetrust-banner-sdk .banner-option:not(:first-child) {
    border-left: 1px solid #d8d8d8;
    padding-left: 25px
  }
}

@media only screen and (min-width: 425px)and (max-width: 550px) {

  #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group,
  #onetrust-banner-sdk.ot-iab-2 #onetrust-policy,
  #onetrust-banner-sdk.ot-iab-2 .banner-option {
    width: 100%
  }
}

@media only screen and (min-width: 769px) {
  #onetrust-banner-sdk #onetrust-button-group {
    margin-right: 30%
  }

  #onetrust-banner-sdk #banner-options {
    margin-left: 2em;
    margin-right: 5em;
    margin-bottom: 1.25em;
    width: calc(100% - 7em)
  }
}

@media only screen and (min-width: 897px)and (max-width: 1023px) {
  #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translateY(-50%)
  }

  #onetrust-banner-sdk #onetrust-close-btn-container {
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    position: absolute;
    padding: 0;
    right: 0
  }

  #onetrust-banner-sdk #onetrust-close-btn-container button {
    position: relative;
    margin: 0;
    right: -22px;
    top: 2px
  }
}

@media only screen and (min-width: 1024px) {
  #onetrust-banner-sdk #onetrust-close-btn-container {
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    position: absolute;
    right: 0
  }

  #onetrust-banner-sdk #onetrust-close-btn-container button {
    right: -12px
  }

  #onetrust-banner-sdk #onetrust-policy {
    margin-left: 2em
  }

  #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translateY(-50%)
  }

  #onetrust-banner-sdk .ot-optout-signal {
    width: 50%
  }

  #onetrust-banner-sdk.ot-iab-2 #onetrust-policy-title {
    width: 50%
  }

  #onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text,
  #onetrust-banner-sdk.ot-iab-2 :not(.ot-dpd-desc)>.ot-b-addl-desc {
    margin-bottom: 1em;
    width: 50%;
    border-right: 1px solid #d8d8d8;
    padding-right: 1rem
  }

  #onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text {
    margin-bottom: 0;
    padding-bottom: 1em
  }

  #onetrust-banner-sdk.ot-iab-2 :not(.ot-dpd-desc)>.ot-b-addl-desc {
    margin-bottom: 0;
    padding-bottom: 1em
  }

  #onetrust-banner-sdk.ot-iab-2 .ot-dpd-container {
    width: 45%;
    padding-left: 1rem;
    display: inline-block;
    float: none
  }

  #onetrust-banner-sdk.ot-iab-2 .ot-dpd-title {
    line-height: 1.7
  }

  #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group-parent {
    left: auto;
    right: 4%;
    margin-left: 0
  }

  #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button {
    display: block
  }

  #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
    margin: auto;
    width: 30%
  }

  #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
    width: 60%
  }

  #onetrust-banner-sdk #onetrust-button-group {
    margin-right: auto
  }

  #onetrust-banner-sdk #onetrust-accept-btn-handler,
  #onetrust-banner-sdk #onetrust-reject-all-handler,
  #onetrust-banner-sdk #onetrust-pc-btn-handler {
    margin-top: 1em
  }
}

@media only screen and (min-width: 890px) {
  #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent {
    padding-left: 3%;
    padding-right: 4%;
    margin-left: 0
  }

  #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group {
    margin-right: 0;
    margin-top: 1.25em;
    width: 100%
  }

  #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px
  }

  #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button:last-of-type {
    margin-bottom: 20px
  }
}

@media only screen and (min-width: 1280px) {
  #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
    width: 55%
  }

  #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
    width: 44%;
    padding-left: 2%;
    padding-right: 2%
  }

  #onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent {
    position: absolute;
    left: 55%
  }
}

#onetrust-consent-sdk #onetrust-banner-sdk {
  background-color: #141930;
}

#onetrust-consent-sdk #onetrust-policy-title,
#onetrust-consent-sdk #onetrust-policy-text,
#onetrust-consent-sdk .ot-b-addl-desc,
#onetrust-consent-sdk .ot-dpd-desc,
#onetrust-consent-sdk .ot-dpd-title,
#onetrust-consent-sdk #onetrust-policy-text *:not(.onetrust-vendors-list-handler),
#onetrust-consent-sdk .ot-dpd-desc *:not(.onetrust-vendors-list-handler),
#onetrust-consent-sdk #onetrust-banner-sdk #banner-options *,
#onetrust-banner-sdk .ot-cat-header,
#onetrust-banner-sdk .ot-optout-signal {
  color: #ffffff;
}

#onetrust-consent-sdk #onetrust-banner-sdk .banner-option-details {
  background-color: #E9E9E9;
}

#onetrust-consent-sdk #onetrust-banner-sdk a[href],
#onetrust-consent-sdk #onetrust-banner-sdk a[href] font,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn {
  color: #ffffff;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler {
  background-color: #2957a6;
  border-color: #2957a6;
  color: #ffffff;
}

#onetrust-consent-sdk #onetrust-banner-sdk *:focus,
#onetrust-consent-sdk #onetrust-banner-sdk:focus {
  outline-color: #000000;
  outline-width: 1px;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  color: #ffffff;
  border-color: #ffffff;
  background-color:
    #2957a6;
}

#onetrust-pc-sdk.otPcCenter {
  overflow: hidden;
  position: fixed;
  margin: 0 auto;
  top: 5%;
  right: 0;
  left: 0;
  width: 40%;
  max-width: 575px;
  min-width: 575px;
  border-radius: 2.5px;
  z-index: 2147483647;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px -3px #999;
  -moz-box-shadow: 0px 2px 10px -3px #999;
  box-shadow: 0px 2px 10px -3px #999
}

#onetrust-pc-sdk.otPcCenter[dir=rtl] {
  right: 0;
  left: 0
}

#onetrust-pc-sdk.otRelFont {
  font-size: 1rem
}

#onetrust-pc-sdk .ot-optout-signal {
  margin-top: .625rem
}

#onetrust-pc-sdk #ot-addtl-venlst .ot-arw-cntr,
#onetrust-pc-sdk #ot-addtl-venlst .ot-plus-minus,
#onetrust-pc-sdk .ot-hide-tgl {
  visibility: hidden
}

#onetrust-pc-sdk #ot-addtl-venlst .ot-arw-cntr *,
#onetrust-pc-sdk #ot-addtl-venlst .ot-plus-minus *,
#onetrust-pc-sdk .ot-hide-tgl * {
  visibility: hidden
}

#onetrust-pc-sdk #ot-gn-venlst .ot-ven-item .ot-acc-hdr {
  min-height: 40px
}

#onetrust-pc-sdk .ot-pc-header {
  height: 39px;
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid #e9e9e9
}

#onetrust-pc-sdk #ot-pc-title,
#onetrust-pc-sdk #ot-category-title,
#onetrust-pc-sdk .ot-cat-header,
#onetrust-pc-sdk #ot-lst-title,
#onetrust-pc-sdk .ot-ven-hdr .ot-ven-name,
#onetrust-pc-sdk .ot-always-active {
  font-weight: bold;
  color: dimgray
}

#onetrust-pc-sdk .ot-always-active-group .ot-cat-header {
  width: 55%;
  font-weight: 700
}

#onetrust-pc-sdk .ot-cat-item p {
  clear: both;
  float: left;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: .812em;
  color: dimgray
}

#onetrust-pc-sdk .ot-close-icon {
  height: 44px;
  width: 44px;
  background-size: 10px
}

#onetrust-pc-sdk #ot-pc-title {
  float: left;
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%
}

#onetrust-pc-sdk #accept-recommended-btn-handler {
  margin-right: 10px;
  margin-bottom: 25px;
  outline-offset: -1px
}

#onetrust-pc-sdk #ot-pc-desc {
  clear: both;
  width: 100%;
  font-size: .812em;
  line-height: 1.5;
  margin-bottom: 25px
}

#onetrust-pc-sdk #ot-pc-desc a {
  margin-left: 5px
}

#onetrust-pc-sdk #ot-pc-desc * {
  font-size: inherit;
  line-height: inherit
}

#onetrust-pc-sdk #ot-pc-desc ul li {
  padding: 10px 0px
}

#onetrust-pc-sdk a {
  color: #656565;
  cursor: pointer
}

#onetrust-pc-sdk a:hover {
  color: #3860be
}

#onetrust-pc-sdk label {
  margin-bottom: 0
}

#onetrust-pc-sdk #vdr-lst-dsc {
  font-size: .812em;
  line-height: 1.5;
  padding: 10px 15px 5px 15px
}

#onetrust-pc-sdk button {
  max-width: 394px;
  padding: 12px 30px;
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  white-space: normal;
  font-weight: bold;
  height: auto
}

#onetrust-pc-sdk .ot-link-btn {
  padding: 0;
  margin-bottom: 0;
  border: 0;
  font-weight: normal;
  line-height: normal;
  width: auto;
  height: auto
}

#onetrust-pc-sdk #ot-pc-content {
  position: absolute;
  overflow-y: scroll;
  padding-left: 0px;
  padding-right: 30px;
  top: 60px;
  bottom: 110px;
  margin: 1px 3px 0 30px;
  width: calc(100% - 63px)
}

#onetrust-pc-sdk .ot-vs-list .ot-always-active,
#onetrust-pc-sdk .ot-cat-grp .ot-always-active {
  float: right;
  clear: none;
  color: #3860be;
  margin: 0;
  font-size: .813em;
  line-height: 1.3
}

#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-track {
  margin-right: 20px
}

#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar {
  width: 11px
}

#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #d8d8d8
}

#onetrust-pc-sdk input[type=checkbox]:focus+.ot-acc-hdr {
  outline: #000 1px solid
}

#onetrust-pc-sdk .ot-pc-scrollbar {
  scrollbar-arrow-color: #d8d8d8;
  scrollbar-darkshadow-color: #d8d8d8;
  scrollbar-face-color: #d8d8d8;
  scrollbar-shadow-color: #d8d8d8
}

#onetrust-pc-sdk .save-preference-btn-handler {
  margin-right: 20px
}

#onetrust-pc-sdk .ot-pc-refuse-all-handler {
  margin-right: 10px
}

#onetrust-pc-sdk #ot-pc-desc .privacy-notice-link {
  margin-left: 0;
  margin-right: 8px
}

#onetrust-pc-sdk #ot-pc-desc .ot-imprint-handler {
  margin-left: 0;
  margin-right: 8px
}

#onetrust-pc-sdk .ot-subgrp-cntr {
  display: inline-block;
  clear: both;
  width: 100%;
  padding-top: 15px
}

#onetrust-pc-sdk .ot-switch+.ot-subgrp-cntr {
  padding-top: 10px
}

#onetrust-pc-sdk ul.ot-subgrps {
  margin: 0;
  font-size: initial
}

#onetrust-pc-sdk ul.ot-subgrps li p,
#onetrust-pc-sdk ul.ot-subgrps li h5 {
  font-size: .813em;
  line-height: 1.4;
  color: dimgray
}

#onetrust-pc-sdk ul.ot-subgrps .ot-switch {
  min-height: auto
}

#onetrust-pc-sdk ul.ot-subgrps .ot-switch-nob {
  top: 0
}

#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr {
  display: inline-block;
  width: 100%
}

#onetrust-pc-sdk ul.ot-subgrps .ot-acc-txt {
  margin: 0
}

#onetrust-pc-sdk ul.ot-subgrps li {
  padding: 0;
  border: none
}

#onetrust-pc-sdk ul.ot-subgrps li h5 {
  position: relative;
  top: 5px;
  font-weight: bold;
  margin-bottom: 0;
  float: left
}

#onetrust-pc-sdk li.ot-subgrp {
  margin-left: 20px;
  overflow: auto
}

#onetrust-pc-sdk li.ot-subgrp>h5 {
  width: calc(100% - 100px)
}

#onetrust-pc-sdk .ot-cat-item p>ul,
#onetrust-pc-sdk li.ot-subgrp p>ul {
  margin: 0px;
  list-style: disc;
  margin-left: 15px;
  font-size: inherit
}

#onetrust-pc-sdk .ot-cat-item p>ul li,
#onetrust-pc-sdk li.ot-subgrp p>ul li {
  font-size: inherit;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  border: none
}

#onetrust-pc-sdk .ot-cat-item p>ul li:last-child,
#onetrust-pc-sdk li.ot-subgrp p>ul li:last-child {
  padding-bottom: 10px
}

#onetrust-pc-sdk .ot-pc-logo {
  height: 40px;
  width: 120px
}

#onetrust-pc-sdk .ot-pc-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  max-height: 160px;
  border-top: 1px solid #d8d8d8
}

#onetrust-pc-sdk.ot-ftr-stacked .ot-pc-refuse-all-handler {
  margin-bottom: 0px
}

#onetrust-pc-sdk.ot-ftr-stacked #ot-pc-content {
  bottom: 160px
}

#onetrust-pc-sdk.ot-ftr-stacked .ot-pc-footer button {
  width: 100%;
  max-width: none
}

#onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container {
  margin: 0 30px;
  width: calc(100% - 60px);
  padding-right: 0
}

#onetrust-pc-sdk .ot-pc-footer-logo {
  height: 30px;
  width: 100%;
  text-align: right;
  background: #f4f4f4
}

#onetrust-pc-sdk .ot-pc-footer-logo a {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px
}

#onetrust-pc-sdk[dir=rtl] .ot-pc-footer-logo {
  direction: rtl
}

#onetrust-pc-sdk[dir=rtl] .ot-pc-footer-logo a {
  margin-right: 25px
}

#onetrust-pc-sdk .ot-tgl {
  float: right;
  position: relative;
  z-index: 1
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob {
  background-color: #cddcf2;
  border: 1px solid #3860be
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  background-color: #3860be;
  border-color: #3860be
}

#onetrust-pc-sdk .ot-tgl input:focus+.ot-switch {
  outline: #000 solid 1px
}

#onetrust-pc-sdk .ot-switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px
}

#onetrust-pc-sdk .ot-switch-nob {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f1f1;
  border: 1px solid #ddd;
  transition: all .2s ease-in 0s;
  -moz-transition: all .2s ease-in 0s;
  -o-transition: all .2s ease-in 0s;
  -webkit-transition: all .2s ease-in 0s;
  border-radius: 20px
}

#onetrust-pc-sdk .ot-switch-nob:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  bottom: 1px;
  background-color: #7d7d7d;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 20px
}

#onetrust-pc-sdk .ot-chkbox input:checked~label::before {
  background-color: #3860be
}

#onetrust-pc-sdk .ot-chkbox input+label::after {
  content: none;
  color: #fff
}

#onetrust-pc-sdk .ot-chkbox input:checked+label::after {
  content: ""
}

#onetrust-pc-sdk .ot-chkbox input:focus+label::before {
  outline-style: solid;
  outline-width: 2px;
  outline-style: auto
}

#onetrust-pc-sdk .ot-chkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  font-weight: 500
}

#onetrust-pc-sdk .ot-chkbox label::before,
#onetrust-pc-sdk .ot-chkbox label::after {
  position: absolute;
  content: "";
  display: inline-block;
  border-radius: 3px
}

#onetrust-pc-sdk .ot-chkbox label::before {
  height: 18px;
  width: 18px;
  border: 1px solid #3860be;
  left: 0px;
  top: auto
}

#onetrust-pc-sdk .ot-chkbox label::after {
  height: 5px;
  width: 9px;
  border-left: 3px solid;
  border-bottom: 3px solid;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: 4px;
  top: 5px
}

#onetrust-pc-sdk .ot-label-txt {
  display: none
}

#onetrust-pc-sdk .ot-chkbox input,
#onetrust-pc-sdk .ot-tgl input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

#onetrust-pc-sdk .ot-arw-cntr {
  float: right;
  position: relative;
  pointer-events: none
}

#onetrust-pc-sdk .ot-arw-cntr .ot-arw {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  color: dimgray;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 150ms ease-in 0s;
  -moz-transition: all 150ms ease-in 0s;
  -o-transition: all 150ms ease-in 0s;
  transition: all 150ms ease-in 0s
}

#onetrust-pc-sdk input:checked~.ot-acc-hdr .ot-arw,
#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-arw-cntr svg {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg)
}

#onetrust-pc-sdk input[type=checkbox]:focus+.ot-acc-hdr {
  outline: #000 1px solid
}

#onetrust-pc-sdk .ot-tgl-cntr,
#onetrust-pc-sdk .ot-arw-cntr {
  display: inline-block
}

#onetrust-pc-sdk .ot-tgl-cntr {
  width: 45px;
  float: right;
  margin-top: 2px
}

#onetrust-pc-sdk #ot-lst-cnt .ot-tgl-cntr {
  margin-top: 10px
}

#onetrust-pc-sdk .ot-always-active-subgroup {
  width: auto;
  padding-left: 0px !important;
  top: 3px;
  position: relative
}

#onetrust-pc-sdk .ot-label-status {
  padding-left: 5px;
  font-size: .75em;
  display: none
}

#onetrust-pc-sdk .ot-arw-cntr {
  margin-top: -1px
}

#onetrust-pc-sdk .ot-arw-cntr svg {
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  height: 10px;
  width: 10px
}

#onetrust-pc-sdk input:checked~.ot-acc-hdr .ot-arw {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg)
}

#onetrust-pc-sdk .ot-arw {
  width: 10px;
  margin-left: 15px;
  transition: all 300ms ease-in 0s;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s
}

#onetrust-pc-sdk .ot-vlst-cntr {
  margin-bottom: 0
}

#onetrust-pc-sdk .ot-hlst-cntr {
  margin-top: 5px;
  display: inline-block;
  width: 100%
}

#onetrust-pc-sdk .category-vendors-list-handler,
#onetrust-pc-sdk .category-vendors-list-handler+a,
#onetrust-pc-sdk .category-host-list-handler {
  clear: both;
  color: #3860be;
  margin-left: 0;
  font-size: .813em;
  text-decoration: none;
  float: left;
  overflow: hidden
}

#onetrust-pc-sdk .category-vendors-list-handler:hover,
#onetrust-pc-sdk .category-vendors-list-handler+a:hover,
#onetrust-pc-sdk .category-host-list-handler:hover {
  text-decoration-line: underline
}

#onetrust-pc-sdk .category-vendors-list-handler+a {
  clear: none
}

#onetrust-pc-sdk .ot-vlst-cntr .ot-ext-lnk,
#onetrust-pc-sdk .ot-ven-hdr .ot-ext-lnk {
  display: inline-block;
  height: 13px;
  width: 13px;
  background-repeat: no-repeat;
  margin-left: 1px;
  margin-top: 6px;
  cursor: pointer
}

#onetrust-pc-sdk .ot-ven-hdr .ot-ext-lnk {
  margin-bottom: -1px
}

#onetrust-pc-sdk .back-btn-handler {
  font-size: 1em;
  text-decoration: none
}

#onetrust-pc-sdk .back-btn-handler:hover {
  opacity: .6
}

#onetrust-pc-sdk #ot-lst-title h3 {
  display: inline-block;
  word-break: break-word;
  word-wrap: break-word;
  margin-bottom: 0;
  color: #656565;
  font-size: 1em;
  font-weight: bold;
  margin-left: 15px
}

#onetrust-pc-sdk #ot-lst-title {
  margin: 10px 0 10px 0px;
  font-size: 1em;
  text-align: left
}

#onetrust-pc-sdk #ot-pc-hdr {
  margin: 0 0 0 30px;
  height: auto;
  width: auto
}

#onetrust-pc-sdk #ot-pc-hdr input::placeholder {
  color: #d4d4d4;
  font-style: italic
}

#onetrust-pc-sdk #vendor-search-handler {
  height: 31px;
  width: 100%;
  border-radius: 50px;
  font-size: .8em;
  padding-right: 35px;
  padding-left: 15px;
  float: left;
  margin-left: 15px
}

#onetrust-pc-sdk .ot-ven-name {
  display: block;
  width: auto;
  padding-right: 5px
}

#onetrust-pc-sdk #ot-lst-cnt {
  overflow-y: auto;
  margin-left: 20px;
  margin-right: 7px;
  width: calc(100% - 27px);
  max-height: calc(100% - 80px);
  height: 100%;
  transform: translate3d(0, 0, 0)
}

#onetrust-pc-sdk #ot-pc-lst {
  width: 100%;
  bottom: 100px;
  position: absolute;
  top: 60px
}

#onetrust-pc-sdk #ot-pc-lst:not(.ot-enbl-chr) .ot-tgl-cntr .ot-arw-cntr,
#onetrust-pc-sdk #ot-pc-lst:not(.ot-enbl-chr) .ot-tgl-cntr .ot-arw-cntr * {
  visibility: hidden
}

#onetrust-pc-sdk #ot-pc-lst .ot-tgl-cntr {
  right: 12px;
  position: absolute
}

#onetrust-pc-sdk #ot-pc-lst .ot-arw-cntr {
  float: right;
  position: relative
}

#onetrust-pc-sdk #ot-pc-lst .ot-arw {
  margin-left: 10px
}

#onetrust-pc-sdk #ot-pc-lst .ot-acc-hdr {
  overflow: hidden;
  cursor: pointer
}

#onetrust-pc-sdk .ot-vlst-cntr {
  overflow: hidden
}

#onetrust-pc-sdk #ot-sel-blk {
  overflow: hidden;
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 3
}

#onetrust-pc-sdk #ot-back-arw {
  height: 12px;
  width: 12px
}

#onetrust-pc-sdk .ot-lst-subhdr {
  width: 100%;
  display: inline-block
}

#onetrust-pc-sdk .ot-search-cntr {
  float: left;
  width: 78%;
  position: relative
}

#onetrust-pc-sdk .ot-search-cntr>svg {
  width: 30px;
  height: 30px;
  position: absolute;
  float: left;
  right: -15px
}

#onetrust-pc-sdk .ot-fltr-cntr {
  float: right;
  right: 50px;
  position: relative
}

#onetrust-pc-sdk #filter-btn-handler {
  background-color: #3860be;
  border-radius: 17px;
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  -moz-transition: .1s ease;
  -o-transition: .1s ease;
  -webkit-transition: 1s ease;
  transition: .1s ease;
  padding: 0;
  margin: 0
}

#onetrust-pc-sdk #filter-btn-handler:hover {
  background-color: #3860be
}

#onetrust-pc-sdk #filter-btn-handler svg {
  width: 12px;
  height: 12px;
  margin: 3px 10px 0 10px;
  display: block;
  position: static;
  right: auto;
  top: auto
}

#onetrust-pc-sdk .ot-ven-link,
#onetrust-pc-sdk .ot-ven-legclaim-link {
  color: #3860be;
  text-decoration: none;
  font-weight: 100;
  display: inline-block;
  padding-top: 10px;
  transform: translate(0, 1%);
  -o-transform: translate(0, 1%);
  -ms-transform: translate(0, 1%);
  -webkit-transform: translate(0, 1%);
  position: relative;
  z-index: 2
}

#onetrust-pc-sdk .ot-ven-link *,
#onetrust-pc-sdk .ot-ven-legclaim-link * {
  font-size: inherit
}

#onetrust-pc-sdk .ot-ven-link:hover,
#onetrust-pc-sdk .ot-ven-legclaim-link:hover {
  text-decoration: underline
}

#onetrust-pc-sdk .ot-ven-hdr {
  width: calc(100% - 160px);
  height: auto;
  float: left;
  word-break: break-word;
  word-wrap: break-word;
  vertical-align: middle;
  padding-bottom: 3px
}

#onetrust-pc-sdk .ot-ven-link,
#onetrust-pc-sdk .ot-ven-legclaim-link {
  letter-spacing: .03em;
  font-size: .75em;
  font-weight: 400
}

#onetrust-pc-sdk .ot-ven-dets {
  border-radius: 2px;
  background-color: #f8f8f8
}

#onetrust-pc-sdk .ot-ven-dets li:first-child p:first-child {
  border-top: none
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:not(:first-child) {
  border-top: 1px solid #ddd !important
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p {
  display: inline-block
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p:nth-of-type(odd) {
  width: 30%
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p:nth-of-type(even) {
  width: 50%;
  word-break: break-word;
  word-wrap: break-word
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p,
#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc h4 {
  padding-top: 5px;
  padding-bottom: 5px;
  display: block
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc h4 {
  display: inline-block
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p:nth-last-child(-n+1) {
  padding-bottom: 10px
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p:nth-child(-n+2):not(.disc-pur) {
  padding-top: 10px
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur-cont {
  display: inline
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur {
  position: relative;
  width: 50% !important;
  word-break: break-word;
  word-wrap: break-word;
  left: calc(30% + 17px)
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur:nth-child(-n+1) {
  position: static
}

#onetrust-pc-sdk .ot-ven-dets p,
#onetrust-pc-sdk .ot-ven-dets h4,
#onetrust-pc-sdk .ot-ven-dets span {
  font-size: .69em;
  text-align: left;
  vertical-align: middle;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  padding-bottom: 10px;
  padding-left: 15px;
  color: #2e3644
}

#onetrust-pc-sdk .ot-ven-dets h4 {
  padding-top: 5px
}

#onetrust-pc-sdk .ot-ven-dets span {
  color: dimgray;
  padding: 0;
  vertical-align: baseline
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-pur h4 {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: bold
}

#onetrust-pc-sdk #ot-host-lst .ot-sel-all {
  float: right;
  position: relative;
  margin-right: 42px;
  top: 10px
}

#onetrust-pc-sdk #ot-host-lst .ot-sel-all input[type=checkbox] {
  width: auto;
  height: auto
}

#onetrust-pc-sdk #ot-host-lst .ot-sel-all label {
  height: 20px;
  width: 20px;
  padding-left: 0px
}

#onetrust-pc-sdk #ot-host-lst .ot-acc-txt {
  overflow: hidden;
  width: 95%
}

#onetrust-pc-sdk .ot-host-hdr {
  position: relative;
  z-index: 1;
  pointer-events: none;
  width: calc(100% - 125px);
  float: left
}

#onetrust-pc-sdk .ot-host-name,
#onetrust-pc-sdk .ot-host-desc {
  display: inline-block;
  width: 90%
}

#onetrust-pc-sdk .ot-host-name {
  pointer-events: none
}

#onetrust-pc-sdk .ot-host-hdr>a {
  text-decoration: underline;
  font-size: .82em;
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 5px;
  pointer-events: initial
}

#onetrust-pc-sdk .ot-host-name+a {
  margin-top: 5px
}

#onetrust-pc-sdk .ot-host-name,
#onetrust-pc-sdk .ot-host-name a,
#onetrust-pc-sdk .ot-host-desc,
#onetrust-pc-sdk .ot-host-info {
  color: dimgray;
  word-break: break-word;
  word-wrap: break-word
}

#onetrust-pc-sdk .ot-host-name,
#onetrust-pc-sdk .ot-host-name a {
  font-weight: bold;
  font-size: .82em;
  line-height: 1.3
}

#onetrust-pc-sdk .ot-host-name a {
  font-size: 1em
}

#onetrust-pc-sdk .ot-host-expand {
  margin-top: 3px;
  margin-bottom: 3px;
  clear: both;
  display: block;
  color: #3860be;
  font-size: .72em;
  font-weight: normal
}

#onetrust-pc-sdk .ot-host-expand * {
  font-size: inherit
}

#onetrust-pc-sdk .ot-host-desc,
#onetrust-pc-sdk .ot-host-info {
  font-size: .688em;
  line-height: 1.4;
  font-weight: normal
}

#onetrust-pc-sdk .ot-host-desc {
  margin-top: 10px
}

#onetrust-pc-sdk .ot-host-opt {
  margin: 0;
  font-size: inherit;
  display: inline-block;
  width: 100%
}

#onetrust-pc-sdk .ot-host-opt li>div div {
  font-size: .8em;
  padding: 5px 0
}

#onetrust-pc-sdk .ot-host-opt li>div div:nth-child(1) {
  width: 30%;
  float: left
}

#onetrust-pc-sdk .ot-host-opt li>div div:nth-child(2) {
  width: 70%;
  float: left;
  word-break: break-word;
  word-wrap: break-word
}

#onetrust-pc-sdk .ot-host-info {
  border: none;
  display: inline-block;
  width: calc(100% - 10px);
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f8f8f8
}

#onetrust-pc-sdk .ot-host-info>div {
  overflow: auto
}

#onetrust-pc-sdk #no-results {
  text-align: center;
  margin-top: 30px
}

#onetrust-pc-sdk #no-results p {
  font-size: 1em;
  color: #2e3644;
  word-break: break-word;
  word-wrap: break-word
}

#onetrust-pc-sdk #no-results p span {
  font-weight: bold
}

#onetrust-pc-sdk #ot-fltr-modal {
  width: 100%;
  height: auto;
  display: none;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  -webkit-transition: 2s ease;
  transition: .2s ease;
  overflow: hidden;
  opacity: 1;
  right: 0
}

#onetrust-pc-sdk #ot-fltr-modal .ot-label-txt {
  display: inline-block;
  font-size: .85em;
  color: dimgray
}

#onetrust-pc-sdk #ot-fltr-cnt {
  z-index: 2147483646;
  background-color: #fff;
  position: absolute;
  height: 90%;
  max-height: 300px;
  width: 325px;
  left: 210px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 12px 2px #c7c5c7;
  -moz-box-shadow: 0px 0px 12px 2px #c7c5c7;
  box-shadow: 0px 0px 12px 2px #c7c5c7
}

#onetrust-pc-sdk .ot-fltr-scrlcnt {
  overflow-y: auto;
  overflow-x: hidden;
  clear: both;
  max-height: calc(100% - 60px)
}

#onetrust-pc-sdk #ot-anchor {
  border: 12px solid rgba(0, 0, 0, 0);
  display: none;
  position: absolute;
  z-index: 2147483647;
  right: 55px;
  top: 75px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background-color: #fff;
  -webkit-box-shadow: -3px -3px 5px -2px #c7c5c7;
  -moz-box-shadow: -3px -3px 5px -2px #c7c5c7;
  box-shadow: -3px -3px 5px -2px #c7c5c7
}

#onetrust-pc-sdk .ot-fltr-btns {
  margin-left: 15px
}

#onetrust-pc-sdk #filter-apply-handler {
  margin-right: 15px
}

#onetrust-pc-sdk .ot-fltr-opt {
  margin-bottom: 25px;
  margin-left: 15px;
  width: 75%;
  position: relative
}

#onetrust-pc-sdk .ot-fltr-opt p {
  display: inline-block;
  margin: 0;
  font-size: .9em;
  color: #2e3644
}

#onetrust-pc-sdk .ot-chkbox label span {
  font-size: .85em;
  color: dimgray
}

#onetrust-pc-sdk .ot-chkbox input[type=checkbox]+label::after {
  content: none;
  color: #fff
}

#onetrust-pc-sdk .ot-chkbox input[type=checkbox]:checked+label::after {
  content: ""
}

#onetrust-pc-sdk .ot-chkbox input[type=checkbox]:focus+label::before {
  outline-style: solid;
  outline-width: 2px;
  outline-style: auto
}

#onetrust-pc-sdk #ot-selall-vencntr,
#onetrust-pc-sdk #ot-selall-adtlvencntr,
#onetrust-pc-sdk #ot-selall-hostcntr,
#onetrust-pc-sdk #ot-selall-licntr,
#onetrust-pc-sdk #ot-selall-gnvencntr {
  right: 15px;
  position: relative;
  width: 20px;
  height: 20px;
  float: right
}

#onetrust-pc-sdk #ot-selall-vencntr label,
#onetrust-pc-sdk #ot-selall-adtlvencntr label,
#onetrust-pc-sdk #ot-selall-hostcntr label,
#onetrust-pc-sdk #ot-selall-licntr label,
#onetrust-pc-sdk #ot-selall-gnvencntr label {
  float: left;
  padding-left: 0
}

#onetrust-pc-sdk #ot-ven-lst:first-child {
  border-top: 1px solid #e2e2e2
}

#onetrust-pc-sdk ul {
  list-style: none;
  padding: 0
}

#onetrust-pc-sdk ul li {
  position: relative;
  margin: 0;
  padding: 15px 15px 15px 10px;
  border-bottom: 1px solid #e2e2e2
}

#onetrust-pc-sdk ul li h3 {
  font-size: .75em;
  color: #656565;
  margin: 0;
  display: inline-block;
  width: 70%;
  height: auto;
  word-break: break-word;
  word-wrap: break-word
}

#onetrust-pc-sdk ul li p {
  margin: 0;
  font-size: .7em
}

#onetrust-pc-sdk ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  top: 0;
  left: 0
}

#onetrust-pc-sdk .ot-cat-item>button:focus,
#onetrust-pc-sdk .ot-acc-cntr>button:focus,
#onetrust-pc-sdk li>button:focus {
  outline: #000 solid 2px
}

#onetrust-pc-sdk .ot-cat-item>button,
#onetrust-pc-sdk .ot-acc-cntr>button,
#onetrust-pc-sdk li>button {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: none;
  border: none
}

#onetrust-pc-sdk .ot-cat-item>button[aria-expanded=false]~.ot-acc-txt,
#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=false]~.ot-acc-txt,
#onetrust-pc-sdk li>button[aria-expanded=false]~.ot-acc-txt {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  transition: .25s ease-out;
  display: none
}

#onetrust-pc-sdk .ot-cat-item>button[aria-expanded=true]~.ot-acc-txt,
#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=true]~.ot-acc-txt,
#onetrust-pc-sdk li>button[aria-expanded=true]~.ot-acc-txt {
  transition: .1s ease-in;
  margin-top: 10px;
  width: 100%;
  overflow: auto;
  display: block
}

#onetrust-pc-sdk .ot-cat-item>button[aria-expanded=true]~.ot-acc-grpcntr,
#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=true]~.ot-acc-grpcntr,
#onetrust-pc-sdk li>button[aria-expanded=true]~.ot-acc-grpcntr {
  width: auto;
  margin-top: 0px;
  padding-bottom: 10px
}

#onetrust-pc-sdk .ot-host-item>button:focus,
#onetrust-pc-sdk .ot-ven-item>button:focus {
  outline: 0;
  border: 2px solid #000
}

#onetrust-pc-sdk .ot-hide-acc>button {
  pointer-events: none
}

#onetrust-pc-sdk .ot-hide-acc .ot-plus-minus>*,
#onetrust-pc-sdk .ot-hide-acc .ot-arw-cntr>* {
  visibility: hidden
}

#onetrust-pc-sdk .ot-hide-acc .ot-acc-hdr {
  min-height: 30px
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) {
  padding-right: 10px;
  width: calc(100% - 37px);
  margin-top: 10px;
  max-height: calc(100% - 90px)
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk {
  background-color: #f9f9fc;
  border: 1px solid #e2e2e2;
  width: calc(100% - 2px);
  padding-bottom: 5px;
  padding-top: 5px
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk.ot-vnd-list-cnt {
  border: unset;
  background-color: unset
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk.ot-vnd-list-cnt .ot-sel-all-hdr {
  display: none
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk.ot-vnd-list-cnt .ot-sel-all {
  padding-right: .5rem
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk.ot-vnd-list-cnt .ot-sel-all .ot-chkbox {
  right: 0
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-sel-all {
  padding-right: 34px
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-sel-all-chkbox {
  width: auto
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) ul li {
  border: 1px solid #e2e2e2;
  margin-bottom: 10px
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-acc-cntr>.ot-acc-hdr {
  padding: 10px 0 10px 15px
}

#onetrust-pc-sdk.ot-addtl-vendors .ot-sel-all-chkbox {
  float: right
}

#onetrust-pc-sdk.ot-addtl-vendors .ot-plus-minus~.ot-sel-all-chkbox {
  right: 34px
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-ven-lst:first-child {
  border-top: none
}

#onetrust-pc-sdk .ot-acc-cntr {
  position: relative;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2
}

#onetrust-pc-sdk .ot-acc-cntr input {
  z-index: 1
}

#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr {
  background-color: #f9f9fc;
  padding: 5px 0 5px 15px;
  width: auto
}

#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr .ot-plus-minus {
  vertical-align: middle;
  top: auto
}

#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr .ot-arw-cntr {
  right: 10px
}

#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr input {
  z-index: 2
}

#onetrust-pc-sdk .ot-acc-cntr.ot-add-tech .ot-acc-hdr {
  padding: 10px 0 10px 15px
}

#onetrust-pc-sdk .ot-acc-cntr>input[type=checkbox]:checked~.ot-acc-hdr {
  border-bottom: 1px solid #e2e2e2
}

#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-txt {
  padding-left: 10px;
  padding-right: 10px
}

#onetrust-pc-sdk .ot-acc-cntr button[aria-expanded=true]~.ot-acc-txt {
  width: auto
}

#onetrust-pc-sdk .ot-acc-cntr .ot-addtl-venbox {
  display: none
}

#onetrust-pc-sdk .ot-vlst-cntr {
  margin-bottom: 0;
  width: 100%
}

#onetrust-pc-sdk .ot-vensec-title {
  font-size: .813em;
  vertical-align: middle;
  display: inline-block
}

#onetrust-pc-sdk .category-vendors-list-handler,
#onetrust-pc-sdk .category-vendors-list-handler+a {
  margin-left: 0;
  margin-top: 10px
}

#onetrust-pc-sdk #ot-selall-vencntr.line-through label::after,
#onetrust-pc-sdk #ot-selall-adtlvencntr.line-through label::after,
#onetrust-pc-sdk #ot-selall-licntr.line-through label::after,
#onetrust-pc-sdk #ot-selall-hostcntr.line-through label::after,
#onetrust-pc-sdk #ot-selall-gnvencntr.line-through label::after {
  height: auto;
  border-left: 0;
  transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  left: 5px;
  top: 9px
}

#onetrust-pc-sdk #ot-category-title {
  float: left;
  padding-bottom: 10px;
  font-size: 1em;
  width: 100%
}

#onetrust-pc-sdk .ot-cat-grp {
  margin-top: 10px
}

#onetrust-pc-sdk .ot-cat-item {
  line-height: 1.1;
  margin-top: 10px;
  display: inline-block;
  width: 100%
}

#onetrust-pc-sdk .ot-btn-container {
  text-align: right
}

#onetrust-pc-sdk .ot-btn-container button {
  display: inline-block;
  font-size: .75em;
  letter-spacing: .08em;
  margin-top: 19px
}

#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none
}

#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon svg {
  display: block;
  height: 10px;
  width: 10px
}

#onetrust-pc-sdk #clear-filters-handler {
  margin-top: 20px;
  margin-bottom: 10px;
  float: right;
  max-width: 200px;
  text-decoration: none;
  color: #3860be;
  font-size: .9em;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  padding: 1px
}

#onetrust-pc-sdk #clear-filters-handler:hover {
  color: #2285f7
}

#onetrust-pc-sdk #clear-filters-handler:focus {
  outline: #000 solid 1px
}

#onetrust-pc-sdk .ot-enbl-chr h4~.ot-tgl,
#onetrust-pc-sdk .ot-enbl-chr h4~.ot-always-active {
  right: 45px
}

#onetrust-pc-sdk .ot-enbl-chr h4~.ot-tgl+.ot-tgl {
  right: 120px
}

#onetrust-pc-sdk .ot-enbl-chr .ot-pli-hdr.ot-leg-border-color span:first-child {
  width: 90px
}

#onetrust-pc-sdk .ot-enbl-chr li.ot-subgrp>h5+.ot-tgl-cntr {
  padding-right: 25px
}

#onetrust-pc-sdk .ot-plus-minus {
  width: 20px;
  height: 20px;
  font-size: 1.5em;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  top: 3px
}

#onetrust-pc-sdk .ot-plus-minus span {
  position: absolute;
  background: #27455c;
  border-radius: 1px
}

#onetrust-pc-sdk .ot-plus-minus span:first-of-type {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%
}

#onetrust-pc-sdk .ot-plus-minus span:last-of-type {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%
}

#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-arw,
#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:first-of-type,
#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:last-of-type {
  transform: rotate(90deg)
}

#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:last-of-type {
  left: 50%;
  right: 50%
}

#onetrust-pc-sdk #ot-selall-vencntr label,
#onetrust-pc-sdk #ot-selall-adtlvencntr label,
#onetrust-pc-sdk #ot-selall-hostcntr label,
#onetrust-pc-sdk #ot-selall-licntr label {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px
}

#onetrust-pc-sdk .ot-host-item .ot-plus-minus,
#onetrust-pc-sdk .ot-ven-item .ot-plus-minus {
  float: left;
  margin-right: 8px;
  top: 10px
}

#onetrust-pc-sdk .ot-ven-item ul {
  list-style: none inside;
  font-size: 100%;
  margin: 0
}

#onetrust-pc-sdk .ot-ven-item ul li {
  margin: 0 !important;
  padding: 0;
  border: none !important
}

#onetrust-pc-sdk .ot-pli-hdr {
  color: #77808e;
  overflow: hidden;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  width: calc(100% - 2px);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

#onetrust-pc-sdk .ot-pli-hdr span:first-child {
  top: 50%;
  transform: translateY(50%);
  max-width: 90px
}

#onetrust-pc-sdk .ot-pli-hdr span:last-child {
  padding-right: 10px;
  max-width: 95px;
  text-align: center
}

#onetrust-pc-sdk .ot-li-title {
  float: right;
  font-size: .813em
}

#onetrust-pc-sdk .ot-pli-hdr.ot-leg-border-color {
  background-color: #f4f4f4;
  border: 1px solid #d8d8d8
}

#onetrust-pc-sdk .ot-pli-hdr.ot-leg-border-color span:first-child {
  text-align: left;
  width: 70px
}

#onetrust-pc-sdk li.ot-subgrp>h5,
#onetrust-pc-sdk .ot-cat-header {
  width: calc(100% - 130px)
}

#onetrust-pc-sdk li.ot-subgrp>h5+.ot-tgl-cntr {
  padding-left: 13px
}

#onetrust-pc-sdk .ot-acc-grpcntr .ot-acc-grpdesc {
  margin-bottom: 5px
}

#onetrust-pc-sdk .ot-acc-grpcntr .ot-subgrp-cntr {
  border-top: 1px solid #d8d8d8
}

#onetrust-pc-sdk .ot-acc-grpcntr .ot-vlst-cntr+.ot-subgrp-cntr {
  border-top: none
}

#onetrust-pc-sdk .ot-acc-hdr .ot-arw-cntr+.ot-tgl-cntr,
#onetrust-pc-sdk .ot-acc-txt h4+.ot-tgl-cntr {
  padding-left: 13px
}

#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-subgrp>h5,
#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-cat-header {
  width: calc(100% - 145px)
}

#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item h5+.ot-tgl-cntr,
#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-cat-header+.ot-tgl {
  padding-left: 28px
}

#onetrust-pc-sdk .ot-sel-all-hdr,
#onetrust-pc-sdk .ot-sel-all-chkbox {
  display: inline-block;
  width: 100%;
  position: relative
}

#onetrust-pc-sdk .ot-sel-all-chkbox {
  z-index: 1
}

#onetrust-pc-sdk .ot-sel-all {
  margin: 0;
  position: relative;
  padding-right: 23px;
  float: right
}

#onetrust-pc-sdk .ot-consent-hdr,
#onetrust-pc-sdk .ot-li-hdr {
  float: right;
  font-size: .812em;
  line-height: normal;
  text-align: center;
  word-break: break-word;
  word-wrap: break-word
}

#onetrust-pc-sdk .ot-li-hdr {
  max-width: 100px;
  padding-right: 10px
}

#onetrust-pc-sdk .ot-consent-hdr {
  max-width: 55px
}

#onetrust-pc-sdk #ot-selall-licntr {
  display: block;
  width: 21px;
  height: auto;
  float: right;
  position: relative;
  right: 80px
}

#onetrust-pc-sdk #ot-selall-licntr label {
  position: absolute
}

#onetrust-pc-sdk .ot-ven-ctgl {
  margin-left: 66px
}

#onetrust-pc-sdk .ot-ven-litgl+.ot-arw-cntr {
  margin-left: 81px
}

#onetrust-pc-sdk .ot-enbl-chr .ot-host-cnt .ot-tgl-cntr {
  width: auto
}

#onetrust-pc-sdk #ot-lst-cnt:not(.ot-host-cnt) .ot-tgl-cntr {
  width: auto;
  top: auto;
  height: 20px
}

#onetrust-pc-sdk #ot-lst-cnt .ot-chkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px
}

#onetrust-pc-sdk #ot-lst-cnt .ot-chkbox label {
  position: absolute;
  padding: 0;
  width: 20px;
  height: 20px
}

#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info-cntr {
  border: 1px solid #d8d8d8;
  padding: .75rem 2rem;
  padding-bottom: 0;
  width: auto;
  margin-top: .5rem
}

#onetrust-pc-sdk .ot-acc-grpdesc+.ot-leg-btn-container {
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 40px);
  margin-bottom: 5px
}

#onetrust-pc-sdk .ot-subgrp .ot-leg-btn-container {
  margin-bottom: 5px
}

#onetrust-pc-sdk #ot-ven-lst .ot-leg-btn-container {
  margin-top: 10px
}

#onetrust-pc-sdk .ot-leg-btn-container {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px
}

#onetrust-pc-sdk .ot-leg-btn-container button {
  height: auto;
  padding: 6.5px 8px;
  margin-bottom: 0;
  letter-spacing: 0;
  font-size: .75em;
  line-height: normal
}

#onetrust-pc-sdk .ot-leg-btn-container svg {
  display: none;
  height: 14px;
  width: 14px;
  padding-right: 5px;
  vertical-align: sub
}

#onetrust-pc-sdk .ot-active-leg-btn {
  cursor: default;
  pointer-events: none
}

#onetrust-pc-sdk .ot-active-leg-btn svg {
  display: inline-block
}

#onetrust-pc-sdk .ot-remove-objection-handler {
  text-decoration: underline;
  padding: 0;
  font-size: .75em;
  font-weight: 600;
  line-height: 1;
  padding-left: 10px
}

#onetrust-pc-sdk .ot-obj-leg-btn-handler span {
  font-weight: bold;
  text-align: center;
  font-size: inherit;
  line-height: 1.5
}

#onetrust-pc-sdk.ot-close-btn-link #close-pc-btn-handler {
  border: none;
  height: auto;
  line-height: 1.5;
  text-decoration: underline;
  font-size: .69em;
  background: none;
  right: 15px;
  top: 15px;
  width: auto;
  font-weight: normal
}

#onetrust-pc-sdk .ot-pgph-link {
  font-size: .813em !important;
  margin-top: 5px;
  position: relative
}

#onetrust-pc-sdk .ot-pgph-link.ot-pgph-link-subgroup {
  margin-bottom: 1rem
}

#onetrust-pc-sdk .ot-pgph-contr {
  margin: 0 2.5rem
}

#onetrust-pc-sdk .ot-pgph-title {
  font-size: 1.18rem;
  margin-bottom: 2rem
}

#onetrust-pc-sdk .ot-pgph-desc {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 1.5rem
}

#onetrust-pc-sdk .ot-pgph-desc:not(:last-child):after {
  content: "";
  width: 96%;
  display: block;
  margin: 0 auto;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e9e9e9
}

#onetrust-pc-sdk .ot-cat-header {
  float: left;
  font-weight: 600;
  font-size: .875em;
  line-height: 1.5;
  max-width: 90%;
  vertical-align: middle
}

#onetrust-pc-sdk .ot-vnd-item>button:focus {
  outline: #000 solid 2px
}

#onetrust-pc-sdk .ot-vnd-item>button {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: none;
  border: none
}

#onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=false]~.ot-acc-txt {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  transition: .25s ease-out;
  display: none
}

#onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=true]~.ot-acc-txt {
  transition: .1s ease-in;
  margin-top: 10px;
  width: 100%;
  overflow: auto;
  display: block
}

#onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=true]~.ot-acc-grpcntr {
  width: auto;
  margin-top: 0px;
  padding-bottom: 10px
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item {
  position: relative;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  border: 1px solid #d8d8d8;
  border-top: none;
  width: calc(100% - 2px);
  float: left
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type {
  margin-top: 10px;
  border-top: 1px solid #d8d8d8
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc {
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 40px);
  font-size: .812em;
  margin-bottom: 10px;
  margin-top: 15px
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc>ul {
  padding-top: 10px
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc>ul li {
  padding-top: 0;
  line-height: 1.5;
  padding-bottom: 10px
}

#onetrust-pc-sdk .ot-accordion-layout div+.ot-acc-grpdesc {
  margin-top: 5px
}

#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr:first-child {
  margin-top: 10px
}

#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr:last-child,
#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr:last-child {
  margin-bottom: 5px
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr {
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 40px);
  display: inline-block
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-txt {
  width: 100%;
  padding: 0
}

#onetrust-pc-sdk .ot-accordion-layout .ot-subgrp-cntr {
  padding-left: 20px;
  padding-right: 15px;
  padding-bottom: 0;
  width: calc(100% - 35px)
}

#onetrust-pc-sdk .ot-accordion-layout .ot-subgrp {
  padding-right: 5px
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr {
  z-index: 1;
  position: relative
}

#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  margin-top: -2px
}

#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr .ot-arw {
  width: 15px;
  height: 20px;
  margin-left: 5px;
  color: dimgray
}

#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header {
  float: none;
  color: #2e3644;
  margin: 0;
  display: inline-block;
  height: auto;
  word-wrap: break-word;
  min-height: inherit
}

#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr,
#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr {
  padding-left: 20px;
  width: calc(100% - 20px);
  display: inline-block;
  margin-top: 0;
  padding-bottom: 2px
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr {
  position: relative;
  min-height: 25px
}

#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,
#onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px
}

#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl+.ot-tgl {
  right: 95px
}

#onetrust-pc-sdk .ot-accordion-layout .category-vendors-list-handler,
#onetrust-pc-sdk .ot-accordion-layout .category-vendors-list-handler+a {
  margin-top: 5px
}

#onetrust-pc-sdk #ot-lst-cnt {
  margin-top: 1rem;
  max-height: calc(100% - 96px)
}

#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info-cntr {
  border: 1px solid #d8d8d8;
  padding: .75rem 2rem;
  padding-bottom: 0;
  width: auto;
  margin-top: .5rem
}

#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info {
  margin-bottom: 1rem;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
  flex-direction: column
}

#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info[data-vnd-info-key*=DPOEmail] {
  border-top: 1px solid #d8d8d8;
  padding-top: 1rem
}

#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info[data-vnd-info-key*=DPOLink] {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1rem
}

#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info .ot-vnd-lbl {
  font-weight: bold;
  font-size: .85em;
  margin-bottom: .5rem
}

#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info .ot-vnd-cnt {
  margin-left: .5rem;
  font-weight: 500;
  font-size: .85rem
}

#onetrust-pc-sdk .ot-vs-list,
#onetrust-pc-sdk .ot-vnd-serv {
  width: auto;
  padding: 1rem 1.25rem;
  padding-bottom: 0
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-serv-hdr-cntr,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-serv-hdr-cntr {
  padding-bottom: .75rem;
  border-bottom: 1px solid #d8d8d8
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr {
  font-weight: 600;
  font-size: .95em;
  line-height: 2;
  margin-left: .5rem
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item {
  border: none;
  margin: 0;
  padding: 0
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item button,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item button {
  outline: none;
  border-bottom: 1px solid #d8d8d8
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item button[aria-expanded=true],
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item button[aria-expanded=true] {
  border-bottom: none
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:first-child,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:first-child {
  margin-top: .25rem;
  border-top: unset
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:last-child,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:last-child {
  margin-bottom: .5rem
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:last-child button,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:last-child button {
  border-bottom: none
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info-cntr,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info-cntr {
  border: 1px solid #d8d8d8;
  padding: .75rem 1.75rem;
  padding-bottom: 0;
  width: auto;
  margin-top: .5rem
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info {
  margin-bottom: 1rem;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
  flex-direction: column
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOEmail],
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOEmail] {
  border-top: 1px solid #d8d8d8;
  padding-top: 1rem
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOLink],
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOLink] {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1rem
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info .ot-vnd-lbl,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info .ot-vnd-lbl {
  font-weight: bold;
  font-size: .85em;
  margin-bottom: .5rem
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info .ot-vnd-cnt,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info .ot-vnd-cnt {
  margin-left: .5rem;
  font-weight: 500;
  font-size: .85rem
}

#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt,
#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt {
  padding-left: 40px
}

#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr,
#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr {
  font-size: .8em
}

#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt .ot-cat-header,
#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt .ot-cat-header {
  font-size: .8em
}

#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv {
  margin-bottom: 1rem;
  padding: 1rem .95rem
}

#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv .ot-vnd-serv-hdr-cntr {
  padding-bottom: .75rem;
  border-bottom: 1px solid #d8d8d8
}

#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr {
  font-weight: 700;
  font-size: .8em;
  line-height: 20px;
  margin-left: .82rem
}

#onetrust-pc-sdk .ot-subgrp-cntr .ot-cat-header {
  font-weight: 700;
  font-size: .8em;
  line-height: 20px
}

#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-vnd-serv .ot-vnd-lst-cont .ot-accordion-layout .ot-acc-hdr div.ot-chkbox {
  margin-left: .82rem
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr {
  padding: .7rem 0;
  margin: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:first-child,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr div:first-child,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr div:first-child,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr div:first-child,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr div:first-child,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr div:first-child,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr div:first-child {
  margin-left: .5rem
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:last-child,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr div:last-child,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr div:last-child,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr div:last-child,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr div:last-child,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr div:last-child,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr div:last-child {
  margin-right: .5rem;
  margin-left: .5rem
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-always-active,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-always-active,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-always-active,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-always-active,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-always-active,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-always-active,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-always-active {
  position: relative;
  right: unset;
  top: unset;
  transform: unset
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-plus-minus,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-plus-minus,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-plus-minus,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-plus-minus,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-plus-minus,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-plus-minus,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-plus-minus {
  top: 0
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-arw-cntr,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-arw-cntr,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-arw-cntr,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-arw-cntr {
  float: none;
  top: unset;
  right: unset;
  transform: unset;
  margin-top: -2px;
  position: relative
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-cat-header,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-cat-header,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-cat-header,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-cat-header,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-cat-header,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-cat-header,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-cat-header {
  flex: 1;
  margin: 0 .5rem
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-tgl,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-tgl,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-tgl,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-tgl,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-tgl,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-tgl,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-tgl {
  position: relative;
  transform: none;
  right: 0;
  top: 0;
  float: none
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox {
  position: relative;
  margin: 0 .5rem
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox label,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox label,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox label,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox label,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox label {
  padding: 0
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox label::before,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox label::before,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox label::before,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox label::before {
  position: relative
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox input,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox input,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox input,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox input,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox input,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox input,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox input {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 1
}

#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr h5.ot-cat-header,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr h4.ot-cat-header {
  margin: 0
}

#onetrust-pc-sdk .ot-vs-config .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp h5 {
  top: 0;
  line-height: 20px
}

#onetrust-pc-sdk .ot-vs-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: .5rem 4px
}

#onetrust-pc-sdk .ot-vs-selc-all {
  display: flex;
  padding: 0;
  float: unset;
  align-items: center;
  justify-content: flex-start
}

#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf {
  justify-content: flex-end
}

#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf.ot-caret-conf .ot-sel-all-chkbox {
  margin-right: 48px
}

#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf .ot-sel-all-chkbox {
  margin: 0;
  padding: 0;
  margin-right: 14px;
  justify-content: flex-end
}

#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr.ot-chkbox,
#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr.ot-tgl {
  display: inline-block;
  right: unset;
  width: auto;
  height: auto;
  float: none
}

#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr label {
  width: 45px;
  height: 25px
}

#onetrust-pc-sdk .ot-vs-selc-all .ot-sel-all-chkbox {
  margin-right: 11px;
  margin-left: .75rem;
  display: flex;
  align-items: center
}

#onetrust-pc-sdk .ot-vs-selc-all .sel-all-hdr {
  margin: 0 1.25rem;
  font-size: .812em;
  line-height: normal;
  text-align: center;
  word-break: break-word;
  word-wrap: break-word
}

#onetrust-pc-sdk .ot-vnd-list-cnt #ot-selall-vencntr.ot-chkbox {
  float: unset;
  right: 0
}

#onetrust-pc-sdk[dir=rtl] #ot-back-arw,
#onetrust-pc-sdk[dir=rtl] input~.ot-acc-hdr .ot-arw {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg)
}

#onetrust-pc-sdk[dir=rtl] input:checked~.ot-acc-hdr .ot-arw {
  transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg)
}

#onetrust-pc-sdk[dir=rtl] .ot-chkbox label::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-left: 0;
  border-right: 3px solid
}

#onetrust-pc-sdk[dir=rtl] .ot-search-cntr>svg {
  right: 0
}

@media only screen and (max-width: 600px) {
  #onetrust-pc-sdk.otPcCenter {
    left: 0;
    min-width: 100%;
    height: 100%;
    top: 0;
    border-radius: 0
  }

  #onetrust-pc-sdk #ot-pc-content,
  #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container {
    margin: 1px 3px 0 10px;
    padding-right: 10px;
    width: calc(100% - 23px)
  }

  #onetrust-pc-sdk .ot-btn-container button {
    max-width: none;
    letter-spacing: .01em
  }

  #onetrust-pc-sdk #close-pc-btn-handler {
    top: 10px;
    right: 17px
  }

  #onetrust-pc-sdk p {
    font-size: .7em
  }

  #onetrust-pc-sdk #ot-pc-hdr {
    margin: 10px 10px 0 5px;
    width: calc(100% - 15px)
  }

  #onetrust-pc-sdk .vendor-search-handler {
    font-size: 1em
  }

  #onetrust-pc-sdk #ot-back-arw {
    margin-left: 12px
  }

  #onetrust-pc-sdk #ot-lst-cnt {
    margin: 0;
    padding: 0 5px 0 10px;
    min-width: 95%
  }

  #onetrust-pc-sdk .switch+p {
    max-width: 80%
  }

  #onetrust-pc-sdk .ot-ftr-stacked button {
    width: 100%
  }

  #onetrust-pc-sdk #ot-fltr-cnt {
    max-width: 320px;
    width: 90%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
    margin-left: 15px;
    left: auto;
    right: 40px;
    top: 85px
  }

  #onetrust-pc-sdk .ot-fltr-opt {
    margin-left: 25px;
    margin-bottom: 10px
  }

  #onetrust-pc-sdk .ot-pc-refuse-all-handler {
    margin-bottom: 0
  }

  #onetrust-pc-sdk #ot-fltr-cnt {
    right: 40px
  }
}

@media only screen and (max-width: 476px) {

  #onetrust-pc-sdk .ot-fltr-cntr,
  #onetrust-pc-sdk #ot-fltr-cnt {
    right: 10px
  }

  #onetrust-pc-sdk #ot-anchor {
    right: 25px
  }

  #onetrust-pc-sdk button {
    width: 100%
  }

  #onetrust-pc-sdk:not(.ot-addtl-vendors) #ot-pc-lst:not(.ot-enbl-chr) .ot-sel-all {
    padding-right: 9px
  }

  #onetrust-pc-sdk:not(.ot-addtl-vendors) #ot-pc-lst:not(.ot-enbl-chr) .ot-tgl-cntr {
    right: 0
  }
}

@media only screen and (max-width: 896px)and (max-height: 425px)and (orientation: landscape) {
  #onetrust-pc-sdk.otPcCenter {
    left: 0;
    top: 0;
    min-width: 100%;
    height: 100%;
    border-radius: 0
  }

  #onetrust-pc-sdk #ot-anchor {
    left: initial;
    right: 50px
  }

  #onetrust-pc-sdk #ot-lst-title {
    margin-top: 12px
  }

  #onetrust-pc-sdk #ot-lst-title * {
    font-size: inherit
  }

  #onetrust-pc-sdk #ot-pc-hdr input {
    margin-right: 0;
    padding-right: 45px
  }

  #onetrust-pc-sdk .switch+p {
    max-width: 85%
  }

  #onetrust-pc-sdk #ot-sel-blk {
    position: static
  }

  #onetrust-pc-sdk #ot-pc-lst {
    overflow: auto
  }

  #onetrust-pc-sdk #ot-lst-cnt {
    max-height: none;
    overflow: initial
  }

  #onetrust-pc-sdk #ot-lst-cnt.no-results {
    height: auto
  }

  #onetrust-pc-sdk input {
    font-size: 1em !important
  }

  #onetrust-pc-sdk p {
    font-size: .6em
  }

  #onetrust-pc-sdk #ot-fltr-modal {
    width: 100%;
    top: 0
  }

  #onetrust-pc-sdk ul li p,
  #onetrust-pc-sdk .category-vendors-list-handler,
  #onetrust-pc-sdk .category-vendors-list-handler+a,
  #onetrust-pc-sdk .category-host-list-handler {
    font-size: .6em
  }

  #onetrust-pc-sdk.ot-shw-fltr #ot-anchor {
    display: none !important
  }

  #onetrust-pc-sdk.ot-shw-fltr #ot-pc-lst {
    height: 100% !important;
    overflow: hidden;
    top: 0px
  }

  #onetrust-pc-sdk.ot-shw-fltr #ot-fltr-cnt {
    margin: 0;
    height: 100%;
    max-height: none;
    padding: 10px;
    top: 0;
    width: calc(100% - 20px);
    position: absolute;
    right: 0;
    left: 0;
    max-width: none
  }

  #onetrust-pc-sdk.ot-shw-fltr .ot-fltr-scrlcnt {
    max-height: calc(100% - 65px)
  }
}

#onetrust-consent-sdk #onetrust-pc-sdk,
#onetrust-consent-sdk #ot-search-cntr,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-switch.ot-toggle,
#onetrust-consent-sdk #onetrust-pc-sdk ot-grp-hdr1 .checkbox,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title:after,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-sel-blk,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-cnt,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-anchor {
  background-color: #ffffff;
}

#onetrust-consent-sdk #onetrust-pc-sdk h3,
#onetrust-consent-sdk #onetrust-pc-sdk h4,
#onetrust-consent-sdk #onetrust-pc-sdk h5,
#onetrust-consent-sdk #onetrust-pc-sdk h6,
#onetrust-consent-sdk #onetrust-pc-sdk p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-ven-lst .ot-ven-opts p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-li-title,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-sel-all-hdr span,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #modal-header,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-checkbox label span,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-sel-blk p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .back-btn-handler p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .ot-ven-name,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .consent-category,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span,
#onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-optout-signal {
  color: #141930;
}

#onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-pgph-link,
#onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler,
#onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler+a,
#onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-ven-link,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-ven-legclaim-link,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-name a,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-acc-hdr .ot-host-expand,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info a,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content #ot-pc-desc .ot-link-btn,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info a {
  color: #141930;
}

#onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler:hover {
  text-decoration: underline;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-grpcntr.ot-acc-txt,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-subgrp-tgl .ot-switch.ot-toggle {
  background-color: #F8F8F8;
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-ven-dets {
  background-color: #F8F8F8;
}

#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn),
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
  background-color: #2957a6;
  border-color: #2957a6;
  color: #ffffff;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu {
  border-color: #2957a6;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-remove-objection-handler {
  background-color: transparent;
  border: 1px solid transparent;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn {
  background-color: #FFFFFF;
  color: #78808E;
  border-color: #78808E;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:focus+.ot-switch,
.ot-switch .ot-switch-nob,
.ot-switch .ot-switch-nob:before,
#onetrust-pc-sdk .ot-checkbox input[type="checkbox"]:focus+label::before,
#onetrust-pc-sdk .ot-chkbox input[type="checkbox"]:focus+label::before {
  outline-color: #000000;
  outline-width: 1px;
}

#onetrust-pc-sdk .ot-host-item>button:focus,
#onetrust-pc-sdk .ot-ven-item>button:focus {
  border: 1px solid #000000;
}

#onetrust-consent-sdk #onetrust-pc-sdk *:focus,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr>a:focus {
  outline: 1px solid #000000;
}

#onetrust-pc-sdk .ot-vlst-cntr .ot-ext-lnk,
#onetrust-pc-sdk .ot-ven-hdr .ot-ext-lnk {
  background-image: url('https://cdn.cookielaw.org/logos./ot_external_link.svg');
}

#ot-sdk-btn-floating .ot-floating-button__front,
#ot-sdk-btn-floating .ot-floating-button__back {
  background: #141930 !important;
  transition: none;
  transform-style: flat;
}

#ot-sdk-btn-floating .ot-floating-button__back,
#ot-sdk-btn-floating .ot-floating-button__front svg {
  opacity: 0.2 !important;
}

#ot-sdk-btn-floating.ot-floating-button button {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIzNnB4IiB2aWV3Qm94PSIwIDAgMzYgMzYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+Q29va2llLVNWRy1HcmVlbkJsYWNrPC90aXRsZT4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDb29raWVJY29uXzAyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy4wMDAwMDAsIC03LjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0iQ29va2llLVNWRy1HcmVlbkJsYWNrIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3LjAwMDAwMCwgNy4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xOS43NTU5NDgzLDIzLjI3Mzk2MjIgQzE5LjE4Njg2NzUsMjMuMjczOTYyMiAxOC42OTcyMjM2LDIyLjg0NDEwNTUgMTguNjk3MjIzNiwyMi4yNjg4MzczIEMxOC42OTcyMjM2LDIxLjgxNDc0NTMgMTkuMDgxMzg1NywyMS4zODk5OTA4IDE5LjU0NzU4OTIsMjEuMjg3OTQ3NiBDMTkuNTM3MTcxMiwyMS41MjkwMjQ2IDE5LjgyMzY2NSwyMS43NTYwNzA1IDIwLjE0MDExMDQsMjEuNjMyMzQzMiBDMjAuMjEzMDM2MSwyMS43NjM3MjM4IDIwLjM0NDU2MjgsMjEuODM1MTU0IDIwLjUwOTk0NzgsMjEuODM1MTU0IEMyMC41NjcyNDY1LDIxLjgzNTE1NCAyMC42MjMyNDMxLDIxLjgyNDk0OTYgMjAuNjgwNTQxOCwyMS44MDA3MTQ0IEMyMC43NTM0Njc1LDIxLjkzNzE5NzEgMjAuODI1MDkwOSwyMi4xMTgzMjM3IDIwLjgyNTA5MDksMjIuMjY4ODM3MyBDMjAuODE5ODgyLDIyLjgwNTgzOTMgMjAuMzIzNzI2OCwyMy4yNzM5NjIyIDE5Ljc1NTk0ODMsMjMuMjczOTYyMiBaIE0yMC43MDY1ODY3LDIxLjczMTgzNTMgQzIwLjY5NjE2ODcsMjEuNzMxODM1MyAyMC42ODU3NTA4LDIxLjczMTgzNTMgMjAuNjc1MzMyOCwyMS43MzY5Mzc0IEMyMC42MjMyNDMxLDIxLjc2NjI3NDggMjAuNTY3MjQ2NSwyMS43ODAzMDU4IDIwLjUwNDczODgsMjEuNzgwMzA1OCBDMjAuMzY1Mzk4NywyMS43ODAzMDU4IDIwLjI0MTY4NTUsMjEuNjk3Mzk1NyAyMC4xOTQ4MDQ3LDIxLjU3NDk0NCBDMjAuMTg5NTk1NywyMS41NTA3MDg3IDIwLjE1MDUyODMsMjEuNTM3OTUzMyAyMC4xMjcwODc5LDIxLjU1NTgxMDkgQzIwLjA2OTc4OTIsMjEuNTkwMjUwNCAyMC4wMDg1ODM3LDIxLjYwOTM4MzUgMTkuOTQwODY3LDIxLjYwOTM4MzUgQzE5Ljc2NTA2NCwyMS42MDkzODM1IDE5LjYxNTMwNTksMjEuNDcyOTAwOCAxOS42MTUzMDU5LDIxLjMwMTk3ODYgQzE5LjYxNTMwNTksMjEuMjk2ODc2NCAxOS42MTUzMDU5LDIxLjI5Njg3NjQgMTkuNjE1MzA1OSwyMS4yOTE3NzQzIEMxOS42MTUzMDU5LDIxLjI3Nzc0MzMgMTkuNjE1MzA1OSwyMS4yNzc3NDMzIDE5LjYxNTMwNTksMjEuMjc3NzQzMyBDMTkuNjIwNTE0OSwyMS4yNTM1MDgxIDE5LjYwMDk4MTIsMjEuMjM0Mzc1IDE5LjU3NDkzNjMsMjEuMjM0Mzc1IEMxOS41Njk3Mjc0LDIxLjIzNDM3NSAxOS41Njk3Mjc0LDIxLjIzNDM3NSAxOS41Njk3Mjc0LDIxLjIzNDM3NSBDMTguOTU1MDY4LDIxLjMzMjU5MTUgMTguNTQwOTU0MywyMS44ODM2MjQ0IDE4LjY1MDM0MjgsMjIuNDU4ODkyNiBDMTguNzUzMjIwMSwyMy4wMzkyNjMgMTkuMzM3OTI3OSwyMy40Mjk1Nzc5IDE5Ljk0NzM3ODIsMjMuMzI3NTM0OCBDMjAuNTU2ODI4NiwyMy4yMjkzMTgzIDIwLjk3MDk0MjMsMjIuNjc4Mjg1NCAyMC44NjY3NjI4LDIyLjEwMzAxNzIgQzIwLjg0NTkyNjgsMjEuOTgwNTY1NCAyMC44MDQyNTUsMjEuODY4MzE4IDIwLjc0MzA0OTUsMjEuNzYxMTcyNyBDMjAuNzMyNjMxNiwyMS43NDIwMzk2IDIwLjcyMjIxMzYsMjEuNzMxODM1MyAyMC43MDY1ODY3LDIxLjczMTgzNTMgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8ZyBpZD0iMDAxLWNvb2tpZSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjcuMTQwNjI1LDE4IEMyNy4xNDA2MjUsMTguMzg4MzY2NyAyNi44MjU4NjY3LDE4LjcwMzEyNSAyNi40Mzc1LDE4LjcwMzEyNSBDMjYuMDQ5MTMzMywxOC43MDMxMjUgMjUuNzM0Mzc1LDE4LjM4ODM2NjcgMjUuNzM0Mzc1LDE4IEMyNS43MzQzNzUsMTcuNjExNjMzMyAyNi4wNDkxMzMzLDE3LjI5Njg3NSAyNi40Mzc1LDE3LjI5Njg3NSBDMjYuODI1ODY2NywxNy4yOTY4NzUgMjcuMTQwNjI1LDE3LjYxMTYzMzMgMjcuMTQwNjI1LDE4IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTIwLjEwOTM3NSwxMy43ODEyNSBDMjAuMTA5Mzc1LDE0LjE2OTYxNjcgMTkuNzk0NjE2NywxNC40ODQzNzUgMTkuNDA2MjUsMTQuNDg0Mzc1IEMxOS4wMTc4ODMzLDE0LjQ4NDM3NSAxOC43MDMxMjUsMTQuMTY5NjE2NyAxOC43MDMxMjUsMTMuNzgxMjUgQzE4LjcwMzEyNSwxMy4zOTI4ODMzIDE5LjAxNzg4MzMsMTMuMDc4MTI1IDE5LjQwNjI1LDEzLjA3ODEyNSBDMTkuNzk0NjE2NywxMy4wNzgxMjUgMjAuMTA5Mzc1LDEzLjM5Mjg4MzMgMjAuMTA5Mzc1LDEzLjc4MTI1IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE4LjcwMzEyNSwyOC41NDY4NzUgQzE4LjcwMzEyNSwyOC45MzUyNDE3IDE4LjM4ODM2NjcsMjkuMjUgMTgsMjkuMjUgQzE3LjYxMTYzMzMsMjkuMjUgMTcuMjk2ODc1LDI4LjkzNTI0MTcgMTcuMjk2ODc1LDI4LjU0Njg3NSBDMTcuMjk2ODc1LDI4LjE1ODUwODMgMTcuNjExNjMzMywyNy44NDM3NSAxOCwyNy44NDM3NSBDMTguMzg4MzY2NywyNy44NDM3NSAxOC43MDMxMjUsMjguMTU4NTA4MyAxOC43MDMxMjUsMjguNTQ2ODc1IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTguMTU2MjUsMTUuODkwNjI1IEM4LjE1NjI1LDE2LjI3ODk5MTcgNy44NDE0OTE3MywxNi41OTM3NSA3LjQ1MzEyNSwxNi41OTM3NSBDNy4wNjQ3NTgyNywxNi41OTM3NSA2Ljc1LDE2LjI3ODk5MTcgNi43NSwxNS44OTA2MjUgQzYuNzUsMTUuNTAyMjU4MyA3LjA2NDc1ODI3LDE1LjE4NzUgNy40NTMxMjUsMTUuMTg3NSBDNy44NDE0OTE3MywxNS4xODc1IDguMTU2MjUsMTUuNTAyMjU4MyA4LjE1NjI1LDE1Ljg5MDYyNSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMC4yNjU2MjUsMjcuODQzNzUgQzExLjgxNjM0NTMsMjcuODQzNzUgMTMuMDc4MTI1LDI2LjU4MTk3MDMgMTMuMDc4MTI1LDI1LjAzMTI1IEMxMy4wNzgxMjUsMjMuNDgwNTI5NyAxMS44MTYzNDUzLDIyLjIxODc1IDEwLjI2NTYyNSwyMi4yMTg3NSBDOC43MTQ5MDQ3NSwyMi4yMTg3NSA3LjQ1MzEyNSwyMy40ODA1Mjk3IDcuNDUzMTI1LDI1LjAzMTI1IEM3LjQ1MzEyNSwyNi41ODE5NzAzIDguNzE0OTA0NzUsMjcuODQzNzUgMTAuMjY1NjI1LDI3Ljg0Mzc1IFogTTEwLjI2NTYyNSwyMy42MjUgQzExLjA0MDk4NTEsMjMuNjI1IDExLjY3MTg3NSwyNC4yNTU4ODk5IDExLjY3MTg3NSwyNS4wMzEyNSBDMTEuNjcxODc1LDI1LjgwNjYxMDEgMTEuMDQwOTg1MSwyNi40Mzc1IDEwLjI2NTYyNSwyNi40Mzc1IEM5LjQ5MDI2NDg4LDI2LjQzNzUgOC44NTkzNzUsMjUuODA2NjEwMSA4Ljg1OTM3NSwyNS4wMzEyNSBDOC44NTkzNzUsMjQuMjU1ODg5OSA5LjQ5MDI2NDg4LDIzLjYyNSAxMC4yNjU2MjUsMjMuNjI1IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNi41OTM3NSw4Ljg1OTM3NSBDMTYuNTkzNzUsNy4zMDg2NTQ3NSAxNS4zMzE5NzAyLDYuMDQ2ODc1IDEzLjc4MTI1LDYuMDQ2ODc1IEMxMi4yMzA1Mjk4LDYuMDQ2ODc1IDEwLjk2ODc1LDcuMzA4NjU0NzUgMTAuOTY4NzUsOC44NTkzNzUgQzEwLjk2ODc1LDEwLjQxMDA5NTMgMTIuMjMwNTI5OCwxMS42NzE4NzUgMTMuNzgxMjUsMTEuNjcxODc1IEMxNS4zMzE5NzAyLDExLjY3MTg3NSAxNi41OTM3NSwxMC40MTAwOTUzIDE2LjU5Mzc1LDguODU5Mzc1IFogTTEyLjM3NSw4Ljg1OTM3NSBDMTIuMzc1LDguMDg0MDE0ODggMTMuMDA1ODg5OSw3LjQ1MzEyNSAxMy43ODEyNSw3LjQ1MzEyNSBDMTQuNTU2NjEwMSw3LjQ1MzEyNSAxNS4xODc1LDguMDg0MDE0ODggMTUuMTg3NSw4Ljg1OTM3NSBDMTUuMTg3NSw5LjYzNDczNTEzIDE0LjU1NjYxMDEsMTAuMjY1NjI1IDEzLjc4MTI1LDEwLjI2NTYyNSBDMTMuMDA1ODg5OSwxMC4yNjU2MjUgMTIuMzc1LDkuNjM0NzM1MTMgMTIuMzc1LDguODU5Mzc1IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMS41MTU2MjUsMjQuMzI4MTI1IEMyMS41MTU2MjUsMjUuODc4ODQ1MyAyMi43Nzc0MDQ3LDI3LjE0MDYyNSAyNC4zMjgxMjUsMjcuMTQwNjI1IEMyNS44Nzg4NDUzLDI3LjE0MDYyNSAyNy4xNDA2MjUsMjUuODc4ODQ1MyAyNy4xNDA2MjUsMjQuMzI4MTI1IEMyNy4xNDA2MjUsMjIuNzc3NDA0NyAyNS44Nzg4NDUzLDIxLjUxNTYyNSAyNC4zMjgxMjUsMjEuNTE1NjI1IEMyMi43Nzc0MDQ3LDIxLjUxNTYyNSAyMS41MTU2MjUsMjIuNzc3NDA0NyAyMS41MTU2MjUsMjQuMzI4MTI1IFogTTI1LjczNDM3NSwyNC4zMjgxMjUgQzI1LjczNDM3NSwyNS4xMDM0ODUxIDI1LjEwMzQ4NTEsMjUuNzM0Mzc1IDI0LjMyODEyNSwyNS43MzQzNzUgQzIzLjU1Mjc2NDksMjUuNzM0Mzc1IDIyLjkyMTg3NSwyNS4xMDM0ODUxIDIyLjkyMTg3NSwyNC4zMjgxMjUgQzIyLjkyMTg3NSwyMy41NTI3NjQ5IDIzLjU1Mjc2NDksMjIuOTIxODc1IDI0LjMyODEyNSwyMi45MjE4NzUgQzI1LjEwMzQ4NTEsMjIuOTIxODc1IDI1LjczNDM3NSwyMy41NTI3NjQ5IDI1LjczNDM3NSwyNC4zMjgxMjUgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE2LjU5Mzc1LDIxLjUxNTYyNSBDMTcuNzU2OTI3NSwyMS41MTU2MjUgMTguNzAzMTI1LDIwLjU2OTQyNzUgMTguNzAzMTI1LDE5LjQwNjI1IEMxOC43MDMxMjUsMTguMjQzMDcyNSAxNy43NTY5Mjc1LDE3LjI5Njg3NSAxNi41OTM3NSwxNy4yOTY4NzUgQzE1LjQzMDU3MjUsMTcuMjk2ODc1IDE0LjQ4NDM3NSwxOC4yNDMwNzI1IDE0LjQ4NDM3NSwxOS40MDYyNSBDMTQuNDg0Mzc1LDIwLjU2OTQyNzUgMTUuNDMwNTcyNSwyMS41MTU2MjUgMTYuNTkzNzUsMjEuNTE1NjI1IFogTTE2LjU5Mzc1LDE4LjcwMzEyNSBDMTYuOTgxNTY3NCwxOC43MDMxMjUgMTcuMjk2ODc1LDE5LjAxODQzMjYgMTcuMjk2ODc1LDE5LjQwNjI1IEMxNy4yOTY4NzUsMTkuNzk0MDY3NCAxNi45ODE1Njc0LDIwLjEwOTM3NSAxNi41OTM3NSwyMC4xMDkzNzUgQzE2LjIwNTkzMjYsMjAuMTA5Mzc1IDE1Ljg5MDYyNSwxOS43OTQwNjc0IDE1Ljg5MDYyNSwxOS40MDYyNSBDMTUuODkwNjI1LDE5LjAxODQzMjYgMTYuMjA1OTMyNiwxOC43MDMxMjUgMTYuNTkzNzUsMTguNzAzMTI1IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xOC43MDMxMjUsMzUuMjk2ODc1IEMxOC43MDMxMjUsMzUuNjg1MjQxNyAxOC4zODgzNjY3LDM2IDE4LDM2IEMxNy42MTE2MzMzLDM2IDE3LjI5Njg3NSwzNS42ODUyNDE3IDE3LjI5Njg3NSwzNS4yOTY4NzUgQzE3LjI5Njg3NSwzNC45MDg1MDgzIDE3LjYxMTYzMzMsMzQuNTkzNzUgMTgsMzQuNTkzNzUgQzE4LjM4ODM2NjcsMzQuNTkzNzUgMTguNzAzMTI1LDM0LjkwODUwODMgMTguNzAzMTI1LDM1LjI5Njg3NSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zNC43NjIzOTAyLDE0Ljc5NTU2MjcgQzM0LjMwNTkwODIsMTUuMDI2Mjc1NiAzMy41NzE0NzIyLDE1LjE4NzUgMzIuOTc2NTYyNSwxNS4xODc1IEMzMS41NzkxMDE2LDE1LjE4NzUgMzAuMjAyNTE0NiwxNC4zODAwMDQ5IDI5LjYyODc1MzcsMTMuMjIzOTY4NSBDMjkuNDc2NTkzLDEyLjkxNzQ1IDI5LjEyNTU3OTksMTIuNzY1MDE0NiAyOC43OTc2Mzc5LDEyLjg2Mjc5MyBDMjguMzA1OTk5OCwxMy4wMDk3MzUxIDI3Ljg5MTI2NTksMTMuMDc4MTI1IDI3LjQ5MjE4NzUsMTMuMDc4MTI1IEMyNC45NzIxOTg1LDEzLjA3ODEyNSAyMi45MjE4NzUsMTEuMDI3ODAxNSAyMi45MjE4NzUsOC41MDc4MTI1IEMyMi45MjE4NzUsOC4xMDkwMDg3OSAyMi45OTAyNjQ5LDcuNjk0MDAwMjMgMjMuMTM3MjA3LDcuMjAyMzYyMDggQzIzLjIzNTI2LDYuODc0MTQ1NTEgMjMuMDgyODI0Nyw2LjUyMzQwNyAyMi43NzYwMzE1LDYuMzcxMjQ2MzIgQzIxLjYxOTk5NTEsNS43OTc0ODUzNSAyMC44MTI1LDQuNDIwODk4NDQgMjAuODEyNSwzLjAyMzQzNzUgQzIwLjgxMjUsMi40Mjg1Mjc4IDIwLjk3MzcyNDQsMS42OTQwOTE4IDIxLjIwNDQzNzMsMS4yMzc2MDk4MyBDMjEuMzA2MDYwOCwxLjAzNjU2MDA5IDIxLjMwNTIzNjgsMC43OTg5ODA2OTUgMjEuMjAyMjQsMC41OTg3NTQ4ODMgQzIxLjA5OTI0MzIsMC4zOTg1MjkwNyAyMC45MDY0MzMxLDAuMjU5NTUxOTg0IDIwLjY4MzY4NTMsMC4yMjU0OTQzNjcgQzE5LjY4MjI4MTUsMC4wNzE2ODU3NzM0IDE4LjgyOTc0MjQsMCAxOCwwIEM4LjI5ODI0ODI3LDAgMCw4LjI4Mjg2NzQxIDAsMTggQzAsMjYuNDM4ODczMyA2LjMyNjQ3NzAyLDM0LjA0MDAzOTEgMTQuNzE1NjM3MiwzNS42ODExMjE4IEMxNS4wOTY4NjI4LDM1Ljc1NTU1NDIgMTUuNDY2Mjc4MSwzNS41MDY5ODg1IDE1LjU0MDcxMDUsMzUuMTI2MDM3NiBDMTUuNjE1MTQyOCwzNC43NDQ4MTIgMTUuMzY2ODUxOCwzNC4zNzUzOTY3IDE0Ljk4NTYyNjIsMzQuMzAwOTY0NCBDNy4yNDQxMTAxMywzMi43ODY3NzM3IDEuNDA2MjUsMjUuNzc4ODY5NiAxLjQwNjI1LDE4IEMxLjQwNjI1LDkuMDA1MjE4NTIgOS4wMDUyMTg1MiwxLjQwNjI1IDE4LDEuNDA2MjUgQzE4LjUxMzMzNjIsMS40MDYyNSAxOS4wMzk4NTU5LDEuNDM3MDExNzIgMTkuNjE1ODE0MiwxLjUwMTI4MTcgQzE5LjQ4MzE1NDMsMS45OTQyOTMyIDE5LjQwNjI1LDIuNTMyNjIzMjcgMTkuNDA2MjUsMy4wMjM0Mzc1IEMxOS40MDYyNSw0LjcyOTg4ODkgMjAuMzA2MDMwMyw2LjQyMzE1NjcgMjEuNjQ5MzgzNiw3LjMzNjk0NDU2IEMyMS41NTg3NDYzLDcuNzQ3NTU4NTkgMjEuNTE1NjI1LDguMTI4NTA5NTQgMjEuNTE1NjI1LDguNTA3ODEyNSBDMjEuNTE1NjI1LDExLjgwMzE2MTcgMjQuMTk2ODM4MywxNC40ODQzNzUgMjcuNDkyMTg3NSwxNC40ODQzNzUgQzI3Ljg3MTQ5MDUsMTQuNDg0Mzc1IDI4LjI1MjQ0MTQsMTQuNDQxMjUzNyAyOC42NjMwNTU0LDE0LjM1MDYxNjQgQzI5LjU3Njg0MzMsMTUuNjkzOTY5NyAzMS4yNzAxMTExLDE2LjU5Mzc1IDMyLjk3NjU2MjUsMTYuNTkzNzUgQzMzLjQ2NzM3NjcsMTYuNTkzNzUgMzQuMDA1NzA2OCwxNi41MTY4NDU3IDM0LjQ5ODcxODMsMTYuMzg0MTg1OCBDMzQuNTYyOTg4MywxNi45NjAxNDQxIDM0LjU5Mzc1LDE3LjQ4NjY2MzggMzQuNTkzNzUsMTggQzM0LjU5Mzc1LDI1Ljc3ODg2OTYgMjguNzU1ODg5OSwzMi43ODY3NzM3IDIxLjAxNDM3MzgsMzQuMzAwOTY0NCBDMjAuNjMzMTQ4MiwzNC4zNzUzOTY3IDIwLjM4NDg1NzIsMzQuNzQ0ODEyIDIwLjQ1OTI4OTUsMzUuMTI1NzYyOSBDMjAuNTMzNzIxOSwzNS41MDY5ODg1IDIwLjkwMzEzNzIsMzUuNzU1NTU0MiAyMS4yODQzNjI4LDM1LjY4MTEyMTggQzI5LjY3MzUyMywzNC4wNDAwMzkxIDM2LDI2LjQzODg3MzMgMzYsMTggQzM2LDE3LjE3MDI1NzYgMzUuOTI4MzE0MiwxNi4zMTc3MTg1IDM1Ljc3NDUwNTYsMTUuMzE2MzE0NyBDMzUuNzAyMjcwNSwxNC44NDQ0NTE5IDM1LjE4OTIwOSwxNC41Nzk2ODE0IDM0Ljc2MjM5MDIsMTQuNzk1NTYyNyBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=');
}

.ot-sdk-cookie-policy {
  font-family: inherit;
  font-size: 16px
}

.ot-sdk-cookie-policy.otRelFont {
  font-size: 1rem
}

.ot-sdk-cookie-policy h3,
.ot-sdk-cookie-policy h4,
.ot-sdk-cookie-policy h6,
.ot-sdk-cookie-policy p,
.ot-sdk-cookie-policy li,
.ot-sdk-cookie-policy a,
.ot-sdk-cookie-policy th,
.ot-sdk-cookie-policy #cookie-policy-description,
.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,
.ot-sdk-cookie-policy #cookie-policy-title {
  color: dimgray
}

.ot-sdk-cookie-policy #cookie-policy-description {
  margin-bottom: 1em
}

.ot-sdk-cookie-policy h4 {
  font-size: 1.2em
}

.ot-sdk-cookie-policy h6 {
  font-size: 1em;
  margin-top: 2em
}

.ot-sdk-cookie-policy th {
  min-width: 75px
}

.ot-sdk-cookie-policy a,
.ot-sdk-cookie-policy a:hover {
  background: #fff
}

.ot-sdk-cookie-policy thead {
  background-color: #f6f6f4;
  font-weight: bold
}

.ot-sdk-cookie-policy .ot-mobile-border {
  display: none
}

.ot-sdk-cookie-policy section {
  margin-bottom: 2em
}

.ot-sdk-cookie-policy table {
  border-collapse: inherit
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy {
  font-family: inherit;
  font-size: 1rem
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h3,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h4,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {
  color: dimgray
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
  margin-bottom: 1em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup {
  margin-left: 1.5em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td {
  font-size: .9em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td span,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td a {
  font-size: inherit
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
  font-size: 1em;
  margin-bottom: .6em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-title {
  margin-bottom: 1.2em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy>section {
  margin-bottom: 1em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th {
  min-width: 75px
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover {
  background: #fff
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead {
  background-color: #f6f6f4;
  font-weight: bold
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-mobile-border {
  display: none
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy section {
  margin-bottom: 2em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li {
  list-style: disc;
  margin-left: 1.5em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li h4 {
  display: inline-block
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
  border-collapse: inherit;
  margin: auto;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  border-spacing: initial;
  width: 100%;
  overflow: hidden
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td {
  border-bottom: 0px
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr th:last-child,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr td:last-child {
  border-right: 0px
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type {
  width: 25%
}

.ot-sdk-cookie-policy[dir=rtl] {
  text-align: left
}

#ot-sdk-cookie-policy h3 {
  font-size: 1.5em
}

@media only screen and (max-width: 530px) {

  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) table,
  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead,
  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tbody,
  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) th,
  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td,
  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr {
    display: block
  }

  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px
  }

  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr {
    margin: 0 0 1em 0
  }

  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd),
  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd) a {
    background: #f6f6f4
  }

  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%
  }

  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before {
    position: absolute;
    height: 100%;
    left: 6px;
    width: 40%;
    padding-right: 10px
  }

  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) .ot-mobile-border {
    display: inline-block;
    background-color: #e4e4e4;
    position: absolute;
    height: 100%;
    top: 0;
    left: 45%;
    width: 2px
  }

  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before {
    content: attr(data-label);
    font-weight: bold
  }

  .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) li {
    word-break: break-word;
    word-wrap: break-word
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
    overflow: hidden
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
    border: none;
    border-bottom: 1px solid #d7d7d7
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table,
  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead,
  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tbody,
  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th,
  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,
  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr {
    display: block
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host,
  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type {
    width: auto
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr {
    margin: 0 0 1em 0
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before {
    height: 100%;
    width: 40%;
    padding-right: 10px
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before {
    content: attr(data-label);
    font-weight: bold
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li {
    word-break: break-word;
    word-wrap: break-word
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: -9999
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td {
    border-bottom: 1px solid #d7d7d7;
    border-right: 0px
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td:last-child {
    border-bottom: 0px
  }
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h5,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
  color: #141930;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th {
  color: #ffffff;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
  color: #2957a6;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {
  color: #2957a6;
}


#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th {
  background-color: #2957a6;
}

.ot-floating-button__front {
  background-image: url('https://cdn.cookielaw.org/logos./ot_persistent_cookie_icon.png')
}

@keyframes slide-down-custom {
  0% {
    bottom: 911px !important;
  }

  100% {
    bottom: 0px;
  }
}

@-webkit-keyframes slide-down-custom {
  0% {
    bottom: 911px !important;
  }

  100% {
    bottom: 0px;
  }
}

@-moz-keyframes slide-down-custom {
  0% {
    bottom: 911px !important;
  }

  100% {
    bottom: 0px;
  }
}
  a {
      text-decoration: none;
  }

  .footer .menu-block-wrapper .menu {
    display: flex;
    justify-content: space-between;
  }
  
  .footer .menu-block-wrapper ul li {
    padding: 5px;
    list-style: none!important;
  }

  .footer .menu-block-wrapper ul li a {
    color: #fff;
    font-size: 25px;
  }
  
  @media(min-width:768px) {
    .footer .menu-block-wrapper ul li {
      
    }
    .footer .menu-block-wrapper ul li a {
      font-size: 25px;
    }
  }
  .header .header-wrapper .header__region li a {
    font-size: 16px;
  }
  .footer__copyright {
   /*  text-align: center; */
    font-size: 1.5rem;
  }
  .footer .container .footer__section .footer__navigation p {
    font-size: 1.3rem;
  }

  .home-carousel .swiper {

  }

  .home-carousel .swiper .swiper-wrapper .swiper-slide {
    position: relative;
  }

  .home-carousel .swiper .swiper-wrapper .swiper-slide h1 {
    position: absolute;
    top: 30%;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    margin-left: 30px;
  }
  .home-carousel .swiper .swiper-wrapper .swiper-slide h1 span:nth-child(2) {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
  }
  @media(min-width:768px) {
    .home-carousel .swiper .swiper-wrapper .swiper-slide h1 {
      top: 40%;
      font-size: 97px;
      margin-left: 130px;
      text-transform: uppercase;
      line-height: normal;
      letter-spacing: 20px;
    }
  }

  .menu, ol, ul {
    padding: 0!important;
  }
  @media(min-width:768px) {
    .service-font {
      font-size: 18px;
    }
  }
  
  @media(max-width: 767px) {
    .lang-list {
        width: 100%;
         padding: 20px 0;
    }
    
    .lang-list .item .show {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    
    .lang-list .item .show .link {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .lang-list .item .show .link img {
        width: 40px;
        display: inline-block;
    }
    
    .lang-list .item .show .link span {
        margin-top: 10px;
    }      
  }

  @media(min-width:768px) {
      .language-switcher-locale-url {
        position: relative;
        width: 7.3vw;
      }
    
      .lang-list {
        position: absolute;
        top: 50%;
        right: 0;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity = 0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
      }
    
      .language-switcher-locale-url:hover .lang-list {
        top: 100%;
        visibility: visible;
        opacity: 1;
      }
    
    
      .lang-list .item {
        text-align: center;
      }
    
      .lang-list .item .show {
        background-color: #fff;
        font-size: 0;
        padding-top: 10px;
        padding-bottom: 16px;
      }
    
      .lang-list .item .show .link {
        display: block;
        margin-top: 6px;
        padding: 0 5px;
        font-size: 15px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
      }
    
      .lang-list .item .show .link:hover {
        color: #E58010;
      }
    
      .lang-list .item .show .link.active {
        color: #E58010;
        font-weight: bold;
      }
    
      .lang-list .item .show .link img {
        width: 40px;
        margin-right: 10px;
        display: inline-block;
      }
    
      .lang-list .item .show .link span {
        width: 24px;
        text-align: left;
        display: inline-block;
        vertical-align: top;
      }      
  }






