@charset "UTF-8";
/* line 17, ../../sass/sass/dropdown.scss */
.dropdown {
  user-select: none;
  display: inline-block;
  position: relative;
}

/* line 25, ../../sass/sass/dropdown.scss */
.dropdown-menu {
  display: none;
  cursor: context-menu !important;
  background-color: white;
  left: 0;
  z-index: 3000;
  transform-origin: left top;
  position: absolute;
  transition: all 0.2s ease-in-out;
  transform: scale(0);
}
/* line 37, ../../sass/sass/dropdown.scss */
.dropdown-menu.active {
  display: block;
  transform: scale(1);
}
/* line 43, ../../sass/sass/dropdown.scss */
.dropdown-menu.dropdown-menu-full {
  width: 100%;
  position: fixed;
}
/* line 48, ../../sass/sass/dropdown.scss */
.dropdown-menu.dropdown-menu-full-mobile {
  height: 100vh;
  width: 100%;
  position: fixed;
}
/* line 55, ../../sass/sass/dropdown.scss */
.dropdown-menu.dropdown-menu-right {
  right: 0px;
  left: unset;
  transform-origin: right;
  position: absolute;
  width: 400px;
  box-shadow: 0 10px 30px -12px rgba(21, 21, 21, 0.28), 0 4px 25px 0 rgba(21, 21, 21, 0.12), 0 8px 10px -5px rgba(21, 21, 21, 0.2);
  -webkit-box-shadow: 0 10px 30px -12px rgba(21, 21, 21, 0.28), 0 4px 25px 0 rgba(21, 21, 21, 0.12), 0 8px 10px -5px rgba(21, 21, 21, 0.2);
  top: 250%;
}
/* line 70, ../../sass/sass/dropdown.scss */
.dropdown-menu.dropdown-menu-right.active {
  /* transform: scale(1); */
  right: 0;
  z-index: 4000;
}
/* line 78, ../../sass/sass/dropdown.scss */
.dropdown-menu.dropdown-menu-left-center {
  left: unset;
  right: 0;
  transform-origin: right top;
  position: absolute;
}
@media only screen and (max-width: 600px) {
  /* line 89, ../../sass/sass/dropdown.scss */
  .dropdown-menu.dropdown-menu-right {
    left: unset;
    transform-origin: right;
    position: absolute;
    width: 350px;
    box-shadow: 0 10px 30px -12px rgba(21, 21, 21, 0.28), 0 4px 25px 0 rgba(21, 21, 21, 0.12), 0 8px 10px -5px rgba(21, 21, 21, 0.2);
    -webkit-box-shadow: 0 10px 30px -12px rgba(21, 21, 21, 0.28), 0 4px 25px 0 rgba(21, 21, 21, 0.12), 0 8px 10px -5px rgba(21, 21, 21, 0.2);
    position: fixed;
    top: 0;
  }
}
/* line 104, ../../sass/sass/dropdown.scss */
.dropdown-menu.dropdown-menu-center {
  right: unset;
  left: 50%;
  transform-origin: left top;
  transform: scale(0) translate(-50%, 0);
}
/* line 110, ../../sass/sass/dropdown.scss */
.dropdown-menu.dropdown-menu-center.active {
  left: 50%;
  transform: scale(1) translate(-50%, 0);
}
/* line 118, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow:before {
  content: " ";
  height: 20px;
  width: 20px;
  bottom: 100%;
  background: #FFFFFF;
  position: absolute;
  pointer-events: none;
  transform: scale(1) rotate(45deg) translate(-50%, 0);
}
/* line 131, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow:before.dropdown-menu-right {
  right: -100%;
}
/* line 137, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow:after {
  border-width: 8.5px;
  border-bottom-color: #f6f6f6;
}
/* line 142, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow:before {
  border-width: 9px;
  border-bottom-color: #b0b0b0;
}
/* line 149, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow.dropdown-menu-left:before, .dropdown-menu-arrow.dropdown-menu-left:after {
  left: 10%;
}
/* line 155, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow.dropdown-menu-right {
  right: -100%;
  margin-top: 15px;
}
/* line 159, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow.dropdown-menu-right:before, .dropdown-menu-arrow.dropdown-menu-right:after {
  right: 7%;
  top: 0;
}
/* line 167, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow.dropdown-menu-left-center {
  right: 0%;
  margin-top: 15px;
}
/* line 171, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow.dropdown-menu-left-center:before, .dropdown-menu-arrow.dropdown-menu-left-center:after {
  right: 7%;
  top: 0;
}
/* line 181, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow.dropdown-menu-center:before, .dropdown-menu-arrow.dropdown-menu-center:after {
  left: 50%;
}
/* line 188, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow.dropdown-arrow.dropdown- .dropdown-menu-arrow.dropdown-arrow:before {
  margin-top: 15px;
  transform: scale(1) rotate(45deg) translate(-50%, 0);
}
/* line 193, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow.dropdown-arrow .dropdown-menu {
  margin-top: 15px;
}

/* line 200, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay {
  box-sizing: border-box;
  min-width: 300px !important;
  max-width: 300px;
  padding: 30px 25px 30px 25px;
  border-radius: var(--bd-rd-sm) !important;
  transform: unset;
  opacity: 0;
  top: 90%;
  right: 0px;
  left: unset;
  box-shadow: 0 10px 30px -12px rgba(21, 21, 21, 0.28), 0 4px 25px 0 rgba(21, 21, 21, 0.12), 0 8px 10px -5px rgba(21, 21, 21, 0.2);
  overflow: hidden;
}
/* line 217, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay .separator {
  border: 1px solid var(--color-surface);
}
/* line 220, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay.active {
  overflow: visible;
  opacity: 1 !important;
  top: 150% !important;
  width: auto;
  height: auto;
  transition: top 0.3s ease-in, opacity 0.1s ease-out;
}
/* line 228, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay .items:first-child {
  padding: 0px 0px 15px 0px;
}
/* line 232, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay .items {
  cursor: pointer !important;
  color: var(--primary-grey);
  font-weight: 600;
  padding: 15px 0px;
  display: flex;
}
/* line 239, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay .items:hover {
  color: var(--color-text-primary);
}
/* line 242, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay .items:hover .icon {
  margin-right: 7px;
}
/* line 244, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay .items:hover .icon svg path {
  color: var(--color-text-primary);
  fill: var(--color-text-primary);
}
/* line 251, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay .buttons {
  display: flex;
  justify-content: space-between;
}
/* line 256, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay button {
  min-width: calc(50% - 7.5px);
  margin-top: 15px;
  font-size: var(--xs-text);
  font-weight: 500;
  color: var(--color-text-primary);
  background-color: white;
  border: 1px solid var(--primary-grey);
  border-radius: var(--bd-rd-lg);
  width: max-content;
  padding: 12px 18px;
}
/* line 269, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay button.primary {
  padding: 13px 19px;
  background-color: #3F84F2;
  color: white;
  border: none;
}
/* line 277, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay .icon {
  margin-right: 7px;
}
/* line 280, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay .icon svg path {
  color: var(--primary-grey);
  fill: var(--primary-grey);
}

/* line 288, ../../sass/sass/dropdown.scss */
.dropdown-menu.product-overlay {
  box-sizing: border-box;
  min-width: 300px !important;
  max-width: 300px;
  padding: 15px;
  border-radius: var(--bd-rd-sm) !important;
  transform: unset;
  opacity: 0;
  top: 250%;
  min-height: 175px;
  transform: scale(0);
  left: -50%;
  right: -50%;
  box-shadow: 0 10px 30px -12px rgba(21, 21, 21, 0.28), 0 4px 25px 0 rgba(21, 21, 21, 0.12), 0 8px 10px -5px rgba(21, 21, 21, 0.2);
  overflow: hidden;
}
/* line 307, ../../sass/sass/dropdown.scss */
.dropdown-menu.product-overlay.active {
  overflow: visible;
  opacity: 1 !important;
  transform: scale(1);
  width: auto;
  height: auto;
  transition: transform 0.3s ease-in, opacity 0.1s ease-out;
}
/* line 316, ../../sass/sass/dropdown.scss */
.dropdown-menu.product-overlay .icon {
  margin-right: 10px;
}
/* line 318, ../../sass/sass/dropdown.scss */
.dropdown-menu.product-overlay .icon svg {
  max-height: 18px;
  max-width: 18px;
  color: var(--color-text-primary);
  fill: var(--color-text-primary);
}
/* line 328, ../../sass/sass/dropdown.scss */
.dropdown-menu.product-overlay .items:first-child {
  margin-bottom: 15px;
}
/* line 332, ../../sass/sass/dropdown.scss */
.dropdown-menu.product-overlay .items:last-child {
  margin-top: 15px;
  margin-bottom: 0;
}
/* line 337, ../../sass/sass/dropdown.scss */
.dropdown-menu.product-overlay .items:not(:first-child):not(:last-child) {
  margin: 15px 0;
}
/* line 341, ../../sass/sass/dropdown.scss */
.dropdown-menu.product-overlay .items {
  padding: 0px 15px;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  cursor: pointer !important;
  color: var(--color-text-primary);
  font-weight: 500;
  display: flex;
  user-select: none;
}
/* line 354, ../../sass/sass/dropdown.scss */
.dropdown-menu.product-overlay .items.active {
  background-color: var(--color-text-primary);
  color: white;
  border-radius: var(--bd-rd-sm);
}
/* line 359, ../../sass/sass/dropdown.scss */
.dropdown-menu.product-overlay .items.active .icon svg {
  color: white;
  fill: white;
}

/* line 367, ../../sass/sass/dropdown.scss */
.product-select .pr-tt {
  color: var(--color-text-primary);
  user-select: none;
  display: none;
  font-weight: 500;
}
/* line 373, ../../sass/sass/dropdown.scss */
.product-select .pr-tt .icon {
  margin-left: 10px;
  width: 15px;
}
/* line 377, ../../sass/sass/dropdown.scss */
.product-select .pr-tt .icon svg {
  transition: transform 0.4s ease;
  transform-origin: center;
}
/* line 385, ../../sass/sass/dropdown.scss */
.product-select .pr-tt.active .icon svg {
  transform: rotate(180deg);
}
@media only screen and (min-width: 1025px) {
  /* line 392, ../../sass/sass/dropdown.scss */
  .product-select .pr-tt {
    display: none;
  }
}

/* line 3, ../../sass/sass/header-2.scss */
.top-header {
  background-color: var(--color-white);
  padding: 20px 0;
  min-height: 255px;
}
@media screen and (max-width: 1024px) {
  /* line 3, ../../sass/sass/header-2.scss */
  .top-header {
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  /* line 3, ../../sass/sass/header-2.scss */
  .top-header {
    min-height: auto;
    padding-bottom: 20px;
  }
}

/* line 19, ../../sass/sass/header-2.scss */
header {
  width: 100vw;
  max-width: 100vw;
}

/* line 24, ../../sass/sass/header-2.scss */
.ct-mn-he {
  display: flex;
  position: relative;
  min-width: 100vw;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 801px) {
  /* line 24, ../../sass/sass/header-2.scss */
  .ct-mn-he {
    min-height: 54px;
    margin-bottom: 0px;
  }
}
/* line 36, ../../sass/sass/header-2.scss */
.ct-mn-he .ct-us {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* line 41, ../../sass/sass/header-2.scss */
.ct-mn-he .ct-us .ct-us-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-surface);
  border-radius: 100px;
  width: 32px;
  height: 32px;
  border: 1px solid var(--color-surface);
  cursor: pointer;
}
/* line 52, ../../sass/sass/header-2.scss */
.ct-mn-he .ct-us .ct-us-img svg {
  width: 16px;
  height: 16px;
}
/* line 59, ../../sass/sass/header-2.scss */
.ct-mn-he .ct-us .op-opt {
  cursor: pointer;
}
/* line 62, ../../sass/sass/header-2.scss */
.ct-mn-he .ct-us .op-opt svg {
  width: 16px;
  height: 16px;
}
/* line 71, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1224px;
  width: 91.63%;
}
/* line 86, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop {
  transition: all .3s;
  position: absolute;
  top: 0;
  left: -10px;
  background-color: var(--third);
  border-bottom-right-radius: var(--bd-rd-xxs);
  border-bottom-left-radius: var(--bd-rd-xxs);
  max-width: 1244px;
  width: calc(100% + 40px);
  padding: 10px;
  max-height: 80vh;
  z-index: 20;
  opacity: 0;
  margin-top: -40px;
}
/* line 102, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-bx {
  margin-top: 44px;
  width: 100%;
}
/* line 107, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct {
  display: grid;
  grid-template-columns: 25% 75%;
  gap: 10px;
  padding: 16px 0 32px 0;
  width: 1120px;
  max-width: 91.63%;
  height: 97%;
  margin: 0 auto;
}
/* line 117, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-search-results {
  display: grid;
  grid-template-columns: 1fr !important;
  gap: 1rem;
}
/* line 123, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
/* line 128, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls {
  display: block;
  justify-content: center;
  padding-right: 0.5rem;
}
/* line 133, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .sc-md-ls-item {
  margin: 6px 0;
  padding: 8px;
  cursor: pointer;
  border-radius: var(--bd-rd-button);
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
}
/* line 143, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .sc-md-ls-item .point {
  opacity: 0;
  width: 10px;
  height: 10px;
  border: 1px solid var(--color-text-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  position: absolute;
  left: 8px;
}
/* line 156, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .sc-md-ls-item .point .back {
  width: 6px;
  height: 6px;
  background-color: var(--color-text-primary);
  border-radius: 50%;
}
/* line 170, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .sc-md-ls-item p {
  font-size: var(--sm-text);
  font-weight: 500;
  color: var(--color-text-muted);
  transition: all 0.3s ease;
}
/* line 179, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .active .point {
  opacity: 1;
}
/* line 183, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .active p {
  color: var(--color-text-primary);
  transform: translateX(20px);
}
/* line 191, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: calc(80vh - 70px);
  overflow-y: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
@media screen and (max-width: 801px) {
  /* line 191, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst {
    grid-template-columns: 1fr;
  }
}
/* line 205, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ti-ls {
  font-weight: 500;
  font-size: var(--xxs-text);
  position: absolute;
  top: 0;
  left: 0;
}
/* line 213, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ct-item-ls {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: var(--bd-rd-xxss);
}
/* line 221, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ct-item-ls:hover {
  background-color: var(--color-surface);
}
/* line 225, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ct-item-ls img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
/* line 233, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ct-item-ls .ct-ul .sb-title-ls {
  color: var(--color-text-primary);
}
/* line 237, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ct-item-ls .ct-ul .ct-li {
  border-radius: 0.3rem;
  font-size: 0.8rem;
  color: var(--color-text-muted);
}
/* line 246, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .hidden {
  display: none;
}
/* line 250, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .fade-in {
  display: grid;
  animation: fade-in 0.5s;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 273, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .lft-he {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: left;
  height: 100%;
}
/* line 280, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .lft-he .he-lg {
  display: flex;
  align-items: center;
}
/* line 284, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .lft-he .he-lg img {
  width: 200px;
}
@media only screen and (max-width: 1024px) {
  /* line 289, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .lft-he .he-lg img {
    width: 150px;
  }
  /* line 293, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .lft-he .he-lg .separator,
  .ct-mn-he .cont-wdt .lft-he .he-lg .products {
    display: none;
  }
}
/* line 299, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .lft-he .he-lg .separator {
  display: none;
  margin-right: 30px;
  margin-left: 30px;
  min-height: 30px;
  width: 1px;
  height: 100%;
  background-color: #ededed;
}
/* line 326, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .ct-mn {
  display: flex;
  align-items: center;
  gap: 20px;
  user-select: none;
  display: none;
}
@media only screen and (max-width: 800px) {
  /* line 326, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .ct-mn {
    display: none;
  }
}
/* line 337, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .ct-mn .it-mnu {
  position: relative;
  cursor: pointer;
  transition: all .3s;
  padding: 10px 10px;
  font-weight: 500;
}
/* line 345, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .ct-mn .it-mnu .btt {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -8px;
  border-radius: var(--bd-rd-xxxl);
  background-color: var(--color-text-primary);
  width: 40px;
  height: 2px;
}
/* line 360, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .left-he,
.ct-mn-he .cont-wdt .rgh-he {
  z-index: 25;
}
/* line 364, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .left-he a,
.ct-mn-he .cont-wdt .rgh-he a {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 371, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .lg-black {
  display: none;
}
/* line 375, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he {
  display: flex;
  align-items: center;
  user-select: none;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  /* line 375, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .rgh-he {
    justify-content: flex-end;
  }
}
/* line 386, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 16px;
  color: var(--color-text-primary);
  justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  /* line 386, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .rgh-he .desktop {
    display: none;
  }
}
/* line 401, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he {
  display: flex;
  gap: 16px;
  max-width: 100%;
  justify-content: space-evenly;
}
@media screen and (max-width: 800px) {
  /* line 401, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he {
    display: none;
  }
}
/* line 413, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .ct-hp a {
  font-weight: 500;
}
/* line 417, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .ct-hp:hover {
  text-decoration: underline;
}
/* line 422, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 50px;
  background-color: color-mix(in srgb, var(--color-brand) 94%, #fff);
  color: var(--color-white);
  padding: 0.5rem;
  white-space: nowrap;
  cursor: pointer;
}
/* line 433, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user svg {
  color: var(--color-text-primary);
  width: 16px;
  height: 16px;
}
/* line 439, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user .perfil {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-surface);
  border-radius: 100px;
  width: 24px;
  height: 24px;
}
/* line 449, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user .txt-use {
  color: var(--color-white);
  max-width: 100px;
  overflow: hidden;
}
/* line 455, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user .menu-hb {
  width: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-right: 6px;
}
/* line 462, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user .menu-hb span {
  height: 2px;
  width: 100%;
  display: block;
  background-color: var(--color-white);
}
@media screen and (max-width: 1024px) {
  /* line 386, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .rgh-he .desktop {
    display: flex;
  }
}
@media only screen and (max-width: 800px) {
  /* line 386, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .rgh-he .desktop {
    display: none;
  }
}
/* line 484, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr {
  display: flex;
  flex: 1 !important;
  align-items: center;
  gap: 10px;
  background-color: var(--color-surface);
  border-radius: var(--bd-rd-xxxs);
  padding: 0 10px;
  width: 100%;
}
/* line 494, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: var(--xxs-text);
  min-height: 40px;
}
/* line 501, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr input::placeholder {
  color: var(--color-text-primary);
}
/* line 507, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr svg,
.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr path {
  width: 18px;
  height: 18px;
  fill: var(--color-text-muted);
  margin-top: 6px;
}
/* line 515, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr .clean-sh {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  /* line 484, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr {
    height: 40px;
    max-width: 100%;
  }
}
/* line 525, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr-mn {
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid var(--color-surface);
}
/* line 531, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .my-trp {
  color: var(--color-text-muted);
  font-weight: 500;
  cursor: pointer;
  display: none;
}
/* line 538, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .mn-user {
  font-weight: 500;
}
/* line 542, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .barr {
  background-color: var(--color-text-muted);
  height: 20px;
  width: 2px;
  display: none;
}
/* line 549, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .mr-set {
  position: relative;
}
/* line 552, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .mr-set svg,
.ct-mn-he .cont-wdt .rgh-he .desktop .mr-set path {
  fill: var(--color-white) !important;
}
/* line 557, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .mr-set .btn {
  padding: 5px;
  cursor: pointer;
}
/* line 561, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .mr-set .btn img {
  width: 25px;
}
/* line 567, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .login {
  border-radius: var(--bd-rd-xxxl);
  user-select: none;
  cursor: pointer;
}
/* line 575, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .cart {
  max-height: 55px;
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-size: var(--xxs-text);
  border-radius: 50px;
  color: var(--color-text-primary);
  padding: 8px 15px;
  background-color: color-mix(in srgb, var(--color-brand) 4%, #fff) !important;
}
/* line 594, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .cart svg {
  width: 16px;
  height: 16px;
}
/* line 601, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .lang {
  border-radius: 50px;
  background-color: color-mix(in srgb, var(--color-brand) 4%, #fff) !important;
  color: var(--color-text-primary);
  cursor: pointer;
  padding: 0.3rem 0.6rem;
  white-space: nowrap;
}
/* line 610, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .lang svg {
  color: var(--color-text-primary);
  width: 16px;
  height: 16px;
}
/* line 620, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row {
  height: 100%;
  display: flex;
  align-items: center;
  color: var(--color-white);
}
/* line 626, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row span {
  display: none;
}
/* line 630, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row div {
  font-size: var(--xxs-text);
}
/* line 634, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row .txt-lg {
  color: var(--color-text-primary);
}
/* line 642, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row span {
  font-size: var(--xxs-text);
}
/* line 646, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row .select-country {
  display: flex;
}
/* line 650, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row .select-country img {
  margin-right: 5px;
  width: 15px;
}
/* line 655, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row .select-country div {
  display: none;
  color: var(--color-white);
}
/* line 666, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .user {
  font-size: var(--xxs-text);
  position: relative;
  cursor: pointer;
  color: var(--color-white);
}
/* line 674, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .user:hover {
  text-decoration: underline;
}
/* line 678, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .user .row {
  height: 100%;
  display: flex;
  align-items: center;
}
/* line 683, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .user .row svg {
  width: 20px;
  border-radius: var(--bd-rd-xxxl);
}
/* line 688, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .user .row .txt {
  font-size: var(--xxs-text);
  color: var(--color-text-primary);
}
/* line 692, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .user .row .txt:hover {
  text-decoration: underline;
}
/* line 703, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .suport {
  display: flex;
  align-items: center;
  font-size: var(--xxs-text);
  cursor: pointer;
}
/* line 710, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .mobile {
  display: none;
  align-items: center;
  gap: 16px;
}
/* line 715, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .mobile .user-black,
.ct-mn-he .cont-wdt .rgh-he .mobile .lang-black,
.ct-mn-he .cont-wdt .rgh-he .mobile .cart-black {
  display: none;
}
/* line 721, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .mobile .lp-research {
  display: none;
}
/* line 727, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .mobile .lg-white a {
  display: flex;
  align-items: center;
  justify-self: center;
}
/* line 734, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .mobile .mr-set,
.ct-mn-he .cont-wdt .rgh-he .mobile .cart,
.ct-mn-he .cont-wdt .rgh-he .mobile .lgin {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 742, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .mobile img,
.ct-mn-he .cont-wdt .rgh-he .mobile svg {
  width: 24px !important;
  height: 24px !important;
  color: var(--color-text-primary);
}
/* line 750, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .mobile .cart svg {
  width: 20px !important;
  height: 20px !important;
}
@media only screen and (max-width: 800px) {
  /* line 710, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .rgh-he .mobile {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 600px) {
  /* line 710, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .rgh-he .mobile {
    width: 100%;
    margin-left: 0;
  }
  /* line 765, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .rgh-he .mobile .lp-research {
    display: flex;
  }
}
/* line 770, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .mobile .coin {
  width: 30x;
  height: 30px;
}

/* line 783, ../../sass/sass/header-2.scss */
.ov-rs-mb {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

/* line 795, ../../sass/sass/header-2.scss */
.ct-input-mb {
  display: flex;
  opacity: 1;
  transition: all 0.3s;
  position: fixed;
  top: 8%;
  transform: translateY(100%);
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 201;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 0.5rem 0.5rem 0 0;
}
/* line 812, ../../sass/sass/header-2.scss */
.ct-input-mb.show {
  transform: translateY(0);
}
/* line 816, ../../sass/sass/header-2.scss */
.ct-input-mb .ct-lg-btn {
  width: 100%;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  border-bottom: 1px solid var(--color-surface);
}
/* line 825, ../../sass/sass/header-2.scss */
.ct-input-mb .ct-lg-btn .title-rs {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
}
/* line 833, ../../sass/sass/header-2.scss */
.ct-input-mb .content-search-mb {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  padding: 1rem 0.5rem;
}
/* line 840, ../../sass/sass/header-2.scss */
.ct-input-mb .content-category-mb {
  width: 100%;
  height: 100%;
  overflow: scroll;
}
/* line 846, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-bx {
  margin-top: 24px;
  width: 100%;
}
/* line 851, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct {
  display: block;
  margin: 0 auto;
}
/* line 855, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
/* line 860, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls {
  display: block;
  justify-content: center;
  padding: 0 0.5rem;
}
/* line 865, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ls-item {
  margin: 6px 0;
  padding: 8px;
  cursor: pointer;
  border-radius: var(--bd-rd-button);
  display: flex;
  align-items: center;
  margin-bottom: 0.7rem;
  font-weight: 500;
}
/* line 875, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ls-item p {
  width: 100%;
  text-align: center;
  font-weight: 500;
}
/* line 881, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ls-item svg {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
}
/* line 888, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  padding-bottom: 1rem;
}
/* line 897, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ti-ls {
  font-weight: 500;
}
/* line 901, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ct-item-ls {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
  margin-bottom: 5px;
  gap: 10px;
}
/* line 909, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ct-item-ls img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
/* line 915, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ct-item-ls .sb-title-ls {
  color: var(--color-text-primary);
}
/* line 919, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ct-item-ls .ct-ul {
  display: flex;
  flex-direction: column;
}
/* line 923, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ct-item-ls .ct-ul .ct-li {
  border-radius: 0.3rem;
  font-size: var(--xxxs-text);
  color: var(--color-text-muted);
}
/* line 933, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .hidden-mb {
  display: none;
}
/* line 937, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .fade-in-mb {
  display: grid;
  border-bottom: 1px solid var(--color-surface);
  animation: fade-in 0.5s;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 956, ../../sass/sass/header-2.scss */
.ct-input-mb .delet-input {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
/* line 962, ../../sass/sass/header-2.scss */
.ct-input-mb .delet-input svg {
  width: 24px;
  height: 24px;
}
/* line 968, ../../sass/sass/header-2.scss */
.ct-input-mb .input-ct {
  width: 100%;
  background-color: var(--color-surface);
  border-radius: 0.5rem;
  padding: 0.75rem;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}
/* line 978, ../../sass/sass/header-2.scss */
.ct-input-mb .input-ct .input-mb {
  background-color: var(--color-surface);
  width: 100%;
  font-size: var(--xxs-text);
}
/* line 984, ../../sass/sass/header-2.scss */
.ct-input-mb .input-ct .search-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 989, ../../sass/sass/header-2.scss */
.ct-input-mb .input-ct .search-trigger svg {
  width: 22px;
  height: 22px;
}
/* line 995, ../../sass/sass/header-2.scss */
.ct-input-mb .input-ct .clean-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1000, ../../sass/sass/header-2.scss */
.ct-input-mb .input-ct .clean-input svg {
  width: 20px;
  height: 20px;
}

/* line 1011, ../../sass/sass/header-2.scss */
.ct-us-md {
  position: absolute;
  top: 45px;
  background-color: var(--third);
  border-radius: 20px;
  width: 300px;
  transition: all .3s;
  opacity: 0;
  margin-top: 20px;
  color: var(--color-text-primary);
  border: 1px solid var(--color-surface);
  z-index: 99;
  cursor: auto;
}
@media screen and (max-width: 800px) {
  /* line 1011, ../../sass/sass/header-2.scss */
  .ct-us-md {
    left: -200px;
  }
}
@media screen and (max-width: 850px) {
  /* line 1011, ../../sass/sass/header-2.scss */
  .ct-us-md {
    left: -200px;
  }
}
@media screen and (max-width: 600px) {
  /* line 1011, ../../sass/sass/header-2.scss */
  .ct-us-md {
    margin-top: 0px;
    margin-left: -40px;
    top: -320px;
    left: 0px;
    width: calc(100vw - 40px);
  }
}
/* line 1041, ../../sass/sass/header-2.scss */
.ct-us-md .us-he {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid var(--color-surface);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (max-width: 600px) {
  /* line 1041, ../../sass/sass/header-2.scss */
  .ct-us-md .us-he {
    padding: 22px 20px;
  }
}
@media screen and (max-width: 600px) {
  /* line 1054, ../../sass/sass/header-2.scss */
  .ct-us-md .us-he .ct-if-us {
    font-size: var(--bd-rd-sm);
  }
}
/* line 1060, ../../sass/sass/header-2.scss */
.ct-us-md .us-he .ct-if-us .us-nm-m {
  font-weight: 500;
  max-width: 21ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 1068, ../../sass/sass/header-2.scss */
.ct-us-md .us-he .ct-if-us .us-ml {
  max-width: 21ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--bd-rd-xs);
}
@media screen and (max-width: 600px) {
  /* line 1068, ../../sass/sass/header-2.scss */
  .ct-us-md .us-he .ct-if-us .us-ml {
    font-size: var(--xxs-text);
  }
}
/* line 1085, ../../sass/sass/header-2.scss */
.ct-us-md .us-bd {
  display: flex;
  flex-direction: column;
}
/* line 1089, ../../sass/sass/header-2.scss */
.ct-us-md .us-bd .bt {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 25px 20px;
  transition: all .3s;
  border-top: 1px solid var(--color-surface);
  cursor: pointer;
}
/* line 1098, ../../sass/sass/header-2.scss */
.ct-us-md .us-bd .bt svg {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 600px) {
  /* line 1089, ../../sass/sass/header-2.scss */
  .ct-us-md .us-bd .bt {
    padding: 22px 20px;
    font-size: var(--bd-rd-sm);
  }
}
/* line 1110, ../../sass/sass/header-2.scss */
.ct-us-md .us-bd .ft-us-md {
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 20px;
}
/* line 1116, ../../sass/sass/header-2.scss */
.ct-us-md .us-bd .ft-us-md .ac-btn,
.ct-us-md .us-bd .ft-us-md .ex-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 20px;
  border-radius: 100px;
  font-weight: 500;
  cursor: pointer;
}
/* line 1128, ../../sass/sass/header-2.scss */
.ct-us-md .us-bd .ft-us-md .ex-btn {
  border: 2px solid var(--color-text-primary);
}
/* line 1132, ../../sass/sass/header-2.scss */
.ct-us-md .us-bd .ft-us-md .ac-btn {
  color: var(--color-white);
  background-color: var(--color-brand);
}
/* line 1139, ../../sass/sass/header-2.scss */
.ct-us-md .us-bd .ex-ac {
  font-weight: 500;
  padding: 15px 20px 20px;
}

/* line 1149, ../../sass/sass/header-2.scss */
.ct-mb-mn {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--color-brand);
  width: 100vw;
  height: 100vh;
  transition: all .3s;
  opacity: 0;
  margin-top: 20px;
  user-select: none;
  z-index: 99999999999;
}
@media screen and (max-height: 700px) {
  /* line 1149, ../../sass/sass/header-2.scss */
  .ct-mb-mn {
    overflow: scroll;
  }
}
/* line 1166, ../../sass/sass/header-2.scss */
.ct-mb-mn .he-mb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  padding-bottom: 0;
  background-color: var(--color-brand);
}
/* line 1176, ../../sass/sass/header-2.scss */
.ct-mb-mn .he-mb .lg-mb-md img {
  width: 250px;
}
/* line 1182, ../../sass/sass/header-2.scss */
.ct-mb-mn .he-mb .cls-mn {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 40px;
  height: 40px;
}
/* line 1189, ../../sass/sass/header-2.scss */
.ct-mb-mn .he-mb .cls-mn svg {
  width: 22px;
  height: 22px;
  color: var(--color-surface);
}
/* line 1199, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding-top: 0px;
}
@media screen and (max-height: 700px) {
  /* line 1199, ../../sass/sass/header-2.scss */
  .ct-mb-mn .ct-bd-mn {
    position: relative;
  }
}
/* line 1210, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn .men-it {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}
/* line 1215, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn .men-it .mn-ip {
  color: var(--color-white);
  font-size: var(--sm-text);
  font-weight: 500;
  margin-top: 20px;
}
/* line 1221, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn .men-it .mn-ip:first-child {
  margin-top: 0;
}
/* line 1229, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn .mr-btn {
  display: flex;
  flex-direction: column;
  color: var(--color-white);
  margin-top: 100px;
}
/* line 1235, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn .mr-btn .tls-ti {
  font-size: var(--bd-rd-sm);
  font-weight: 500;
}
/* line 1240, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn .mr-btn .my-tp {
  font-size: var(--bd-rd-sm);
  margin-top: 20px;
  font-weight: 500;
}
/* line 1248, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn .ct-ac {
  margin-top: 100px;
  font-size: var(--xxs-text);
  color: var(--color-white);
  margin-bottom: 20px;
}
/* line 1254, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn .ct-ac .lg-nw {
  font-size: var(--bd-rd-sm);
  font-weight: 500;
}
/* line 1259, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn .ct-ac .ct-us {
  position: relative;
  display: flex;
  align-items: center;
}
/* line 1264, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn .ct-ac .ct-us .us-fc {
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
}
/* line 1274, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn .ct-ac .ct-us .us-n-m {
  margin-left: 15px;
  font-size: var(--bd-rd-sm);
  font-weight: 500;
}

/* line 1290, ../../sass/sass/header-2.scss */
.lang-modal .sb-ti-ip {
  width: 350px;
  user-select: none;
  font-size: var(--xxs-text);
  margin-bottom: 5px;
}
/* line 1298, ../../sass/sass/header-2.scss */
.lang-modal form .switch {
  color: #4285F4;
  font-weight: 500;
  cursor: pointer;
}
/* line 1304, ../../sass/sass/header-2.scss */
.lang-modal form .row {
  display: flex;
}
/* line 1307, ../../sass/sass/header-2.scss */
.lang-modal form .row.between {
  justify-content: space-between;
}
/* line 1312, ../../sass/sass/header-2.scss */
.lang-modal form .ct-slct {
  position: relative;
}
/* line 1315, ../../sass/sass/header-2.scss */
.lang-modal form .ct-slct svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  user-select: none;
}
/* line 1327, ../../sass/sass/header-2.scss */
.lang-modal form .select-lang,
.lang-modal form .select-currency {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 50px;
  padding: 5px;
  padding-left: 10px;
  width: 100%;
  border-radius: var(--bd-rd-xxss);
  border: 1px solid var(--color-text-muted);
  color: var(--color-text-primary);
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  cursor: pointer;
}
/* line 1348, ../../sass/sass/header-2.scss */
.lang-modal form .txt {
  margin-bottom: 10px;
}
/* line 1352, ../../sass/sass/header-2.scss */
.lang-modal form > :not(:first-child) {
  margin-top: 15px;
}
/* line 1356, ../../sass/sass/header-2.scss */
.lang-modal form > div:first-child {
  margin-top: 15px;
}
/* line 1360, ../../sass/sass/header-2.scss */
.lang-modal form button {
  font-weight: 500;
  margin-top: 10px;
  background-color: #F5F7FA;
  color: var(--color-text-primary);
  border-radius: var(--bd-rd-sm);
  min-height: 40px;
  width: 100%;
}
/* line 1370, ../../sass/sass/header-2.scss */
.lang-modal form button.hl {
  margin-top: 0px;
  background-color: var(--color-brand);
  color: white;
}

/* line 1379, ../../sass/sass/header-2.scss */
.back-background {
  transition: all .3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

/* line 1390, ../../sass/sass/header-2.scss */
.help {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--color-white);
  user-select: none;
  cursor: pointer;
}
/* line 1398, ../../sass/sass/header-2.scss */
.help .h-title {
  font-size: var(--xxs-text);
}
/* line 1402, ../../sass/sass/header-2.scss */
.help svg,
.help path {
  width: 15px;
  height: 15px;
  fill: var(--third);
}

/* line 1412, ../../sass/sass/header-2.scss */
.user-perfil {
  position: relative;
  padding: 0.5rem !important;
  margin-right: 0 !important;
  border-radius: 50% !important;
  display: flex;
  height: 100%;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: color-mix(in srgb, var(--color-brand) 4%, #fff) !important;
}
/* line 1427, ../../sass/sass/header-2.scss */
.user-perfil .perfil img {
  width: 100%;
  border-radius: 50%;
}
/* line 1433, ../../sass/sass/header-2.scss */
.user-perfil svg {
  width: 16px !important;
  height: 16px !important;
  color: var(--color-text-primary);
}
/* line 1439, ../../sass/sass/header-2.scss */
.user-perfil .svg-pf {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
/* line 1444, ../../sass/sass/header-2.scss */
.user-perfil .svg-pf svg {
  width: 18px;
  height: 18px;
}
/* line 1450, ../../sass/sass/header-2.scss */
.user-perfil .svg-rotate {
  transform: rotate(-180deg);
}
/* line 1454, ../../sass/sass/header-2.scss */
.user-perfil .txt-use {
  font-size: var(--xxs-text);
  font-weight: 500;
}
/* line 1459, ../../sass/sass/header-2.scss */
.user-perfil .menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 18px;
  width: 18px;
}
/* line 1466, ../../sass/sass/header-2.scss */
.user-perfil .menu span {
  height: 3px;
  background-color: var(--color-text-muted);
  border-radius: 2px;
}

/* line 1474, ../../sass/sass/header-2.scss */
.menu-account {
  transition: all 0.3s;
  position: absolute;
  opacity: 0;
  margin-top: 0;
  min-width: 264px;
  top: 50px;
  right: 0;
  border: 1px solid var(--color-surface);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem;
  background-color: var(--color-white);
  margin-top: -20px;
}
@media screen and (max-width: 640px) {
  /* line 1474, ../../sass/sass/header-2.scss */
  .menu-account {
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    opacity: 0;
    right: auto;
    width: 100%;
    border-radius: 0 0 0.5rem 0.5rem;
    z-index: 999999;
  }
}
/* line 1501, ../../sass/sass/header-2.scss */
.menu-account .ct-pf-acc {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-bottom: 1px solid var(--color-background);
}
/* line 1522, ../../sass/sass/header-2.scss */
.menu-account .ct-pf-acc .ct-tnm-pf p {
  font-weight: 500;
  font-size: var(--xxs-text);
}
/* line 1528, ../../sass/sass/header-2.scss */
.menu-account .ct-pf-acc .ct-nm-pf {
  max-width: 174px;
}
/* line 1531, ../../sass/sass/header-2.scss */
.menu-account .ct-pf-acc .ct-nm-pf p {
  overflow: hidden;
  text-overflow: clip;
}
/* line 1539, ../../sass/sass/header-2.scss */
.menu-account .ct-my-acc {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding: .5rem;
}
/* line 1545, ../../sass/sass/header-2.scss */
.menu-account .ct-my-acc .lst-btn-op {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
/* line 1551, ../../sass/sass/header-2.scss */
.menu-account .ct-my-acc .lst-btn-op .my-lst {
  transition: all .3s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: .6rem 1rem;
  border-radius: 4px;
  cursor: pointer;
}
/* line 1561, ../../sass/sass/header-2.scss */
.menu-account .ct-my-acc .lst-btn-op .my-lst:hover {
  background-color: color-mix(in srgb, var(--color-text-primary) 6%, #fff);
}
/* line 1565, ../../sass/sass/header-2.scss */
.menu-account .ct-my-acc .lst-btn-op .my-lst svg {
  width: 18px !important;
  height: 18px !important;
  color: var(--color-text-primary) !important;
}
/* line 1571, ../../sass/sass/header-2.scss */
.menu-account .ct-my-acc .lst-btn-op .my-lst a {
  color: var(--color-text-primary) !important;
  font-weight: 500;
}
/* line 1579, ../../sass/sass/header-2.scss */
.menu-account .ct-my-acc .ftr-ls {
  border-top: 1px solid var(--color-surface);
  padding-top: .6rem;
}
/* line 1583, ../../sass/sass/header-2.scss */
.menu-account .ct-my-acc .ftr-ls .lst-exit {
  transition: all .3s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: .6rem 1rem;
  color: var(--color-text-primary);
  border-radius: 4px;
}
/* line 1592, ../../sass/sass/header-2.scss */
.menu-account .ct-my-acc .ftr-ls .lst-exit svg {
  width: 16px;
  height: 16px;
}
/* line 1597, ../../sass/sass/header-2.scss */
.menu-account .ct-my-acc .ftr-ls .lst-exit:hover {
  background-color: color-mix(in srgb, var(--color-text-primary) 6%, #fff);
}
/* line 1601, ../../sass/sass/header-2.scss */
.menu-account .ct-my-acc .ftr-ls .lst-exit a {
  font-weight: 500;
}

/* line 2, ../../sass/sass/login.scss */
.ct-ml,
.ct-ps-ip,
.ct-nm,
.ct-ph {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid var(--color-surface);
  border-radius: var(--bd-rd-xxs);
  padding: 10px 20px;
  margin-top: 10px;
  color: var(--color-text-primary);
  width: 100%;
  transition: all .3s;
}
/* line 17, ../../sass/sass/login.scss */
.ct-ml:hover,
.ct-ps-ip:hover,
.ct-nm:hover,
.ct-ph:hover {
  border: 2px solid var(--color-text-primary);
}
/* line 21, ../../sass/sass/login.scss */
.ct-ml .clean,
.ct-ps-ip .clean,
.ct-nm .clean,
.ct-ph .clean {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  cursor: pointer;
}
/* line 28, ../../sass/sass/login.scss */
.ct-ml .clean svg,
.ct-ps-ip .clean svg,
.ct-nm .clean svg,
.ct-ph .clean svg {
  width: 18px;
  height: 18px;
  color: var(--color-text-muted);
}
/* line 36, ../../sass/sass/login.scss */
.ct-ml .ic-ml,
.ct-ml .ic-ps,
.ct-ml .ic-nm,
.ct-ml .ic-ph,
.ct-ps-ip .ic-ml,
.ct-ps-ip .ic-ps,
.ct-ps-ip .ic-nm,
.ct-ps-ip .ic-ph,
.ct-nm .ic-ml,
.ct-nm .ic-ps,
.ct-nm .ic-nm,
.ct-nm .ic-ph,
.ct-ph .ic-ml,
.ct-ph .ic-ps,
.ct-ph .ic-nm,
.ct-ph .ic-ph {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
/* line 44, ../../sass/sass/login.scss */
.ct-ml .ic-ml svg,
.ct-ml .ic-ps svg,
.ct-ml .ic-nm svg,
.ct-ml .ic-ph svg,
.ct-ps-ip .ic-ml svg,
.ct-ps-ip .ic-ps svg,
.ct-ps-ip .ic-nm svg,
.ct-ps-ip .ic-ph svg,
.ct-nm .ic-ml svg,
.ct-nm .ic-ps svg,
.ct-nm .ic-nm svg,
.ct-nm .ic-ph svg,
.ct-ph .ic-ml svg,
.ct-ph .ic-ps svg,
.ct-ph .ic-nm svg,
.ct-ph .ic-ph svg {
  width: 18px;
  height: 18px;
  color: var(--color-text-muted);
}
/* line 52, ../../sass/sass/login.scss */
.ct-ml .ct-if-ip,
.ct-ml .ct-if-pss,
.ct-ml .ct-if-nm,
.ct-ml .ct-if-ph,
.ct-ps-ip .ct-if-ip,
.ct-ps-ip .ct-if-pss,
.ct-ps-ip .ct-if-nm,
.ct-ps-ip .ct-if-ph,
.ct-nm .ct-if-ip,
.ct-nm .ct-if-pss,
.ct-nm .ct-if-nm,
.ct-nm .ct-if-ph,
.ct-ph .ct-if-ip,
.ct-ph .ct-if-pss,
.ct-ph .ct-if-nm,
.ct-ph .ct-if-ph {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: var(--xxs-text);
}
/* line 61, ../../sass/sass/login.scss */
.ct-ml .ct-if-ip .ml-ip,
.ct-ml .ct-if-ip .ps-ip,
.ct-ml .ct-if-ip .nm-ip,
.ct-ml .ct-if-ip .ph-ip,
.ct-ml .ct-if-pss .ml-ip,
.ct-ml .ct-if-pss .ps-ip,
.ct-ml .ct-if-pss .nm-ip,
.ct-ml .ct-if-pss .ph-ip,
.ct-ml .ct-if-nm .ml-ip,
.ct-ml .ct-if-nm .ps-ip,
.ct-ml .ct-if-nm .nm-ip,
.ct-ml .ct-if-nm .ph-ip,
.ct-ml .ct-if-ph .ml-ip,
.ct-ml .ct-if-ph .ps-ip,
.ct-ml .ct-if-ph .nm-ip,
.ct-ml .ct-if-ph .ph-ip,
.ct-ps-ip .ct-if-ip .ml-ip,
.ct-ps-ip .ct-if-ip .ps-ip,
.ct-ps-ip .ct-if-ip .nm-ip,
.ct-ps-ip .ct-if-ip .ph-ip,
.ct-ps-ip .ct-if-pss .ml-ip,
.ct-ps-ip .ct-if-pss .ps-ip,
.ct-ps-ip .ct-if-pss .nm-ip,
.ct-ps-ip .ct-if-pss .ph-ip,
.ct-ps-ip .ct-if-nm .ml-ip,
.ct-ps-ip .ct-if-nm .ps-ip,
.ct-ps-ip .ct-if-nm .nm-ip,
.ct-ps-ip .ct-if-nm .ph-ip,
.ct-ps-ip .ct-if-ph .ml-ip,
.ct-ps-ip .ct-if-ph .ps-ip,
.ct-ps-ip .ct-if-ph .nm-ip,
.ct-ps-ip .ct-if-ph .ph-ip,
.ct-nm .ct-if-ip .ml-ip,
.ct-nm .ct-if-ip .ps-ip,
.ct-nm .ct-if-ip .nm-ip,
.ct-nm .ct-if-ip .ph-ip,
.ct-nm .ct-if-pss .ml-ip,
.ct-nm .ct-if-pss .ps-ip,
.ct-nm .ct-if-pss .nm-ip,
.ct-nm .ct-if-pss .ph-ip,
.ct-nm .ct-if-nm .ml-ip,
.ct-nm .ct-if-nm .ps-ip,
.ct-nm .ct-if-nm .nm-ip,
.ct-nm .ct-if-nm .ph-ip,
.ct-nm .ct-if-ph .ml-ip,
.ct-nm .ct-if-ph .ps-ip,
.ct-nm .ct-if-ph .nm-ip,
.ct-nm .ct-if-ph .ph-ip,
.ct-ph .ct-if-ip .ml-ip,
.ct-ph .ct-if-ip .ps-ip,
.ct-ph .ct-if-ip .nm-ip,
.ct-ph .ct-if-ip .ph-ip,
.ct-ph .ct-if-pss .ml-ip,
.ct-ph .ct-if-pss .ps-ip,
.ct-ph .ct-if-pss .nm-ip,
.ct-ph .ct-if-pss .ph-ip,
.ct-ph .ct-if-nm .ml-ip,
.ct-ph .ct-if-nm .ps-ip,
.ct-ph .ct-if-nm .nm-ip,
.ct-ph .ct-if-nm .ph-ip,
.ct-ph .ct-if-ph .ml-ip,
.ct-ph .ct-if-ph .ps-ip,
.ct-ph .ct-if-ph .nm-ip,
.ct-ph .ct-if-ph .ph-ip {
  font-size: var(--xxs-text);
  width: 100%;
  padding: 2px;
  background-color: none;
  font-weight: 500;
}
/* line 71, ../../sass/sass/login.scss */
.ct-ml .ct-if-ip .ml-ip::placeholder,
.ct-ml .ct-if-ip .ps-ip::placeholder,
.ct-ml .ct-if-ip .nm-ip::placeholder,
.ct-ml .ct-if-ip .ph-ip::placeholder,
.ct-ml .ct-if-pss .ml-ip::placeholder,
.ct-ml .ct-if-pss .ps-ip::placeholder,
.ct-ml .ct-if-pss .nm-ip::placeholder,
.ct-ml .ct-if-pss .ph-ip::placeholder,
.ct-ml .ct-if-nm .ml-ip::placeholder,
.ct-ml .ct-if-nm .ps-ip::placeholder,
.ct-ml .ct-if-nm .nm-ip::placeholder,
.ct-ml .ct-if-nm .ph-ip::placeholder,
.ct-ml .ct-if-ph .ml-ip::placeholder,
.ct-ml .ct-if-ph .ps-ip::placeholder,
.ct-ml .ct-if-ph .nm-ip::placeholder,
.ct-ml .ct-if-ph .ph-ip::placeholder,
.ct-ps-ip .ct-if-ip .ml-ip::placeholder,
.ct-ps-ip .ct-if-ip .ps-ip::placeholder,
.ct-ps-ip .ct-if-ip .nm-ip::placeholder,
.ct-ps-ip .ct-if-ip .ph-ip::placeholder,
.ct-ps-ip .ct-if-pss .ml-ip::placeholder,
.ct-ps-ip .ct-if-pss .ps-ip::placeholder,
.ct-ps-ip .ct-if-pss .nm-ip::placeholder,
.ct-ps-ip .ct-if-pss .ph-ip::placeholder,
.ct-ps-ip .ct-if-nm .ml-ip::placeholder,
.ct-ps-ip .ct-if-nm .ps-ip::placeholder,
.ct-ps-ip .ct-if-nm .nm-ip::placeholder,
.ct-ps-ip .ct-if-nm .ph-ip::placeholder,
.ct-ps-ip .ct-if-ph .ml-ip::placeholder,
.ct-ps-ip .ct-if-ph .ps-ip::placeholder,
.ct-ps-ip .ct-if-ph .nm-ip::placeholder,
.ct-ps-ip .ct-if-ph .ph-ip::placeholder,
.ct-nm .ct-if-ip .ml-ip::placeholder,
.ct-nm .ct-if-ip .ps-ip::placeholder,
.ct-nm .ct-if-ip .nm-ip::placeholder,
.ct-nm .ct-if-ip .ph-ip::placeholder,
.ct-nm .ct-if-pss .ml-ip::placeholder,
.ct-nm .ct-if-pss .ps-ip::placeholder,
.ct-nm .ct-if-pss .nm-ip::placeholder,
.ct-nm .ct-if-pss .ph-ip::placeholder,
.ct-nm .ct-if-nm .ml-ip::placeholder,
.ct-nm .ct-if-nm .ps-ip::placeholder,
.ct-nm .ct-if-nm .nm-ip::placeholder,
.ct-nm .ct-if-nm .ph-ip::placeholder,
.ct-nm .ct-if-ph .ml-ip::placeholder,
.ct-nm .ct-if-ph .ps-ip::placeholder,
.ct-nm .ct-if-ph .nm-ip::placeholder,
.ct-nm .ct-if-ph .ph-ip::placeholder,
.ct-ph .ct-if-ip .ml-ip::placeholder,
.ct-ph .ct-if-ip .ps-ip::placeholder,
.ct-ph .ct-if-ip .nm-ip::placeholder,
.ct-ph .ct-if-ip .ph-ip::placeholder,
.ct-ph .ct-if-pss .ml-ip::placeholder,
.ct-ph .ct-if-pss .ps-ip::placeholder,
.ct-ph .ct-if-pss .nm-ip::placeholder,
.ct-ph .ct-if-pss .ph-ip::placeholder,
.ct-ph .ct-if-nm .ml-ip::placeholder,
.ct-ph .ct-if-nm .ps-ip::placeholder,
.ct-ph .ct-if-nm .nm-ip::placeholder,
.ct-ph .ct-if-nm .ph-ip::placeholder,
.ct-ph .ct-if-ph .ml-ip::placeholder,
.ct-ph .ct-if-ph .ps-ip::placeholder,
.ct-ph .ct-if-ph .nm-ip::placeholder,
.ct-ph .ct-if-ph .ph-ip::placeholder {
  color: var(--color-text-primary);
}
@media (max-width: 600px) {
  /* line 61, ../../sass/sass/login.scss */
  .ct-ml .ct-if-ip .ml-ip,
  .ct-ml .ct-if-ip .ps-ip,
  .ct-ml .ct-if-ip .nm-ip,
  .ct-ml .ct-if-ip .ph-ip,
  .ct-ml .ct-if-pss .ml-ip,
  .ct-ml .ct-if-pss .ps-ip,
  .ct-ml .ct-if-pss .nm-ip,
  .ct-ml .ct-if-pss .ph-ip,
  .ct-ml .ct-if-nm .ml-ip,
  .ct-ml .ct-if-nm .ps-ip,
  .ct-ml .ct-if-nm .nm-ip,
  .ct-ml .ct-if-nm .ph-ip,
  .ct-ml .ct-if-ph .ml-ip,
  .ct-ml .ct-if-ph .ps-ip,
  .ct-ml .ct-if-ph .nm-ip,
  .ct-ml .ct-if-ph .ph-ip,
  .ct-ps-ip .ct-if-ip .ml-ip,
  .ct-ps-ip .ct-if-ip .ps-ip,
  .ct-ps-ip .ct-if-ip .nm-ip,
  .ct-ps-ip .ct-if-ip .ph-ip,
  .ct-ps-ip .ct-if-pss .ml-ip,
  .ct-ps-ip .ct-if-pss .ps-ip,
  .ct-ps-ip .ct-if-pss .nm-ip,
  .ct-ps-ip .ct-if-pss .ph-ip,
  .ct-ps-ip .ct-if-nm .ml-ip,
  .ct-ps-ip .ct-if-nm .ps-ip,
  .ct-ps-ip .ct-if-nm .nm-ip,
  .ct-ps-ip .ct-if-nm .ph-ip,
  .ct-ps-ip .ct-if-ph .ml-ip,
  .ct-ps-ip .ct-if-ph .ps-ip,
  .ct-ps-ip .ct-if-ph .nm-ip,
  .ct-ps-ip .ct-if-ph .ph-ip,
  .ct-nm .ct-if-ip .ml-ip,
  .ct-nm .ct-if-ip .ps-ip,
  .ct-nm .ct-if-ip .nm-ip,
  .ct-nm .ct-if-ip .ph-ip,
  .ct-nm .ct-if-pss .ml-ip,
  .ct-nm .ct-if-pss .ps-ip,
  .ct-nm .ct-if-pss .nm-ip,
  .ct-nm .ct-if-pss .ph-ip,
  .ct-nm .ct-if-nm .ml-ip,
  .ct-nm .ct-if-nm .ps-ip,
  .ct-nm .ct-if-nm .nm-ip,
  .ct-nm .ct-if-nm .ph-ip,
  .ct-nm .ct-if-ph .ml-ip,
  .ct-nm .ct-if-ph .ps-ip,
  .ct-nm .ct-if-ph .nm-ip,
  .ct-nm .ct-if-ph .ph-ip,
  .ct-ph .ct-if-ip .ml-ip,
  .ct-ph .ct-if-ip .ps-ip,
  .ct-ph .ct-if-ip .nm-ip,
  .ct-ph .ct-if-ip .ph-ip,
  .ct-ph .ct-if-pss .ml-ip,
  .ct-ph .ct-if-pss .ps-ip,
  .ct-ph .ct-if-pss .nm-ip,
  .ct-ph .ct-if-pss .ph-ip,
  .ct-ph .ct-if-nm .ml-ip,
  .ct-ph .ct-if-nm .ps-ip,
  .ct-ph .ct-if-nm .nm-ip,
  .ct-ph .ct-if-nm .ph-ip,
  .ct-ph .ct-if-ph .ml-ip,
  .ct-ph .ct-if-ph .ps-ip,
  .ct-ph .ct-if-ph .nm-ip,
  .ct-ph .ct-if-ph .ph-ip {
    font-size: var(--bd-rd-sm);
  }
}

/* line 88, ../../sass/sass/login.scss */
.ct-ms-l {
  position: sticky;
  bottom: 18px;
  left: 0px;
  width: 1px;
  height: 62px;
  z-index: 9999999999999999999999;
}
/* line 96, ../../sass/sass/login.scss */
.ct-ms-l .msg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  background-color: var(--color-text-primary);
  margin-left: -40px;
  font-size: var(--xxs-text);
  padding: 20px;
  height: 68px;
  color: var(--color-white);
  transition: all .3s;
  margin-top: -40px;
  padding-left: 20px;
  opacity: 0;
  z-index: 9999999999999999999999;
}
/* line 113, ../../sass/sass/login.scss */
.ct-ms-l .msg .clse {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
/* line 119, ../../sass/sass/login.scss */
.ct-ms-l .msg .clse svg {
  width: 18px;
  height: 18px;
}
@media (min-width: 600px) {
  /* line 96, ../../sass/sass/login.scss */
  .ct-ms-l .msg {
    width: 120%;
    border-bottom-right-radius: var(--bd-rd-xxs);
    border-bottom-left-radius: var(--bd-rd-xxs);
  }
}
@media (max-width: 600px) {
  /* line 96, ../../sass/sass/login.scss */
  .ct-ms-l .msg {
    width: 100vw;
    margin-left: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
}
@media (min-width: 600px) {
  /* line 88, ../../sass/sass/login.scss */
  .ct-ms-l {
    position: absolute;
    top: 40px;
    bottom: 14px;
    left: 50%;
    transform: translate(-48%);
    width: 334px;
    height: 1px;
  }
  /* line 150, ../../sass/sass/login.scss */
  .ct-ms-l .msg {
    border-radius: var(--bd-rd-xxs);
  }
}

/* line 165, ../../sass/sass/login.scss */
.ct-l-md {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999999999999999999;
  transition: all .3s;
  opacity: 0;
  user-select: none;
  background-color: #1c1c2d8a;
}
@media (max-height: 800px) {
  /* line 165, ../../sass/sass/login.scss */
  .ct-l-md {
    overflow: scroll;
  }
}
@media (max-width: 600px) {
  /* line 165, ../../sass/sass/login.scss */
  .ct-l-md {
    position: fixed;
  }
}
/* line 188, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-white);
  border-radius: var(--bd-rd-xxs);
  width: 450px;
  transition: all .3s;
  padding: 25px;
  z-index: 999;
}
@media (max-width: 600px) {
  /* line 188, ../../sass/sass/login.scss */
  .ct-l-md .bx-l-md {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    padding: 20px;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    border-radius: 0px;
  }
  /* line 212, ../../sass/sass/login.scss */
  .ct-l-md .bx-l-md.mn {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: calc(100vw - 40px);
    height: auto;
    margin: 0 20px;
    border-radius: var(--bd-rd-xxs);
  }
}
@media (max-width: 600px) and (max-width: 360px) {
  /* line 212, ../../sass/sass/login.scss */
  .ct-l-md .bx-l-md.mn {
    width: calc(100vw - 10px);
    margin: 0 5px;
  }
}

@media (min-width: 600px) and (max-height: 800px) {
  /* line 233, ../../sass/sass/login.scss */
  .ct-l-md .bx-l-md.cent {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin: 50px auto;
  }
}

/* line 247, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md .h-md {
  display: flex;
  align-items: center;
  justify-content: end;
}
/* line 252, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md .h-md .lg-md {
  display: none;
}
/* line 255, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md .h-md .lg-md img {
  width: 180px;
  height: 47px;
}
/* line 262, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md .h-md .cl-l-md {
  cursor: pointer;
}
/* line 265, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md .h-md .cl-l-md svg {
  width: 18px;
  height: 18px;
  color: var(--color-text-muted);
}
/* line 275, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md .md-ti {
  font-size: var(--bd-rd-lg);
  color: var(--color-text-primary);
  font-weight: 500;
  margin-top: 30px;
  width: 80%;
}
/* line 283, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md .gg-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-text-primary);
  border-radius: 100px;
  color: white;
  font-size: var(--xxs-text);
  font-weight: 500;
  padding: 20px;
  margin-top: 30px;
  cursor: pointer;
}
/* line 297, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md .gg-btn .signin {
  position: absolute;
  opacity: 0;
}
/* line 302, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md .gg-btn img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
/* line 310, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md .bk-l {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
/* line 315, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md .bk-l span {
  width: 100%;
  height: 1px;
  background-color: var(--color-text-muted);
  margin-top: 2px;
}
/* line 322, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md .bk-l div {
  padding: 0 10px;
  font-weight: 500;
  color: var(--color-text-muted);
}
/* line 330, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md .lg-ml,
.ct-l-md .bx-l-md .regi-se {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-text-primary);
  border-radius: 100px;
  padding: 14px;
  font-weight: 500;
  font-size: var(--xxs-text);
  transition: all .3s;
  margin-top: 30px;
  cursor: pointer;
}
/* line 344, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md .lg-ml.blocked,
.ct-l-md .bx-l-md .regi-se.blocked {
  opacity: .5;
  pointer-events: none;
}
/* line 351, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md .clsmd {
  margin-top: 10px;
}
/* line 355, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md .bk-lg {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  color: var(--color-text-muted);
}
/* line 361, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md .bk-lg span {
  font-weight: 500;
  cursor: pointer;
  color: var(--color-text-primary);
  text-decoration: underline;
}
/* line 370, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md .ti-fm {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: var(--bd-rd-lg);
  font-weight: 500;
}
/* line 377, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md .sb-ti {
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: va(--sm-text);
}
/* line 383, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md .vl-p-ps {
  color: var(--color-text-primary);
  position: absolute;
  left: 0;
  top: 72px;
  user-select: none;
  font-weight: 500;
  transition: all .3s;
  opacity: 0;
}
/* line 394, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md .ct-lg-fm {
  position: relative;
}
/* line 397, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md .ct-lg-fm .succ {
  font-size: va(--xl-text);
  margin-bottom: 30px;
}
/* line 402, ../../sass/sass/login.scss */
.ct-l-md .bx-l-md .ct-lg-fm .lg-ml {
  margin-top: 30px;
}
/* line 410, ../../sass/sass/login.scss */
.ct-l-md .fg-ps {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  margin-top: 5px;
  color: var(--color-text-primary);
  cursor: pointer;
}
/* line 422, ../../sass/sass/login.scss */
.ct-l-md .ct-md-ck {
  transition: all .3s;
  opacity: 0;
  z-index: 50;
}
/* line 427, ../../sass/sass/login.scss */
.ct-l-md .ct-md-ck .cls-md-ck {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-surface);
  width: 32px;
  height: 32px;
  border-radius: 100px;
  display: none;
  cursor: pointer;
}
/* line 438, ../../sass/sass/login.scss */
.ct-l-md .ct-md-ck .cls-md-ck svg {
  width: 12px;
  height: 12px;
}
/* line 445, ../../sass/sass/login.scss */
.ct-l-md .ct-md-ck .cls-m-c {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
/* line 451, ../../sass/sass/login.scss */
.ct-l-md .ct-md-ck .cls-m-c svg {
  width: 18px;
  height: 18px;
  color: var(--color-text-muted);
}
@media screen and (max-width: 600px) {
  /* line 445, ../../sass/sass/login.scss */
  .ct-l-md .ct-md-ck .cls-m-c {
    top: 20px;
    right: 20px;
  }
}
/* line 464, ../../sass/sass/login.scss */
.ct-l-md .ct-md-ck .bx-md-ck {
  border-radius: var(--bd-rd-xxs);
  width: 100%;
}
@media screen and (max-width: 600px) {
  /* line 464, ../../sass/sass/login.scss */
  .ct-l-md .ct-md-ck .bx-md-ck {
    width: 100%;
  }
}
/* line 473, ../../sass/sass/login.scss */
.ct-l-md .ct-md-ck .bx-md-ck .he-md-ck {
  display: flex;
  flex-direction: column;
}
/* line 479, ../../sass/sass/login.scss */
.ct-l-md .ct-md-ck .bx-md-ck .he-md-ck .he-lft-ck .ti-md-ck {
  display: flex;
  flex-direction: column;
}
/* line 483, ../../sass/sass/login.scss */
.ct-l-md .ct-md-ck .bx-md-ck .he-md-ck .he-lft-ck .ti-md-ck .mn-ti-ck {
  font-size: var(--bd-rd-lg);
  font-weight: 500;
  user-select: none;
  margin-top: 40px;
}
/* line 491, ../../sass/sass/login.scss */
.ct-l-md .ct-md-ck .bx-md-ck .he-md-ck .he-lft-ck .ti-md-ck .sb-ti-ck {
  margin-top: 10px;
  user-select: none;
  font-size: var(--xs-text);
  color: var(--color-text-primary);
}
/* line 505, ../../sass/sass/login.scss */
.ct-l-md .ct-md-ck .bx-md-ck .bf-md-ck {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
/* line 510, ../../sass/sass/login.scss */
.ct-l-md .ct-md-ck .bx-md-ck .bf-md-ck .cd-inp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
/* line 516, ../../sass/sass/login.scss */
.ct-l-md .ct-md-ck .bx-md-ck .bf-md-ck .cd-inp input {
  transition: border .3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: var(--sm-text);
  border-radius: var(--bd-rd-xxs);
  background-color: transparent;
  border: 2px solid var(--color-text-muted);
  color: var(--color-text-primary);
  font-weight: 500;
}
/* line 531, ../../sass/sass/login.scss */
.ct-l-md .ct-md-ck .bx-md-ck .bf-md-ck .cd-inp input::-webkit-inner-spin-button {
  appearance: none;
}
@media screen and (max-width: 350px) {
  /* line 516, ../../sass/sass/login.scss */
  .ct-l-md .ct-md-ck .bx-md-ck .bf-md-ck .cd-inp input {
    width: 40px;
    height: 40px;
  }
}
/* line 540, ../../sass/sass/login.scss */
.ct-l-md .ct-md-ck .bx-md-ck .bf-md-ck .cd-inp input:last-child {
  margin-right: 0;
}
/* line 544, ../../sass/sass/login.scss */
.ct-l-md .ct-md-ck .bx-md-ck .bf-md-ck .cd-inp input:hover {
  border-color: var(--color-text-primary);
}
/* line 548, ../../sass/sass/login.scss */
.ct-l-md .ct-md-ck .bx-md-ck .bf-md-ck .cd-inp input:focus {
  border-color: var(--color-text-primary);
}
/* line 556, ../../sass/sass/login.scss */
.ct-l-md .ct-md-ck .bx-md-ck .bf-md-ck .no-cd {
  transition: all .3s;
  margin-top: 15px;
  color: var(--color-text-primary);
  width: 180px;
  user-select: none;
  cursor: pointer;
  font-weight: 500;
}
/* line 570, ../../sass/sass/login.scss */
.ct-l-md .ct-md-ck .bx-md-ck .ft-md-ck {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 1rem;
}
/* line 576, ../../sass/sass/login.scss */
.ct-l-md .ct-md-ck .bx-md-ck .ft-md-ck .cfm-btn {
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  font-size: var(--xxs-text);
  background-color: var(--color-text-primary);
  color: var(--color-white);
  font-weight: 500;
  border-radius: 100px;
  width: 100%;
  height: 60px;
  cursor: pointer;
}
/* line 591, ../../sass/sass/login.scss */
.ct-l-md .ct-md-ck .bx-md-ck .ft-md-ck .cfm-btn.blocked {
  color: var(--color-white);
  pointer-events: none;
  opacity: .2;
}

/* line 1, ../../sass/sass/footer-2.scss */
footer {
  width: 100%;
  background-position: center;
  background-size: cover;
  background: none !important;
  background-color: var(--color-text-primary);
  position: relative;
  height: 100%;
}
/* line 10, ../../sass/sass/footer-2.scss */
footer a {
  color: var(--color-text-primary);
}
/* line 14, ../../sass/sass/footer-2.scss */
footer .footer-content {
  z-index: 3;
}
/* line 18, ../../sass/sass/footer-2.scss */
footer .footer-ct-list {
  display: block;
  text-align: left;
}
/* line 22, ../../sass/sass/footer-2.scss */
footer .footer-ct-list .footer-list-title {
  display: inline-block;
  border-radius: 100px;
  border: 2px solid var(--color-text-primary);
  text-transform: uppercase;
  align-items: center;
  padding: 7px 16px;
  user-select: none;
  font-weight: 500;
}
/* line 33, ../../sass/sass/footer-2.scss */
footer .footer-ct-list .footer-list {
  list-style: none;
  margin-top: 30px;
}
/* line 37, ../../sass/sass/footer-2.scss */
footer .footer-ct-list .footer-list .footer-list-item {
  margin-bottom: 10px;
  width: max-content;
}
/* line 41, ../../sass/sass/footer-2.scss */
footer .footer-ct-list .footer-list .footer-list-item a {
  color: var(--color-text-primary);
  text-decoration: none;
  text-transform: capitalize;
}
/* line 46, ../../sass/sass/footer-2.scss */
footer .footer-ct-list .footer-list .footer-list-item a:hover {
  text-decoration: underline;
}
/* line 53, ../../sass/sass/footer-2.scss */
footer .footer-ct-list .list-social {
  display: flex;
  align-items: center;
  gap: 16px;
}
/* line 60, ../../sass/sass/footer-2.scss */
footer .grid-line {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 620px) {
  /* line 1, ../../sass/sass/footer-2.scss */
  footer {
    min-height: 2000px;
  }
  /* line 68, ../../sass/sass/footer-2.scss */
  footer .footer-content {
    padding-top: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: 91.63%;
    color: var(--color-text-primary);
    margin: 0 auto;
  }
  /* line 84, ../../sass/sass/footer-2.scss */
  footer .footer-content .tag {
    display: inline-block;
    /* Certifica-se de que o elemento ocupe apenas o espaço necessário */
    border-radius: 100px;
    border: 2px solid var(--color-text-primary);
    text-transform: uppercase;
    align-items: center;
    padding: 7px 16px;
    letter-spacing: 1px;
    font-weight: 500;
  }
  /* line 99, ../../sass/sass/footer-2.scss */
  footer .footer-content .help-suport {
    width: 100%;
  }
  /* line 102, ../../sass/sass/footer-2.scss */
  footer .footer-content .help-suport .grid {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  /* line 108, ../../sass/sass/footer-2.scss */
  footer .footer-content .help-suport .grid .option {
    margin-bottom: 40px;
    font-weight: 500;
    width: calc(45%);
  }
  /* line 114, ../../sass/sass/footer-2.scss */
  footer .footer-content .help-suport .grid .option div,
  footer .footer-content .help-suport .grid .option a {
    color: var(--color-text-primary);
  }
  /* line 119, ../../sass/sass/footer-2.scss */
  footer .footer-content .help-suport .grid .option:not(:last-child) {
    margin-right: 5%;
  }
  /* line 123, ../../sass/sass/footer-2.scss */
  footer .footer-content .help-suport .grid .option .title {
    font-weight: 500;
    margin-bottom: 10px;
  }
  /* line 171, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  /* line 176, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links {
    min-width: 45%;
    margin-bottom: 40px;
  }
  /* line 180, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links {
    display: flex;
    margin-top: 25px;
    width: 100%;
  }
  /* line 185, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links.column {
    flex-direction: column;
  }
  /* line 188, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links.column a:hover {
    text-decoration: underline;
  }
  /* line 193, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links > * {
    margin-bottom: 10px;
  }
  /* line 197, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links .seal {
    object-fit: cover;
    width: 80px;
    height: 80px;
  }
  /* line 203, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links .social-media {
    cursor: pointer;
    min-width: 30px;
    min-height: 30px;
    display: none;
  }
  /* line 209, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links .social-media svg {
    width: 25px;
    height: 25px;
    color: var(--color-text-primary);
  }
  /* line 219, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row {
    padding: 0px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
  }
  /* line 226, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper {
    width: 100%;
  }
  /* line 229, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper > * {
    margin-top: 20px;
  }
  /* line 233, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .title {
    font-weight: 600;
  }
  /* line 238, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .sub {
    font-weight: 300;
  }
  /* line 243, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  /* line 248, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links.column {
    flex-direction: column;
  }
  /* line 251, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links.column a:hover {
    text-decoration: underline;
  }
  /* line 256, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links > * {
    margin-bottom: 10px;
  }
  /* line 260, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links > * {
    margin-top: 15px;
    color: var(--color-text-primary);
    margin-right: 20px;
    font-weight: 500;
  }
  /* line 269, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links > *:hover {
    text-decoration: underline;
  }
  /* line 279, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .developer {
    height: 100%;
    width: 100%;
    display: flex;
    margin-top: 40px;
    align-items: center;
  }
  /* line 287, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .developer > :first-child {
    margin-right: 10px;
  }
  /* line 295, ../../sass/sass/footer-2.scss */
  footer .background-image-mobile {
    position: absolute;
    z-index: 100;
    bottom: 0px;
    left: 0;
    min-width: 100%;
    height: 200px;
  }
  /* line 306, ../../sass/sass/footer-2.scss */
  footer .background-image {
    bottom: 0;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    /* Repete a imagem */
    background-size: 100%;
    /* Ajusta o tamanho da imagem */
  }
  /* line 325, ../../sass/sass/footer-2.scss */
  footer .background-image-desktop {
    display: none;
  }
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  /* line 1, ../../sass/sass/footer-2.scss */
  footer {
    height: 970px;
  }
}
@media screen and (min-width: 621px) and (max-width: 1024px) {
  /* line 335, ../../sass/sass/footer-2.scss */
  footer .footer-content {
    padding-top: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: 91.63%;
    color: var(--color-text-primary);
    margin: 0 auto;
  }
  /* line 347, ../../sass/sass/footer-2.scss */
  footer .footer-content .tag {
    display: inline-block;
    /* Certifica-se de que o elemento ocupe apenas o espaço necessário */
    border-radius: 100px;
    border: 2px solid var(--color-text-primary);
    text-transform: uppercase;
    align-items: center;
    padding: 7px 16px;
    letter-spacing: 1px;
    font-weight: 500;
  }
  /* line 362, ../../sass/sass/footer-2.scss */
  footer .footer-content .help-suport {
    width: 100%;
  }
  /* line 365, ../../sass/sass/footer-2.scss */
  footer .footer-content .help-suport .grid {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 371, ../../sass/sass/footer-2.scss */
  footer .footer-content .help-suport .grid .option {
    margin-bottom: 40px;
    font-weight: 500;
    width: calc(45%);
  }
  /* line 377, ../../sass/sass/footer-2.scss */
  footer .footer-content .help-suport .grid .option div,
  footer .footer-content .help-suport .grid .option a {
    color: var(--color-text-primary);
  }
  /* line 382, ../../sass/sass/footer-2.scss */
  footer .footer-content .help-suport .grid .option:not(:last-child) {
    margin-right: 5%;
  }
  /* line 386, ../../sass/sass/footer-2.scss */
  footer .footer-content .help-suport .grid .option .title {
    font-weight: 500;
    margin-bottom: 10px;
  }
  /* line 434, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row {
    width: 100%;
    display: flex;
  }
  /* line 439, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links {
    width: 100%;
    margin-bottom: 40px;
  }
  /* line 444, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links {
    display: flex;
    margin-top: 25px;
    width: 100%;
  }
  /* line 449, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links.column {
    flex-direction: column;
  }
  /* line 452, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links.column a:hover {
    text-decoration: underline;
  }
  /* line 457, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links > * {
    margin-bottom: 10px;
  }
  /* line 461, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links .seal {
    object-fit: cover;
    width: 80px;
    height: 80px;
  }
  /* line 467, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links .social-media {
    cursor: pointer;
    min-width: 30px;
    min-height: 30px;
    display: none;
  }
  /* line 473, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links .social-media svg {
    width: 25px;
    height: 25px;
    color: var(--color-text-primary);
  }
  /* line 483, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row {
    padding: 0px 0px;
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
  /* line 490, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper {
    width: 100%;
  }
  /* line 493, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper > * {
    margin-top: 15px;
  }
  /* line 497, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .title {
    font-weight: 600;
  }
  /* line 502, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .sub {
    font-weight: 300;
  }
  /* line 507, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links {
    width: 100%;
    display: flex;
    align-items: center;
  }
  /* line 512, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links.column {
    flex-direction: column;
  }
  /* line 515, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links.column a:hover {
    text-decoration: underline;
  }
  /* line 520, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links > * {
    margin-bottom: 10px;
  }
  /* line 524, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links > * {
    margin-top: 15px;
    color: var(--color-text-primary);
    margin-right: 20px;
    font-weight: 500;
  }
  /* line 533, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links > *:hover {
    text-decoration: underline;
  }
  /* line 541, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .developer {
    height: 100%;
    width: 31%;
    display: flex;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
  }
  /* line 550, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .developer > :first-child {
    margin-right: 10px;
  }
  /* line 558, ../../sass/sass/footer-2.scss */
  footer .background-image-mobile {
    position: absolute;
    z-index: 100;
    bottom: 0px;
    left: 0;
    min-width: 100%;
    height: 200px;
  }
  /* line 569, ../../sass/sass/footer-2.scss */
  footer .background-image {
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    /* Repete a imagem */
    background-size: 100%;
    /* Ajusta o tamanho da imagem */
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1366px;
    height: 200px;
  }
  /* line 588, ../../sass/sass/footer-2.scss */
  footer .background-image-desktop {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  /* line 1, ../../sass/sass/footer-2.scss */
  footer {
    min-height: 800px;
  }
  /* line 596, ../../sass/sass/footer-2.scss */
  footer .footer-content {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 100px;
    width: 100%;
    position: absolute;
    max-width: 1225px;
    width: 91.67%;
    color: var(--color-text-primary);
  }
  /* line 610, ../../sass/sass/footer-2.scss */
  footer .footer-content .tag {
    display: inline-block;
    /* Certifica-se de que o elemento ocupe apenas o espaço necessário */
    border-radius: 100px;
    border: 2px solid var(--color-text-primary);
    text-transform: uppercase;
    align-items: center;
    padding: 7px 16px;
    letter-spacing: 1px;
    font-weight: 500;
  }
  /* line 625, ../../sass/sass/footer-2.scss */
  footer .footer-content .help-suport {
    width: 100%;
  }
  /* line 628, ../../sass/sass/footer-2.scss */
  footer .footer-content .help-suport .grid {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 634, ../../sass/sass/footer-2.scss */
  footer .footer-content .help-suport .grid .option {
    margin-bottom: 40px;
    font-weight: 500;
    width: 20%;
  }
  /* line 642, ../../sass/sass/footer-2.scss */
  footer .footer-content .help-suport .grid .option:not(:last-child) {
    margin-right: 5%;
  }
  /* line 646, ../../sass/sass/footer-2.scss */
  footer .footer-content .help-suport .grid .option .title {
    font-weight: 500;
    margin-bottom: 10px;
  }
  /* line 694, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row {
    width: 100%;
    display: flex;
    margin-top: 60px;
  }
  /* line 699, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links {
    width: calc(33.33%);
  }
  /* line 702, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links {
    display: flex;
    margin-top: 25px;
    width: 100%;
  }
  /* line 707, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links.column {
    flex-direction: column;
  }
  /* line 710, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links.column a:hover {
    text-decoration: underline;
  }
  /* line 715, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links > * {
    margin-bottom: 10px;
  }
  /* line 719, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links .seal {
    object-fit: cover;
    width: 80px;
    height: 80px;
  }
  /* line 725, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links .social-media {
    cursor: pointer;
    min-width: 30px;
    min-height: 30px;
    display: none;
  }
  /* line 731, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links .social-media svg {
    width: 25px;
    height: 25px;
    color: var(--color-text-primary);
  }
  /* line 742, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row {
    padding: 40px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
  }
  /* line 749, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper {
    width: 70%;
  }
  /* line 752, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper > * {
    margin-top: 15px;
  }
  /* line 756, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .title {
    font-weight: 600;
  }
  /* line 761, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .sub {
    font-weight: 300;
  }
  /* line 766, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links {
    width: 100%;
    display: flex;
    align-items: center;
  }
  /* line 771, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links.column {
    flex-direction: column;
  }
  /* line 774, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links.column a:hover {
    text-decoration: underline;
  }
  /* line 779, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links > * {
    margin-bottom: 10px;
  }
  /* line 783, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links > * {
    color: var(--color-text-primary);
    margin-right: 20px;
    font-weight: 500;
  }
  /* line 790, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links > *:hover {
    text-decoration: underline;
  }
  /* line 798, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .developer {
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
  }
  /* line 804, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .developer > :first-child {
    margin-right: 10px;
  }
  /* line 814, ../../sass/sass/footer-2.scss */
  footer .background-image {
    position: absolute;
    left: 0%;
    bottom: 0px;
    height: calc(100vw * 9 / 16);
    /* Altura proporcional à largura, mantendo 16:9 */
    background-size: contain;
    /* Garante que a imagem inteira será mostrada */
    background-position: center;
    /* Centraliza a imagem */
    background-repeat: no-repeat;
    /* Ajusta o tamanho da imagem */
    z-index: 1;
    bottom: 0px;
    width: 100%;
    max-width: 1440px;
  }
}
@media screen and (min-width: 1401px) {
  /* line 1, ../../sass/sass/footer-2.scss */
  footer {
    min-height: 830px;
  }
  /* line 841, ../../sass/sass/footer-2.scss */
  footer .footer-content {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 100px;
    width: 100%;
    position: absolute;
    width: 91.67%;
    max-width: 1225px;
    color: var(--color-text-primary);
  }
  /* line 855, ../../sass/sass/footer-2.scss */
  footer .footer-content .tag {
    display: inline-block;
    border-radius: 100px;
    border: 2px solid var(--color-text-primary);
    text-transform: uppercase;
    align-items: center;
    padding: 7px 16px;
    letter-spacing: 1px;
    font-weight: 500;
  }
  /* line 868, ../../sass/sass/footer-2.scss */
  footer .footer-content .help-suport {
    width: 100%;
  }
  /* line 871, ../../sass/sass/footer-2.scss */
  footer .footer-content .help-suport .grid {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 877, ../../sass/sass/footer-2.scss */
  footer .footer-content .help-suport .grid .option {
    margin-bottom: 40px;
    font-weight: 500;
    width: calc(20%);
  }
  /* line 885, ../../sass/sass/footer-2.scss */
  footer .footer-content .help-suport .grid .option:not(:last-child) {
    margin-right: 5%;
  }
  /* line 889, ../../sass/sass/footer-2.scss */
  footer .footer-content .help-suport .grid .option .title {
    font-weight: 500;
    margin-bottom: 10px;
  }
  /* line 937, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row {
    width: 100%;
    display: flex;
    margin-top: 60px;
  }
  /* line 942, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links {
    width: calc(33.33%);
  }
  /* line 945, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links {
    display: flex;
    margin-top: 25px;
    width: 100%;
  }
  /* line 950, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links.column {
    flex-direction: column;
  }
  /* line 953, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links.column a:hover {
    text-decoration: underline;
  }
  /* line 958, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links > * {
    margin-bottom: 10px;
    width: max-content;
  }
  /* line 963, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links .seal {
    object-fit: cover;
    width: 80px;
    height: 80px;
  }
  /* line 969, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links .social-media {
    cursor: pointer;
    min-width: 30px;
    min-height: 30px;
    display: none;
  }
  /* line 975, ../../sass/sass/footer-2.scss */
  footer .footer-content .links-row .links .wrapper-links .social-media svg {
    width: 25px;
    height: 25px;
    color: var(--color-text-primary);
  }
  /* line 985, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row {
    padding: 100px 0px;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
  }
  /* line 993, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper {
    width: 70%;
  }
  /* line 996, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper > * {
    margin-top: 15px;
  }
  /* line 1000, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .title {
    font-weight: 600;
  }
  /* line 1005, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .sub {
    font-weight: 300;
  }
  /* line 1010, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links {
    width: 100%;
    display: flex;
    align-items: center;
  }
  /* line 1015, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links.column {
    flex-direction: column;
  }
  /* line 1018, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links.column a:hover {
    text-decoration: underline;
  }
  /* line 1023, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links > * {
    margin-bottom: 10px;
  }
  /* line 1028, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links > * {
    color: var(--color-text-primary);
    margin-right: 20px;
    font-weight: 500;
  }
  /* line 1034, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .policy-wrapper .wrapper-links > *:hover {
    text-decoration: underline;
  }
  /* line 1043, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .developer {
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
  }
  /* line 1049, ../../sass/sass/footer-2.scss */
  footer .footer-content .policy-row .developer > :first-child {
    margin-right: 10px;
  }
  /* line 1057, ../../sass/sass/footer-2.scss */
  footer .background-image {
    position: absolute;
    left: 0%;
    bottom: 0px;
    height: auto;
    min-height: 600px;
    /* Altura proporcional à largura, mantendo 16:9 */
    /* Garante que a imagem inteira será mostrada */
    background-position: center;
    /* Centraliza a imagem */
    background-repeat: no-repeat;
    /* Evita repetição */
    /* Ajusta o tamanho da imagem */
    z-index: 1;
    bottom: 0px;
    width: 100vw;
  }
}
/* line 1085, ../../sass/sass/footer-2.scss */
footer:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}
/* line 1104, ../../sass/sass/footer-2.scss */
footer .media-links .option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  user-select: none;
}
/* line 1112, ../../sass/sass/footer-2.scss */
footer .media-links .wk-nm {
  text-transform: capitalize;
}

/* line 1121, ../../sass/sass/footer-2.scss */
.seal-ct {
  margin-left: 20px;
}
@media only screen and (max-width: 700px) {
  /* line 1121, ../../sass/sass/footer-2.scss */
  .seal-ct {
    margin-bottom: 0;
  }
}
/* line 1128, ../../sass/sass/footer-2.scss */
.seal-ct:first-child {
  margin-left: 0;
}
/* line 1132, ../../sass/sass/footer-2.scss */
.seal-ct img {
  width: 46px;
  height: 46px;
}

/* line 5, ../../sass/main/about.scss */
.font-geist {
  font-family: "geist",sans-serif;
}

/* line 10, ../../sass/main/about.scss */
.desktop {
  justify-content: flex-end !important;
}
@media screen and (max-width: 640px) {
  /* line 10, ../../sass/main/about.scss */
  .desktop {
    display: flex !important;
  }
}

/* line 18, ../../sass/main/about.scss */
header {
  background-color: var(--color-white) !important;
}
/* line 23, ../../sass/main/about.scss */
header .ct-mn-he {
  padding: 1.5rem 0 !important;
}
/* line 27, ../../sass/main/about.scss */
header .cont-wdt {
  width: 100% !important;
  max-width: 91.63% !important;
}
/* line 32, ../../sass/main/about.scss */
header .lg-black {
  display: flex !important;
}
/* line 36, ../../sass/main/about.scss */
header .ct-us {
  display: none !important;
}
/* line 40, ../../sass/main/about.scss */
header .ct-btn-he {
  justify-content: end !important;
  gap: 0.8rem !important;
  align-items: center !important;
}
@media screen and (max-width: 800px) {
  /* line 40, ../../sass/main/about.scss */
  header .ct-btn-he {
    display: flex !important;
  }
}
/* line 49, ../../sass/main/about.scss */
header .ct-btn-he .ct-hp {
  display: flex;
  align-items: center;
  gap: 2px;
  cursor: pointer;
}
/* line 55, ../../sass/main/about.scss */
header .ct-btn-he .ct-hp a {
  color: var(--color-text-primary);
}
/* line 59, ../../sass/main/about.scss */
header .ct-btn-he .ct-hp svg {
  width: 15px;
  height: 15px;
}
/* line 65, ../../sass/main/about.scss */
header .ct-btn-he .cart,
header .ct-btn-he .lang {
  background-color: transparent !important;
  color: var(--color-text-primary) !important;
}
/* line 70, ../../sass/main/about.scss */
header .ct-btn-he .cart .txt-lg,
header .ct-btn-he .lang .txt-lg {
  color: var(--color-text-primary) !important;
}
/* line 74, ../../sass/main/about.scss */
header .ct-btn-he .cart svg,
header .ct-btn-he .lang svg {
  width: 24px;
  height: 24px;
}
/* line 80, ../../sass/main/about.scss */
header .ct-btn-he .lang {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-surface);
  border-radius: 50%;
  padding: 0.5rem !important;
}
/* line 89, ../../sass/main/about.scss */
header .ct-btn-he .perfil-user {
  background-color: var(--color-surface) !important;
  align-items: center;
  color: var(--color-text-primary) !important;
}
/* line 94, ../../sass/main/about.scss */
header .ct-btn-he .perfil-user a {
  color: var(--color-text-primary) !important;
}
/* line 98, ../../sass/main/about.scss */
header .ct-btn-he .perfil-user .perfil {
  background-color: var(--color-white) !important;
}
/* line 101, ../../sass/main/about.scss */
header .ct-btn-he .perfil-user .perfil img {
  width: 100%;
  height: 100%;
  border-radius: var(--bd-rd-xxxl);
}
/* line 108, ../../sass/main/about.scss */
header .ct-btn-he .perfil-user .txt-use {
  color: var(--color-text-primary) !important;
}
/* line 114, ../../sass/main/about.scss */
header .ct-btn-he .perfil-user .menu-hb span {
  background-color: var(--color-text-primary) !important;
}
/* line 122, ../../sass/main/about.scss */
header .ct-hp-mobile svg {
  width: 26px !important;
  height: 26px !important;
}
/* line 128, ../../sass/main/about.scss */
header .mobile {
  display: none !important;
}

/* line 133, ../../sass/main/about.scss */
body {
  background-color: var(--color-white) !important;
}

/* line 137, ../../sass/main/about.scss */
footer {
  border-top: 1px solid var(--color-surface);
}
/* line 140, ../../sass/main/about.scss */
footer .footer-content {
  padding-top: 80px !important;
}
@media screen and (min-width: 1401px) {
  /* line 144, ../../sass/main/about.scss */
  footer .policy-row {
    padding-bottom: 2rem !important;
  }
}

/* line 153, ../../sass/main/about.scss */
.container {
  width: 1224px;
  max-width: 91.63%;
  margin: 0 auto;
  padding: 2rem 0;
}

/* line 160, ../../sass/main/about.scss */
.banner {
  width: 100%;
}
/* line 163, ../../sass/main/about.scss */
.banner .td-bn {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
/* line 170, ../../sass/main/about.scss */
.banner .td-bn .title {
  font-size: var(--xl-text);
  font-weight: 500;
}
/* line 175, ../../sass/main/about.scss */
.banner .td-bn .desc {
  max-width: 900px;
  text-align: center;
  color: var(--color-text-muted);
  font-size: var(--sm-text);
}
/* line 183, ../../sass/main/about.scss */
.banner .ct-img-bn {
  width: 100%;
  height: auto;
  margin: 6rem 0;
}
@media screen and (max-width: 800px) {
  /* line 183, ../../sass/main/about.scss */
  .banner .ct-img-bn {
    margin: 2rem 0;
  }
}
/* line 192, ../../sass/main/about.scss */
.banner .ct-img-bn img {
  max-height: 680px;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--bd-rd-xxss);
}

/* line 202, ../../sass/main/about.scss */
.about-us {
  width: 100%;
}
/* line 205, ../../sass/main/about.scss */
.about-us .abto {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1100px) {
  /* line 205, ../../sass/main/about.scss */
  .about-us .abto {
    gap: 3.5rem;
  }
}
@media screen and (max-width: 900px) {
  /* line 205, ../../sass/main/about.scss */
  .about-us .abto {
    flex-direction: column;
    gap: 2rem;
  }
}
/* line 220, ../../sass/main/about.scss */
.about-us .abto .ct-left {
  max-width: 50%;
}
@media screen and (max-width: 900px) {
  /* line 220, ../../sass/main/about.scss */
  .about-us .abto .ct-left {
    max-width: 100%;
  }
}
/* line 227, ../../sass/main/about.scss */
.about-us .abto .ct-left svg {
  color: var(--color-brand);
  width: 30px;
  height: 30px;
}
/* line 233, ../../sass/main/about.scss */
.about-us .abto .ct-left .ab-ti {
  font-size: var(--xl-text);
  font-weight: 500;
  margin-bottom: 1rem;
}
/* line 239, ../../sass/main/about.scss */
.about-us .abto .ct-left .bv-dsc {
  margin-bottom: 1rem;
}
/* line 242, ../../sass/main/about.scss */
.about-us .abto .ct-left .bv-dsc p {
  color: var(--color-text-muted);
  font-size: var(--sm-text);
}
/* line 248, ../../sass/main/about.scss */
.about-us .abto .ct-left .dsc {
  margin-bottom: 1rem;
}
/* line 251, ../../sass/main/about.scss */
.about-us .abto .ct-left .dsc p {
  color: var(--color-text-muted);
}
/* line 256, ../../sass/main/about.scss */
.about-us .abto .ct-left .list {
  margin: 1rem 0;
}
/* line 259, ../../sass/main/about.scss */
.about-us .abto .ct-left .list ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  list-style: none;
  margin-bottom: 4rem;
}
@media screen and (max-width: 600px) {
  /* line 259, ../../sass/main/about.scss */
  .about-us .abto .ct-left .list ul {
    grid-template-columns: 1fr;
  }
}
/* line 270, ../../sass/main/about.scss */
.about-us .abto .ct-left .list ul li {
  display: flex;
  gap: 1.3rem;
}
/* line 287, ../../sass/main/about.scss */
.about-us .abto .ct-left .list ul li .ct-img img {
  max-height: 90px;
}
/* line 294, ../../sass/main/about.scss */
.about-us .abto .ct-left .list ul li .ct-txt .cf-title {
  font-size: var(--sm-text);
  font-weight: 500;
}
/* line 299, ../../sass/main/about.scss */
.about-us .abto .ct-left .list ul li .ct-txt p {
  color: var(--color-text-muted);
  flex: 1;
}
/* line 309, ../../sass/main/about.scss */
.about-us .abto .ct-right {
  width: 50vw;
  max-width: 50%;
  height: 50vh;
}
@media screen and (max-width: 900px) {
  /* line 309, ../../sass/main/about.scss */
  .about-us .abto .ct-right {
    width: 100vw;
    max-width: 100%;
  }
}
/* line 319, ../../sass/main/about.scss */
.about-us .abto .ct-right .ct-img {
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 324, ../../sass/main/about.scss */
.about-us .abto .ct-right .ct-img .img-down {
  width: 100%;
  max-height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--bd-rd-xxss);
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 900px) {
  /* line 324, ../../sass/main/about.scss */
  .about-us .abto .ct-right .ct-img .img-down {
    justify-content: center;
  }
}
/* line 344, ../../sass/main/about.scss */
.about-us .abto .ct-right .ct-img .img-down img {
  max-width: 70%;
  max-height: 100%;
  object-fit: cover;
  border-radius: var(--bd-rd-xxss);
}
/* line 352, ../../sass/main/about.scss */
.about-us .abto .ct-right .ct-img .img-up {
  position: absolute;
  top: 90px;
  right: 170px;
  z-index: 1;
  width: 65%;
  max-width: 320px;
  height: 65%;
  max-height: 320px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  border-radius: var(--bd-rd-xxss);
}
@media screen and (max-width: 540px) {
  /* line 352, ../../sass/main/about.scss */
  .about-us .abto .ct-right .ct-img .img-up {
    right: auto;
    left: 0;
  }
}
/* line 369, ../../sass/main/about.scss */
.about-us .abto .ct-right .ct-img .img-up img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--bd-rd-xxss);
}

/* line 383, ../../sass/main/about.scss */
.mission-ct .abto {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1100px) {
  /* line 383, ../../sass/main/about.scss */
  .mission-ct .abto {
    gap: 3.5rem;
  }
}
@media screen and (max-width: 900px) {
  /* line 383, ../../sass/main/about.scss */
  .mission-ct .abto {
    flex-direction: column;
    gap: 2rem;
  }
}
/* line 399, ../../sass/main/about.scss */
.mission-ct .abto .ct-left {
  max-width: 50%;
}
@media screen and (max-width: 900px) {
  /* line 399, ../../sass/main/about.scss */
  .mission-ct .abto .ct-left {
    max-width: 100%;
  }
}
/* line 406, ../../sass/main/about.scss */
.mission-ct .abto .ct-left svg {
  color: var(--color-brand);
  width: 30px;
  height: 30px;
}
/* line 412, ../../sass/main/about.scss */
.mission-ct .abto .ct-left .ab-ti {
  font-size: var(--xl-text);
  font-weight: 500;
  margin-bottom: 1rem;
}
/* line 418, ../../sass/main/about.scss */
.mission-ct .abto .ct-left .bv-dsc {
  margin-bottom: 1rem;
}
/* line 421, ../../sass/main/about.scss */
.mission-ct .abto .ct-left .bv-dsc p {
  color: var(--color-text-muted);
  font-size: var(--sm-text);
}
/* line 427, ../../sass/main/about.scss */
.mission-ct .abto .ct-left .dsc {
  margin-bottom: 1rem;
}
/* line 430, ../../sass/main/about.scss */
.mission-ct .abto .ct-left .dsc p {
  color: var(--color-text-muted);
}
/* line 435, ../../sass/main/about.scss */
.mission-ct .abto .ct-left .list {
  margin: 1rem 0;
}
/* line 438, ../../sass/main/about.scss */
.mission-ct .abto .ct-left .list ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  list-style: none;
  margin-bottom: 4rem;
}
@media screen and (max-width: 600px) {
  /* line 438, ../../sass/main/about.scss */
  .mission-ct .abto .ct-left .list ul {
    grid-template-columns: 1fr;
  }
}
/* line 449, ../../sass/main/about.scss */
.mission-ct .abto .ct-left .list ul li {
  display: flex;
  gap: 1.3rem;
}
/* line 466, ../../sass/main/about.scss */
.mission-ct .abto .ct-left .list ul li .ct-img img {
  max-height: 90px;
}
/* line 473, ../../sass/main/about.scss */
.mission-ct .abto .ct-left .list ul li .ct-txt .cf-title {
  font-size: var(--sm-text);
  font-weight: 500;
}
/* line 478, ../../sass/main/about.scss */
.mission-ct .abto .ct-left .list ul li .ct-txt p {
  color: var(--color-text-muted);
  flex: 1;
}
/* line 488, ../../sass/main/about.scss */
.mission-ct .abto .ct-right {
  width: 50vw;
  max-width: 50%;
  height: 50vh;
}
@media screen and (max-width: 900px) {
  /* line 488, ../../sass/main/about.scss */
  .mission-ct .abto .ct-right {
    width: 100vw;
    max-width: 100%;
  }
}
/* line 498, ../../sass/main/about.scss */
.mission-ct .abto .ct-right .ct-img {
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 503, ../../sass/main/about.scss */
.mission-ct .abto .ct-right .ct-img .img-down {
  width: 100%;
  max-height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--bd-rd-xxss);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  /* line 503, ../../sass/main/about.scss */
  .mission-ct .abto .ct-right .ct-img .img-down {
    justify-content: center;
  }
}
/* line 523, ../../sass/main/about.scss */
.mission-ct .abto .ct-right .ct-img .img-down img {
  max-width: 70%;
  max-height: 100%;
  object-fit: cover;
  border-radius: var(--bd-rd-xxss);
}
/* line 531, ../../sass/main/about.scss */
.mission-ct .abto .ct-right .ct-img .img-up {
  position: absolute;
  top: 90px;
  right: 170px;
  z-index: 1;
  width: 65%;
  max-width: 320px;
  height: 65%;
  max-height: 320px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  border-radius: var(--bd-rd-xxss);
}
@media screen and (max-width: 540px) {
  /* line 531, ../../sass/main/about.scss */
  .mission-ct .abto .ct-right .ct-img .img-up {
    right: auto;
    left: 0;
  }
}
/* line 548, ../../sass/main/about.scss */
.mission-ct .abto .ct-right .ct-img .img-up img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--bd-rd-xxss);
}

/* line 561, ../../sass/main/about.scss */
.iso-ct {
  margin-top: 6rem;
}
@media screen and (max-width: 900px) {
  /* line 561, ../../sass/main/about.scss */
  .iso-ct {
    margin-top: 2rem;
  }
}
/* line 568, ../../sass/main/about.scss */
.iso-ct .abto {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1100px) {
  /* line 568, ../../sass/main/about.scss */
  .iso-ct .abto {
    gap: 3.5rem;
  }
}
@media screen and (max-width: 900px) {
  /* line 568, ../../sass/main/about.scss */
  .iso-ct .abto {
    flex-direction: column;
    gap: 2rem;
  }
}
/* line 584, ../../sass/main/about.scss */
.iso-ct .abto .ct-left {
  max-width: 50%;
}
@media screen and (max-width: 900px) {
  /* line 584, ../../sass/main/about.scss */
  .iso-ct .abto .ct-left {
    max-width: 100%;
  }
}
/* line 591, ../../sass/main/about.scss */
.iso-ct .abto .ct-left svg {
  color: var(--color-brand);
  width: 30px;
  height: 30px;
}
/* line 597, ../../sass/main/about.scss */
.iso-ct .abto .ct-left .ab-ti {
  font-size: var(--xl-text);
  font-weight: 500;
  margin-bottom: 1rem;
}
/* line 603, ../../sass/main/about.scss */
.iso-ct .abto .ct-left .bv-dsc {
  margin-bottom: 1rem;
}
/* line 606, ../../sass/main/about.scss */
.iso-ct .abto .ct-left .bv-dsc p {
  color: var(--color-text-muted);
  font-size: var(--sm-text);
}
/* line 612, ../../sass/main/about.scss */
.iso-ct .abto .ct-left .dsc {
  margin-bottom: 1rem;
}
/* line 615, ../../sass/main/about.scss */
.iso-ct .abto .ct-left .dsc p {
  color: var(--color-text-muted);
}
/* line 620, ../../sass/main/about.scss */
.iso-ct .abto .ct-left .list {
  margin: 1rem 0;
}
/* line 623, ../../sass/main/about.scss */
.iso-ct .abto .ct-left .list ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  list-style: none;
  margin-bottom: 4rem;
}
@media screen and (max-width: 600px) {
  /* line 623, ../../sass/main/about.scss */
  .iso-ct .abto .ct-left .list ul {
    grid-template-columns: 1fr;
  }
}
/* line 651, ../../sass/main/about.scss */
.iso-ct .abto .ct-left .list ul li .ct-img img {
  max-height: 90px;
}
/* line 658, ../../sass/main/about.scss */
.iso-ct .abto .ct-left .list ul li .ct-txt .cf-title {
  font-size: var(--xl-text);
  font-weight: 500;
}
/* line 663, ../../sass/main/about.scss */
.iso-ct .abto .ct-left .list ul li .ct-txt p {
  margin-top: 1rem;
  color: var(--color-text-muted);
  flex: 1;
}
/* line 670, ../../sass/main/about.scss */
.iso-ct .abto .ct-left .list ul li .ct-tags {
  margin-top: 1.5rem;
}
/* line 673, ../../sass/main/about.scss */
.iso-ct .abto .ct-left .list ul li .ct-tags p {
  font-size: var(--sm-text);
  font-weight: 500;
}
/* line 683, ../../sass/main/about.scss */
.iso-ct .abto .ct-right {
  width: 50vw;
  max-width: 50%;
  height: 50vh;
}
@media screen and (max-width: 900px) {
  /* line 683, ../../sass/main/about.scss */
  .iso-ct .abto .ct-right {
    width: 100vw;
    max-width: 100%;
  }
}
/* line 693, ../../sass/main/about.scss */
.iso-ct .abto .ct-right .ct-img {
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 698, ../../sass/main/about.scss */
.iso-ct .abto .ct-right .ct-img .img-down {
  width: 100%;
  max-height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--bd-rd-xxss);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  /* line 698, ../../sass/main/about.scss */
  .iso-ct .abto .ct-right .ct-img .img-down {
    justify-content: center;
  }
}
/* line 718, ../../sass/main/about.scss */
.iso-ct .abto .ct-right .ct-img .img-down img {
  max-width: 70%;
  max-height: 100%;
  object-fit: cover;
  border-radius: var(--bd-rd-xxss);
}
/* line 726, ../../sass/main/about.scss */
.iso-ct .abto .ct-right .ct-img .img-up {
  position: absolute;
  top: 90px;
  right: 170px;
  z-index: 1;
  width: 65%;
  max-width: 320px;
  height: 65%;
  max-height: 320px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  border-radius: var(--bd-rd-xxss);
}
@media screen and (max-width: 540px) {
  /* line 726, ../../sass/main/about.scss */
  .iso-ct .abto .ct-right .ct-img .img-up {
    right: auto;
    left: 0;
  }
}
/* line 743, ../../sass/main/about.scss */
.iso-ct .abto .ct-right .ct-img .img-up img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--bd-rd-xxss);
}

/* line 756, ../../sass/main/about.scss */
.info-section {
  width: 100%;
}
/* line 759, ../../sass/main/about.scss */
.info-section .ti-if {
  text-align: center;
  margin: 4rem 0;
}
/* line 763, ../../sass/main/about.scss */
.info-section .ti-if h2 {
  font-size: var(--xl-text);
  font-weight: 500;
  max-width: 528px;
  margin: 0 auto;
}
/* line 771, ../../sass/main/about.scss */
.info-section .infos {
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  /* line 771, ../../sass/main/about.scss */
  .info-section .infos {
    flex-direction: column;
    margin-top: 2rem;
  }
}
/* line 783, ../../sass/main/about.scss */
.info-section .infos .if-left {
  max-width: 50%;
}
@media screen and (max-width: 900px) {
  /* line 783, ../../sass/main/about.scss */
  .info-section .infos .if-left {
    max-width: 100%;
  }
}
/* line 790, ../../sass/main/about.scss */
.info-section .infos .if-left .if-ti {
  font-size: var(--sm-text);
  font-weight: 500;
  margin-bottom: 2rem;
}
/* line 796, ../../sass/main/about.scss */
.info-section .infos .if-left .if-bv-dsc {
  margin-bottom: 2rem;
}
/* line 799, ../../sass/main/about.scss */
.info-section .infos .if-left .if-bv-dsc p {
  color: var(--color-text-muted);
  font-size: var(--sm-text);
}
/* line 805, ../../sass/main/about.scss */
.info-section .infos .if-left .dsc {
  margin-bottom: 1rem;
}
/* line 808, ../../sass/main/about.scss */
.info-section .infos .if-left .dsc p {
  line-height: 20px;
  margin-bottom: 1.5rem;
}
/* line 813, ../../sass/main/about.scss */
.info-section .infos .if-left .dsc p:last-child {
  margin-bottom: 0;
}
/* line 820, ../../sass/main/about.scss */
.info-section .infos .if-right {
  width: 50%;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 900px) {
  /* line 820, ../../sass/main/about.scss */
  .info-section .infos .if-right {
    width: 100%;
    justify-content: center;
  }
}
/* line 830, ../../sass/main/about.scss */
.info-section .infos .if-right .ct-cards {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: end;
}
@media screen and (max-width: 900px) {
  /* line 830, ../../sass/main/about.scss */
  .info-section .infos .if-right .ct-cards {
    align-items: center;
  }
}
/* line 842, ../../sass/main/about.scss */
.info-section .infos .if-right .ct-cards .card {
  background-color: var(--color-white);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: var(--bd-rd-xxss);
  width: 80%;
  padding: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
}
/* line 854, ../../sass/main/about.scss */
.info-section .infos .if-right .ct-cards .card:hover {
  transform: translate(-8px, -8px);
}
@media screen and (max-width: 700px) {
  /* line 842, ../../sass/main/about.scss */
  .info-section .infos .if-right .ct-cards .card {
    width: 100%;
    transform: none !important;
  }
}
/* line 864, ../../sass/main/about.scss */
.info-section .infos .if-right .ct-cards .card .nb-ls {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-color: var(--color-surface);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--xxs-text);
  border-radius: 50%;
  color: var(--color-text-muted);
}
/* line 878, ../../sass/main/about.scss */
.info-section .infos .if-right .ct-cards .card .ti-topic {
  font-weight: 500;
  font-size: var(--xxs-text);
  margin-bottom: 5px;
}
/* line 884, ../../sass/main/about.scss */
.info-section .infos .if-right .ct-cards .card .dsc-topic {
  color: var(--color-text-muted);
}
/* line 889, ../../sass/main/about.scss */
.info-section .infos .if-right .ct-cards .space {
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  /* line 889, ../../sass/main/about.scss */
  .info-section .infos .if-right .ct-cards .space {
    margin-right: 0;
  }
}

/* line 902, ../../sass/main/about.scss */
.container-vw {
  width: 100%;
  margin-top: 5rem;
}
/* line 906, ../../sass/main/about.scss */
.container-vw .back-vw {
  background-color: var(--color-text-primary);
  padding: 80px 0 80px 0;
}
/* line 915, ../../sass/main/about.scss */
.container-vw .ct-content {
  width: 1224px;
  max-width: 91.63%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  /* line 915, ../../sass/main/about.scss */
  .container-vw .ct-content {
    flex-direction: column;
    gap: 3rem;
  }
}
/* line 929, ../../sass/main/about.scss */
.container-vw .ct-content .sb-ti {
  width: 50%;
}
@media screen and (max-width: 900px) {
  /* line 929, ../../sass/main/about.scss */
  .container-vw .ct-content .sb-ti {
    text-align: center;
    display: contents;
  }
}
/* line 937, ../../sass/main/about.scss */
.container-vw .ct-content .sb-ti .ti {
  font-weight: 500;
  font-size: var(--xl-text);
  max-width: 360px;
  text-align: center;
  color: var(--color-white);
}
/* line 946, ../../sass/main/about.scss */
.container-vw .ct-content .sb-desc {
  width: 50%;
  text-align: end;
}
/* line 950, ../../sass/main/about.scss */
.container-vw .ct-content .sb-desc .desc {
  font-size: var(--sm-text);
  font-weight: 500;
  color: var(--color-surface);
}
@media screen and (max-width: 900px) {
  /* line 946, ../../sass/main/about.scss */
  .container-vw .ct-content .sb-desc {
    text-align: center;
    width: 100%;
  }
}

/* line 966, ../../sass/main/about.scss */
.carousel-store {
  margin-top: 5rem;
}
/* line 969, ../../sass/main/about.scss */
.carousel-store .wrapper {
  margin-left: auto;
  overflow: hidden;
}
@media only screen and (min-width: 1225px) {
  /* line 969, ../../sass/main/about.scss */
  .carousel-store .wrapper {
    max-width: 1225px;
    margin-right: auto;
  }
}
/* line 978, ../../sass/main/about.scss */
.carousel-store .wrapper > .title {
  display: flex;
  justify-content: center;
  font-size: var(--xl-text);
  font-weight: 500;
}
/* line 985, ../../sass/main/about.scss */
.carousel-store .wrapper .swiper-container {
  padding-bottom: 5rem;
  cursor: pointer;
}
/* line 993, ../../sass/main/about.scss */
.carousel-store .wrapper .swiper-wrapper .swiper-slide {
  flex-shrink: 1 !important;
}
/* line 996, ../../sass/main/about.scss */
.carousel-store .wrapper .swiper-wrapper .swiper-slide .container {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 366px;
  box-shadow: 0px 0px 24px -4px rgba(0, 0, 0, 0.1);
  padding: 20px !important;
  border-radius: var(--bd-rd-xxss);
  transition: all 0.3s ease;
}
/* line 1008, ../../sass/main/about.scss */
.carousel-store .wrapper .swiper-wrapper .swiper-slide .content {
  width: 100%;
  overflow: hidden;
}
/* line 1012, ../../sass/main/about.scss */
.carousel-store .wrapper .swiper-wrapper .swiper-slide .content .logo {
  margin-top: 30px;
  width: 200px;
  height: auto;
  object-fit: contain;
}
/* line 1019, ../../sass/main/about.scss */
.carousel-store .wrapper .swiper-wrapper .swiper-slide .content .title {
  margin-top: 10px;
  font-weight: 500;
}
/* line 1024, ../../sass/main/about.scss */
.carousel-store .wrapper .swiper-wrapper .swiper-slide .content .sub {
  margin-top: 10px;
  color: var(--color-text-muted);
  font-weight: 300;
}
/* line 1031, ../../sass/main/about.scss */
.carousel-store .wrapper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: var(--bd-rd-xxss);
  flex-shrink: 0;
}
@media only screen and (max-width: 600px) {
  /* line 1044, ../../sass/main/about.scss */
  .carousel-store .wrapper {
    overflow: hidden;
    width: 100%;
    margin-left: auto;
  }
  /* line 1049, ../../sass/main/about.scss */
  .carousel-store .wrapper > .title {
    display: flex;
    font-size: var(--sm-text);
    font-weight: 500;
  }
  /* line 1061, ../../sass/main/about.scss */
  .carousel-store .wrapper .swiper-wrapper .swiper-slide .container .content {
    width: 100%;
  }
  /* line 1066, ../../sass/main/about.scss */
  .carousel-store .wrapper .swiper-wrapper .swiper-slide .container .content .logo {
    margin-top: 30px;
    width: 200px;
    height: auto;
    object-fit: contain;
  }
}

/* line 1082, ../../sass/main/about.scss */
.store-ct {
  margin: 4rem 0;
}
/* line 1085, ../../sass/main/about.scss */
.store-ct .title-store {
  width: 100%;
  text-align: center;
}
/* line 1089, ../../sass/main/about.scss */
.store-ct .title-store .title {
  font-size: var(--xl-text);
  font-weight: 500;
  margin-bottom: 4rem;
  text-align: center;
}
/* line 1097, ../../sass/main/about.scss */
.store-ct .ct {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 3rem;
  margin-top: 5rem;
}
@media screen and (max-width: 900px) {
  /* line 1097, ../../sass/main/about.scss */
  .store-ct .ct {
    flex-direction: column;
  }
}
/* line 1110, ../../sass/main/about.scss */
.store-ct .ct .img img {
  width: 500px;
  height: 560px;
  border-radius: var(--bd-rd-xxss);
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  /* line 1110, ../../sass/main/about.scss */
  .store-ct .ct .img img {
    height: 400px;
    max-width: 100%;
  }
}
/* line 1127, ../../sass/main/about.scss */
.store-ct .ct .right-ct .icon svg {
  width: 48px;
  height: 48px;
  color: var(--color-text-muted);
}
/* line 1134, ../../sass/main/about.scss */
.store-ct .ct .right-ct .cont-title {
  font-size: var(--sm-text);
  font-weight: 500;
  margin-bottom: 40px;
}
/* line 1140, ../../sass/main/about.scss */
.store-ct .ct .right-ct .address {
  display: flex;
  gap: 0.5rem;
}
/* line 1144, ../../sass/main/about.scss */
.store-ct .ct .right-ct .address .adr-ic {
  margin-right: 30px;
}
/* line 1147, ../../sass/main/about.scss */
.store-ct .ct .right-ct .address .adr-ic svg {
  width: 20px;
  height: 20px;
  color: var(--color-text-muted);
}
/* line 1154, ../../sass/main/about.scss */
.store-ct .ct .right-ct .address .title {
  font-size: va(--sm-text);
  font-weight: 500;
  margin-bottom: 5px;
}
/* line 1160, ../../sass/main/about.scss */
.store-ct .ct .right-ct .address .dsc {
  color: var(--color-text-muted);
  max-width: 260px;
  line-height: 24px;
}
/* line 1169, ../../sass/main/about.scss */
.store-ct .ct .right-ct .contact .ct-cont {
  display: flex;
  gap: 0.5rem;
  margin-top: 2rem;
}
/* line 1174, ../../sass/main/about.scss */
.store-ct .ct .right-ct .contact .ct-cont .adr-ic {
  margin-right: 30px;
}
/* line 1177, ../../sass/main/about.scss */
.store-ct .ct .right-ct .contact .ct-cont .adr-ic svg {
  width: 20px;
  height: 20px;
  color: var(--color-text-muted);
}
/* line 1184, ../../sass/main/about.scss */
.store-ct .ct .right-ct .contact .ct-cont .title {
  font-size: var(--xxs-text);
  font-weight: 500;
  margin-bottom: 5px;
}
/* line 1190, ../../sass/main/about.scss */
.store-ct .ct .right-ct .contact .ct-cont .dsc {
  color: var(--color-text-muted);
  max-width: 260px;
  line-height: 24px;
}
/* line 1198, ../../sass/main/about.scss */
.store-ct .ct .right-ct .hp-center {
  margin-top: 2rem;
  display: flex;
  gap: 0.5rem;
}
/* line 1203, ../../sass/main/about.scss */
.store-ct .ct .right-ct .hp-center .adr-ic {
  margin-right: 30px;
}
/* line 1206, ../../sass/main/about.scss */
.store-ct .ct .right-ct .hp-center .adr-ic svg {
  width: 20px;
  height: 20px;
  color: var(--color-text-muted);
}
/* line 1213, ../../sass/main/about.scss */
.store-ct .ct .right-ct .hp-center .title {
  font-size: var(--xxs-text);
  font-weight: 500;
  margin-bottom: 5px;
}
/* line 1219, ../../sass/main/about.scss */
.store-ct .ct .right-ct .hp-center .hp-ct {
  display: flex;
  align-items: center;
  gap: 2rem;
}
/* line 1224, ../../sass/main/about.scss */
.store-ct .ct .right-ct .hp-center .hp-ct .sb-ti {
  font-weight: 500;
  color: var(--color-text-muted);
  margin-bottom: 2px;
}
/* line 1230, ../../sass/main/about.scss */
.store-ct .ct .right-ct .hp-center .hp-ct .description {
  color: var(--color-text-muted);
}
