.hydrated {
  visibility: inherit;
}
atomic-aria-live,
atomic-external,
atomic-search-box,
atomic-search-box-query-suggestions,
atomic-search-box-recent-queries,
atomic-search-interface {
  visibility: hidden;
}
:root {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
:root {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}
:root {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
html {
  font-family: sans-serif;
  text-size-adjust: 100%;
}
body {
  margin: 0px;
}
footer,
header,
main,
nav,
section {
  display: block;
}
a {
  background-color: transparent;
}
b {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0px;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0px;
}
img {
  border: 0px;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input {
  color: inherit;
  font: inherit;
  margin: 0px;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  appearance: button;
  cursor: pointer;
}
input {
  line-height: normal;
}
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0px;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}
input,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
img {
  vertical-align: middle;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
p {
  margin: 0px 0px 10px;
}
ul {
  margin-top: 0px;
  margin-bottom: 10px;
}
ul ul {
  margin-bottom: 0px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="checkbox"] {
  margin: 4px 0px 0px;
  line-height: normal;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  background-image: none;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: rgb(0, 0, 0);
  text-shadow: rgb(255, 255, 255) 0px 1px 0px;
  opacity: 0.2;
}
button.close {
  padding: 0px;
  cursor: pointer;
  background: transparent;
  border: 0px;
  appearance: none;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  inset: 0px;
  z-index: 1050;
  outline: 0px;
}
.modal.fade .modal-dialog {
  transform: translate(0px, -25%);
  transition: transform 0.3s ease-out;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 9px;
  background-clip: padding-box;
  outline: 0px;
}
.modal-body {
  position: relative;
  padding: 15px;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}
@media (min-width: 768px) {
  .modal-content {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
  }
}
.hidden {
  display: none !important;
}
body {
  overflow-x: hidden;
  position: relative;
}
button {
  font-weight: bold;
}
ul {
  padding-left: 15px;
}
@media (max-width: 991px) {
  .form-control {
    height: 42px;
    padding: 10px 15px;
    line-height: 1.33333;
    border-radius: 0px;
    font-size: 14px;
  }
}
a,
button {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
@media (max-width: 991px) {
  main {
    transition: transform 0.3s ease-out;
  }
}
footer {
  padding-top: 50px;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-weight: 300;
  margin-top: 30px;
}
@media (min-width: 768px) {
  main {
    transition: transform 0.3s ease-out;
  }
}
header {
  background: rgb(255, 255, 255);
  margin-bottom: 20px;
}
.page-homepage header {
  margin-bottom: 0px;
}
.myq-nav-header_logo img {
  vertical-align: unset !important;
  margin-top: -5px;
}
.mini-cart-container {
  display: none;
  float: right;
  position: absolute;
  padding: 0px 30px;
  width: 380px;
  left: auto;
  right: 30px;
  z-index: 100;
  top: 100%;
  min-width: 250px;
  border: 1px solid rgb(255, 255, 255);
  transition: opacity 0.25s, visibility 0.25s;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 10px 0px;
}
@media (max-width: 767px) {
  .mini-cart-container {
    width: 100%;
    right: 0px;
  }
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxTitle {
  margin: 0px;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow {
  cursor: pointer;
}
#colorbox,
#cboxContent {
  box-sizing: content-box;
}
#cboxOverlay {
  background: rgb(0, 0, 0);
}
#colorbox {
  outline: 0px;
}
#cboxTopLeft {
  width: 14px;
  height: 14px;
}
#cboxTopCenter {
  height: 14px;
}
#cboxTopRight {
  width: 14px;
  height: 14px;
}
#cboxBottomLeft {
  width: 14px;
}
#cboxBottomCenter {
  height: 43px;
}
#cboxBottomRight {
  width: 14px;
}
#cboxMiddleLeft {
  width: 14px;
}
#cboxMiddleRight {
  width: 14px;
}
#cboxContent {
  background: rgb(255, 255, 255);
  overflow: visible;
}
#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: rgb(124, 124, 124);
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow {
  border: 0px;
  padding: 0px;
  margin: 0px;
  overflow: visible;
  position: absolute;
  bottom: -29px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}
#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}
#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}
#cboxTitle {
  background: transparent;
  position: absolute;
  top: 0px;
  padding: 43px 60px 15px;
  height: 78px;
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  #cboxTitle {
    height: 102px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  #cboxTitle::before,
  #cboxTitle::after {
    content: " ";
    display: table;
  }
}
@media (max-width: 767px) {
  #cboxTitle::after {
    clear: both;
  }
}
@media (max-width: 767px) {
  #cboxTitle::after {
    content: "";
    display: block;
    clear: both;
  }
}
input[type="checkbox"] {
  margin-right: 10px;
  margin-bottom: 20px;
}
label {
  color: rgb(0, 0, 0);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}
.skip {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  border: 0px;
}
html {
  font-size: 16px;
}
body {
  font-family: AktivGrotesk-Regular;
  color: rgb(25, 25, 25);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  background-color: rgb(233, 233, 233);
}
.global-container--outer {
  max-width: 1960px;
  margin: 0px auto;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
}
.global-container--inner {
  max-width: 1920px;
  margin: 0px auto;
}
label {
  display: block;
  padding-bottom: 0.5rem;
  font-weight: bold;
}
button,
input {
  font-size: 100%;
  margin: 0px;
  line-height: 1em;
}
input {
  width: 100%;
  border: 1px solid rgb(199, 201, 203);
  border-radius: 2px;
  padding: 1rem;
}
input[type="text"] {
  appearance: none;
}
button {
  padding: 0.5em;
  background: rgb(109, 111, 114);
  border: 1px solid rgb(199, 201, 203);
  cursor: pointer;
}
input[type="checkbox"] {
  width: auto;
  margin-right: 0.3em;
}
.iframeModalContainer {
  position: relative;
  min-height: 200px;
}
.iframeModalContainer iframe {
  width: 100%;
  border: 0px;
  z-index: 100;
  position: relative;
}
.iframeModalContainer .spinner {
  position: absolute;
  margin: 0px auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.modal-body button.close {
  position: relative;
  z-index: 20;
}
@media (min-width: 992px) {
  #iframeModal .modal-dialog {
    width: 800px;
  }
}
.myq-border-bottom {
  border-bottom: 1px solid lightgrey;
}
.m-main-search-container {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.icon-privacy-options::after {
  content: url("/_ui/responsive/common/images/icon-privacy-options.svg");
  width: 30px;
  position: absolute;
  margin-top: 3px;
  margin-left: 5px;
}
footer.o-myq-global-footer {
  padding-bottom: 3rem;
  font-family: AktivGrotesk-Regular;
  max-width: 1920px;
  margin: 0px auto;
  color: rgb(255, 255, 255);
  background: rgb(25, 25, 25);
  padding-top: 2.5rem;
  position: relative;
}
footer.o-myq-global-footer .cgi-story {
  padding: 2rem 0px 1rem;
}
footer.o-myq-global-footer .cgi-story a {
  color: rgb(255, 255, 255);
}
footer.o-myq-global-footer .legal {
  display: flex;
  padding-top: 2rem;
}
@media (min-width: 992px) {
  footer.o-myq-global-footer .legal {
    justify-content: center;
  }
}
footer.o-myq-global-footer .legal .static-legal {
  white-space: nowrap;
}
footer.o-myq-global-footer .legal a {
  font-family: AktivGrotesk-Regular;
  color: rgb(255, 255, 255);
  transition: color 0.5s;
  display: inline-block;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  footer.o-myq-global-footer .legal {
    flex-wrap: wrap;
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  footer.o-myq-global-footer .legal .site-links {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  footer.o-myq-global-footer .legal span {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer.o-myq-global-footer .legal a {
    margin-left: 0px;
    margin-right: 1rem;
  }
}
@media (max-width: 768px) {
  footer.o-myq-global-footer .legal a:first-child {
    margin-left: 0px;
  }
}
footer.o-myq-global-footer .footer-wrapper {
  max-width: 1024px;
  width: 100%;
  padding: 0px 2rem;
  margin: 0px auto;
  position: relative;
}
footer.o-myq-global-footer nav {
  margin: 0px auto;
  display: flex;
  padding-top: 3.25rem;
  border-top: 2px solid rgb(255, 255, 255);
}
footer.o-myq-global-footer nav a {
  display: block;
  color: rgb(255, 255, 255);
}
footer.o-myq-global-footer nav > * {
  width: 30%;
}
footer.o-myq-global-footer nav > :nth-child(4) {
  width: auto;
}
@media (max-width: 768px) {
  footer.o-myq-global-footer nav > * {
    width: 50%;
  }
}
footer.o-myq-global-footer nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
footer.o-myq-global-footer nav ul.download img {
  width: 150px !important;
}
footer.o-myq-global-footer nav ul img {
  max-width: 100%;
}
footer.o-myq-global-footer nav ul:first-child li {
  padding-bottom: 1.75rem;
}
footer.o-myq-global-footer nav ul:first-child li:last-child img {
  max-width: 158px;
}
footer.o-myq-global-footer nav ul:nth-child(2) li {
  padding-bottom: 2rem;
}
footer.o-myq-global-footer nav ul:nth-child(2) li img {
  max-width: 160px;
}
footer.o-myq-global-footer nav ul:nth-child(3) li {
  padding-bottom: 0.9rem;
}
footer.o-myq-global-footer nav ul:nth-child(4) li {
  padding-bottom: 0.9rem;
}
@media (max-width: 768px) {
  footer.o-myq-global-footer nav ul:nth-child(n) {
    padding-right: 1.5rem;
  }
}
footer.o-myq-global-footer nav img {
  display: block;
}
footer.o-myq-global-footer nav .social {
  width: 100% !important;
}
footer.o-myq-global-footer nav .social li {
  display: inline-block;
  margin-right: 2px;
}
footer.o-myq-global-footer nav .social li a {
  display: block;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 100%;
  background-clip: padding-box;
  width: 35px;
  height: 35px;
  position: relative;
}
footer.o-myq-global-footer nav .social li a img {
  width: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer.o-myq-global-footer .mqfooterlinkssocialmediagroup__label,
footer.o-myq-global-footer .mqfooterlinksgroup__label {
  color: rgb(255, 255, 255);
  padding-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.lets__connect {
  max-width: 1920px;
  margin: 0.33rem auto;
  position: relative;
  background: linear-gradient(
    0deg,
    rgb(137, 201, 237) 0%,
    rgb(30, 126, 182) 100%
  );
  width: 100%;
  text-align: center;
}
.lets__connect__content {
  width: 100%;
  padding: 4rem 2rem;
}
#cboxTitle {
  padding-left: 70px;
  padding-top: 30px;
}
@media (max-width: 480px) {
  #cboxTitle {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  #cboxTitle {
    padding-left: 1rem;
  }
}
.mini-cart-container {
  display: none;
  float: right;
  position: absolute;
  padding: 20px 30px;
  width: 380px;
  left: auto;
  right: 30px;
  z-index: 100;
  top: 100%;
  min-width: 250px;
  border: 1px solid rgb(255, 255, 255);
  transition: opacity 0.25s, visibility 0.25s;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 10px 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 18px;
  }
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
header {
  margin-bottom: 0px !important;
}
.myq-nav-header {
  height: 128px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  z-index: 100;
  position: relative;
  font-family: AktivGrotesk, sans-serif;
  will-change: auto;
}
@media only screen and (min-width: 961px) {
  .myq-nav-header {
    will-change: contents;
  }
}
@media only screen and (min-width: 961px) {
  .myq-nav-header .myq-nav-header_main-subnav-item-link,
  .myq-nav-header .myq-nav-header_main-subnav-item-description {
    font-family: AktivGrotesk-Medium, sans-serif;
  }
}
.myq-nav-header-color-myq-blue {
  color: rgb(0, 156, 222) !important;
}
.myq-nav-header_wrapper {
  margin: 0px auto;
  display: flex;
  align-items: center;
  max-width: 1650px;
  height: 80px;
}
.myq-nav-header_mobile-menu {
  display: none;
}
.myq-nav-header_logo {
  min-width: 180px;
  position: relative;
}
.myq-nav-header_logo-img {
  height: 48px;
}
.myq-nav-header_main-nav {
  display: flex;
  flex-grow: 1;
  margin: 0px 0px -45px 140px;
  order: 4;
  width: 100%;
}
.myq-nav-header_main-nav-item {
  display: block;
}
.myq-nav-header_main-nav-item h2 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
.myq-nav-header_main-nav-item-with-children
  .myq-nav-header_main-nav-item-link::after {
  content: "";
  background-image: url("/_ui/responsive/theme-myq/images/path.svg");
  height: 7.4px;
  width: 12px;
  display: inline-block;
  top: 0px;
  margin-left: 6px;
}
.myq-nav-header_main-nav-item-link {
  padding: 3px 0px;
  display: block;
  min-width: 162px;
  font-size: 17px;
  text-align: left;
  color: rgb(76, 80, 86);
  position: relative;
  text-decoration: none !important;
  line-height: 1.41 !important;
}
.myq-nav-header_main-nav-item > .myq-nav-header_main-subnav-item-link {
  display: none;
}
.myq-nav-header_main-nav > .myq-nav-header_side-nav-item {
  display: none;
}
.myq-nav-header_main-nav
  > .myq-nav-header_side-nav-item
  .myq-nav-header_side-nav-item-link-overview {
  display: none;
}
@media only screen and (min-width: 1350px) {
  .myq-nav-header_main-nav {
    margin: 0px 0px -45px 180px;
  }
}
.myq-nav-header_side-nav {
  display: flex;
  margin-top: 0px;
}
.myq-nav-header_side-nav > a {
  padding: 6px 16px;
  display: block;
  position: relative;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  color: rgb(76, 80, 86);
  text-decoration: none !important;
}
.myq-nav-header_side-nav-item {
  display: block;
}
.myq-nav-header_side-nav-item-link {
  padding: 6px 16px;
  display: block;
  position: relative;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  color: rgb(76, 80, 86);
  text-decoration: none !important;
}
.myq-nav-header_side-nav-item-link .material-icons {
  font-size: 30px;
  line-height: 14px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  right: 2px;
}
.myq-nav-header_side-nav-item-link .material-icons-sm {
  font-size: 22px;
}
.myq-nav-header_side-nav-item-link-total-items-badge {
  display: inline-block;
  margin: -1px 0px -3px -4px;
  padding: 3px 1px;
  background: rgb(193, 2, 48);
  border-radius: 10px;
  position: absolute;
  height: 18px;
  min-width: 18px;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: rgb(255, 255, 255);
}
.myq-nav-header_side-nav-item-with-children
  .myq-nav-header_side-nav-item-link::after {
  background-image: url("/_ui/responsive/theme-myq/images/path.svg");
  content: "";
  background-size: 9px 5.6px;
  width: 9px;
  height: 5.6px;
  top: -2px;
  margin-left: 2px;
  display: inline-block;
}
.myq-nav-header_main-subnav-container {
  background: rgb(246, 246, 246);
  box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 4px 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  display: none;
  z-index: 89;
  max-width: 1960px;
  top: 129px;
  margin: auto 0px;
}
.myq-nav-header_main-subnav-container-narrow {
  padding: 0px 40px;
  left: auto;
  right: auto;
  position: absolute;
  top: 129px;
  transform: translate(-40%, 0px);
}
.myq-nav-header_main-subnav-wrapper {
  margin: 0px auto;
  max-width: 1650px;
  display: flex;
  column-gap: 17px;
}
.myq-nav-header_main-subnav,
.myq-nav-header_main-subnav-promo {
  padding: 40px 0px;
}
.myq-nav-header_main-subnav {
  min-height: 400px;
}
.myq-nav-header_main-subnav-item {
  width: 260px;
}
.myq-nav-header_main-subnav-item-title {
  margin: 0px;
  padding: 0px;
}
.myq-nav-header_main-subnav-item-title > .myq-nav-header_main-subnav-item-link {
  padding: 0px 0px 6px;
  font-size: 16px;
  color: rgb(35, 82, 124);
  font-weight: bold;
}
.myq-nav-header_main-subnav-item-link {
  line-height: 1.73;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: rgb(76, 80, 86);
  text-decoration: none !important;
}
.myq-nav-header_main-subnav-item .link-with-icon {
  line-height: 2.67;
}
.myq-nav-header_main-subnav-item .link-with-icon a {
  line-height: inherit;
}
.myq-nav-header_main-subnav-item .link-with-icon-text a {
  line-height: 1.73;
}
.myq-nav-header_main-subnav-item-img {
  margin-right: 5px;
  margin-top: 5px;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  object-fit: contain;
}
.myq-nav-header_main-subnav-item-description {
  margin: 0px 20px 20px 30px;
  font-size: 14px;
  color: rgb(164, 166, 164);
  line-height: initial;
}
.myq-nav-header_main-subnav-item > .myq-nav-header_main-subnav {
  min-height: auto;
  padding: 0px;
}
.myq-nav-header_main-subnav-item
  > .myq-nav-header_main-subnav-item-link-overview {
  display: none;
}
.myq-nav-header_main-subnav-wide .myq-nav-header_main-subnav-item {
  width: 400px;
}
.myq-nav-header_main-subnav-wide-twocol .myq-nav-header_main-subnav-item {
  width: 540px;
}
.myq-nav-header_main-subnav-wide-twocol
  .myq-nav-header_main-subnav-item
  .myq-nav-header_main-subnav {
  columns: 2;
  column-gap: 25px;
}
.myq-nav-header_main-subnav-wide-twocol
  .myq-nav-header_main-subnav-item
  .myq-nav-header_main-subnav
  .myq-nav-header_main-subnav-item {
  width: 300px;
}
.myq-nav-header_main-subnav-wide-twocol
  .myq-nav-header_main-subnav-item
  .myq-nav-header_main-subnav
  .myq-nav-header_main-subnav-item
  .myq-nav-header_main-subnav-item-description {
  width: 217px;
}
.myq-nav-header_main-subnav-promo {
  width: 260px;
}
.myq-nav-header_main-subnav-promo-img,
.myq-nav-header_main-subnav-promo-title,
.myq-nav-header_main-subnav-promo-description {
  margin-block: 0px;
  margin-bottom: 12px;
  color: rgb(24, 38, 47);
}
.myq-nav-header_main-subnav-promo-img {
  border: 1px solid rgb(164, 166, 164);
  display: block;
  width: 100%;
  max-height: 160px;
  object-fit: cover;
}
.myq-nav-header_main-subnav-promo-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
.myq-nav-header_main-subnav-promo-description {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.41;
}
.myq-nav-header_wrapper {
  flex-wrap: wrap;
}
@media only screen and (max-width: 1700px) {
  .myq-nav-header_wrapper,
  .myq-nav-header_main-subnav-wrapper {
    max-width: 1500px;
  }
}
@media only screen and (max-width: 1600px) {
  .myq-nav-header_wrapper,
  .myq-nav-header_main-subnav-wrapper {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1600px) {
  .myq-nav-header_main-subnav-item {
    width: 240px;
  }
}
@media only screen and (max-width: 1500px) {
  .myq-nav-header_wrapper,
  .myq-nav-header_main-subnav-wrapper {
    max-width: 1300px;
  }
}
@media only screen and (max-width: 1500px) {
  .myq-nav-header_main-subnav.myq-nav-header_main-subnav-wide
    .myq-nav-header_main-subnav-item {
    width: 300px;
  }
}
@media only screen and (max-width: 1350px) {
  .myq-nav-header_wrapper,
  .myq-nav-header_main-subnav-wrapper {
    max-width: 1100px;
  }
}
@media only screen and (max-width: 1350px) {
  .myq-nav-header_logo {
    min-width: 140px;
  }
}
@media only screen and (max-width: 1350px) {
  .myq-nav-header_main-subnav-item {
    width: 195px;
  }
}
@media only screen and (max-width: 1350px) {
  .myq-nav-header_main-nav-item-link {
    min-width: 140px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1350px) {
  .myq-nav-header_main-subnav.myq-nav-header_main-subnav-wide
    .myq-nav-header_main-subnav-item {
    width: 270px;
  }
}
@media only screen and (max-width: 1350px) {
  .myq-nav-header_main-subnav-item-link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1350px) {
  .myq-nav-header_main-subnav-item-description {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1350px) {
  .myq-nav-header_main-subnav-wide-twocol .myq-nav-header_main-subnav-item {
    width: 500px;
  }
}
@media only screen and (max-width: 1350px) {
  .myq-nav-header_main-subnav-wide-twocol
    .myq-nav-header_main-subnav-item
    .myq-nav-header_main-subnav
    .myq-nav-header_main-subnav-item {
    width: 250px;
  }
}
@media only screen and (max-width: 1350px) {
  .myq-nav-header_main-subnav-promo-title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1350px) {
  .myq-nav-header_main-subnav-promo-description {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .myq-nav-header_wrapper,
  .myq-nav-header_main-subnav-wrapper {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1100px) {
  .myq-nav-header_main-nav-item-link {
    min-width: 120px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .myq-nav-header_main-nav-item-with-children
    .myq-nav-header_main-nav-item-link::after {
    left: 1px;
  }
}
@media only screen and (max-width: 1100px) {
  .myq-nav-header_main-subnav.myq-nav-header_main-subnav-wide
    .myq-nav-header_main-subnav-item {
    width: 240px;
  }
}
@media only screen and (max-width: 1100px) {
  .myq-nav-header_side-nav-item-link {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1100px) {
  .myq-nav-header_main-subnav-item-title
    > .myq-nav-header_main-subnav-item-link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1100px) {
  .myq-nav-header_main-subnav-item {
    width: 185px;
  }
}
@media only screen and (max-width: 1100px) {
  .myq-nav-header_main-subnav-item-link {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1100px) {
  .myq-nav-header_main-subnav-wide-twocol .myq-nav-header_main-subnav-item {
    width: 300px;
  }
}
@media only screen and (max-width: 1100px) {
  .myq-nav-header_main-subnav-wide-twocol
    .myq-nav-header_main-subnav-item
    .myq-nav-header_main-subnav {
    columns: 1;
  }
}
@media only screen and (max-width: 1100px) {
  .myq-nav-header_main-subnav-wide-twocol
    .myq-nav-header_main-subnav-item
    .myq-nav-header_main-subnav
    .myq-nav-header_main-subnav-item {
    width: 300px;
  }
}
@media only screen and (max-width: 1050px) {
  .myq-nav-header_wrapper,
  .myq-nav-header_main-subnav-wrapper {
    max-width: 940px;
  }
}
.mob-only {
  display: none;
}
.m-main-search {
  margin: 10px 0px 24px;
}
atomic-search-box {
  padding: 0px !important;
}
@media only screen and (max-width: 960px) {
  .mob-only {
    display: block;
  }
}
@media only screen and (max-width: 960px) {
  .m-main-search {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .m-main-search {
    background: white;
    width: 100%;
    padding: 8px;
    border-top: 1px solid rgb(233, 233, 234);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 8px;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 960px) {
  .m-main-search-container {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    position: absolute;
    top: 45px;
    z-index: 999;
    width: 100%;
    height: fit-content;
    margin: 0px !important;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_logo-img {
    position: relative;
    height: 36px;
    top: -3px !important;
  }
}
@media only screen and (max-width: 960px) {
  atomic-search-box {
    padding: 0px !important;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header {
    border: 0px;
    height: 55px;
    z-index: 10;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_wrapper {
    background: rgb(255, 255, 255);
    padding-top: 12px;
    padding-bottom: 3px;
    height: 55px;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_mobile-menu {
    display: block;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_mobile-menu-link {
    display: block;
    width: 60px;
    text-align: center;
    color: rgb(25, 25, 25);
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_mobile-menu-link .material-icons::after {
    content: "menu";
    font-size: 38px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_logo {
    flex-grow: 1;
    text-align: center;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_logo-link {
    display: inline-block;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_logo-img {
    position: relative;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav {
    display: none;
    background: rgb(239, 239, 239);
    width: 380px;
    overflow: hidden auto;
    position: fixed;
    top: 55px;
    bottom: 0px;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav-item-with-children
    .myq-nav-header_main-nav-item-link::after {
    background-image: url("/_ui/responsive/theme-myq/images/path-light-grey.svg");
    position: absolute;
    background-size: 9px 5.6px;
    width: 9px;
    height: 5.6px;
    top: 22px;
    left: auto;
    right: 20px;
    transform: rotate(-90deg);
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav-item-link {
    background: rgb(255, 255, 255);
    border: 2px solid rgb(239, 239, 239);
    margin-bottom: -2px;
    padding: 14px 20px;
    line-height: initial;
    text-align: left;
    font-size: 16px;
    color: rgb(116, 116, 116) !important;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav
    .myq-nav-header_main-subnav-wide-twocol
    .myq-nav-header_main-subnav-item
    .myq-nav-header_main-subnav {
    columns: auto;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav
    .myq-nav-header_main-subnav-wide-twocol
    .myq-nav-header_main-subnav-item
    .myq-nav-header_main-subnav-item-link
    > .myq-nav-header_main-subnav-item-description {
    width: auto;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav
    .myq-nav-header_main-subnav-item-with-children
    .myq-nav-header_main-subnav-item-title
    .myq-nav-header_main-subnav-item-link {
    position: relative;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav
    .myq-nav-header_main-subnav-item-with-children
    .myq-nav-header_main-subnav-item-title
    .myq-nav-header_main-subnav-item-link::after {
    background-image: url("/_ui/responsive/theme-myq/images/path-light-grey.svg");
    content: "";
    background-size: 9px 6px;
    width: 9px;
    height: 6px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    transform: rotate(-90deg);
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav > .myq-nav-header_side-nav-item {
    display: block;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav
    > .myq-nav-header_side-nav-item.myq-nav-header_side-nav-item-with-children
    .myq-nav-header_side-nav-item-link::after {
    background-image: url("/_ui/responsive/theme-myq/images/path-light-grey.svg");
    position: absolute;
    top: 24px;
    left: auto;
    right: 20px;
    transform: rotate(-90deg);
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav
    > .myq-nav-header_side-nav-item
    .myq-nav-header_side-nav-item-link {
    padding: 20px 20px 14px;
    text-align: left;
    font-size: 14px;
    color: rgb(116, 116, 116);
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-subnav-container-narrow {
    transform: none;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_side-nav {
    margin-top: -15px;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_side-nav > a {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_side-nav-item {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_side-nav-item-cart {
    display: block;
    margin: 15px 0px 10px;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_side-nav-item-cart .myq-nav-header_side-nav-item-link {
    padding: 6px 20px;
    color: rgb(25, 25, 25);
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_side-nav-item-cart
    .myq-nav-header_side-nav-item-link
    .material-icons {
    font-size: 26px;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_side-nav-item-cart
    .myq-nav-header_side-nav-item-link-total-items-badge {
    left: 34px;
    top: -5px;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-subnav-promo {
    margin: 20px;
    padding: 20px 0px;
    border-top: 1px solid rgb(154, 156, 154);
    width: auto;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-subnav-promo::after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-subnav-promo-img {
    float: left;
    width: 42%;
    max-height: none;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-subnav-promo-title,
  .myq-nav-header_main-subnav-promo-description {
    margin-left: 50%;
    color: rgb(116, 116, 116);
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-subnav-promo-title {
    font-size: 10px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-subnav-promo-description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav-item {
    -webkit-tap-highlight-color: initial;
  }
}
@media only screen and (max-width: 767px) {
  .myq-nav-header_main-subnav-item-img {
    margin-top: -2px;
    width: 18px !important;
    height: 18px !important;
  }
}
.myq-mini-cart-container {
  top: auto;
}
.myq-add-to-cart-container {
  background-color: rgb(255, 255, 255);
  margin: 0px;
  padding: 0px;
  top: 0px;
  right: 0px;
  position: fixed;
  max-width: 375px !important;
  width: 100% !important;
}
.pop-title-sec {
  margin: 0px;
  padding: 17px 21px 15px 16px;
  position: relative;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.pop-title-sec h3 {
  margin: 0px;
  padding: 0px 0px 0px 30px;
  font-family: var(--add-to-cart-font-family-regular);
  font-size: 20px;
  font-weight: 500;
  color: var(--add-to-cart-text);
  position: relative;
}
.pop-title-sec h3::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  font-family: "Material Icons Outlined";
  font-size: 16px;
  background-color: rgb(45, 170, 78);
  border-radius: 50px;
  color: rgb(255, 255, 255);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pop-title-sec span {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  color: rgb(0, 0, 0);
  opacity: 0.6;
}
.pop-title-sec span {
  margin: 0px;
  padding: 0px;
  font-size: 22px;
  color: rgb(0, 0, 0);
  opacity: 0.6;
  width: 15px;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 15px !important;
}
.pop-body {
  margin: 0px;
  padding: 16px;
  position: relative;
}
.pop-body .pop-product-list .pop-pro-box {
  position: relative;
  padding: 0px;
  margin: 0px;
  display: flex;
  gap: 0px 16px;
}
.pop-body .pop-product-list .pop-pro-box .pop-p-img {
  min-width: 132px;
  height: 132px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop-body .pop-product-list .pop-pro-box .pop-p-img img {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.pop-pro-box .pop-p-cnt {
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.pop-pro-box .pop-p-cnt .pop-p-cnt-title {
  font-family: var(--add-to-cart-font-family-bold);
  font-size: 16px;
  line-height: 16px;
  color: var(--add-to-cart-text);
}
.pop-pro-box .pop-p-cnt .pop-p-cnt-subtitle {
  font-family: var(--add-to-cart-font-family);
  font-size: 14px;
  font-weight: 500;
  color: var(--add-to-cart-text);
  line-height: 14px;
  margin: 4px 0px 0px;
}
.pop-pro-box .pop-p-cnt .pop-p-cnt-price {
  font-family: var(--add-to-cart-font-family);
  margin: auto 0px 0px;
  font-size: 20px;
  font-weight: bold;
  color: rgb(76, 80, 86);
  line-height: 20px;
}
.pop-pro-box .pop-counter {
  margin: 16px 0px 0px;
  padding: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 98px;
  height: 42px;
  border: 1px solid rgb(204, 204, 204);
}
.pop-counter-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pop-max-qty-message {
  margin-top: 20px;
  color: rgb(133, 1, 1);
}
.pop-counter button {
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto 0px;
  height: 20px;
  width: 20px;
  background-color: rgb(116, 116, 116);
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pop-counter button.counter-minus {
  left: 8px;
}
.pop-counter button.counter-plus {
  right: 8px;
  left: auto;
}
.pop-counter input.form-control {
  margin: 0px;
  padding: 10px;
  text-align: center;
  background: none;
  border: none;
  height: 100%;
  width: 100%;
  outline: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
}
.pop-counter button span {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  width: fit-content !important;
  height: fit-content !important;
}
.pop-footer {
  margin: 24px 0px 0px;
  padding: 0px;
  position: relative;
}
.pop-footer .pop-footer-btn {
  height: 42px;
  width: 100%;
  margin: 0px;
  border-radius: 21px;
  background-color: rgb(11, 29, 153);
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: rgb(255, 255, 255);
  padding: 0px;
}
.add_to_cart_popup_p_price-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.pop-p-cnt-price-per-item {
  text-decoration: line-through;
}
.basic-video-modal .iframe-container {
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-top: 2rem;
}
.basic-video-modal iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .basic-video-modal .modal-dialog {
    width: 67vw;
    padding: 1rem;
  }
}
:root {
  --spacing: 13px;
  --search-box-width: 100%;
  --atomic-font-family: var(--main-font-family);
  --chamberlain-primary-color: #191919;
  --my-color: #191919;
  --chamberlain-submit-color: #d9d9d9;
  --max-search-input-suggestions: calc(
    var(--search-box-width) - var(--search-box-submit-width) - 25px
  );
  --main-grey-color: #d2d0cd;
  --tab-hover-color: var(--chamberlain-main-color);
  --tab-border-color: #c7c9cb;
  --tab-active-color: white;
  --tab-active-background-color: #cae8f5;
  --tab-primary-color: #4c5056;
  --tab-primary-background-color: white;
  --search-box-radius: 0px;
  --button-border-radius: 0px;
  --half-gap: 18px;
  --full-gap: calc(var(--half-gap) * 2);
  --tab-font-size: 20px;
  --tab-font-weight: 600;
  --tab-font-size--mobile: 14px;
  --tab-font-size--tablet: 18px;
  --tab-font-weight--tablet: 600;
  --tab-font-weight--mobile: 600;
}
atomic-external {
  display: flex;
  justify-content: center;
}
atomic-search-box::part(submit-button)::before {
    margin-right: 5px;
    content: '' !important;
}
atomic-external atomic-search-box::part(submit-icon) {
    display: block !important;
    color: #4c5056;
}
body {
  --go-button-caption: "Go";
  --show-filter-caption: "Show Filter";
  --hide-filter-caption: "Hide Filter";
}
.standalone-interface {
  display: none !important;
}
atomic-search-interface {
  display: grid;
  padding-left: var(--spacing);
  padding-right: var(--spacing);
  grid-template-columns: var(--spacing) 1fr var(--spacing);
}
.LiftMasterInterface {
  background-color: rgb(239, 239, 239);
}
atomic-search-box {
  grid-area: search;
  padding: 24px 0px;
  width: 100%;
  max-width: var(--search-box-width);
}
atomic-search-interface.desktop {
  column-gap: 0px;
  grid-template-columns: 0fr minmax(auto, 305px) minmax(500px, 100%) 0fr;
  grid-template-areas: "heading heading heading heading" ". pg-top pg-top ." ". facets results ." ". pg-btm pg-btm ." ". status status .";
  grid-template-rows: min-content;
  padding-left: var(--full-gap);
  padding-right: var(--full-gap);
}
atomic-search-interface.desktop:not(.with-facets) {
  grid-template-columns: 0fr auto minmax(500px, 100%) 0fr;
}
atomic-search-interface.nondesktop {
  display: grid;
  column-gap: 0px;
  grid-template-columns: var(--spacing) 1fr var(--spacing);
  grid-template-areas: "heading heading heading heading" "pg-top pg-top pg-top pg-top" "results results results results" "pg-btm pg-btm pg-btm pg-btm" "status status status status";
}
:root {
  --chamberlain-main-color: #0b1d99;
  --chamberlain-secondary-color: #c9e8f5;
  --chamberlain-button-secondary-color: #0e29d5;
  --tab-gab: 2rem;
  --main-font-family: "AktivGrotesk", "Roboto", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  --search-button-background-color: var(--chamberlain-main-color);
  --product-card-color: #f1f2f2;
  --product-title-font: var(--main-font-family);
  --product-title-color: #000000;
  --product-title-font-weight: 700;
  --product-title-font-style: normal;
  --product-price-color: #000000;
  --product-title-size: 18px;
  --product-price-weight: 500;
  --product-metadata-color: #4c5056;
  --product-title-margin: 20px;
  --product-title-line-height-desktop: 24px;
  --product-title-line-height-mobile: 20px;
  --call-to-action-height: 1rem;
  --call-to-action-font-family: var(--main-font-family);
  --call-to-action-font-size: 18px;
  --call-to-action-element-height: 41.91px;
  --search-box-submit-width: 50px;
  --search-box-submit-padding: 0.5rem;
  --search-box-color: #4c5056;
  --search-box-font-size: 16px;
  --pager-color: var(--chamberlain-main-color);
  --button-hover-color: var(--chamberlain-button-secondary-color);
  --tab-active-background-color: var(--chamberlain-secondary-color);
  --facet-checkbox-hover-color: var(--chamberlain-main-color);
  --facet-checkbox-color: rgb(72, 81, 83);
  --facet-checkbox-border-radius: 0;
  --search-box-gab: 0px;
  --button-border-radius: 20px;
  --ui-promotion-default-main-color: #5cdea2;
  --ui-promotion-font-size: 12px;
  --coveo-interface-background-color: #fff;
  --full-gap: 2px;
  --chamberlain-facet-color: #4c5056 !important;
}
atomic-search-interface {
  padding: 0px !important;
}
@media only screen and (min-width: 0px) {
  :root {
    --search-box-height: 40px;
  }
}
@media only screen and (min-width: 992px) {
  :root {
    --search-box-height: 48px;
  }
}
atomic-search-interface.desktop:not(.with-facets) {
  grid-template-columns: 0fr auto 1fr 0fr;
}
:root {
  --checkout-border-primary-color: #e5e5e5;
  --checkout-box-background-color: #fff;
  --checkout-box-body-background-color: #fff;
  --checkout-stepper-background-fill-color: #009cde;
  --checkout-stepper-background-color: #fff;
  --checkout-stepper-border-color: #009cde;
  --checkout-stepper-complete-background-color: #2daa4e;
  --checkout-stepper-complete-font-color: #a4a6a4;
  --checkout-stepper-process-font-color: #009cde;
  --checkout-next-btn-background-color-disable: #a8c1d0;
  --checkout-next-btn-background-color: #0b1d99;
  --checkout-coupon-apply-disable-color: #99d7f2;
  --checkout-coupon-apply-color: #99d7f2;
  --checkout-btn-disable: #99d7f2;
  --checkout-cart-totals-list-color: #191919;
  --checkout-order-details-color: #2daa4e;
  --checkout-error-color: #d9534f;
  --checkout-order-summary-details-code: #a4a6a4;
  --checkout-order-summary-details-desc: #191919;
  --checkout-next-btn-border-radius: 50px;
  --home-support-link-hover-color: #009cde;
  --add-to-cart-font-family-regular: "AktivGrotesk-Regular";
  --add-to-cart-font-family-bold: "AktivGrotesk-Bold";
  --add-to-cart-font-family: "AktivGrotesk", sans-serif;
  --add-to-cart-text: #191919;
  --add-to-cart-alt-text: #a4a6a4;
}
#cboxOverlay {
  position: fixed;
}
.myQSupportLink {
  padding: 20px 20px 14px;
  text-align: left;
  font-size: 14px;
  color: rgb(116, 116, 116);
  display: none;
}
.myq-support {
  left: auto;
  margin: auto;
  padding: 0px;
  height: 90vh;
  z-index: 122;
  width: 428px;
  top: 55px !important;
  bottom: auto !important;
  right: 70px !important;
}
@media only screen and (max-width: 1200px) {
  .myq-support {
    left: auto;
    z-index: 122;
    width: 50%;
    right: auto !important;
    height: 79vh !important;
  }
}
@media only screen and (max-width: 960px) {
  .myQSupportLink {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .myq-support {
    left: auto;
    width: 100%;
    max-width: 100%;
    top: 61px !important;
    right: auto !important;
    height: 92vh !important;
  }
}
@media only screen and (max-width: 768px) {
  .myQSupportLink {
    display: block;
  }
}
#addtocart-popup-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  display: none;
}
#opti-notificationBar {
  margin: 0px;
  padding: 0px;
}
#opti-notificationBar a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
#opti-nbContainer {
  padding: 10px;
  margin: 0px auto;
  width: 100%;
  text-align: center;
}
#opti-nbIcon {
  display: inline-block;
}
#opti-nbText {
  display: inline;
  font-size: 0.9rem;
}
.material-icons {
  position: relative;
  top: 3px;
}
.opti-nb-info {
  color: rgb(255, 255, 255);
  background-color: rgb(11, 29, 153);
}
.opti-nb-info .opti-nb-ico-info {
  display: inline-block;
}
#onetrust-pc-sdk .ot-pc-footer-logo a {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 152px;
  display: block;
  text-decoration: none;
  font-size: 0.75em;
}
#onetrust-pc-sdk button * {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
#onetrust-pc-sdk .ot-hide {
  display: none !important;
}
#onetrust-pc-sdk .ot-sdk-row .ot-sdk-column {
  padding: 0px;
}
#onetrust-pc-sdk .ot-sdk-container {
  padding-right: 0px;
}
#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 li input[type="checkbox"] {
  z-index: 1;
}
#onetrust-pc-sdk input {
  margin: 3px 0.1ex;
}
#onetrust-pc-sdk .ot-pc-logo {
  height: 60px;
  width: 180px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#onetrust-pc-sdk .ot-pc-logo img {
  max-height: 100%;
  max-width: 100%;
}
#onetrust-pc-sdk .ot-scrn-rdr {
  border: 0px;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  width: 1px;
}
#onetrust-pc-sdk.ot-fade-in,
.onetrust-pc-dark-filter.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;
}
.onetrust-pc-dark-filter {
  background: rgba(0, 0, 0, 0.5);
  z-index: 2147483646;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
}
#onetrust-pc-sdk .ot-pc-footer-logo img {
  width: 136px;
  height: 16px;
}
#onetrust-pc-sdk .ot-optout-signal {
  border: 1px solid rgb(50, 174, 136);
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 10px;
  background-color: rgb(249, 255, 250);
  font-size: 0.85rem;
  line-height: 2;
}
#onetrust-pc-sdk .ot-optout-signal .ot-optout-icon {
  display: inline;
  margin-right: 5px;
}
#onetrust-pc-sdk .ot-optout-signal svg {
  height: 20px;
  width: 30px;
  transform: scale(0.5);
}
#onetrust-pc-sdk .ot-optout-signal svg path {
  fill: rgb(50, 174, 136);
}
#onetrust-pc-sdk {
  font-size: 16px;
}
#onetrust-pc-sdk *,
#onetrust-pc-sdk::after,
#onetrust-pc-sdk::before {
  box-sizing: content-box;
}
#onetrust-pc-sdk div,
#onetrust-pc-sdk span,
#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4,
#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 #ot-pc-content {
  font-family: inherit;
  font-weight: normal;
  -webkit-font-smoothing: auto;
  letter-spacing: normal;
  line-height: normal;
  padding: 0px;
  margin: 0px;
  height: auto;
  min-height: 0px;
  max-height: none;
  width: auto;
  min-width: 0px;
  max-width: none;
  border-radius: 0px;
  border: none;
  clear: none;
  float: none;
  position: static;
  inset: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0px;
  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-pc-sdk label::before,
#onetrust-pc-sdk label::after {
  content: none;
}
#onetrust-pc-sdk .ot-sdk-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
  box-sizing: border-box;
}
#onetrust-pc-sdk .ot-sdk-column,
#onetrust-pc-sdk .ot-sdk-columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0px;
  display: initial;
}
@media (min-width: 400px) {
  #onetrust-pc-sdk .ot-sdk-container {
    width: 90%;
    padding: 0px;
  }
}
@media (min-width: 550px) {
  #onetrust-pc-sdk .ot-sdk-container {
    width: 100%;
  }
}
@media (min-width: 550px) {
  #onetrust-pc-sdk .ot-sdk-column,
  #onetrust-pc-sdk .ot-sdk-columns {
    margin-left: 4%;
  }
}
@media (min-width: 550px) {
  #onetrust-pc-sdk .ot-sdk-column:first-child,
  #onetrust-pc-sdk .ot-sdk-columns:first-child {
    margin-left: 0px;
  }
}
@media (min-width: 550px) {
  #onetrust-pc-sdk .ot-sdk-four.ot-sdk-columns {
    width: 30.6667%;
  }
}
@media (min-width: 550px) {
  #onetrust-pc-sdk .ot-sdk-eight.ot-sdk-columns {
    width: 65.3333%;
  }
}
#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4 {
  margin-top: 0px;
  font-weight: 600;
  font-family: inherit;
}
#onetrust-pc-sdk h2 {
  font-size: 1.5rem;
  line-height: 1.25;
}
#onetrust-pc-sdk h3 {
  font-size: 1.5rem;
  line-height: 1.3;
}
#onetrust-pc-sdk h4 {
  font-size: 1.5rem;
  line-height: 1.35;
}
@media (min-width: 550px) {
  #onetrust-pc-sdk h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 550px) {
  #onetrust-pc-sdk h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 550px) {
  #onetrust-pc-sdk h4 {
    font-size: 1.5rem;
  }
}
#onetrust-pc-sdk p {
  margin: 0px 0px 1em;
  font-family: inherit;
  line-height: normal;
}
#onetrust-pc-sdk a {
  color: rgb(86, 86, 86);
  text-decoration: underline;
}
#onetrust-pc-sdk button {
  margin-bottom: 1rem;
  font-family: inherit;
}
#onetrust-pc-sdk button {
  display: inline-block;
  height: 38px;
  padding: 0px 30px;
  color: rgb(85, 85, 85);
  text-align: center;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  border: 1px solid rgb(187, 187, 187);
  cursor: pointer;
  box-sizing: border-box;
}
#onetrust-pc-sdk input[type="text"] {
  height: 38px;
  padding: 6px 10px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(209, 209, 209);
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
#onetrust-pc-sdk input[type="text"] {
  appearance: none;
}
#onetrust-pc-sdk label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
#onetrust-pc-sdk input[type="checkbox"] {
  display: inline;
}
#onetrust-pc-sdk ul {
  list-style: inside circle;
}
#onetrust-pc-sdk ul {
  padding-left: 0px;
  margin-top: 0px;
}
#onetrust-pc-sdk li {
  margin-bottom: 1rem;
}
#onetrust-pc-sdk .ot-sdk-container::after,
#onetrust-pc-sdk .ot-sdk-row::after {
  content: "";
  display: table;
  clear: both;
}
#onetrust-pc-sdk .ot-sdk-row {
  margin: 0px;
  max-width: none;
  display: block;
}
#onetrust-pc-sdk {
  position: fixed;
  width: 730px;
  max-width: 730px;
  height: 610px;
  inset: 0px;
  margin: auto;
  font-size: 16px;
  z-index: 2147483647;
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0) 0px 2px 4px 0px,
    rgba(50, 50, 93, 0.1) 0px 7px 14px 0px;
}
#onetrust-pc-sdk #ot-pc-content,
#onetrust-pc-sdk #ot-pc-lst {
  height: calc(100% - 185px);
}
#onetrust-pc-sdk li {
  list-style: none;
}
#onetrust-pc-sdk ul,
#onetrust-pc-sdk li {
  margin: 0px;
}
#onetrust-pc-sdk a {
  text-decoration: underline;
}
#onetrust-pc-sdk .ot-link-btn {
  padding: 0px;
  margin-bottom: 0px;
  border: 0px;
  font-weight: normal;
  line-height: normal;
  width: auto;
  height: auto;
}
#onetrust-pc-sdk .ot-grps-cntr *,
#onetrust-pc-sdk .ot-pc-scrollbar {
}
#onetrust-pc-sdk .ot-pc-header {
  height: auto;
  padding: 10px;
  display: block;
  width: calc(100% - 20px);
  min-height: 52px;
  border-bottom: 1px solid rgb(216, 216, 216);
  position: relative;
}
#onetrust-pc-sdk .ot-pc-logo {
  vertical-align: middle;
  width: 180px;
}
#onetrust-pc-sdk .ot-pc-logo.ot-pc-logo {
  height: 40px;
}
#onetrust-pc-sdk .ot-title-cntr {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 190px);
  padding-left: 10px;
}
#onetrust-pc-sdk .ot-optout-signal {
  margin: 0.625rem 0.625rem 0.625rem 1.75rem;
}
#onetrust-pc-sdk .ot-always-active {
  font-size: 0.813em;
  line-height: 1.5;
  font-weight: 700;
  color: rgb(56, 96, 190);
}
#onetrust-pc-sdk .ot-close-cntr {
  float: right;
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
}
#onetrust-pc-sdk #ot-pc-content {
  position: relative;
  overflow: hidden auto;
}
#onetrust-pc-sdk #ot-pc-content .ot-sdk-container {
  margin-left: 0px;
}
#onetrust-pc-sdk .ot-grps-cntr,
#onetrust-pc-sdk .ot-grps-cntr > * {
  height: 100%;
  overflow-y: auto;
}
#onetrust-pc-sdk .category-menu-switch-handler {
  cursor: pointer;
  border-left: 10px solid rgba(0, 0, 0, 0);
  background-color: rgb(244, 244, 244);
  border-bottom: 1px solid rgb(215, 215, 215);
  padding: 12px 5px 12px 12px;
  overflow: hidden;
}
#onetrust-pc-sdk .category-menu-switch-handler h3 {
  float: left;
  text-align: left;
  margin: 0px;
  color: dimgray;
  line-height: 1.4;
  font-size: 0.875em;
  word-break: break-word;
  overflow-wrap: break-word;
}
#onetrust-pc-sdk .ot-active-menu {
  border-left: 10px solid rgb(104, 182, 49);
  background-color: rgb(255, 255, 255);
  border-bottom: none;
  position: relative;
}
#onetrust-pc-sdk .ot-active-menu h3 {
  color: rgb(38, 50, 56);
  font-weight: bold;
}
#onetrust-pc-sdk .ot-desc-cntr {
  word-break: break-word;
  overflow-wrap: break-word;
  padding-top: 20px;
  padding-right: 16px;
  padding-bottom: 15px;
}
#onetrust-pc-sdk .ot-grp-desc {
  word-break: break-word;
  overflow-wrap: break-word;
  text-align: left;
  font-size: 0.813em;
  line-height: 1.5;
  margin: 0px;
}
#onetrust-pc-sdk .ot-grp-desc * {
  font-size: inherit;
  line-height: inherit;
}
#onetrust-pc-sdk #ot-pc-desc a {
  color: rgb(56, 96, 190);
  cursor: pointer;
  font-size: 1em;
}
#onetrust-pc-sdk #ot-pc-desc a.privacy-notice-link {
  margin-right: 8px;
}
#onetrust-pc-sdk #ot-pc-desc * {
  font-size: inherit;
}
#onetrust-pc-sdk .ot-btn-subcntr {
  float: right;
}
#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: rgb(60, 115, 86);
}
#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob::before {
  transform: translateX(16px);
  background-color: rgb(111, 150, 129);
}
#onetrust-pc-sdk .ot-switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 10px;
  margin-bottom: 0px;
}
#onetrust-pc-sdk .ot-switch-nob {
  position: absolute;
  cursor: pointer;
  inset: 0px;
  background-color: rgb(118, 118, 118);
  border: none;
  transition: 0.2s ease-in;
  border-radius: 46px;
}
#onetrust-pc-sdk .ot-switch-nob::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  bottom: 1px;
  background-color: rgb(77, 77, 77);
  border-radius: 100%;
  top: -5px;
  transition: 0.4s;
}
#onetrust-pc-sdk .ot-chkbox {
  z-index: 1;
  position: relative;
  float: left;
}
#onetrust-pc-sdk .ot-chkbox input + label::after {
  content: none;
  color: rgb(255, 255, 255);
}
#onetrust-pc-sdk .ot-chkbox label {
  position: relative;
  height: 20px;
  padding-left: 30px;
  display: inline-block;
  cursor: pointer;
}
#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 rgb(56, 96, 190);
  left: 0px;
}
#onetrust-pc-sdk .ot-chkbox label::after {
  height: 5px;
  width: 9px;
  border-left: 3px solid;
  border-bottom: 3px solid;
  transform: rotate(-45deg);
  left: 4px;
  top: 5px;
}
#onetrust-pc-sdk .ot-label-txt {
  display: none;
}
#onetrust-pc-sdk .ot-fltr-opt .ot-label-txt {
  display: inline-block;
}
#onetrust-pc-sdk .ot-chkbox input,
#onetrust-pc-sdk .ot-tgl input {
  position: absolute;
  opacity: 0;
  width: 0px;
  height: 0px;
}
#onetrust-pc-sdk .ot-label-status {
  font-size: 0.75em;
  position: relative;
  top: 2px;
  display: none;
  padding-right: 5px;
  float: left;
}
#onetrust-pc-sdk #ot-lst-cnt .ot-label-status {
  top: -6px;
}
#onetrust-pc-sdk .ot-fltr-opts {
  min-height: 35px;
}
#onetrust-pc-sdk .ot-fltr-btns {
  margin: 10px 15px 0px;
}
#onetrust-pc-sdk .ot-fltr-btns button {
  padding: 12px 30px;
}
#onetrust-pc-sdk .ot-pc-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  max-height: 160px;
  border-top: 1px solid rgb(216, 216, 216);
}
#onetrust-pc-sdk .ot-pc-footer button {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 0.813em;
  min-height: 40px;
  height: auto;
  line-height: normal;
  padding: 10px 30px;
}
#onetrust-pc-sdk .ot-tab-desc {
  margin-left: 3%;
}
#onetrust-pc-sdk .ot-grp-hdr1 {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
#onetrust-pc-sdk .ot-desc-cntr h4 {
  color: rgb(38, 50, 56);
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  font-weight: bold;
  font-size: 0.875em;
  line-height: 1.3;
  max-width: 80%;
}
#onetrust-pc-sdk #ot-pvcy-hdr {
  margin-bottom: 10px;
}
#onetrust-pc-sdk .ot-always-active-group .ot-tgl-cntr {
  max-width: 28%;
}
#onetrust-pc-sdk .ot-pc-footer-logo {
  height: 30px;
  width: 100%;
  text-align: right;
  background: rgb(244, 244, 244);
  border-radius: 0px 0px 2px 2px;
}
#onetrust-pc-sdk .ot-pc-footer-logo a {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
}
#onetrust-pc-sdk .save-preference-btn-handler {
  min-width: 155px;
  background-color: rgb(104, 182, 49);
  border-radius: 2px;
  color: rgb(255, 255, 255);
  font-size: 0.9em;
  line-height: 1.1;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}
#onetrust-pc-sdk #ot-pc-title {
  margin: 0px;
  overflow: hidden;
  position: relative;
  line-height: 1.2;
  max-height: 2.4em;
  padding-right: 1em;
  font-size: 1.37em;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 90%;
}
#onetrust-pc-sdk #ot-pc-lst {
  width: 100%;
  position: relative;
}
#onetrust-pc-sdk .ot-lst-cntr {
  height: 100%;
}
#onetrust-pc-sdk #ot-pc-hdr {
  padding: 15px 30px 15px 20px;
  display: inline-block;
  width: calc(100% - 50px);
  height: 20px;
  border-bottom: 1px solid rgb(216, 216, 216);
}
#onetrust-pc-sdk #ot-pc-hdr input {
  height: 32px;
  width: 100%;
  border-radius: 50px;
  font-size: 0.8em;
  padding-right: 35px;
  padding-left: 15px;
  float: left;
}
#onetrust-pc-sdk #ot-lst-cnt {
  height: calc(100% - 86px);
  padding-left: 30px;
  padding-right: 27px;
  padding-top: 20px;
  margin: 8px 3px 4px 0px;
  overflow: hidden auto;
  transform: translate3d(0px, 0px, 0px);
}
#onetrust-pc-sdk #ot-back-arw {
  height: 12px;
  width: 12px;
}
#onetrust-pc-sdk #ot-lst-title {
  display: inline-block;
  font-size: 1em;
}
#onetrust-pc-sdk #ot-lst-title h3 {
  color: dimgray;
  font-weight: bold;
  margin-left: 10px;
  display: inline-block;
  font-size: 1em;
}
#onetrust-pc-sdk .ot-lst-subhdr {
  float: right;
  position: relative;
  bottom: 6px;
}
#onetrust-pc-sdk #ot-search-cntr {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 300px;
}
#onetrust-pc-sdk #ot-search-cntr svg {
  position: absolute;
  right: 0px;
  width: 30px;
  height: 30px;
  font-size: 1em;
  line-height: 1;
  top: 2px;
}
#onetrust-pc-sdk #ot-fltr-cntr {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  vertical-align: middle;
  font-size: 0px;
}
#onetrust-pc-sdk #filter-btn-handler {
  background-color: rgb(56, 96, 190);
  border-radius: 17px;
  transition: 0.1s;
  width: 32px;
  height: 32px;
  padding: 0px;
  margin: 0px;
  position: relative;
}
#onetrust-pc-sdk #filter-btn-handler svg {
  cursor: pointer;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: 5px;
}
#onetrust-pc-sdk #filter-btn-handler path {
  fill: rgb(255, 255, 255);
}
#onetrust-pc-sdk #ot-sel-blk {
  min-width: 200px;
  min-height: 30px;
  padding-left: 20px;
}
#onetrust-pc-sdk #ot-selall-vencntr {
  float: left;
  height: 100%;
}
#onetrust-pc-sdk #ot-selall-vencntr label {
  height: 100%;
  padding-left: 0px;
}
#onetrust-pc-sdk #ot-selall-hostcntr {
  width: 21px;
  height: 21px;
  position: relative;
  left: 20px;
}
#onetrust-pc-sdk #ot-selall-hostcntr input[type="checkbox"],
#onetrust-pc-sdk #ot-selall-vencntr input[type="checkbox"] {
  position: absolute;
}
#onetrust-pc-sdk label {
  margin-bottom: 0px;
}
#onetrust-pc-sdk .ot-tgl-cntr {
  display: inline-block;
  vertical-align: middle;
}
#onetrust-pc-sdk .ot-tgl-cntr {
  float: right;
}
#onetrust-pc-sdk .ot-desc-cntr {
  padding-top: 0px;
  margin-top: 20px;
  padding-right: 0px;
  border-radius: 3px;
  overflow: hidden;
  padding-bottom: 10px;
}
#onetrust-pc-sdk .ot-category-desc {
  padding-bottom: 10px;
}
#onetrust-pc-sdk .ot-grp-hdr1 {
  padding-left: 10px;
  width: calc(100% - 20px);
  padding-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 8px;
}
#onetrust-pc-sdk .ot-desc-cntr > :not(.ot-grp-hdr1) {
  padding-left: 10px;
  padding-right: 10px;
}
#onetrust-pc-sdk .ot-desc-cntr .ot-tgl-cntr:first-of-type,
#onetrust-pc-sdk .ot-cat-header + .ot-tgl {
  padding-left: 7px;
  padding-right: 7px;
}
#onetrust-pc-sdk
  .ot-always-active-group
  .ot-grp-hdr1
  .ot-tgl-cntr:first-of-type {
  padding-left: 0px;
}
#onetrust-pc-sdk .ot-cat-header {
  max-width: calc(100% - 133px);
}
#onetrust-pc-sdk #ot-lst-cnt #ot-sel-blk {
  width: 100%;
  display: inline-block;
  padding: 0px;
}
#onetrust-pc-sdk .ot-sel-all {
  display: inline-block;
  width: 100%;
}
#onetrust-pc-sdk .ot-sel-all-hdr,
#onetrust-pc-sdk .ot-sel-all-chkbox {
  width: 100%;
  float: right;
  position: relative;
}
#onetrust-pc-sdk .ot-sel-all-chkbox {
  z-index: 1;
}
#onetrust-pc-sdk:not(.ot-hosts-ui) .ot-sel-all-hdr,
#onetrust-pc-sdk:not(.ot-hosts-ui) .ot-sel-all-chkbox {
  right: 23px;
  width: calc(100% - 23px);
}
#onetrust-pc-sdk .ot-consent-hdr,
#onetrust-pc-sdk .ot-li-hdr {
  float: right;
  font-size: 0.813em;
  position: relative;
  line-height: normal;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
}
#onetrust-pc-sdk .ot-li-hdr {
  max-width: 100px;
  margin-right: 10px;
}
#onetrust-pc-sdk .ot-consent-hdr {
  max-width: 55px;
}
#onetrust-pc-sdk #ot-selall-licntr {
  display: block;
  width: 21px;
  height: 21px;
  position: relative;
  float: right;
  right: 80px;
}
#onetrust-pc-sdk #ot-selall-licntr input {
  position: absolute;
}
#onetrust-pc-sdk #ot-selall-vencntr {
  float: right;
  width: 21px;
  height: 21px;
  position: relative;
  right: 15px;
}
#onetrust-pc-sdk #ot-anchor {
  border: 12px solid rgba(0, 0, 0, 0);
  display: none;
  position: absolute;
  z-index: 2147483647;
  top: 40px;
  right: 35px;
  transform: rotate(45deg);
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(199, 197, 199) -3px -3px 5px -2px;
}
#onetrust-pc-sdk #ot-fltr-modal {
  width: 300px;
  position: absolute;
  z-index: 2147483646;
  top: 46px;
  height: 90%;
  max-height: 350px;
  display: none;
  transition: 0.2s;
  opacity: 1;
  right: 0px;
}
#onetrust-pc-sdk #ot-fltr-modal button {
  max-width: 200px;
  line-height: 1;
  word-break: break-word;
  white-space: normal;
  height: auto;
  font-weight: bold;
}
#onetrust-pc-sdk #ot-fltr-cnt {
  background-color: rgb(255, 255, 255);
  margin: 5px 10px 5px 5px;
  border-radius: 3px;
  height: 100%;
  padding-right: 10px;
  box-shadow: rgb(199, 197, 199) 0px 0px 12px 2px;
}
#onetrust-pc-sdk .ot-fltr-scrlcnt {
  overflow: hidden auto;
  clear: both;
  max-height: calc(100% - 60px);
}
#onetrust-pc-sdk .ot-fltr-opt {
  margin-bottom: 5px;
  margin-left: 15px;
  min-height: 20px;
  clear: both;
}
#onetrust-pc-sdk .ot-fltr-opt .ot-chkbox {
  float: none;
}
#onetrust-pc-sdk .ot-fltr-opt span {
  cursor: pointer;
  color: dimgray;
  font-size: 0.8em;
  line-height: 1.1;
  font-weight: normal;
}
#onetrust-pc-sdk #clear-filters-handler {
  float: right;
  margin-top: 15px;
  margin-bottom: 10px;
  text-decoration: none;
  color: rgb(56, 96, 190);
  font-size: 0.9em;
  border: none;
  padding: 1px;
}
#onetrust-pc-sdk #filter-apply-handler {
  margin-right: 10px;
}
#onetrust-pc-sdk .ot-grps-cntr {
  overflow-y: hidden;
}
#onetrust-pc-sdk .ot-cat-header {
  float: left;
  font-weight: 600;
  font-size: 0.875em;
  line-height: 1.5;
  max-width: 90%;
  vertical-align: middle;
}
#onetrust-pc-sdk #ot-lst-cnt {
  margin-top: 1rem;
  max-height: calc(100% - 96px);
}
@media (min-width: 768px) {
  #onetrust-pc-sdk.ot-tgl-with-label .ot-label-status {
    display: inline;
  }
}
@media (min-width: 768px) {
  #onetrust-pc-sdk.ot-tgl-with-label #ot-pc-lst .ot-label-status {
    display: none;
  }
}
@media (min-width: 768px) {
  #onetrust-pc-sdk.ot-tgl-with-label .ot-cat-header {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  #onetrust-pc-sdk.ot-tgl-with-label .ot-desc-cntr .ot-tgl-cntr:first-of-type,
  #onetrust-pc-sdk.ot-tgl-with-label .ot-cat-header + .ot-tgl {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  #onetrust-pc-sdk {
    width: 100%;
    border: none;
  }
}
@media (max-width: 767px) {
  #onetrust-pc-sdk .ot-optout-signal {
    margin: 0.625rem;
  }
}
@media (max-width: 767px) {
  #onetrust-pc-sdk .ot-sdk-container,
  #onetrust-pc-sdk .ot-sdk-container {
    padding: 0px;
    margin: 0px;
  }
}
@media (max-width: 767px) {
  #onetrust-pc-sdk .ot-title-cntr {
    width: 75%;
  }
}
@media (max-width: 767px) {
  #onetrust-pc-sdk .ot-title-cntr #ot-pc-title {
    white-space: break-spaces;
    font-size: 20px;
    overflow-x: visible;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  #onetrust-pc-sdk .ot-pc-logo {
    width: 15%;
  }
}
@media (max-width: 767px) {
  #onetrust-pc-sdk .ot-pc-logo img {
    max-height: 100%;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  #onetrust-pc-sdk .ot-desc-cntr {
    margin: 0px;
    padding: 20px 20px 15px;
    position: relative;
    left: auto;
  }
}
@media (max-width: 767px) {
  #onetrust-pc-sdk .ot-desc-cntr {
    margin-top: 20px;
    margin-left: 20px;
    padding: 0px 0px 10px;
  }
}
@media (max-width: 767px) {
  #onetrust-pc-sdk .ot-grps-cntr {
    max-height: none;
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  #onetrust-pc-sdk {
    height: 100%;
  }
}
@media (max-width: 640px) {
  #onetrust-pc-sdk .ot-optout-signal {
    margin: 0.625rem;
  }
}
@media (max-width: 640px) {
  #onetrust-pc-sdk .ot-pc-header {
    padding: 10px;
    width: calc(100% - 20px);
  }
}
@media (max-width: 640px) {
  #onetrust-pc-sdk #ot-pc-content {
    overflow: auto;
  }
}
@media (max-width: 640px) {
  #onetrust-pc-sdk .ot-sdk-row .ot-sdk-columns {
    width: 100%;
  }
}
@media (max-width: 640px) {
  #onetrust-pc-sdk .ot-desc-cntr {
    margin: 0px;
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  #onetrust-pc-sdk .ot-desc-cntr {
    margin-left: 10px;
    width: calc(100% - 15px);
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 640px) {
  #onetrust-pc-sdk #ot-lst-cnt {
    width: calc(100% - 18px);
    padding-top: 13px;
    padding-right: 5px;
    padding-left: 10px;
  }
}
@media (max-width: 640px) {
  #onetrust-pc-sdk .ot-grps-cntr {
    width: 100%;
  }
}
@media (max-width: 640px) {
  #onetrust-pc-sdk .ot-pc-footer {
    max-height: 300px;
  }
}
@media (max-width: 640px) {
  #onetrust-pc-sdk #ot-pc-content,
  #onetrust-pc-sdk #ot-pc-lst {
    height: calc(100% - 322px);
  }
}
@media (max-width: 425px) {
  #onetrust-pc-sdk .ot-pc-header .ot-pc-logo {
    width: 15%;
  }
}
@media (max-width: 425px) {
  #onetrust-pc-sdk .ot-pc-header .ot-pc-logo img {
    max-height: 100%;
    font-size: 10px;
  }
}
@media (max-width: 425px) {
  #onetrust-pc-sdk .ot-title-cntr {
    width: 75%;
  }
}
@media (max-width: 425px) {
  #onetrust-pc-sdk #ot-pc-title {
    max-width: 100%;
    white-space: break-spaces;
    font-size: 20px;
    overflow-x: visible;
  }
}
@media (max-width: 425px) {
  #onetrust-pc-sdk .ot-always-active-group .ot-tgl-cntr:first-of-type {
    max-width: none;
    padding-left: 20px;
  }
}
@media only screen and (max-height: 425px) and (max-width: 896px) and (orientation: landscape) {
  #onetrust-pc-sdk {
    height: 100%;
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-height: 425px) and (max-width: 896px) and (orientation: landscape) {
  #onetrust-pc-sdk .ot-always-active-group .ot-tgl-cntr {
    max-width: none;
  }
}
@media only screen and (max-height: 425px) and (max-width: 896px) and (orientation: landscape) {
  #onetrust-pc-sdk .ot-pc-header {
    padding: 10px;
    width: calc(100% - 20px);
    height: auto;
    min-height: 20px;
  }
}
@media only screen and (max-height: 425px) and (max-width: 896px) and (orientation: landscape) {
  #onetrust-pc-sdk .ot-pc-header .ot-pc-logo {
    max-height: 20px;
    width: 15%;
  }
}
@media only screen and (max-height: 425px) and (max-width: 896px) and (orientation: landscape) {
  #onetrust-pc-sdk .ot-pc-header .ot-pc-logo img {
    max-height: 100%;
    font-size: 10px;
  }
}
@media only screen and (max-height: 425px) and (max-width: 896px) and (orientation: landscape) {
  #onetrust-pc-sdk .ot-title-cntr {
    width: 75%;
  }
}
@media only screen and (max-height: 425px) and (max-width: 896px) and (orientation: landscape) {
  #onetrust-pc-sdk .ot-title-cntr #ot-pc-title {
    white-space: break-spaces;
    font-size: 20px;
    overflow-x: visible;
  }
}
@media only screen and (max-height: 425px) and (max-width: 896px) and (orientation: landscape) {
  #onetrust-pc-sdk .ot-pc-footer {
    max-height: 52px;
    overflow-y: auto;
  }
}
@media only screen and (max-height: 425px) and (max-width: 896px) and (orientation: landscape) {
  #onetrust-pc-sdk #ot-pc-lst {
    overflow-y: auto;
  }
}
@media only screen and (max-height: 425px) and (max-width: 896px) and (orientation: landscape) {
  #onetrust-pc-sdk #ot-pc-lst #ot-pc-hdr {
    height: auto;
  }
}
@media only screen and (max-height: 425px) and (max-width: 896px) and (orientation: landscape) {
  #onetrust-pc-sdk #ot-pc-lst #ot-pc-hdr .ot-lst-subhdr {
    padding: 10px 5px;
    float: none;
  }
}
@media only screen and (max-height: 425px) and (max-width: 896px) and (orientation: landscape) {
  #onetrust-pc-sdk #ot-pc-lst #ot-pc-hdr .ot-lst-subhdr #ot-fltr-cntr {
    margin-top: 5px;
  }
}
@media only screen and (max-height: 425px) and (max-width: 896px) and (orientation: landscape) {
  #onetrust-pc-sdk #ot-pc-lst #ot-lst-cnt {
    overflow: visible;
  }
}
@media only screen and (max-height: 425px) and (max-width: 896px) and (orientation: landscape) {
  #onetrust-pc-sdk #ot-lst-cnt {
    height: auto;
    overflow: auto;
  }
}
@media only screen and (max-height: 425px) and (max-width: 896px) and (orientation: landscape) {
  #onetrust-pc-sdk .save-preference-btn-handler {
    width: auto;
  }
}
@media only screen and (max-height: 425px) and (max-width: 896px) and (orientation: landscape) {
  #onetrust-pc-sdk #ot-pc-content,
  #onetrust-pc-sdk #ot-pc-lst {
    height: calc(100% - 120px);
  }
}
@media only screen and (max-height: 425px) and (max-width: 896px) and (orientation: landscape) {
  #onetrust-pc-sdk .ot-pc-footer button {
    margin: 10px;
  }
}
@media (max-width: 425px),
  (max-width: 896px) and (max-height: 425px) and (orientation: landscape) {
  #onetrust-pc-sdk .ot-pc-header {
    padding-right: 20px;
  }
}
@media (max-width: 425px),
  (max-width: 896px) and (max-height: 425px) and (orientation: landscape) {
  #onetrust-pc-sdk .ot-pc-logo {
    margin-left: 0px;
    margin-top: 5px;
    width: 150px;
  }
}
@media (max-width: 425px),
  (max-width: 896px) and (max-height: 425px) and (orientation: landscape) {
  #onetrust-pc-sdk .ot-grp-hdr1 {
    float: right;
    padding-right: 10px;
  }
}
@media only screen and (max-height: 610px) {
  #onetrust-pc-sdk {
    max-height: 100%;
  }
}
@media (max-width: 425px) and (orientation: landscape) {
  #onetrust-pc-sdk .ot-pc-header #ot-pc-title {
    font-size: 10px;
  }
}
#onetrust-consent-sdk #onetrust-pc-sdk,
#onetrust-consent-sdk #ot-search-cntr,
#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: rgb(255, 255, 255);
}
#onetrust-consent-sdk #onetrust-pc-sdk h3,
#onetrust-consent-sdk #onetrust-pc-sdk h4,
#onetrust-consent-sdk #onetrust-pc-sdk 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-sel-all-hdr span,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3,
#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: rgb(25, 25, 25);
}
#onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link {
  color: rgb(0, 156, 222);
}
#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) {
  background-color: rgb(0, 156, 222);
  border-color: rgb(0, 156, 222);
  color: rgb(255, 255, 255);
}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu {
  border-color: rgb(0, 156, 222);
}
.ot-switch .ot-switch-nob,
.ot-switch .ot-switch-nob::before {
  outline-color: rgb(0, 0, 0);
  outline-width: 1px;
  outline-offset: 1px;
}
#onetrust-consent-sdk #onetrust-pc-sdk .category-menu-switch-handler {
  background-color: rgb(244, 244, 244);
}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu {
  background-color: rgb(255, 255, 255);
}
.flexnav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: normal;
  max-width: 450px;
  margin: 0px auto;
}
.flexnavClmn {
  width: 100%;
}
.btnPromoNav {
  background-color: rgb(0, 156, 222);
  border-radius: 30px;
  padding: 15px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-family: AktivGrotesk-Bold;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  text-decoration: none;
  width: 100%;
}
.shmarbot1 {
  margin-bottom: 20px;
}
.shpadright {
  padding-right: 15px;
}
@media (max-width: 1500px) {
  .flexnav {
    flex-direction: column;
  }
}
@media (max-width: 1500px) {
  .flexnavClmn {
    padding: 20px 0px 0px;
  }
}
@media (max-width: 1500px) {
  .shpadright {
    padding-right: 0px;
  }
}
@media (max-width: 1500px) {
  .shmarbot1 {
    margin-bottom: 10px;
  }
}
@media (max-width: 960px) {
  .flexnav {
    max-width: 100%;
  }
}
@media (max-width: 960px) {
  .flexnavClmn {
    max-width: 90%;
    margin: 20px 20px 0px;
  }
}
@media (max-width: 960px) {
  .myq-nav-header_main-nav {
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  p.myq-nav-header_main-subnav-promo-description.mobileNavBtn {
    display: block;
    margin: 0px auto;
    clear: both;
    text-align: center;
    width: 100%;
  }
}
.btnPromoNav {
  background-color: rgb(11, 29, 153);
  border-radius: 30px;
  padding: 15px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-family: AktivGrotesk-Bold;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  text-decoration: none;
  width: 100%;
}
.js-support-modal {
  top: 40px;
  right: 200px;
  padding: 0px;
  height: 90vh;
  z-index: 122;
}
.js-support-close {
  float: right;
  position: absolute;
  right: 3px;
  cursor: pointer;
  z-index: 122;
}
.content-container .hero-feature {
  border: none;
}
.content-container h2,
.content-container h3,
.content-container .product a,
.content-container .secondary-button {
  font-family: AktivGrotesk-Medium;
}
.content-container {
  max-width: 1366px;
  margin: auto;
}
.content-container img {
  max-width: 100%;
}
.btn-myq-default {
  align-self: flex-start;
  cursor: pointer;
  border: 2px solid rgb(11, 29, 153);
  border-radius: 30px;
  font-size: 1.125rem;
  padding: 0.5rem 2.5rem;
}
.content-container a {
  font-size: 1rem;
  color: rgb(11, 29, 153);
}
.content-container h2 {
  font-size: 2.25rem;
}
.content-container .short-title-bottom h2 {
  width: 60%;
}
.content-container h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.brandcolor-main {
  background-color: rgb(11, 29, 153);
}
.brandcolor-white {
  background-color: rgb(255, 255, 255);
}
.brandcolor-dark {
  background-color: rgb(0, 0, 0);
}
.brandcolor-light {
  background-color: rgb(241, 242, 242);
}
.brandcolor-price {
  color: rgb(11, 29, 153);
  font-size: 0.875rem;
}
.textcolor-main {
  color: rgb(11, 29, 153);
}
.content-container .textcolor-offset {
  color: rgb(255, 255, 255);
}
.gutter-full {
  margin: 0px 5rem;
}
.gutter-vert {
  margin-top: 4rem;
}
.gap-sm {
  gap: 2%;
}
.content-container .category-img {
  max-width: inherit;
}
.content-container .secondary-button {
  font-size: 1rem;
  font-weight: bold;
  border-color: rgb(11, 29, 153);
  border-width: 2px;
}
.top-container {
  display: flex;
  padding-bottom: 3rem;
}
.top-container * {
  display: flex;
  align-self: end;
}
.product-feature-container {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
.content-container .product {
  display: flex;
  flex-direction: column;
}
.content-container .product a {
  color: rgb(0, 0, 0);
}
.content-container .product-container {
  display: flex;
  flex-direction: column;
  background-color: rgb(238, 238, 238);
  align-items: center;
}
.mini-alert-strip {
  align-self: flex-start;
  padding: 0.2rem 0.75rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1rem;
}
.content-container .product-footer {
  padding-top: 1rem;
  font-size: 1rem;
}
.container-ends {
  gap: 30%;
}
.top-container a {
  margin-top: 1rem;
}
.content-container .info-button {
  display: flex;
  flex-direction: column;
}
.content-container .info-button p {
  font-weight: normal;
}
.content-container .info-button a {
  align-self: flex-start;
}
.category-full {
  display: flex;
  align-items: flex-start;
}
.category-full.brandcolor-light h2 {
  color: rgb(0, 0, 0);
}
.flexBlock {
  display: flex;
  flex: 1 1 100%;
}
.flexBlock img {
  flex: 1 1 100%;
}
.category-side {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding: 5rem 6.5rem;
}
.category-side a {
  color: rgb(255, 255, 255);
}
.category-container {
  display: flex;
  place-content: flex-start center;
  gap: 2%;
}
.category-item {
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  padding-bottom: 2rem;
}
.category-side .paracopy {
  padding: 1rem 0px 1.5rem;
  color: rgb(0, 0, 0);
}
.category-side .paracopy-light {
  color: rgb(255, 255, 255);
}
.content-container .mobile {
  display: none;
}
.category-inner-mobile {
  display: none;
}
.category-inner-desktop {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 2%;
}
.row-container {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  gap: 1.5%;
}
.row-container:last-of-type {
  padding-bottom: 0px;
}
.double-column {
  display: flex;
  flex-direction: column;
  flex: 2 1 0%;
}
@media (max-width: 767px) {
  .content-container h3 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .category-inner-desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .category-inner-mobile {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content-container img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .content-container .mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-container .desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .gutter-full {
    margin: 0px 2.5rem;
  }
}
@media (max-width: 767px) {
  .gutter-full-sm {
    margin: 0px 1rem;
  }
}
@media (max-width: 767px) {
  .gutter-vert {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .category-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .row-container {
    gap: 4.5%;
  }
}
@media (max-width: 767px) {
  .top-container {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .top-container * {
    align-self: flex-start;
  }
}
@media (max-width: 767px) {
  .product-feature-container {
    flex-wrap: wrap;
    gap: 4.5%;
  }
}
@media (max-width: 767px) {
  .content-container .product {
    padding-bottom: 1.25rem;
    flex: 1 1 45%;
  }
}
@media (max-width: 767px) {
  .category-multi-col {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .category-item {
    flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .category-item:last-of-type {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .category-full {
    flex-wrap: wrap;
    margin-top: 10rem;
    padding: 0px 1rem 1rem;
  }
}
@media (max-width: 767px) {
  .category-side {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .content-container h2 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .content-container .short-title-bottom h2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content-container h3 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .content-container .category-img {
    max-width: 100%;
    margin: -125px auto auto;
  }
}
@media (max-width: 767px) {
  .mobile-img-width {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .category-super {
    flex: 1 1 100%;
  }
}
@media (max-width: 767px) {
  .top-container {
    padding-bottom: 2rem;
    padding-left: 0.5rem;
  }
}
@media (max-width: 767px) {
  .category-item-full {
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .top-container,
  .product-feature-container,
  .category-container {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}
@media (min-width: 768px) {
  .top-container {
    justify-content: space-between;
  }
}
.hero-feature img {
}
.hero-feature {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(241, 242, 242);
}
.top-leftcol {
  flex: 1 1 60%;
}
.top-rightcol {
  width: 56%;
}
.content-container .short-title {
  align-self: flex-start;
  margin-top: -1rem;
}
.category-side .paracopy {
  font-size: 1rem;
  line-height: 1.5rem;
}
.row-container .category-item a {
  display: flex;
}
.row-container .category-item a img {
  flex: 1 1 100%;
}
.hero-banner__container {
  position: relative;
  max-width: 1366px;
  margin: auto;
  width: 100% !important;
}
.content__hero-banner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  padding-left: 4rem;
  width: 35%;
}
h1.banner__hero-banner__head {
  font-size: 60px;
  line-height: 1.1;
  max-width: 100%;
  color: rgb(11, 29, 153);
  font-weight: bolder;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 10px;
}
h1.banner__hero-banner__head a {
  color: rgb(11, 29, 153) !important;
}
.content__hero-banner .btn__shop__now__banner {
  margin-top: 1rem;
  color: rgb(11, 29, 153);
  background-color: transparent;
  align-self: flex-start;
  cursor: pointer;
  border: 2px solid rgb(11, 29, 153);
  border-radius: 30px;
  font-size: 1.125rem;
  padding: 0.5rem 2.5rem;
  text-decoration: none;
  display: inline-block;
}
img.hero-banner__for__ipad__pro,
img.hero-banner__for__mobile {
  display: none;
}
.w-100 {
  width: 100%;
}
.banner__content__for__mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .content__hero-banner {
    width: 35%;
  }
}
@media screen and (max-width: 1024px) {
  h1.banner__hero-banner__head {
    font-size: 50px;
  }
}
@media screen and (max-width: 992px) {
  .content__hero-banner {
    width: 45%;
  }
}
@media screen and (max-width: 992px) {
  h1.banner__hero-banner__head {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  img.hero-banner__for__ipad__pro {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  img.hero-banner__for__mobile {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  img.hero-banner__for__large {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .content__hero-banner {
    top: 35%;
    left: 0px;
    width: 100%;
    transform: translateY(-85%);
    padding-left: 0px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  h1.banner__hero-banner__head {
    font-size: 2.3rem;
    margin-top: 0.5rem;
    padding: 0px;
    line-height: 2.5rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .banner__content__for__desktop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .banner__content__for__mobile {
    display: block;
  }
}
.content-container .product .mini-alert-strip {
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
}
a.bs-product_pricing {
  font-size: 0.875rem;
  display: inline-block;
  color: rgb(11, 29, 153) !important;
  font-family: AktivGrotesk-Regular !important;
}
.lets__connect {
  display: none;
}
a:active,
a:hover {
  outline: 0px;
}
a:hover,
a:focus {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}
a:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  .myq-nav-header.active {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header.active
    .myq-nav-header_mobile-menu-link
    .material-icons::after {
    content: "close";
    font-size: 32px;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header.active .myq-nav-header_main-nav {
    display: block;
    margin: 0px 0px -45px;
  }
}
@media only screen and (max-width: 767px) {
  .myq-nav-header.active .myq-nav-header_main-nav {
    width: 100%;
  }
}
.hero-feature-marchevergreen {
  padding-left: 1rem;
  cursor: pointer;
}
.marchevergreen-img-mobile {
  display: none;
}
.lets__connect {
  display: none;
}
.lets__connect {
  display: none;
}
.a-image--responsive {
  width: auto;
  max-width: 100%;
}
hr {
  box-sizing: content-box;
  height: 0px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-width: 1px 0px 0px;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-top-style: solid;
  border-top-color: rgb(238, 238, 238);
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1024px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1400px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-md-6 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .col-md-6 {
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-6 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-md-push-3 {
    left: 25%;
  }
}
.container::before,
.container::after,
.row::before,
.row::after {
  content: " ";
  display: table;
}
.container::after,
.row::after {
  clear: both;
}
.container::after,
.row::after {
  content: "";
  display: block;
  clear: both;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0px, 0px, 0px);
}
.slick-track {
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::before,
.slick-track::after {
  display: table;
  content: "";
}
.slick-track::after {
  clear: both;
}
.slick-slide {
  display: none;
  min-height: 1px;
  vertical-align: middle;
}
.slick-slide img {
  display: block;
}
.slick-initialized .slick-slide {
  display: inline-block;
}
.slick-list.draggable {
  width: 100%;
  margin: 0px auto;
  max-width: 55rem;
}
@media (min-width: 1440px) {
  .container {
    width: 1410px;
  }
}
.a-icon {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
a.pill {
  cursor: pointer;
  background-color: rgb(137, 201, 237);
  padding: 1rem;
  text-align: center;
  display: block;
  max-width: 15rem;
  margin: 1.5rem auto 0px;
  font-size: 1.25rem;
  color: rgb(25, 25, 25);
  font-weight: bold;
  border-radius: 100px;
  background-clip: padding-box;
}
.subscribe-on-news-block {
  width: 100%;
  max-width: 740px;
  padding: 0px 10px;
  margin: 0px auto;
  position: relative;
  display: block;
}
.subscribe-on-news-block input {
  border-radius: 40px;
  padding-right: 140px;
  border: none;
  color: rgb(25, 25, 25);
  font-size: 20px;
  font-weight: bold;
  background: rgb(119, 183, 219);
  outline: none;
}
.subscribe-on-news-block a.a-button-primary {
  background-color: rgb(25, 25, 25);
  border-radius: 40px;
  position: absolute;
  font-size: 20px;
  top: 0px;
  margin-top: 0.15rem;
  right: 14px;
  color: rgb(255, 255, 255);
  line-height: 1.25rem;
}
.headerprompt-myq {
  background-color: rgb(11, 29, 153);
  padding: 10px 50px;
  font-size: 12px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: 'AktivGrotesk-Regular';
}
.headerprompt-myq a {
  font-family: AktivGrotesk-Bold;
  font-weight: 700;
  padding: 0px;
}
.headerpromptmyqclose {
  display: inline-block;
  color: white;
  position: absolute;
  right: 10px;
  top: 8px;
}
.a-button,
.a-button-primary {
  background-color: rgb(50, 161, 223);
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-style: normal;
  padding: 15px 27px;
  letter-spacing: 0.05em;
  border: 0px;
  border-radius: 25px;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.download-btn {
  color: rgb(28, 125, 181);
  font-weight: 500;
  margin-top: 0.5rem;
  display: block;
  font-size: 1.34rem;
  font-family: AktivGrotesk-Medium;
}
.js-modal-btn {
  cursor: pointer;
}
.content-squares {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 1920px;
  margin: 0px auto;
}
.content-squares .content-square {
  position: relative;
  width: 50%;
  padding-top: 39%;
  background-color: rgb(246, 246, 246);
  text-align: center;
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-bottom: 1.25rem;
}
.content-squares .content-square .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  padding: 1rem;
  transform: translate(-50%, -50%);
}
.content-squares .content-square .content h3 {
  color: rgb(25, 25, 25);
  margin: 0px;
  font-size: 32px;
  padding-bottom: 2rem;
}
.content-squares .content-square .content p {
  font-size: 18px;
  color: rgb(25, 25, 25);
  line-height: 1.35;
  margin: 0px auto;
  max-width: 25rem;
}
.content-squares .content-square .content a {
  margin-top: 2rem;
  display: block;
}
.content-squares .content-square .content label {
  color: rgb(28, 125, 181);
  font-family: AktivGrotesk-Bold;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 1rem;
  padding-bottom: 0px;
  letter-spacing: 0.05em;
  position: relative;
}
.content-squares .content-square .content label::after {
  content: "";
  border-bottom: 2px solid;
  width: 2.5rem;
  height: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
}
.content-squares .content-square .content .play-btn {
  max-width: 94px;
  width: 100%;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.content-squares .content-square .content.lg {
  max-width: 590px;
}
@media (min-width: 769px) {
  .content-squares.order-right .content-square__video {
    order: 1;
  }
}
@media (min-width: 769px) {
  .content-squares.order-right .content-square__text {
    order: 0;
  }
}
.smart-partnerships {
  text-align: center;
  position: relative;
  max-width: 1300px;
  margin: 0px auto;
  padding: 2rem 0px;
}
.smart-partnerships .card {
  margin: 3px;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.smart-partnerships .compatability {
  padding: 0px 2rem;
}
.smart-partnerships .smartDescription {
  color: rgb(25, 25, 25);
  padding-top: 1rem;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.separate-pill-container {
  margin-bottom: 2rem;
}
.separate-pill-container a.pill {
  margin-top: 0px;
  font-family: AktivGrotesk-Medium;
  max-width: 15rem;
}
.o-homepage-hero {
  height: 75vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("/images/home-hero.jpg");
  background-size: cover;
  background-position: 25% bottom;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .o-homepage-hero {
    justify-content: center;
    height: 667px;
  }
}
.o-homepage-hero h1 {
  text-transform: none;
  letter-spacing: 0px;
  color: rgb(255, 255, 255);
  font-size: 28px;
  font-family: AktivGrotesk-Regular;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .o-homepage-hero h1 {
    font-size: 54px;
  }
}
.o-homepage-hero h4 {
  font-size: 16px;
  color: rgb(246, 246, 246);
  font-family: AktivGrotesk-Regular;
  margin-top: 0px;
  line-height: 1.3em;
}
@media (min-width: 768px) {
  .o-homepage-hero h4 {
    font-size: 22px;
  }
}
.o-homepage-hero__title {
  height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .o-homepage-hero__title {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.o-homepage-hero__animation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 928px;
  padding: 0px 3%;
}
.o-homepage-hero__white-bubble__label {
  font-size: 75%;
  line-height: 1;
  color: rgb(25, 25, 25);
  font-family: AktivGrotesk-Medium;
}
@media (min-width: 768px) {
  .o-homepage-hero__white-bubble__label {
    font-size: 18px;
  }
}
.o-homepage-hero__white-bubble__container {
  width: 30%;
  position: relative;
}
@media (min-width: 768px) {
  .o-homepage-hero__white-bubble__container {
    width: 25%;
  }
}
.o-homepage-hero__white-bubble__fill {
  width: 100%;
  padding-bottom: 100%;
}
.o-homepage-hero__white-bubble__circle {
  position: absolute;
  inset: 0px;
  background-color: rgba(255, 255, 255, 0.67);
  border-radius: 50%;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 12%;
  transition: background-color 1s;
}
.o-homepage-hero__white-bubble__image-container {
  position: relative;
  width: 75%;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .o-homepage-hero__white-bubble__image-container {
    margin-bottom: 1rem;
    width: 75%;
  }
}
.o-homepage-hero__white-bubble__image {
  position: relative;
  padding-bottom: 70%;
}
.o-homepage-hero__white-bubble__image img {
  position: absolute;
  inset: 0px;
}
.o-homepage-hero__myq-bubbles {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 1rem;
}
@media (min-width: 768px) {
  .o-homepage-hero__myq-bubbles {
    width: 25%;
  }
}
.o-homepage-hero__myq-bubbles__square {
  padding-bottom: 100%;
  width: 100%;
}
.o-homepage-hero__myq-bubble {
  opacity: 0;
  background-color: rgba(0, 160, 255, 0.68);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0px;
}
.o-homepage-hero__myq-bubble--1 {
  opacity: 1;
}
.o-homepage-hero__myq-bubble--2,
.o-homepage-hero__myq-bubble--3,
.o-homepage-hero__myq-bubble--4 {
  animation-name: myQcircles;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  background-color: rgba(0, 160, 255, 0.47);
}
.o-homepage-hero__myq-bubble--3 {
  animation-delay: 1s;
}
.o-homepage-hero__myq-bubble--4 {
  animation-delay: 2s;
}
.o-homepage-hero__myq-bubble img {
  width: 60%;
  height: auto;
}
@media (min-width: 768px) {
  .o-homepage-hero__myq-bubble img {
    width: 50%;
  }
}
.o-homepage-hero__small-bubbles {
  width: 11%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin: 0px -4% 0px -2%;
}
.o-homepage-hero__small-bubbles--right {
  margin: 0px -2% 0px -4%;
  flex-direction: row;
}
@media (min-width: 768px) {
  .o-homepage-hero__small-bubbles {
    width: 12.5%;
    margin: 0px 0px 0px 16px;
  }
}
@media (min-width: 768px) {
  .o-homepage-hero__small-bubbles--right {
    margin: 0px 16px 0px 0px;
  }
}
.o-homepage-hero__small-bubble {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  animation-name: smallCircles;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  background-color: rgb(0, 160, 255);
}
@media (min-width: 768px) {
  .o-homepage-hero__small-bubble {
    width: 12px;
    height: 12px;
  }
}
.o-homepage-hero__small-bubble::before {
  content: " ";
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}
.o-homepage-hero__small-bubble--2 {
  animation-delay: 0.25s;
}
.o-homepage-hero__small-bubble--3 {
  animation-delay: 0.5s;
}
.o-homepage-hero__small-bubble--4 {
  animation-delay: 0.75s;
}
footer.o-myq-global-footer label {
  color: rgb(255, 255, 255);
}
footer.o-myq-global-footer .as-seen-on {
  text-align: center;
  padding: 2rem;
}
footer.o-myq-global-footer .as-seen-on label {
  font-size: 1rem;
  font-weight: bold;
}
footer.o-myq-global-footer .as-seen-on .media-items {
  display: flex;
  align-items: center;
  max-width: 900px;
}
footer.o-myq-global-footer .as-seen-on .media-item {
  padding: 1rem 1.5rem;
}
footer.o-myq-global-footer .as-seen-on .media-item img {
  width: 100%;
}
.lets__connect .col-md-6,
.lets__connect .col-md-push-3 {
  width: 100%;
  left: 0px;
  padding: 0px;
}
.lets__connect .successful-subscr-on-news,
.lets__connect .invalid-email-subscr-message,
.lets__connect .error-email-subscr-message,
.lets__connect label {
  font-size: 1.25rem;
  color: rgb(255, 255, 255);
  display: none;
  font-weight: bold;
}
.lets__connect .invalid-email-subscr-message {
  color: rgb(247, 174, 0);
}
.lets__connect .error-email-subscr-message {
  color: rgb(177, 42, 11);
}
.lets__connect__content .m-email-signup .disclaimer {
  padding: 1rem;
}
.lets__connect__content .m-email-signup .container {
  width: 100%;
}
.lets__connect__content .m-email-signup .container .opt-in-disclaimer {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.4em;
  padding-top: 0.5rem;
}
.lets__connect__content .m-email-signup .container .opt-in-disclaimer a {
  color: rgb(25, 25, 25);
  text-decoration: underline;
}
.connect__myq {
  width: 66%;
  margin: 0px auto;
}
.connect-your-garage {
  background: rgb(246, 246, 246);
}
.connect-your-garage.bottom-spacing {
  margin-bottom: 1.25rem;
}
.connect-your-garage.transparent {
  background: rgba(0, 0, 0, 0);
}
.connect-your-garage .connect__myq {
  position: relative;
  width: 100%;
  max-width: 1170px;
}
h3.features__section__headline__header {
  text-align: center;
  padding-top: 2.25rem;
  line-height: 1.5;
}
.myq__cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.myq__cards_size-3 > div {
  display: flex;
  padding: 1rem;
  width: 33.3333%;
  justify-content: center;
}
.myq__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.myq__card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
}
.myq__card__content a {
  font-size: 1.25rem;
  display: block;
  font-weight: bold;
  text-align: center;
}
.myq__card__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.myq__card__image::before {
  content: "";
  display: block;
  min-height: 7.5rem;
}
.myq__card__image .myq__card__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.myq__card__text {
  flex: 1 1 auto;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0px auto;
  padding: 0rem 1.5rem;
  max-width: 22rem;
  text-align: center;
}
.smart__products__container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: auto;
  margin: 0px auto;
}
.smart__products__container .slick-list.draggable {
  max-width: none;
  width: 90%;
  padding: 0.5rem 0px;
  margin: 0px;
}
.connect__myq__container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: auto;
  margin: 0px auto;
}
.features__section {
  position: relative;
}
.features__section__headline {
  text-align: center;
}
.features__section__headline__header {
  text-transform: none;
  color: rgb(25, 25, 25);
  font-size: 36px;
}
.features__section__headline__divider {
  width: 4.75rem;
  background-color: rgb(25, 25, 25);
  height: 0.15rem;
  border: none;
  margin-top: 1.7rem;
  margin-bottom: 1.875rem;
}
.lets__connect label {
  font-size: 1.25rem;
  color: rgb(255, 255, 255);
}
.container {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    width: calc(1420px);
  }
}
.myq-nav-header_main-subnav-item-link .material-icons {
  font-size: 30px;
  line-height: 14px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  right: 2px;
  left: 1px;
}
.myq-nav-header_main-subnav-item-link .material-icons-sm {
  font-size: 20px;
}
.myq-nav-header_main-subnav-promo-description-cta {
  font-size: 18px;
  text-decoration: none;
}
.a-button {
  margin-right: 8px;
  padding: 0.7rem 1rem;
  min-width: 160px;
  font-size: 18px;
  border: solid var(--checkout-stepper-border-color) 1.5px;
  width: 100%;
}
.mqBubbleBannerComp-HomepageBubbleBanner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("/medias/banner.jfif?context=bWFzdGVyfGltYWdlc3w2ODEyfGltYWdlL2pwZWd8YVcxaFoyVnpMMmc1WWk5b056Y3ZPRGM1TnpZNU9EWTROekF3Tmk1cWNHY3w5NTU2MDI3ZjFmOGY4NjdiNjZjZWRmMzMwMDc0MzE2Y2E0NjFiZTQzOGM1ZTdjMjFjOWNiNGIyYmU4OTExM2Zk");
}
:root {
  --spacing: 13px;
  --search-box-width: 100%;
  --atomic-font-family: var(--main-font-family);
  --chamberlain-primary-color: #191919;
  --my-color: #191919;
  --chamberlain-submit-color: #d9d9d9;
  --max-search-input-suggestions: calc(
    var(--search-box-width) - var(--search-box-submit-width) - 25px
  );
  --main-grey-color: #d2d0cd;
  --tab-hover-color: var(--chamberlain-main-color);
  --tab-border-color: #c7c9cb;
  --tab-active-color: white;
  --tab-active-background-color: #cae8f5;
  --tab-primary-color: #4c5056;
  --tab-primary-background-color: white;
  --search-box-radius: 0px;
  --button-border-radius: 0px;
  --half-gap: 18px;
  --full-gap: calc(var(--half-gap) * 2);
  --tab-font-size: 20px;
  --tab-font-weight: 600;
  --tab-font-size--mobile: 14px;
  --tab-font-size--tablet: 18px;
  --tab-font-weight--tablet: 600;
  --tab-font-weight--mobile: 600;
}
body {
  --go-button-caption: "Go";
  --show-filter-caption: "Show Filter";
  --hide-filter-caption: "Hide Filter";
}
:root {
  --chamberlain-main-color: #0b1d99;
  --chamberlain-secondary-color: #c9e8f5;
  --chamberlain-button-secondary-color: #0e29d5;
  --tab-gab: 2rem;
  --main-font-family: "AktivGrotesk", "Roboto", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  --search-button-background-color: var(--chamberlain-main-color);
  --product-card-color: #f1f2f2;
  --product-title-font: var(--main-font-family);
  --product-title-color: #000000;
  --product-title-font-weight: 700;
  --product-title-font-style: normal;
  --product-price-color: #000000;
  --product-title-size: 18px;
  --product-price-weight: 500;
  --product-metadata-color: #4c5056;
  --product-title-margin: 20px;
  --product-title-line-height-desktop: 24px;
  --product-title-line-height-mobile: 20px;
  --call-to-action-height: 1rem;
  --call-to-action-font-family: var(--main-font-family);
  --call-to-action-font-size: 18px;
  --call-to-action-element-height: 41.91px;
  --search-box-submit-width: 50px;
  --search-box-submit-padding: 0.5rem;
  --search-box-color: #4c5056;
  --search-box-font-size: 16px;
  --pager-color: var(--chamberlain-main-color);
  --button-hover-color: var(--chamberlain-button-secondary-color);
  --tab-active-background-color: var(--chamberlain-secondary-color);
  --facet-checkbox-hover-color: var(--chamberlain-main-color);
  --facet-checkbox-color: rgb(72, 81, 83);
  --facet-checkbox-border-radius: 0;
  --search-box-gab: 0px;
  --button-border-radius: 20px;
  --ui-promotion-default-main-color: #5cdea2;
  --ui-promotion-font-size: 12px;
  --coveo-interface-background-color: #fff;
  --full-gap: 2px;
  --chamberlain-facet-color: #4c5056 !important;
}
:root {
  --checkout-border-primary-color: #e5e5e5;
  --checkout-box-background-color: #fff;
  --checkout-box-body-background-color: #fff;
  --checkout-stepper-background-fill-color: #009cde;
  --checkout-stepper-background-color: #fff;
  --checkout-stepper-border-color: #009cde;
  --checkout-stepper-complete-background-color: #2daa4e;
  --checkout-stepper-complete-font-color: #a4a6a4;
  --checkout-stepper-process-font-color: #009cde;
  --checkout-next-btn-background-color-disable: #a8c1d0;
  --checkout-next-btn-background-color: #0b1d99;
  --checkout-coupon-apply-disable-color: #99d7f2;
  --checkout-coupon-apply-color: #99d7f2;
  --checkout-btn-disable: #99d7f2;
  --checkout-cart-totals-list-color: #191919;
  --checkout-order-details-color: #2daa4e;
  --checkout-error-color: #d9534f;
  --checkout-order-summary-details-code: #a4a6a4;
  --checkout-order-summary-details-desc: #191919;
  --checkout-next-btn-border-radius: 50px;
  --home-support-link-hover-color: #009cde;
  --add-to-cart-font-family-regular: "AktivGrotesk-Regular";
  --add-to-cart-font-family-bold: "AktivGrotesk-Bold";
  --add-to-cart-font-family: "AktivGrotesk", sans-serif;
  --add-to-cart-text: #191919;
  --add-to-cart-alt-text: #a4a6a4;
}
#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
  outline-offset: 1px;
}
#onetrust-banner-sdk,
#onetrust-pc-sdk {
  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 {
  box-sizing: content-box;
}
#onetrust-banner-sdk div,
#onetrust-banner-sdk button,
#onetrust-banner-sdk a,
#onetrust-pc-sdk div,
#onetrust-pc-sdk span,
#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4,
#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 #ot-pc-content {
  font-family: inherit;
  font-weight: normal;
  -webkit-font-smoothing: auto;
  letter-spacing: normal;
  line-height: normal;
  padding: 0px;
  margin: 0px;
  height: auto;
  min-height: 0px;
  max-height: none;
  width: auto;
  min-width: 0px;
  max-width: none;
  border-radius: 0px;
  border: none;
  clear: none;
  float: none;
  position: static;
  inset: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0px;
  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 .ot-sdk-container,
#onetrust-pc-sdk .ot-sdk-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
  box-sizing: border-box;
}
#onetrust-banner-sdk .ot-sdk-columns,
#onetrust-pc-sdk .ot-sdk-column,
#onetrust-pc-sdk .ot-sdk-columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0px;
  display: initial;
}
@media (min-width: 400px) {
  #onetrust-banner-sdk .ot-sdk-container,
  #onetrust-pc-sdk .ot-sdk-container {
    width: 90%;
    padding: 0px;
  }
}
@media (min-width: 550px) {
  #onetrust-banner-sdk .ot-sdk-container,
  #onetrust-pc-sdk .ot-sdk-container {
    width: 100%;
  }
}
@media (min-width: 550px) {
  #onetrust-banner-sdk .ot-sdk-columns,
  #onetrust-pc-sdk .ot-sdk-column,
  #onetrust-pc-sdk .ot-sdk-columns {
    margin-left: 4%;
  }
}
@media (min-width: 550px) {
  #onetrust-banner-sdk .ot-sdk-columns:first-child,
  #onetrust-pc-sdk .ot-sdk-column:first-child,
  #onetrust-pc-sdk .ot-sdk-columns:first-child {
    margin-left: 0px;
  }
}
@media (min-width: 550px) {
  #onetrust-banner-sdk .ot-sdk-three.ot-sdk-columns {
    width: 22%;
  }
}
@media (min-width: 550px) {
  #onetrust-banner-sdk .ot-sdk-eight.ot-sdk-columns,
  #onetrust-pc-sdk .ot-sdk-eight.ot-sdk-columns {
    width: 65.3333%;
  }
}
#onetrust-banner-sdk a,
#onetrust-pc-sdk a {
  color: rgb(86, 86, 86);
  text-decoration: underline;
}
#onetrust-banner-sdk button,
#onetrust-pc-sdk button {
  margin-bottom: 1rem;
  font-family: inherit;
}
#onetrust-banner-sdk button,
#onetrust-pc-sdk button {
  display: inline-block;
  height: 38px;
  padding: 0px 30px;
  color: rgb(85, 85, 85);
  text-align: center;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  border: 1px solid rgb(187, 187, 187);
  cursor: pointer;
  box-sizing: border-box;
}
#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 {
  content: "";
  display: table;
  clear: both;
}
#onetrust-banner-sdk .ot-sdk-row,
#onetrust-pc-sdk .ot-sdk-row {
  margin: 0px;
  max-width: none;
  display: block;
}
#onetrust-banner-sdk {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 18px;
}
#onetrust-banner-sdk.otFlat {
  position: fixed;
  z-index: 2147483645;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: rgb(255, 255, 255);
  max-height: 90%;
  overflow: hidden auto;
}
#onetrust-banner-sdk {
}
#onetrust-banner-sdk #onetrust-policy {
  margin: 1.25em 0px 0.625em 2em;
  overflow: hidden;
}
#onetrust-banner-sdk #onetrust-policy-text {
  clear: both;
  text-align: left;
  font-size: 0.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-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-pc-btn-handler {
  background-color: rgb(104, 182, 49);
  color: rgb(255, 255, 255);
  border-color: rgb(104, 182, 49);
  margin-right: 1em;
  min-width: 125px;
  height: auto;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  padding: 12px 10px;
  line-height: 1.2;
  font-size: 0.813em;
  font-weight: 600;
}
#onetrust-banner-sdk .banner_logo {
  display: none;
}
#onetrust-banner-sdk #onetrust-policy-text {
  font-size: 0.813em;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  #onetrust-banner-sdk #onetrust-button-group {
    margin-right: 30%;
  }
}
@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: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  #onetrust-banner-sdk #onetrust-policy {
    margin-left: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1024px) {
  #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
    margin: auto;
    width: 30%;
  }
}
@media only screen and (min-width: 1024px) {
  #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  #onetrust-banner-sdk #onetrust-button-group {
    margin-right: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #onetrust-banner-sdk #onetrust-accept-btn-handler,
  #onetrust-banner-sdk #onetrust-pc-btn-handler {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1280px) {
  #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
    width: 55%;
  }
}
@media only screen and (min-width: 1280px) {
  #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
    width: 44%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media only screen and (min-width: 1280px) {
  #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: rgb(255, 255, 255);
}
#onetrust-consent-sdk #onetrust-policy-text,
#onetrust-consent-sdk
  #onetrust-policy-text:not(.onetrust-vendors-list-handler) {
  color: rgb(25, 25, 25);
}
#onetrust-consent-sdk #onetrust-banner-sdk a[href] {
  color: rgb(0, 156, 222);
}
#onetrust-consent-sdk #onetrust-accept-btn-handler {
  background-color: rgb(0, 156, 222);
  border-color: rgb(0, 156, 222);
  color: rgb(255, 255, 255);
}
#onetrust-consent-sdk #onetrust-pc-btn-handler {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  background-color: rgb(0, 156, 222);
}
:root {
  --chamberlain-main-color: #0b1d99;
  --chamberlain-secondary-color: #c9e8f5;
  --chamberlain-button-secondary-color: #0e29d5;
  --tab-gab: 2rem;
  --main-font-family: "AktivGrotesk", "Roboto", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  --search-button-background-color: var(--chamberlain-main-color);
  --product-card-color: #f1f2f2;
  --product-title-font: var(--main-font-family);
  --product-title-color: #000000;
  --product-title-font-weight: 700;
  --product-title-font-style: normal;
  --product-price-color: #000000;
  --product-title-size: 18px;
  --product-price-weight: 500;
  --product-metadata-color: #4c5056;
  --product-title-margin: 20px;
  --product-title-line-height-desktop: 24px;
  --product-title-line-height-mobile: 20px;
  --call-to-action-height: 1rem;
  --call-to-action-font-family: var(--main-font-family);
  --call-to-action-font-size: 18px;
  --call-to-action-element-height: 41.91px;
  --search-box-submit-width: 50px;
  --search-box-submit-padding: 0.5rem;
  --search-box-color: #4c5056;
  --search-box-font-size: 16px;
  --pager-color: var(--chamberlain-main-color);
  --button-hover-color: var(--chamberlain-button-secondary-color);
  --tab-active-background-color: var(--chamberlain-secondary-color);
  --facet-checkbox-hover-color: var(--chamberlain-main-color);
  --facet-checkbox-color: rgb(72, 81, 83);
  --facet-checkbox-border-radius: 0;
  --search-box-gab: 0px;
  --button-border-radius: 20px;
  --ui-promotion-default-main-color: #5cdea2;
  --ui-promotion-font-size: 12px;
  --coveo-interface-background-color: #fff;
  --full-gap: 2px;
  --chamberlain-facet-color: #4c5056 !important;
}
:root {
  --checkout-border-primary-color: #e5e5e5;
  --checkout-box-background-color: #fff;
  --checkout-box-body-background-color: #fff;
  --checkout-stepper-background-fill-color: #009cde;
  --checkout-stepper-background-color: #fff;
  --checkout-stepper-border-color: #009cde;
  --checkout-stepper-complete-background-color: #2daa4e;
  --checkout-stepper-complete-font-color: #a4a6a4;
  --checkout-stepper-process-font-color: #009cde;
  --checkout-next-btn-background-color-disable: #a8c1d0;
  --checkout-next-btn-background-color: #0b1d99;
  --checkout-coupon-apply-disable-color: #99d7f2;
  --checkout-coupon-apply-color: #99d7f2;
  --checkout-btn-disable: #99d7f2;
  --checkout-cart-totals-list-color: #191919;
  --checkout-order-details-color: #2daa4e;
  --checkout-error-color: #d9534f;
  --checkout-order-summary-details-code: #a4a6a4;
  --checkout-order-summary-details-desc: #191919;
  --checkout-next-btn-border-radius: 50px;
  --home-support-link-hover-color: #009cde;
  --add-to-cart-font-family-regular: "AktivGrotesk-Regular";
  --add-to-cart-font-family-bold: "AktivGrotesk-Bold";
  --add-to-cart-font-family: "AktivGrotesk", sans-serif;
  --add-to-cart-text: #191919;
  --add-to-cart-alt-text: #a4a6a4;
}
#onetrust-banner-sdk *,
#onetrust-banner-sdk::after,
#onetrust-banner-sdk::before,
#onetrust-pc-sdk *,
#onetrust-pc-sdk::after,
#onetrust-pc-sdk::before {
  box-sizing: content-box;
}
#onetrust-consent-sdk #onetrust-policy-text,
#onetrust-consent-sdk
  #onetrust-policy-text:not(.onetrust-vendors-list-handler) {
  color: rgb(25, 25, 25);
}
#onetrust-pc-sdk *,
#onetrust-pc-sdk::after,
#onetrust-pc-sdk::before {
  box-sizing: content-box;
}
#onetrust-pc-sdk:not(.ot-hosts-ui) .ot-sel-all-hdr,
#onetrust-pc-sdk:not(.ot-hosts-ui) .ot-sel-all-chkbox {
  right: 23px;
  width: calc(100% - 23px);
}
a:hover {
  outline: 0px;
}
a:hover {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.myq-nav-header_main-nav-item-with-children.active > h2 {
  position: relative;
}
.myq-nav-header_main-nav-item-with-children.active > h2::before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-bottom: 15px solid rgb(239, 239, 239);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: -18px;
}
.myq-nav-header_main-nav-item-with-children.active
  > h2
  > .myq-nav-header_main-nav-item-link {
  font-weight: bold;
  letter-spacing: -0.15px;
  color: rgb(0, 156, 222) !important;
}
.myq-nav-header_main-nav-item-with-children.active
  > h2
  > .myq-nav-header_main-nav-item-link::before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-bottom: 16px solid rgb(246, 246, 246);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: -16px;
  z-index: 90;
}
.myq-nav-header_main-nav-item-with-children.active
  > h2
  > .myq-nav-header_main-nav-item-link::after {
  content: "";
  background-image: url("/_ui/responsive/theme-myq/images/path-active.svg");
  top: 5px;
}
.myq-nav-header_main-nav-item-with-children.active
  > .myq-nav-header_main-subnav-container {
  display: block;
}
a.myQSupportLink:hover {
  color: var(--home-support-link-hover-color);
}
.myq-nav-header_side-nav-item.active {
  position: relative;
}
.myq-nav-header_side-nav-item.active > .myq-nav-header_side-nav-item-link {
  font-weight: 500;
  color: rgb(0, 156, 222);
}
.myq-nav-header_side-nav-item.active
  > .myq-nav-header_side-nav-item-link::before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-bottom: 16px solid rgb(246, 246, 246);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: -18px;
  z-index: 90;
}
.myq-nav-header_side-nav-item.active
  > .myq-nav-header_side-nav-item-link::after {
  content: "";
  background-image: url("/_ui/responsive/theme-myq/images/path-active.svg");
  top: 3px;
}
.myq-nav-header_side-nav-item.active .myq-nav-header_main-subnav {
  padding: 15px 20px;
  min-height: auto;
}
.myq-nav-header_side-nav-item.active .myq-nav-header_main-subnav-item {
  width: 160px;
}
.myq-nav-header_side-nav-item.active > .myq-nav-header_main-subnav-container {
  display: block;
  position: absolute;
  left: -50px;
  right: auto;
  top: 45px;
}
.summary {
  grid-area: summary;
  padding: var(--spacing) 0px;
  justify-content: center;
  text-align: left;
}
.summary {
  text-align: right;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
}
ul ul,
ul ol {
  margin-bottom: 0px;
}
.btn {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  user-select: none;
}
.btn-primary {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
.btn-block {
  display: block;
  width: 100%;
}
.btn {
  border-radius: 0px !important;
}
ul,
ol {
  padding-left: 15px;
}
.btn {
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.375;
  border-radius: 3px;
}
.btn {
  box-shadow: none;
}
.btn-primary {
  border: 3px solid rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
.thumb {
  position: relative;
}
.mini-cart .mini-cart-header {
  padding: 10px 0px;
  margin: 10px 0px 0px;
}
.mini-cart .mini-cart-header .mini-cart-close {
  float: right;
  position: relative;
  top: -15px;
  right: -20px;
  cursor: pointer;
}
.mini-cart .mini-cart-body::before,
.mini-cart .mini-cart-body::after {
  content: " ";
  display: table;
}
.mini-cart .mini-cart-body::after {
  clear: both;
}
.mini-cart .mini-cart-body::after {
  content: "";
  display: block;
  clear: both;
}
.mini-cart .mini-cart-body .mini-cart-list {
  padding-left: 0px;
  list-style: none;
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .product {
  display: table;
}
.mini-cart
  .mini-cart-body
  .mini-cart-list
  .mini-cart-item
  .product
  .product-row {
  display: table-row;
}
.mini-cart
  .mini-cart-body
  .mini-cart-list
  .mini-cart-item
  .product
  .product-row
  .thumb {
  float: left;
  padding-right: 10px;
}
.mini-cart
  .mini-cart-body
  .mini-cart-list
  .mini-cart-item
  .product
  .product-row
  .thumb
  img {
  max-width: 65px;
}
.mini-cart
  .mini-cart-body
  .mini-cart-list
  .mini-cart-item
  .product
  .product-row
  .details {
  margin-left: 90px;
}
.mini-cart
  .mini-cart-body
  .mini-cart-list
  .mini-cart-item
  .product
  .product-row
  .details
  .name {
  padding-left: 0px;
  font-weight: bold;
  color: inherit;
}
.mini-cart
  .mini-cart-body
  .mini-cart-list
  .mini-cart-item
  .product
  .product-row
  .details
  .summary {
  padding-left: 0px;
  font-weight: bold;
  color: inherit;
  text-wrap: initial;
}
.mini-cart
  .mini-cart-body
  .mini-cart-list
  .mini-cart-item
  .product
  .product-row
  .details
  .qty {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 10px;
}
.mini-cart .mini-cart-body .mini-cart-totals {
  border-top: 1px solid rgb(0, 0, 0);
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  margin: 10px 0px 0px;
  padding: 30px 0px 10px;
}
.mini-cart .mini-cart-body .mini-cart-totals .key {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
}
.mini-cart .mini-cart-body .mini-cart-totals .value {
  text-align: right;
  font-weight: bold;
}
.mini-cart .mini-cart-body .mini-cart-message {
  padding: 0px 0px 10px;
  border-bottom: 1px solid rgb(0, 0, 0) !important;
}
.mini-cart .mini-cart-body .mini-cart-message .taxes {
  color: rgb(0, 0, 0);
}
.mini-cart .mini-cart-body .mini-cart-checkout-button {
  margin: 10px 0px;
}
.mini-cart .mini-cart-body img {
  width: 100%;
}
.a-image--responsive {
  width: auto;
  max-width: 100%;
}
.mini-cart {
  text-align: left;
  white-space: nowrap;
}
.mini-cart .mini-cart-header {
  padding: 10px 0px;
  margin: 10px 0px 0px;
  font-size: 16px;
  font-family: AktivGrotesk-Medium;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: normal;
  color: rgb(76, 80, 86);
}
.mini-cart
  .mini-cart-body
  .mini-cart-list
  .mini-cart-item
  .product
  .product-row
  .details {
  margin-left: 90px;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: normal;
  color: rgb(76, 80, 86);
}
.mini-cart
  .mini-cart-body
  .mini-cart-list
  .mini-cart-item
  .product
  .product-row
  .details
  .name {
  font-family: AktivGrotesk-Medium;
}
.mini-cart
  .mini-cart-body
  .mini-cart-list
  .mini-cart-item
  .product
  .product-row
  .details
  .summary {
  font-family: AktivGrotesk-Bold;
  text-wrap: initial;
}
.mini-cart
  .mini-cart-body
  .mini-cart-list
  .mini-cart-item
  .product
  .product-row
  .details
  .price {
  font-family: AktivGrotesk-Regular;
}
.mini-cart
  .mini-cart-body
  .mini-cart-list
  .mini-cart-item
  .product
  .product-row
  .details
  .qty {
  font-family: AktivGrotesk-Regular;
}
.mini-cart .mini-cart-body .mini-cart-totals {
  border-top: 1px solid rgb(239, 239, 239);
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  margin: 10px 0px 0px;
  padding: 30px 0px 10px;
  font-size: 16px;
  font-family: AktivGrotesk-Medium;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: normal;
  color: rgb(76, 80, 86);
}
.mini-cart .mini-cart-body .mini-cart-message {
  padding: 0px 0px 10px;
  border-bottom: 1px solid rgb(239, 239, 239) !important;
}
.mini-cart .mini-cart-body .mini-cart-message .taxes {
  width: 326px;
  height: 23px;
  font-family: AktivGrotesk-Medium;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: normal;
  text-align: left;
  color: rgb(164, 166, 164);
}
.mini-cart .mini-cart-body .mini-cart-checkout-button {
  text-transform: none;
  font-size: 20px;
  color: rgb(255, 255, 255);
  background-color: rgb(11, 29, 153);
  border-style: none;
  padding-left: 40px;
  padding-right: 40px;
  min-width: 240px;
  max-width: 100%;
  height: 60px;
  white-space: nowrap;
  line-height: 40px;
  margin: 15px 0px 10px;
  font-family: AktivGrotesk-Regular;
  border-radius: 30px !important;
}
@media only screen and (max-width: 959px) {
  .mini-cart .mini-cart-body .mini-cart-checkout-button {
    min-width: 100px;
    font-size: 15px;
    height: 44px;
    padding: 15.4px 10.6px 12.6px 10px;
    line-height: 15px;
  }
}
.old_price {
  margin: 0px 0px 0px 10px;
  position: relative;
  display: inline-block;
  color: rgba(0, 0, 0, 0.69);
  font-size: 18px;
  font-weight: 500;
}
.old_price::before {
  content: "";
  border-bottom: 2px solid rgb(0, 0, 0);
  width: 100%;
  position: absolute;
  right: 0px;
  top: 47%;
}
.summary {
  grid-area: summary;
  padding: var(--spacing) 0px;
  justify-content: center;
  text-align: left;
}
.summary {
  text-align: right;
}
.myq-nav-header_main-nav-item-with-children.active > h2 {
  position: relative;
}
.myq-nav-header_main-nav-item-with-children.active > h2::before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-bottom: 15px solid rgb(239, 239, 239);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: -18px;
}
.myq-nav-header_main-nav-item-with-children.active
  > h2
  > .myq-nav-header_main-nav-item-link {
  font-weight: bold;
  letter-spacing: -0.15px;
  color: rgb(0, 156, 222) !important;
}
.myq-nav-header_main-nav-item-with-children.active
  > h2
  > .myq-nav-header_main-nav-item-link::before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-bottom: 16px solid rgb(246, 246, 246);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: -16px;
  z-index: 90;
}
.myq-nav-header_main-nav-item-with-children.active
  > h2
  > .myq-nav-header_main-nav-item-link::after {
  content: "";
  background-image: url("/_ui/responsive/theme-myq/images/path-active.svg");
  top: 5px;
}
.myq-nav-header_main-nav-item-with-children.active
  > .myq-nav-header_main-subnav-container {
  display: block;
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav-item.active > h2::before {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav-item.active
    > h2
    > .myq-nav-header_main-nav-item-link {
    padding: 14px 20px 14px 35px;
    background: none;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.15px;
    color: rgb(35, 82, 124) !important;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav-item.active
    > h2
    > .myq-nav-header_main-nav-item-link::before {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav-item.active
    > h2
    > .myq-nav-header_main-nav-item-link::after {
    background-image: url("/_ui/responsive/theme-myq/images/path-active-blue.svg");
    content: "";
    transform: rotate(90deg);
    top: 22px;
    right: auto;
    left: 20px;
    line-height: normal;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav-item.active > .myq-nav-header_main-subnav-item-link {
    display: block;
    background: rgb(255, 255, 255);
    border: 2px solid rgb(239, 239, 239);
    margin-bottom: -2px;
    padding: 14px 20px;
    line-height: initial;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: rgb(116, 116, 116);
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav-item.active > .myq-nav-header_main-subnav-container {
    padding: 0px;
    position: static;
    background: none;
    box-shadow: none;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav-item.active
    > .myq-nav-header_main-subnav-container
    > .myq-nav-header_main-subnav-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav-item.active
    > .myq-nav-header_main-subnav-container
    > .myq-nav-header_main-subnav-wrapper
    > .myq-nav-header_main-subnav {
    padding: 0px;
    min-height: auto;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav-item.active
    > .myq-nav-header_main-subnav-container
    > .myq-nav-header_main-subnav-wrapper
    > .myq-nav-header_main-subnav
    .myq-nav-header_main-subnav-item {
    width: auto;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav-item.active
    > .myq-nav-header_main-subnav-container
    > .myq-nav-header_main-subnav-wrapper
    > .myq-nav-header_main-subnav
    .myq-nav-header_main-subnav-item
    .myq-nav-header_main-subnav {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav-item.active
    > .myq-nav-header_main-subnav-container
    > .myq-nav-header_main-subnav-wrapper
    > .myq-nav-header_main-subnav
    .myq-nav-header_main-subnav-item
    .myq-nav-header_main-subnav-item-link,
  .myq-nav-header_main-nav-item.active
    > .myq-nav-header_main-subnav-container
    > .myq-nav-header_main-subnav-wrapper
    > .myq-nav-header_main-subnav
    .myq-nav-header_main-subnav-item
    .myq-nav-header_main-subnav-item-title
    > .myq-nav-header_main-subnav-item-link {
    background: rgb(255, 255, 255);
    border: 2px solid rgb(239, 239, 239);
    margin-bottom: -2px;
    padding: 14px 20px;
    line-height: initial;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    color: rgb(116, 116, 116);
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav-item.active {
    > .myq-nav-header_main-subnav-container
    > .myq-nav-header_main-subnav-wrapper
    > .myq-nav-header_main-subnav
    .myq-nav-header_main-subnav-item
    .myq-nav-header_main-subnav-item-img {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 960px) {
  .myq-nav-header_main-nav-item,
  .myq-nav-header_main-nav-item-link:active {
    -webkit-tap-highlight-color: initial;
  }
.mini-cart .mini-cart-body .mini-cart-totals {
  border-top: 1px solid rgb(0, 0, 0);
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  margin: 10px 0px 0px;
  padding: 30px 0px 10px;
}
.mini-cart .mini-cart-body .mini-cart-totals {
  border-top: 1px solid rgb(239, 239, 239);
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  margin: 10px 0px 0px;
  padding: 30px 0px 10px;
  font-size: 16px;
  font-family: AktivGrotesk-Medium;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: normal;
  color: rgb(76, 80, 86);
}
@font-face {
  font-family: "AktivGrotesk-Regular";
  src: url("https://use.typekit.net/af/ab3e12/000000000000000077359d4f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/ab3e12/000000000000000077359d4f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/ab3e12/000000000000000077359d4f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"),
    url("../webfonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"),
    url("../webfonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
    url("../webfonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"),
    url("../webfonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
    url("../webfonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"),
    url("../webfonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: FontAwesome;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
    url("../webfonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: FontAwesome;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"),
    url("../webfonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: FontAwesome;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"),
    url("../webfonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D,
    U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088,
    U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5,
    U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A,
    U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E,
    U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7,
    U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D,
    U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA,
    U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}
@font-face {
  font-family: FontAwesome;
  font-display: block;
  src: url("../webfonts/fa-v4compatibility.woff2") format("woff2"),
    url("../webfonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B,
    U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4,
    U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E,
    U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../_ui/responsive/theme-myq/fonts/glyphicons-halflings-regular.woff2")
      format("woff2"),
    url("../_ui/responsive/theme-myq/fonts/glyphicons-halflings-regular.woff")
      format("woff"),
    url("../_ui/responsive/theme-myq/fonts/glyphicons-halflings-regular.ttf")
      format("truetype");
}
@font-face {
  font-family: AktivGrotesk-Regular;
  src: url("https://use.typekit.net/af/ab3e12/000000000000000077359d4f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/ab3e12/000000000000000077359d4f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/ab3e12/000000000000000077359d4f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: AktivGrotesk-Italic;
  src: url("https://use.typekit.net/af/951aca/000000000000000077359d51/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/951aca/000000000000000077359d51/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/951aca/000000000000000077359d51/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3")
      format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: AktivGrotesk-Bold;
  src: url("https://use.typekit.net/af/a798a9/000000000000000077359d55/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/a798a9/000000000000000077359d55/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff"),
    url("https://use.typekit.net/af/a798a9/000000000000000077359d55/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: AktivGrotesk-BoldItalic;
  src: url("https://use.typekit.net/af/8e3d9f/000000000000000077359d58/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/8e3d9f/000000000000000077359d58/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3")
      format("woff"),
    url("https://use.typekit.net/af/8e3d9f/000000000000000077359d58/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3")
      format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: AktivGrotesk-Light;
  src: url("https://use.typekit.net/af/63d81f/000000000000000077359d5a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/63d81f/000000000000000077359d5a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3")
      format("woff"),
    url("https://use.typekit.net/af/63d81f/000000000000000077359d5a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: AktivGrotesk-LightItalic;
  src: url("https://use.typekit.net/af/e4f1f2/000000000000000077359d5c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/e4f1f2/000000000000000077359d5c/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3")
      format("woff"),
    url("https://use.typekit.net/af/e4f1f2/000000000000000077359d5c/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3")
      format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: AktivGrotesk-Medium;
  src: url("https://use.typekit.net/af/c11a71/000000000000000077359d5e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/c11a71/000000000000000077359d5e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3")
      format("woff"),
    url("https://use.typekit.net/af/c11a71/000000000000000077359d5e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: AktivGrotesk-MediumItalic;
  src: url("https://use.typekit.net/af/939926/000000000000000077359d5f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/939926/000000000000000077359d5f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3")
      format("woff"),
    url("https://use.typekit.net/af/939926/000000000000000077359d5f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3")
      format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
}
@keyframes onetrust-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"),
    url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("../fonts/glyphicons-halflings-regular.ttf") format("truetype");
}
@keyframes myQcircles {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
@keyframes smallCircles {
  0% {
    transform: scale(0.5);
    background-color: rgb(0, 160, 255);
  }
  40% {
    transform: scale(1);
    background-color: rgb(255, 255, 255);
  }
  80% {
    transform: scale(0.5);
    background-color: rgb(0, 160, 255);
  }
  100% {
    transform: scale(0.5);
    background-color: rgb(0, 160, 255);
  }
}
