html,
body,
#packages-core-style__app--1yzmb {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#packages-core-style__app--1yzmb {
  min-height: 100vh;
}

* {
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

.packages-primitives-AutocompleteLocations-Location-style__container--1NpUm {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.packages-primitives-AutocompleteLocations-Location-style__container--1NpUm > :first-child {
  padding-left: 1rem;
}

.packages-primitives-AutocompleteLocations-Location-style__container--1NpUm > :last-child {
  flex: 1;
  padding: 1rem 0;
  margin: 0 1rem;
}

.packages-primitives-AutocompleteLocations-Location-style__container--1NpUm:not(:last-child) > :last-child {
  border-bottom: 1px solid #e0e0e0;
}

.packages-primitives-AutocompleteLocations-style__container--1z4Ua {
  background: white;
  color: black;
  max-height: 300px;
  overflow-y: scroll;
}

.packages-primitives-Carousel-style__wrapper--M2_uN {
  width: 100%;
  overflow: hidden;
}

.packages-primitives-Carousel-style__indicator--2OAq0 {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
}

.packages-primitives-Carousel-style__indicator--2OAq0 > * {
  cursor: pointer;
  padding: 0.25rem;
  background: #ddd;
  border-radius: 50%;
}

.packages-primitives-Carousel-style__indicator--2OAq0 > .packages-primitives-Carousel-style__active--3ot-C {
  background: #aaa;
}

.packages-primitives-Carousel-style__indicator--2OAq0 > :not(:last-child) {
  margin-right: 0.5rem;
}

.packages-primitives-Carousel-style__container--1su7M {
  width: 100%;
  display: flex;
  align-items: center;
  touch-action: none;

  transition: transform 0.3s ease-in-out;
  cursor: grab;
}

.packages-primitives-Carousel-style__container--1su7M.packages-primitives-Carousel-style__swiping--2wp8x {
  cursor: grabbing;
}

.packages-primitives-ErrorBind-ComponentError-style__container--3g_K6 {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 1rem;

  margin: 1rem;
}

.packages-primitives-ErrorBind-ComponentError-style__innerContainer--1gbGt {
  padding: 1.5rem;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.packages-primitives-ErrorBind-ComponentError-style__innerContainer--1gbGt header {
  font-weight: 500;
  align-self: flex-start;
  margin-bottom: 2rem;
}

.packages-primitives-ErrorBind-ComponentError-style__innerContainer--1gbGt h3 {
  margin-bottom: 0;
}

.packages-primitives-ErrorBind-ComponentError-style__innerContainer--1gbGt p {
  text-align: center;
}

.packages-primitives-ErrorBind-ComponentError-style__innerContainer--1gbGt button {
  cursor: pointer;
  margin-top: 1rem;
  font-size: 1.1rem;
  color: white;
  background: #4a90e2;
  padding: 0.5rem 2rem;
  border-radius: 0.5rem;
  border: none;
  outline: none;
}

.packages-primitives-Icon-style__container--U6p7U {
}

@keyframes packages-primitives-Page-style__slide-up--3PEJB {
  from {
    top: 100%;
  }
  to {
    top: 0;
  }
}

.packages-primitives-Page-style__container--O9eco {
  max-width: unset !important;

  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f5f5f5;

  overflow-y: auto;
  overflow-x: hidden;

  z-index: 2000;

  animation: packages-primitives-Page-style__slide-up--3PEJB 0.2s;
}

.packages-primitives-Page-style__header--2-9ev {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: inherit;

  padding: 1rem;
  font-size: 1.25rem;
  background: #2493e6;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.packages-primitives-Page-style__header--2-9ev > .packages-primitives-Page-style__content--3WYJb {
  flex: 1;
  margin: 0 1rem;
}

.packages-primitives-Page-style__header--2-9ev > .packages-primitives-Page-style__closeBtn--1OulX,
.packages-primitives-Page-style__header--2-9ev > .packages-primitives-Page-style__searchBtn--368_W {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.packages-primitives-PortalError-style__container--1X3YU {
  width: 100%;
  height: 100vh;

  padding: 2rem;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background: #f3f3f3;
}

.packages-primitives-PortalError-style__container--1X3YU header {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.packages-primitives-PortalError-style__container--1X3YU p {
  text-align: center;
}

.packages-primitives-PortalError-style__container--1X3YU button {
  cursor: pointer;
  margin-top: 1rem;
  font-size: 1.1rem;
  color: white;
  background: #4a90e2;
  padding: 0.5rem 2rem;
  border-radius: 0.5rem;
  border: none;
  outline: none;
}

@keyframes packages-primitives-Spinner-style__spinner-default--3u4uB {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.packages-primitives-Spinner-style__container--1kWQx {
  position: relative;
  display: inline-block;
  animation: packages-primitives-Spinner-style__spinner-default--3u4uB 1.1s infinite linear;
}

.packages-primitives-Spinner-style__container--1kWQx,
.packages-primitives-Spinner-style__container--1kWQx > span {
  border-radius: 50%;
}

.packages-primitives-Stars-style__container--Cl62a {
  position: relative;
  display: inline-block;
}

.packages-primitives-Stars-style__stars--Sylbf {
  position: absolute;
  left: 0;
  display: flex;
  overflow: hidden;
}

.packages-components-AdUnit-style__container--Px_HS {
  width: 100%;
  overflow: hidden;

  display: block;
  text-align: center;
}

.packages-components-AdUnit-style__container--Px_HS > * {
  text-align: unset;
}

.packages-components-AdUnit-style__paddedContainer--2-Xem {
  margin: 0.2rem 0;
}

.packages-components-AdUnit-style__dfp--3OI8G {
  text-align: center;
}

.packages-components-AdUnit-style__bingNative--3PpFn .nacaption {
  padding-left: 0px;
  padding-right: 0px;
}

.packages-components-AdUnit-style__bingNative--3PpFn .nativeAd {
  overflow: hidden;
}
.packages-components-AdUnit-style__stickyAd--35L3I {
  position: relative;
  bottom: 0;
}

.packages-components-NavComponent-Menu-style__links--2a_LO {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;

  z-index: 1000;
  min-width: 250px;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.packages-components-NavComponent-Menu-style__links--2a_LO > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  height: 35px;
}

.packages-components-NavComponent-Menu-style__links--2a_LO > header img {
  max-height: 100%;
}

.packages-components-NavComponent-Menu-style__links--2a_LO > header a {
  cursor: pointer;
}

.packages-components-NavComponent-Menu-style__links--2a_LO > a {
  display: flex;
  align-items: center;
  padding: 0.6rem 0.8rem;
  cursor: pointer;
  text-decoration: none;
}

.packages-components-NavComponent-Menu-style__links--2a_LO > a span {
  min-width: 10%;
  margin-right: 1rem;
}

.packages-components-NavComponent-Menu-style__overlay--2v0em {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;

  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
}

.packages-components-NavComponent-style__container--2uKUS {
  position: relative;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-size: cover;
  border-bottom: 1px solid #ccc;
}

.packages-components-NavComponent-style__container--2uKUS > * {
  height: 100%;
  display: flex;
  align-items: center;
}

.packages-components-NavComponent-style__container--2uKUS > * img {
  max-height: 100%;
  max-width: 100%;
}

.packages-components-NavComponent-style__container--2uKUS > a {
  position: absolute;
  left: 1rem;
  font-size: 2.2rem;
  cursor: pointer;
}

.packages-components-NavComponent-style__container--2uKUS > header {
  max-width: 40vw;
}

.packages-components-NavComponent-style__container--2uKUS > ul {
  position: absolute;
  right: 0.5rem;
  justify-content: flex-end;
  max-width: 60vw;
  flex-wrap: wrap;
  overflow: hidden;
}

.packages-components-NavComponent-style__container--2uKUS > ul :not(img) {
  height: 100%;
}

.packages-components-NavComponent-style__header--2c0R2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 2px;
}

.packages-components-NavComponent-style__logoCentered--20Nec {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.packages-components-NavComponent-style__logoAndHamburger--2UWWY{
  display: flex;
  align-items: center;
  justify-content: center;
}

.packages-components-NavComponent-style__extraIconImg--2ubnE {
  width: 20px;
  height: 20px;
  margin-right: 50px;
}

.packages-components-NavComponent-style__extraIconImg--2ubnE > img {
  border-radius: 50%;
}

.packages-components-Pagination-style__pagination--3WpFY {
  display: flex;
  padding-bottom: 2rem;
}

.packages-components-Pagination-style__pagination--3WpFY > li {
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.packages-components-Pagination-style__pagination--3WpFY > li:hover {
  color: #aaa;
}

.packages-components-Pagination-style__pagination--3WpFY > li.packages-components-Pagination-style__active--33aYg {
  color: #2493e6;
  border-bottom: 0.2rem solid #2493e6;
}

.packages-components-Pagination-style__disableArrow--1a3QF {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  margin-left: 0;
}

.packages-components-Pagination-style__enableArrow--3Kc8O {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  margin-left: 0;
}

@media (min-width: 768px) {
    .packages-components-Pagination-style__pagination--3WpFY > li {
        margin-left: 0.6rem;
    }
}

.packages-components-Search-ResultsSERP-style__imageItems--DYFC_ {
  background: none !important;
  box-shadow: none !important;
}

.packages-components-Search-ResultsSERP-style__imageItems--DYFC_ > div {
  overflow-x: auto;
}

.packages-components-Search-ResultsSERP-style__imageItems--DYFC_ > div > * {
  display: flex;
}

.packages-components-Search-ResultsSERP-style__imageItems--DYFC_ img {
  margin: 0.1rem;
  height: 5rem;
}

.packages-components-Search-ResultsSERP-style__videoItems--mhkvw {
  background: none !important;
  box-shadow: none !important;
}

.packages-components-Search-ResultsSERP-style__videoItems--mhkvw > div {
  display: flex;
  overflow-x: auto;
}

.packages-components-Search-ResultsSERP-style__videoItems--mhkvw > div > a {
  padding: 0.3rem;
  margin-right: 0.3rem;
  background: white;
}

.packages-components-Search-ResultsSERP-style__videoItems--mhkvw > div > a > header {
  font-size: 0.9rem;
  max-height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.packages-components-Search-ResultsSERP-style__videoItems--mhkvw > div > a > footer {
  margin-top: 0.6rem;
  color: #093;
  font-size: 0.8rem;
}

.packages-components-Search-ResultsSERP-style__videoItems--mhkvw > div > a > footer > small {
  color: #aaa;
  font-size: 0.7rem;
}

.packages-components-Search-ResultsSERP-style__videoItems--mhkvw img {
  margin: 0.1rem;
  height: 5rem;
}

.packages-components-Search-ResultsSERP-style__container--98WWp {
  color: #555;
  font-size: 0.9rem;
  padding: 0 1rem;
}

.packages-components-Search-ResultsSERP-style__container--98WWp a {
  text-decoration: none;
  color: rgb(0, 0, 238);
}

.packages-components-Search-ResultsSERP-style__container--98WWp > section {
  background: #fff;
  border-top: 1px solid #eee;
  overflow: hidden;
  padding: 0 1rem;
  max-width: 1300px;
}

@media (max-width: 530px) {
  .packages-components-Search-ResultsSERP-style__container--98WWp > section {
      padding: 0;
  }
}

.packages-components-Search-ResultsSERP-style__container--98WWp > section:first-child {
  border: none;
}

.packages-components-Search-ResultsSERP-style__container--98WWp > section > * {
  margin: 1.5rem 0;
}

.packages-components-Search-ResultsSERP-style__container--98WWp > section > header {
  color: #aaa;
  padding-bottom: 0;
}

.packages-components-Search-ResultsSERP-style__genericItem--1XMPS {
  display: flex;
  align-items: center;
}

.packages-components-Search-ResultsSERP-style__genericItem--1XMPS > * {
  max-width: 100%;
}

.packages-components-Search-ResultsSERP-style__genericItem--1XMPS > :first-child {
  flex: 1;
}

.packages-components-Search-ResultsSERP-style__genericItem--1XMPS > :first-child > * {
  display: block;
}

.packages-components-Search-ResultsSERP-style__genericItem--1XMPS > :first-child > a {
  font-size: 1.1rem;
}

.packages-components-Search-ResultsSERP-style__genericItem--1XMPS > :first-child > span {
  margin: 0.3rem 0;
  color: #093;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.packages-components-Search-ResultsSERP-style__genericItem--1XMPS > aside {
  margin-left: 0.6rem;
}

.packages-components-Search-ResultsSERP-style__adItemIcon--LJ1AI {
  display: block;
  border: 1px solid #ddd;
  color: #888 !important;
  border-radius: 50%;
  padding: 0.2rem;
}

.packages-components-Search-ResultsSERP-style__adItemIcon--LJ1AI > * {
  display: block;
}

.packages-components-Search-ResultsSERP-style__adItemLinks--3MJI8 {
  display: flex;
  margin-top: 0.4rem;
}

.packages-components-Search-ResultsSERP-style__adItemLinks--3MJI8 > * {
  flex: 1;
}

.packages-components-Search-ResultsSERP-style__adItemLinks--3MJI8 > * > a {
  display: block;
  margin-top: 0.3rem;
}

.packages-components-Search-ResultsSERP-style__adMerchantRating--1m27I {
  margin-top: 0.4rem;
  color: #888;
}

.packages-components-Search-ResultsSERP-style__adMerchantRating--1m27I > a {
  color: #888;
}

.packages-components-Search-ResultsSERP-style__organicYahooContainer--1Xr17 {
  border-top: 1px solid #eee;
  padding: 0 1rem;
}

.packages-components-Search-ResultsSERP-style__organicYahooHeader--1_tse {
  margin: 1.5rem 0;
  color: #aaa;
}

.packages-components-Search-ResultsSERP-style__organicYahooArticle--3LkBf {
  margin: 1.5rem 0;
  font-weight: 400;
}

@media (min-width: 768px) {
  .packages-components-Search-ResultsSERP-style__containerRelated--uvBSE {
    max-width: 63vw;
  }

  .packages-components-Search-ResultsSERP-style__relatedItems--GOSml {
    position: fixed;
    left: 65vw;
    top: 3.8rem;
  }

  .packages-components-Search-ResultsSERP-style__Mainline--D2mJB {
    position:relative;
    left:0px;
    top:0px
  }

  .packages-components-Search-ResultsSERP-style__Sidebar--1Lrvi {
    position:fixed;
    left:65vw;
    top:4rem;
  }
}

@media (min-width: 1000px) {
  .packages-components-Search-ResultsSERP-style__containerRelated--uvBSE {
    max-width: 57vw;
  }

  .packages-components-Search-ResultsSERP-style__relatedItems--GOSml {
    position: fixed;
    left: 65vw;
    top: 3.8rem;
  }
}

@media (min-width: 1500px) {
  .packages-components-Search-ResultsSERP-style__containerRelated--uvBSE {
    max-width: 53vw;
  }

  .packages-components-Search-ResultsSERP-style__relatedItems--GOSml {
    position: fixed;
    left: 60vw;
    top: 3.8rem;
  }
}

.packages-components-Search-ResultsSERP-style__relatedItem--34FaR {
  color: rgb(0, 0, 238);
}

.packages-components-Search-ResultsSERP-style__pagination--1-bsL {
  display: flex;
  padding-bottom: 2rem;
}

.packages-components-Search-ResultsSERP-style__pagination--1-bsL > li {
  padding: 0.5rem 1rem;
  margin-left: 0.6rem;
  cursor: pointer;
}

.packages-components-Search-ResultsSERP-style__pagination--1-bsL > li:hover {
  color: #aaa;
}

.packages-components-Search-ResultsSERP-style__pagination--1-bsL > li.packages-components-Search-ResultsSERP-style__active--2nFfh {
  color: #2493e6;
  border-bottom: 0.2rem solid #2493e6;
}

.packages-components-Search-ResultsSERP-style__noResults--1qq_H {
  margin-top: 2rem;
  text-align: center;
}

.packages-components-Search-ResultsSERP-style__banner--Y04tw {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .packages-components-Search-ResultsSERP-style__adItemIcon--LJ1AI {
    display: none;
  }
}

.packages-components-Search-Input-style__container--8ynIR, .packages-components-Search-Input-style__containerStyle1--2P_2P {
  position: relative;
  display: flex;
  align-items: center;
  background: white;
  border: 1px solid #ddd;
  border-radius: 2rem;
  padding: 0.3rem;
  align-self: stretch;
  margin-left: 1rem;
  margin-right: 1rem;
}
.packages-components-Search-Input-style__containerStyle1--2P_2P {
  background: #FAFBFC;
}

.packages-components-Search-Input-style__containerStyle1--2P_2P:focus {
  box-shadow: 0px 2px 10px rgba(193, 202, 221, 0.26);
}
.packages-components-Search-Input-style__containerStyle1--2P_2P:hover {
  box-shadow: 0px 2px 10px rgba(193, 202, 221, 0.26);
}

@media (min-width: 768px) {
  .packages-components-Search-Input-style__container--8ynIR, .packages-components-Search-Input-style__containerStyle1--2P_2P {
    max-width: 50vw;
  }
}

.packages-components-Search-Input-style__container--8ynIR > ul, .packages-components-Search-Input-style__containerStyle1--2P_2P > ul {
  position: absolute;
  top: 3rem;
  background: white;
  width: 100%;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.05);
}

.packages-components-Search-Input-style__container--8ynIR > ul mark, .packages-components-Search-Input-style__containerStyle1--2P_2P > ul mark {
  background: #eee;
}

.packages-components-Search-Input-style__container--8ynIR > ul > li:not(:last-child), .packages-components-Search-Input-style__containerStyle1--2P_2P > ul > li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.packages-components-Search-Input-style__container--8ynIR > input, .packages-components-Search-Input-style__containerStyle1--2P_2P > input {
  border: none;
  background: none;
  outline: none;
  flex: 1;
  margin: 0 0.5rem;
  width: 1px;
}
.packages-components-Search-Input-style__containerStyle1--2P_2P > input::-webkit-search-cancel-button{
  -webkit-appearance: none;
  height: 1.2em;
  width: 1.2em;
  background-image: url("data:image/svg+xml;utf8,<svg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 0.96V1.268L6.692 7.974L0 14.68V14.96H0.308L7 8.282L13.678 14.96H14V14.68L7.308 7.974L14 1.268V0.96H13.72L7 7.68L0.266 0.96H0Z' fill='black'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}
.packages-components-Search-Input-style__containerStyle1--2P_2P > input:focus::-webkit-search-cancel-button {
  opacity: .9;
  pointer-events: all;
}

.packages-components-Search-Input-style__containerStyle1--2P_2P > input.packages-components-Search-Input-style__dark--2WHUW::-webkit-search-cancel-button {
  filter: invert(1);
}


.packages-components-Search-Input-style__container--8ynIR > button {
  border: none;
  outline: none;
  background: #2493e6;
  color: white;
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.packages-components-Search-Input-style__containerStyle1--2P_2P > button > i {
  width: 1.125rem;
  height: 1.125rem;
  color: #FFF;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi44ODUgMTEuODU5N0wxNy4yMTMxIDE2LjE4NzhDMTcuNDg3OSAxNi40NzIzIDE3LjQ4NCAxNi45MjQ2IDE3LjIwNDMgMTcuMjA0M0MxNi45MjQ2IDE3LjQ4NCAxNi40NzIzIDE3LjQ4NzkgMTYuMTg3OCAxNy4yMTMxTDExLjg1OTcgMTIuODg1QzguODYzNzYgMTUuMzM0NiA0LjQ3MzIzIDE1LjAwNDggMS44NzY5NSAxMi4xMzVDLTAuNzE5MzM4IDkuMjY1MTYgLTAuNjA5Mjg2IDQuODYzNjMgMi4xMjcxNyAyLjEyNzE3QzQuODYzNjMgLTAuNjA5Mjg2IDkuMjY1MTYgLTAuNzE5MzM4IDEyLjEzNSAxLjg3Njk1QzE1LjAwNDggNC40NzMyMyAxNS4zMzQ2IDguODYzNzYgMTIuODg1IDExLjg1OTdaTTEuNDczMzEgNy4yNzQxNEMxLjQ3MzMxIDEwLjQ3NzggNC4wNzA0MSAxMy4wNzQ5IDcuMjc0MDkgMTMuMDc0OUMxMC40NzYzIDEzLjA3MTMgMTMuMDcxMyAxMC40NzYzIDEzLjA3NDkgNy4yNzQxNEMxMy4wNzQ5IDQuMDcwNDYgMTAuNDc3OCAxLjQ3MzM2IDcuMjc0MDkgMS40NzMzNkM0LjA3MDQxIDEuNDczMzYgMS40NzMzMSA0LjA3MDQ2IDEuNDczMzEgNy4yNzQxNFoiIGZpbGw9IiMwMDM0RjUiLz4KPC9zdmc+Cg==");
}
.packages-components-Search-Input-style__containerStyle1--2P_2P > button {
  border: none;
  outline: none;
  background: #FFF;
  color: white;
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.packages-components-Search-Input-style__containerStyle1--2P_2P button {
  cursor: pointer;
}

.packages-components-Search-Input-style__container--8ynIR > img, .packages-components-Search-Input-style__containerStyle1--2P_2P > img {
  height: 1rem;
  margin-left: 0.5rem;
}


.packages-components-Search-Input-style__style1--ROXLl {
  display: flex;
  justify-content: space-between;
  width: 4rem;
  height: 1.1rem;
  margin-right: 1rem;  
}
.packages-components-Search-Input-style__style1--ROXLl > button {
  border: none;
  background-color: transparent;;
  display: flex;
}
.packages-components-Search-Input-style__style1--ROXLl > input[type="search"] {
  -webkit-appearance: none;
}

::placeholder {
  color: var(--placeholder-color)
}

.packages-components-Search-Input-style__containerStyle1--2P_2P i {
  cursor: pointer;
}
.packages-components-Search-style__inputFormHeader--1Soqa {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2000;

  display: flex;
  padding: 0.7rem;
  background: white;
  width: 100%;
  align-items: center;
}

.packages-components-Search-style__inputFormHeader--1Soqa > a {
  display: flex;
  text-decoration: none;
  color: inherit;
  align-items: center;
}

.packages-components-Search-style__inputFormHeader--1Soqa > a > img {
  max-width: 5rem;
  max-height: 2.5rem;
}

.packages-components-Search-style__inputFormHeader--1Soqa > :last-child {
  flex: 1;
}

.packages-components-Search-style__inputFormHeader1--2bYuG {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2000;

  display: flex;
  padding: 0.7rem;
  background: white;
  width: 100%;
  align-items: center;
}

.packages-components-Search-style__inputFormHeader1--2bYuG > a {
  display: flex;
  text-decoration: none;
  color: inherit;
  align-items: center;
}

.packages-components-Search-style__inputFormHeader1--2bYuG > a > img {
  max-width: 5rem;
  max-height: 2.5rem;
}

.packages-components-Search-style__inputFormHeader1--2bYuG > :last-child {
  flex: 1;
}

.packages-components-Search-style__container--8Ivtz {
  background: white;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.packages-components-Search-style__searchbar__background--34FLR {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5000;
  width: 100%;
  background-color: #ffffff;
}

.packages-components-Search-style__search_header--2wAhi {
  width: calc(60vw - 50px);
  max-width: 1300px;
}

@media (max-width: 900px) {
  .packages-components-Search-style__search_header--2wAhi {
      width: 100%;
  }
}

@media (max-width: 768px) {
  .packages-components-Search-style__searchBarNone--1ZaSV {
    margin-left: calc(50% - 25px);
  }
}

@media (min-width: 768px) {
  .packages-components-Search-style__container--8Ivtz {
    padding: 0 5vw;
  }
}

.packages-components-Search-style__noResults--19ggB {
  margin-top: 2rem;
  text-align: center;
  flex: 1;
}

/* For mobile devices */
@media only screen and (max-width: 767px) {
  .packages-components-Search-style__searchbar__background--34FLR {
    position: relative;
  }
}

.packages-components-Search-style__tallHeader--Yuo9S {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.packages-components-Search-style__logo--38q_C {
  max-width: 6rem;
  max-height: 3.5rem;
}

.packages-components-Search-style__inputContainer--2cwIu {
  width: 100%;
}


.packages-components-SearchBar-AutoComplete-style__container--2WCZA {
  position: relative;
  width: 100%;
  flex-basis: 100% !important;
}

.packages-components-SearchBar-AutoComplete-style__container--2WCZA > ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  max-height: 10rem;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.packages-components-SearchBar-AutoComplete-style__container--2WCZA > ul > li {
  padding: 0.25rem 1rem;
}

.packages-components-SearchBar-style__overlay--1CgUb {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

.packages-components-SearchBar-style__container--3vdiL {
  background-color: transparent;
}

.packages-components-SearchBar-style__googleWmSearchBar--3gzim {
  background-color: #fff;
  width: 100%;
  padding: 10px;
}

.packages-components-SearchBar-style__searchForm--70YHN,
#packages-components-SearchBar-style__cse-search-box--1t5dl {
  height: 40px;
  width: 100%;
  border: none;
  border-radius: 2px;
}

.packages-components-SearchBar-style__searchBarFieldsContainer--37Gx_,
.packages-components-SearchBar-style__googleWmSearchBarInputs--2d35D {
  height: 40px;
  position: relative;
}

.packages-components-SearchBar-style__searchText--3Pior,
.packages-components-SearchBar-style__googleWmSearchBarSearchText--3L14D {
  height: 40px;
  width: 100%;
  padding-left: 15px;
  border: none;
  border-radius: 2px;
  font-size: 14px;
}

.packages-components-SearchBar-style__googleWmSearchBarSearchText--3L14D {
  padding-left: 0px;
}

.packages-components-SearchBar-style__googleWmSearchBarSearchText--3L14D input {
  width: 100%;
  height: 40px;
}

.packages-components-SearchBar-style__searchBarBtn--2OjLT,
.packages-components-SearchBar-style__googleSearchBtn--69U7B {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  width: 40px;
  border-radius: 0px 2px 2px 0px;
  border: none;
}
.packages-components-SearchBar-style__searchBarBtn2--3iejx {
  position: absolute;
  right: auto;
  left: 5px;
  top: 0px;
  background-color: transparent;
  height: 40px;
  width: 40px;
  border-radius: 0px 2px 2px 0px;
  border: none;
}

.packages-components-SearchBar-style__googleSearchBtn--69U7B {
  background: transparent;
}

.packages-components-SearchBar-style__searchBtnIcon--2uuD9 {
  height: 18px;
  width: 18px;
  margin-top: -0px;
  vertical-align: middle;
  border: 0;
}
.packages-components-SearchBar-style__searchBtnIcon2--27PMS {
  height: 20px;
  width: 20px;
}
.packages-components-SearchBar-style__searchBarContainer--xKvML {
  padding: 0px;
}

.packages-components-SearchBar-style__searchText--3Pior {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  border-radius: 2px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.packages-components-SearchBar-style__searchText2--1Xz3y {
  border-radius: 20px;
  background-color: #e7e7e7;
  box-shadow: none;
  padding-left: 40px;
  text-align: center;
  border: 0px;
}

.packages-components-SearchBar-style__googleWmSearchBarContainer--2BH4M .packages-components-SearchBar-style__searchForm--70YHN,
.packages-components-SearchBar-style__googleWmSearchBarContainer--2BH4M #packages-components-SearchBar-style__cse-search-box--1t5dl {
  box-shadow: none;
}

.packages-components-SearchBar-style__provider-none--2a8uI .packages-components-SearchBar-style__searchBarBtn--2OjLT {
  height: 38px;
  width: 47px;
  right: 1px;
  top: 1px;
  box-shadow: none;
}

.packages-components-SearchBar-style__provider-bingDirect--Y4cfK .packages-components-SearchBar-style__searchText--3Pior {
  background-repeat: no-repeat no-repeat;
  background-position: 10px 50%;
  background-size: auto 22px;
  padding-left: 45px;
}

.packages-components-SearchBar-style__provider-bingDirect--Y4cfK .packages-components-SearchBar-style__searchText--3Pior::placeholder {
  color: #5a5a5a;
}

.packages-components-SearchBar-style__provider-bingDirect--Y4cfK .packages-components-SearchBar-style__searchBarBtn--2OjLT {
  width: 34px;
  height: 32px;
  right: 4px;
  top: 4px;
  border-radius: 3px;
  box-shadow: none;
}

.packages-components-SearchBar-style__provider-bingDirect--Y4cfK .packages-components-SearchBar-style__searchBtnIcon--2uuD9 {
  margin-top: 3px;
  margin-left: 2px;
}

.packages-components-SearchBar-style__provider-googlecse-inline--IbS3m .packages-components-SearchBar-style__searchText--3Pior {
  background-repeat: no-repeat no-repeat;
  background-position: 10px 50%;
  background-size: auto 22px;
  padding-left: 45px;
}
.packages-components-SearchBar-style__provider-googlecse-inline--IbS3m .packages-components-SearchBar-style__searchText--3Pior::placeholder {
  color: #bfbfbf;
}
.packages-components-SearchBar-style__provider-googlecse-inline--IbS3m .packages-components-SearchBar-style__searchBarBtn--2OjLT {
  width: 34px;
  height: 32px;
  right: 4px;
  top: 4px;
  border-radius: 3px;
  box-shadow: none;
}
.packages-components-SearchBar-style__provider-googlecse-inline--IbS3m .packages-components-SearchBar-style__searchBtnIcon--2uuD9 {
  margin-top: 3px;
  margin-left: 2px;
}

.packages-components-SearchBar-style__provider-googlecse--3Bxhv .packages-components-SearchBar-style__searchBarContainer--xKvML {
  background-color: white;
  background-size: 75px;
  background-repeat: no-repeat no-repeat;
  background-position: 5px;
}
.packages-components-SearchBar-style__provider-googlecse--3Bxhv .packages-components-SearchBar-style__searchForm--70YHN {
  margin-left: 85px;
  width: auto;
}
.packages-components-SearchBar-style__provider-googlecse--3Bxhv .packages-components-SearchBar-style__searchText--3Pior {
  background-repeat: no-repeat no-repeat;
  background-position: 10px 50%;
  background-size: auto 22px;
}
.packages-components-SearchBar-style__provider-googlecse--3Bxhv .packages-components-SearchBar-style__searchText--3Pior::placeholder {
  color: #bfbfbf;
}
.packages-components-SearchBar-style__provider-googlecse--3Bxhv .packages-components-SearchBar-style__searchText--3Pior {
  margin-top: 0px;
}
.packages-components-SearchBar-style__provider-googlecse--3Bxhv .packages-components-SearchBar-style__searchBarBtn--2OjLT {
  margin-top: 0px;
  width: 34px;
  height: 32px;
  right: 4px;
  top: 4px;
  border-radius: 3px;
  box-shadow: none;
}
.packages-components-SearchBar-style__provider-googlecse--3Bxhv .packages-components-SearchBar-style__searchBtnIcon--2uuD9 {
  margin-top: 3px;
  margin-left: 2px;
}

.packages-components-SearchBar-style__provider-yahooDirect--NoHFZ .packages-components-SearchBar-style__searchText--3Pior {
  background-repeat: no-repeat no-repeat;
  background-position: 10px 50%;
  background-size: auto 22px;
  padding-left: 55px;
}
.packages-components-SearchBar-style__provider-yahooDirect--NoHFZ .packages-components-SearchBar-style__searchText--3Pior::placeholder {
  color: #5a5a5a;
}
.packages-components-SearchBar-style__provider-yahooDirect--NoHFZ .packages-components-SearchBar-style__searchBarBtn--2OjLT {
  width: 34px;
  height: 32px;
  right: 4px;
  top: 4px;
  border-radius: 3px;
  box-shadow: none;
}
.packages-components-SearchBar-style__provider-yahooDirect--NoHFZ .packages-components-SearchBar-style__searchBtnIcon--2uuD9 {
  margin-top: 3px;
  margin-left: 2px;
}

.packages-components-SearchBar-style__sideBtn--35m0z {
  cursor: pointer;
  border-radius: 30px;
  width: 112px;
  height: 50px;
  margin: 12px 10px 0 0;
  z-index: 9999;
  font-family: "Roboto" !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  position: fixed;
  right: 0;
}

.packages-components-SearchBar-style__searchBarContainer--xKvML .packages-components-SearchBar-style__withSideBtn--9Ryds {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 20px;
  padding-right: 130px;
}

.packages-components-SearchBar-style__searchBarContainer--xKvML .packages-components-SearchBar-style__withSideBtn--9Ryds input[name="search_term"] {
  background-color: transparent !important;
  text-align: left;
  border: 0px !important;
  border-bottom: 1px solid black !important;
  border-radius: 0px;
  font-size: 16px;
  background-image: none !important;
  padding-left: 5px !important;
  box-shadow: none !important;
}

.packages-components-SearchBar-style__searchBarContainer--xKvML .packages-components-SearchBar-style__withSideBtn--9Ryds input[name="search_term"]::placeholder{
  color: #bfbfbf;
}

.packages-components-SearchBar-style__searchBarContainer--xKvML .packages-components-SearchBar-style__withSideBtn--9Ryds button[alt="Submit"] > img {
  margin-top: 3px;
  margin-left: 2px;
  height: 20px;
  width: 20px;
}

.packages-components-SearchBar-style__searchBarContainer--xKvML .packages-components-SearchBar-style__withSideBtn--9Ryds button[alt="Submit"] {
  background: none !important;
  right: 0;
  left: auto;
  height: 44px;
  width: 44px;
  top: -3px;
}

.packages-components-BingTrendingTerms-style__container--p5UwT {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  margin: 1rem 2rem;
}

.packages-components-BingTrendingTerms-style__dropdown--XPMY0 {
  background-color: #ffffff;
  margin: 0;
}

.packages-components-BingTrendingTerms-style__container--p5UwT > .packages-components-BingTrendingTerms-style__header--1RCjt {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0 12px;
  color: #c4c4c4;
}

.packages-components-BingTrendingTerms-style__container--p5UwT > .packages-components-BingTrendingTerms-style__content--14W6S {
  font-size: 1rem;
  flex-grow: 1;
  width: 100%;
  background-color: #ffffff;
}

.packages-components-BingTrendingTerms-style__content--14W6S > a {
  display: flex;
  align-items: center;
  padding: 5px 12px;
  margin: 8px 0;
  min-height: 30px;
  font-size: 1rem;
  text-decoration: none;
  color: #333333;
  border-bottom: 1px solid #e5e6e7;
}

.packages-components-BingTrendingTerms-style__trendingStyle_11--19I2a > .packages-components-BingTrendingTerms-style__content--14W6S > a {
  border-bottom: 1px solid rgb(217, 217, 217, 0.4);
  margin: 3px 0;
}
.packages-components-BingTrendingTerms-style__content--14W6S > a:last-child { 
  border-bottom: none;
}

.packages-components-BingTrendingTerms-style__content--14W6S > a > label {
  flex-grow: 1;
  cursor: pointer;
  color: #333;
  font-size: 0.8rem;
  font-weight: 500;
}

.packages-components-BingTrendingTerms-style__content--14W6S > a > .packages-components-BingTrendingTerms-style__icon--1EPVP {
  color: #0f4d92;
  font-size: 1.3rem !important;
  font-weight: 100 !important;
  padding: 5px !important;
  border-radius: 3px !important;
}

.packages-components-BingTrendingTerms-style__trendingStyle_1--3mRhF .packages-components-BingTrendingTerms-style__content--14W6S > a > .packages-components-BingTrendingTerms-style__icon--1EPVP{
  background-color: #0f4d92;
  color: #ffffff;
}

.packages-components-BingTrendingTerms-style__trendingStyle_3--36lsB .packages-components-BingTrendingTerms-style__content--14W6S > a {
  border: 1px solid #e5e6e7;
  margin: 5px 8px;
  border-radius: 25px;
  padding: 0 5px;
}

.packages-components-BingTrendingTerms-style__trendingStyle_3--36lsB > a:last-child { 
  border-bottom: inherit;
}

.packages-components-BingTrendingTerms-style__trendingStyle_6--r9fos .packages-components-BingTrendingTerms-style__content--14W6S > a > .packages-components-BingTrendingTerms-style__icon--1EPVP {
  background-color: #0f4d92;
  color: #ffffff;
}
.packages-components-BingTrendingTerms-style__trendingStyle_6--r9fos .packages-components-BingTrendingTerms-style__content--14W6S > a > label, .packages-components-BingTrendingTerms-style__trendingStyle_8--2hjKu .packages-components-BingTrendingTerms-style__content--14W6S > a > label {
  padding: 0.5em;
}

.packages-components-BingTrendingTerms-style__trendingStyle_7--1pagN .packages-components-BingTrendingTerms-style__content--14W6S > a, .packages-components-BingTrendingTerms-style__trendingStyle_9--2oocn .packages-components-BingTrendingTerms-style__content--14W6S > a  {
  background-color: #2593e6;
}

.packages-components-BingTrendingTerms-style__trendingStyle_7--1pagN .packages-components-BingTrendingTerms-style__content--14W6S > a > .packages-components-BingTrendingTerms-style__icon--1EPVP, .packages-components-BingTrendingTerms-style__trendingStyle_9--2oocn .packages-components-BingTrendingTerms-style__content--14W6S > a > .packages-components-BingTrendingTerms-style__icon--1EPVP {
  color: #ffffff;
  background-color: #0f4d92;
  border-radius: 50% !important;
}

.packages-components-BingTrendingTerms-style__trendingStyle_7--1pagN .packages-components-BingTrendingTerms-style__content--14W6S > a > label {
  color: #ffffff;
}

.packages-components-BingTrendingTerms-style__trendingStyle_8--2hjKu .packages-components-BingTrendingTerms-style__content--14W6S > a, .packages-components-BingTrendingTerms-style__trendingStyle_10--2i9yk .packages-components-BingTrendingTerms-style__content--14W6S > a { 
  background-color: #f5f5f5;
}

.packages-components-BingTrendingTerms-style__trendingStyle_8--2hjKu .packages-components-BingTrendingTerms-style__content--14W6S > a > .packages-components-BingTrendingTerms-style__icon--1EPVP, .packages-components-BingTrendingTerms-style__trendingStyle_10--2i9yk .packages-components-BingTrendingTerms-style__content--14W6S > a > .packages-components-BingTrendingTerms-style__icon--1EPVP  { 
  color: #2593e6;
}

.packages-components-BingTrendingTerms-style__trendingStyle_8--2hjKu .packages-components-BingTrendingTerms-style__content--14W6S > a > div { 
  background-color: #2593e6;
  min-width: 5px;
  min-height: 30px
}
.packages-components-BingTrendingTerms-style__trendingStyle_11--19I2a  {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  font-family: Arial, "Roboto", sans-serif;
}
.packages-components-BingTrendingTerms-style__trendingStyle_11--19I2a > .packages-components-BingTrendingTerms-style__header--1RCjt {
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color:#000;
}
.packages-components-BingTrendingTerms-style__trendingStyle_11--19I2a > .packages-components-BingTrendingTerms-style__content--14W6S {
  box-shadow:  0px 4px 4px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  border-radius: 5px;
}

.packages-components-BingTrendingTerms-style__trendingStyle_11--19I2a > .packages-components-BingTrendingTerms-style__content--14W6S > a > label {
  font-weight: 700;
  font-size: 14px;
  color: #6C6C6C;
}
.packages-components-BingTrendingTerms-style__trendingStyle_11--19I2a .packages-components-BingTrendingTerms-style__content--14W6S > a > .packages-components-BingTrendingTerms-style__icon--1EPVP {
  color: #ffffff;
  background-color: #0165A4;
  border-radius: 50% !important;
}

.packages-components-BingTrendingTerms-style__container--p5UwT > .packages-components-BingTrendingTerms-style__footer--2dZkr {
  display: flex;
  flex-direction: row-reverse;
  font-size: 0.6rem;
  font-weight: 500;
  background-color: #ffffff;
  padding: 0 12px;
}

.packages-components-BingTrendingTerms-style__container--p5UwT > .packages-components-BingTrendingTerms-style__footer--2dZkr > span {
  padding-top: 5px;
}

.packages-components-BingTrendingTerms-style__placeholder--3du0B > * {
  margin: 8px 16px;
  min-height: 30px;
  background: #eee;
}
.packages-components-SearchBar-BingTrendingTermsDropdown-style__container--pG3VH {
  position: relative;
  width: 100%;
  flex-basis: 100% !important;
}

.packages-components-SearchBar-BingTrendingTermsDropdown-style__container--pG3VH > .packages-components-SearchBar-BingTrendingTermsDropdown-style__content--2gg1g {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  font-weight: 500;
  width: 100%;
}

.packages-components-SearchBar-SearchPortalSearchBar-style__container--3VQgP {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.packages-components-SearchBar-SearchPortalSearchBar-style__container--3VQgP.packages-components-SearchBar-SearchPortalSearchBar-style__sticky--S_V9f {
  margin: 0;
  background: #f5f5f5;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.05);
  flex-direction: row;
  padding: 1rem;
}

.packages-components-SearchBar-SearchPortalSearchBar-style__container--3VQgP.packages-components-SearchBar-SearchPortalSearchBar-style__sticky--S_V9f > * {
  flex: 1;
}

.packages-components-SearchBar-SearchPortalSearchBar-style__container--3VQgP.packages-components-SearchBar-SearchPortalSearchBar-style__sticky--S_V9f > img {
  max-width: 5rem;
  max-height: 2.5rem;
  flex: 0;
}

.packages-components-SearchBar-SearchPortalSearchBar-style__container--3VQgP.packages-components-SearchBar-SearchPortalSearchBar-style__sticky--S_V9f > button {
  display: none;
}

.packages-components-SearchBar-SearchPortalSearchBar-style__container--3VQgP:not(.packages-components-SearchBar-SearchPortalSearchBar-style__sticky--S_V9f) > img,
.packages-components-SearchBar-SearchPortalSearchBar-style__container--3VQgP:not(.packages-components-SearchBar-SearchPortalSearchBar-style__sticky--S_V9f) > button {
  margin: 2rem 0;
}

@media (min-width: 768px) {
  .packages-components-SearchBar-SearchPortalSearchBar-style__container--3VQgP {
    margin: 0 10vw;
  }
}

@media (min-width: 1024px) {
  .packages-components-SearchBar-SearchPortalSearchBar-style__container--3VQgP {
    margin: 0 20vw;
  }
}

.packages-components-SearchBar-SearchPortalSearchBar-style__button--3ppi8 {
  background: #2493e6;
  outline: none;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 1.5rem;
  border: none;
  cursor: pointer;
  min-width: 8rem;
  min-height: 3rem;
}

.packages-components-SearchBar-SearchPortalSearchBar-style__inputContainer--3yYX- {
  align-self: stretch;
  align-items: center;
}

.packages-components-SearchBar-SearchPortalSearchBar-style__inputContainerStyle3--2nvv3 {
  display: flex;
  flex-wrap: wrap;
}

.packages-components-SearchBar-SearchPortalSearchBar-style__inputContainer--3yYX- > * {
  flex: 1;
}

.packages-components-SearchBar-SearchPortalSearchBar-style__inputContainer--3yYX- > img {
  flex: 0;
  margin-left: 1rem;
  max-height: 2rem;
}

.packages-components-SearchBar-SearchPortalSearchBar-style__input--3QsJE {
  display: flex;
  align-items: center;
  background: white;
  border: 1px solid #eee;
  border-radius: 2rem;
  padding: 0.75rem;

  margin: 0 1rem;
}

.packages-components-SearchBar-SearchPortalSearchBar-style__input--3QsJE > input {
  border: none;
  background: none;
  outline: none;
  flex: 1;
  margin: 0 0.5rem;
  width: 0.5rem; /* To override default min-width */
}

.packages-components-SearchBar-SearchPortalSearchBar-style__input--3QsJE > img {
  height: 1rem;
}

.packages-components-SearchBar-SearchPortalSearchBar-style__input--3QsJE > button {
  border: none;
  outline: none;
  background: #2493e6;
  color: white;
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.packages-components-SearchBar-SearchPortalSearchBar-style__input--3QsJE.packages-components-SearchBar-SearchPortalSearchBar-style__sticky--S_V9f {
  padding: 0.3rem;
}

.packages-components-SearchBar-SearchPortalSearchBar-style__input--3QsJE.packages-components-SearchBar-SearchPortalSearchBar-style__sticky--S_V9f > img {
  margin-left: 0.5rem;
}

a{
  color: #3E22B6;
}
.packages-components-SponsoredApiAds-style__freeShipping--1Etxi {
  color: #0c9257;
  font-size: 12px;
}
.packages-components-SponsoredApiAds-style__labelAnnotation--2w-em {
  color: #aaa;
}
.packages-components-SponsoredApiAds-style__productAdBold--2hQvf{
  margin-bottom: 4px;
  display: block;
  color: black;
}
.packages-components-SponsoredApiAds-style__productAdName--2eyKH{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  /* or 133% */
  letter-spacing: 0.0293059px;
}
.packages-components-SponsoredApiAds-style__productAd--1IMWz img{
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 90px;
  width: 100%;
  margin-bottom: 10px;
  margin: auto;
}
.packages-components-SponsoredApiAds-style__productAd--1IMWz{
  border: 1px solid #bdbdbd;
  margin:0 5px;
  padding: 10px;
  max-width: 136px;
  width: 136px;
  min-width: 136px;
  align-self: stretch;
}
.packages-components-SponsoredApiAds-style__roundedCornerProductAd--1FXWq {
  border-radius: 5px;
}
.packages-components-SponsoredApiAds-style__sharpCornerProductAd--2L5al {
  border-radius: 0;
}
.packages-components-SponsoredApiAds-style__sliderIndicatorRight--1PKMG, .packages-components-SponsoredApiAds-style__sliderIndicatorLeft--7Rvj- {
  background: #E6E6E6;
  position: absolute;
  width: 'auto';
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  border:none !important;
  cursor: pointer;
}
.packages-components-SponsoredApiAds-style__rounded--1zvMd{
  border-radius: 50%;
}
.packages-components-SponsoredApiAds-style__notRounded--1jQ9_{
  border-radius: 10%;
  /* color: #0034F5; */
}
.packages-components-SponsoredApiAds-style__noScrolling--2Brot .packages-components-SponsoredApiAds-style__sliderIndicatorRight--1PKMG{
  display: none;
}
.packages-components-SponsoredApiAds-style__sliderIndicatorLeft--7Rvj-  {
  display: none;
  left: 50px;
}
.packages-components-SponsoredApiAds-style__sliderIndicatorLeft--7Rvj- svg {
  transform: translateY(-10%)  rotate(180deg);
}
.packages-components-SponsoredApiAds-style__scrolling--3kOyy .packages-components-SponsoredApiAds-style__sliderIndicatorLeft--7Rvj-{
  display: block;
}
.packages-components-SponsoredApiAds-style__scrollingRight--2cMX1 .packages-components-SponsoredApiAds-style__sliderIndicatorRight--1PKMG{
  display: none;
}
.packages-components-SponsoredApiAds-style__sliderIndicatorRight--1PKMG {
  right: 50px;
}
.packages-components-SponsoredApiAds-style__sliderIndicatorRight--1PKMG svg, .packages-components-SponsoredApiAds-style__sliderIndicatorLeft--7Rvj- svg {
  height: 10px;
  pointer-events: none;
}
.packages-components-SponsoredApiAds-style__relativeParent--2NUTk{
  position: relative;
  max-width: 100%;
  display: inline-block;
  padding-left: 20px;
}
.packages-components-SponsoredApiAds-style__productRating--19UQb {
  display: flex;
  justify-content: space-between;
}
.packages-components-SponsoredApiAds-style__productRatingReviewCount--1-7RW {
  color: #aaa;
}
.packages-components-SponsoredApiAds-style__blueBorderBottom--TRZ1f{
  border-bottom: 2px solid #0034F5;
}
.packages-components-SponsoredApiAds-style__blackBorderBottom--lzKND{
  border-bottom: 2px solid #000;
}
.packages-components-SponsoredApiAds-style__productAdsWrapper--3kNER {
  scroll-behavior: smooth;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #F1F1FA;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
  width: auto;
  max-width: min(1300px, 100%);
  padding: 20px 10px;
}
.packages-components-SponsoredApiAds-style__container--3hR7K {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-family: 'Roboto';
  font-style: normal;
}
.packages-components-SponsoredApiAds-style__default--3o7WA {
  background-color: #333;
}
@media (max-width:530px) {   
  .packages-components-SponsoredApiAds-style__productAdsWrapper--3kNER {
    margin: 0;
  }
  .packages-components-SponsoredApiAds-style__relativeParent--2NUTk{
    padding-left: 0;
  }
}
.packages-components-SponsoredApiAds-style__container--3hR7K > section > header {
  color: #aaa;
  padding-left: 1rem;
}

@media (max-width: 530px) {
  .packages-components-SponsoredApiAds-style__container--3hR7K > section > header { 
      padding-left: 0;
  }          
}
.packages-components-SponsoredApiAds-components-NoReferrerMessage__wrapper--3m6C- {
    width: calc(55vw - 50px);
    max-width: 1300px;
  }
  
  .packages-components-SponsoredApiAds-components-NoReferrerMessage__paragraph--1ewGZ {
    max-width: 600px;
    background-color: #f1f1f1;
    border: 1px solid darkgrey;
    text-align: center;
    padding: 20px;
    margin: 20px auto;
    border-radius: 5px;
    word-break: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
  }

  @media (max-width: 90px) {
    .packages-components-SponsoredApiAds-components-NoReferrerMessage__wrapper--3m6C- {
        width: calc(70vw - 20px);
    }
  }
  @media (max-width: 770px) {
    .packages-components-SponsoredApiAds-components-NoReferrerMessage__wrapper--3m6C- {
        width: calc(97vw - 20px);
    }
  }
.packages-core-App-AddToHomeScreen-style__container--1pV4K {
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  width: calc(100% - 20px);
  padding: 10px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px;
  border: 1px solid lightgrey;
  text-align: center;

  z-index: 3000;
}

.packages-core-App-AddToHomeScreen-style__container--1pV4K > button {
  font-size: 16px;
  padding: 10px 15px;
  margin: 10px;
  border: none;
}

.packages-core-App-AddToHomeScreen-style__container--1pV4K > button:first-of-type {
  background: #e5e8e8;
  color: #839192;
}

.packages-core-App-AddToHomeScreen-style__container--1pV4K > button:last-of-type {
  background: #a9cce3;
  color: #2874a6;
}

.packages-components-Sitemap-style__sitemapBody--2exlj {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    min-height: 100vh;
    overflow-y: auto;
  }

  .packages-components-Sitemap-style__rightPage--2-U2h {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    min-width: 70%;
  }
  
  .packages-components-Sitemap-style__sitemap--3y6Rk {
    display: flex;
    width: 100%;
  }

  .packages-components-Sitemap-style__showing--9XA1E {
    margin-bottom: 5px;
  }
  
  .packages-components-Sitemap-style__categories--3cET6 {
    width: 400px;
    background-color: #f4f4f4;
    padding: 50px;
    word-wrap: break-word;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    height: 100%;
  }
  
  .packages-components-Sitemap-style__categories--3cET6 h2 {
    margin-top: 0;
    font-size: 1.5rem;
  }
  
  .packages-components-Sitemap-style__categories--3cET6 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .packages-components-Sitemap-style__categories--3cET6 li {
    margin: 10px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }
  
  .packages-components-Sitemap-style__categories--3cET6 li:hover {
    color: #7a2af5;
  }
  
  .packages-components-Sitemap-style__categories--3cET6 li.packages-components-Sitemap-style__active--I2Ly- {
    font-weight: bold;
    color: red;
  }
  
  /* Articles Section Styles */
  .packages-components-Sitemap-style__articlesContainer--1tSkP {
    padding: 40px;
    flex-grow: 1;
  }
  
  .packages-components-Sitemap-style__articlesContainer--1tSkP h2 {
    margin-top: 0;
    font-size: 1.5rem;
  }
  
  .packages-components-Sitemap-style__articlesContainer--1tSkP ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .packages-components-Sitemap-style__articlesContainer--1tSkP li {
    display: grid;
    grid-template-columns: 120px 1fr;
    margin: 15px 0;
    border-top: 1px solid black;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .packages-components-Sitemap-style__articlesContainer--1tSkP article {
    font-weight: bold;
  }
  
  .packages-components-Sitemap-style__articlesContainer--1tSkP a {
    text-decoration: none;
    color: #333;
    font-size: 1.1rem;
    transition: color 0.3s ease;
    font-weight: bold;
  }
  
  .packages-components-Sitemap-style__articlesContainer--1tSkP a:hover {
    color: #7a2af5 ;
  }
  
  /* Pagination Controls */
  .packages-components-Sitemap-style__pagination--1OLM5 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
  }

  li span {
    cursor: pointer;
  }
  
  .packages-components-Sitemap-style__disabledPage--32GJt {
    cursor: not-allowed;
    background-color: #f0f0f0;
    color: #aaa;
  }
  
  .packages-components-Sitemap-style__pagination--1OLM5 li:hover {
    color:red;
  }
  
  .packages-components-Sitemap-style__pagination--1OLM5 span {
    font-size: 1rem;
    margin: 0 10px;
  }

  .packages-components-Sitemap-style__pageNumber--2jo6i {
    margin: 0 5px;
    cursor: pointer;
  }

  .packages-components-Sitemap-style__pageNumber--2jo6i :hover{
    color: #7a2af5;
  }
  
  
  .packages-components-Sitemap-style__activePage--3pz77 {
    color: red;
    font-weight: bold;
  }
  
  .packages-components-Sitemap-style__pagination--1OLM5 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
  }
  
  /* Media Query for Responsiveness */
  @media (max-width: 768px) {
    .packages-components-Sitemap-style__sitemap--3y6Rk {
      flex-direction: column;
    }
  
    .packages-components-Sitemap-style__categories--3cET6 {
      width: 100%;
      order: 1;
    }
  
    .packages-components-Sitemap-style__articlesContainer--1tSkP {
      width: 100%;
      flex-grow: 1;
    }
  
    .packages-components-Sitemap-style__pagination--1OLM5 {
      margin-top: 10px;
    }
  }
  
.packages-core-App-PromptGDPR-style__container--3yh7- {
  color: #fff;
  background-color: #000;

  display: flex;

  padding: 0.75rem;
  font-size: 0.7rem;
  font-weight: 500;

  z-index: 3000;
}

.packages-core-App-PromptGDPR-style__bottom--2e4ZQ {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.packages-core-App-style__container--1jGvV > *:not([data-af-component="ArticlePage"]):not([data-af-component="PortalHomepageTemplate2Lazy"]) {
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
}

.packages-core-App-style__container--1jGvV {
  width: 100%;
  height: 100%;

  background: #f8f8f8;
}

.packages-core-App-style__container--1jGvV * {
  box-sizing: border-box;
}

.packages-core-App-style__container--1jGvV > * {
  width: 100%;
}

.packages-core-App-style__container--1jGvV > *:not([data-af-component="NavComponent"]):not([data-af-component="SearchBar"]):not([data-af-component="Footer"]):not([data-af-component="PortalHomepage"]):not([data-af-component="PortalContentAIArticle"]):not([data-af-component="ArticlePage"]):not([data-af-component="PortalHomepageTemplate2Lazy"]):not([data-af-component="Sitemap"]) {
  max-width: 40rem;
  margin: 0 auto;
}

@keyframes packages-core-App-style__slide-in-sticky--3t-bu {
  from {
    top: -100px;
  }
  to {
    top: 0px;
    top: var(--top, 0px);
  }
}

.packages-core-App-style__container--1jGvV .sticky-component {
  position: fixed;
  animation-name: packages-core-App-style__slide-in-sticky--3t-bu;
  animation-duration: 0.5s;

  top: 0px;

  top: var(--top, 0px);
  z-index: 1;
}

.packages-core-App-style__buildInfo--38xGR {
  z-index: 3000;
  position: fixed;
  bottom: 0.5rem;
  left: 0.5rem;

  color: tomato;
  opacity: 0.6;

  font-weight: bold;
  font-size: 0.8rem;
}


/*# sourceMappingURL=core.css.map*/