@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 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;
}

@media screen and (max-width: 600px) {
  /* line 2, ../../sass/sass/popup.scss */
  .popup {
    width: 90%;
    max-width: 90%;
    max-height: 140px;
    position: fixed;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 8px;
    z-index: 1000;
    opacity: 0;
    transition: all 0.5s;
  }

  /* line 20, ../../sass/sass/popup.scss */
  .ct-left {
    width: 100%;
    max-width: 100%;
  }

  /* line 25, ../../sass/sass/popup.scss */
  .go-cart {
    margin-top: 0.5rem;
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
    font-size: var(--xxs-text);
  }

  /* line 33, ../../sass/sass/popup.scss */
  .popup.active {
    top: 20px;
    opacity: 1;
  }

  /* line 38, ../../sass/sass/popup.scss */
  .popup-icon {
    margin-right: 20px;
    width: 24px;
    height: 24px;
  }

  /* line 44, ../../sass/sass/popup.scss */
  .popup-message {
    text-overflow: ellipsis;
    white-space: wrap;
    flex-grow: 1;
    font-size: var(--xxs-text);
  }

  /* line 51, ../../sass/sass/popup.scss */
  .popup-close {
    /* position: absolute;
        top: 10px;
        right: 10px; */
    margin-left: 10px;
    cursor: pointer;
    font-size: var(--xs-text);
  }
  /* line 59, ../../sass/sass/popup.scss */
  .popup-close svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 601px) {
  /* line 67, ../../sass/sass/popup.scss */
  .popup {
    min-width: 30%;
    max-width: 500px;
    max-height: 120px;
    position: fixed;
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    border-radius: 8px;
    z-index: 1000;
    opacity: 0;
    transition: all 0.3s;
  }

  /* line 86, ../../sass/sass/popup.scss */
  .ct-left {
    width: 100%;
    max-width: 100%;
  }

  /* line 91, ../../sass/sass/popup.scss */
  .go-cart {
    margin-top: 0.5rem;
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
  }

  /* line 98, ../../sass/sass/popup.scss */
  .popup.active {
    top: 2.5rem;
    opacity: 1;
  }

  /* line 103, ../../sass/sass/popup.scss */
  .popup-message {
    font-size: var(--xxs-text);
    white-space: wrap;
    flex-grow: 1;
  }

  /* line 109, ../../sass/sass/popup.scss */
  .popup-close {
    /* position: absolute;
        top: 10px;
        right: 10px; */
    margin-left: 10px;
    cursor: pointer;
    font-size: var(--xs-text);
  }
  /* line 117, ../../sass/sass/popup.scss */
  .popup-close svg {
    width: 20px;
    height: 20px;
  }
}
/* line 124, ../../sass/sass/popup.scss */
.popup-favorites {
  background-color: color-mix(in srgb, var(--color-success) 15%, #ffffff) !important;
  padding: .5rem 1rem;
  min-width: 24%;
  max-width: 500px;
  max-height: 120px;
}
/* line 131, ../../sass/sass/popup.scss */
.popup-favorites .go-cart {
  margin-top: 0;
}
/* line 135, ../../sass/sass/popup.scss */
.popup-favorites .popup-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  animation-name: heart-beat;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
/* line 145, ../../sass/sass/popup.scss */
.popup-favorites .popup-icon svg {
  width: 20px;
  height: 20px;
  color: var(--color-success);
}

@keyframes heart-beat {
  /* 0% (Início): Tamanho normal */
  0% {
    transform: scale(1);
  }
  /* 50% (Meio): Aumenta 20% */
  50% {
    transform: scale(1.2);
  }
  /* 100% (Fim): Retorna ao tamanho normal */
  100% {
    transform: scale(1);
  }
}
/* line 40, ../../sass/sass/mixin.scss */
.lc-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media (max-width: 0px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-1-xs {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 576px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-1-sm {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 768px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-1-md {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 992px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-1-lg {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 1200px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-1-xl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 1900px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-1-xxl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 3000px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-1-xxxl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
/* line 40, ../../sass/sass/mixin.scss */
.lc-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 0px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-2-xs {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 576px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-2-sm {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 768px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-2-md {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 992px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-2-lg {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 1200px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-2-xl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 1900px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-2-xxl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 3000px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-2-xxxl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
/* line 40, ../../sass/sass/mixin.scss */
.lc-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (max-width: 0px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-3-xs {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 576px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-3-sm {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 768px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-3-md {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 992px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-3-lg {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 1200px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-3-xl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 1900px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-3-xxl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 3000px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-3-xxxl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
/* line 40, ../../sass/sass/mixin.scss */
.lc-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

@media (max-width: 0px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-4-xs {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 576px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-4-sm {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 768px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-4-md {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 992px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-4-lg {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 1200px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-4-xl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 1900px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-4-xxl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 3000px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-4-xxxl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
/* line 40, ../../sass/sass/mixin.scss */
.lc-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

@media (max-width: 0px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-5-xs {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 576px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-5-sm {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 768px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-5-md {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 992px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-5-lg {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 1200px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-5-xl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 1900px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-5-xxl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 3000px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-5-xxxl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}
/* line 40, ../../sass/sass/mixin.scss */
.lc-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

@media (max-width: 0px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-6-xs {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
}
@media (max-width: 576px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-6-sm {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
}
@media (max-width: 768px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-6-md {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
}
@media (max-width: 992px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-6-lg {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
}
@media (max-width: 1200px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-6-xl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
}
@media (max-width: 1900px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-6-xxl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
}
@media (max-width: 3000px) {
  /* line 50, ../../sass/sass/mixin.scss */
  .lc-6-xxxl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
}
/* line 3, ../../sass/sass/mixin.scss */
.tx-xxxs {
  font-size: 8px;
}

/* line 12, ../../sass/sass/mixin.scss */
input.tx-pl-xxxs::placeholder,
textarea.tx-pl-xxxs::placeholder {
  font-size: 8px !important;
}

/* line 3, ../../sass/sass/mixin.scss */
.tx-xxs {
  font-size: 10px;
}

/* line 12, ../../sass/sass/mixin.scss */
input.tx-pl-xxs::placeholder,
textarea.tx-pl-xxs::placeholder {
  font-size: 10px !important;
}

/* line 3, ../../sass/sass/mixin.scss */
.tx-xs {
  font-size: 15px;
}

/* line 12, ../../sass/sass/mixin.scss */
input.tx-pl-xs::placeholder,
textarea.tx-pl-xs::placeholder {
  font-size: 15px !important;
}

/* line 3, ../../sass/sass/mixin.scss */
.tx-sm {
  font-size: 20px;
}

/* line 12, ../../sass/sass/mixin.scss */
input.tx-pl-sm::placeholder,
textarea.tx-pl-sm::placeholder {
  font-size: 20px !important;
}

/* line 3, ../../sass/sass/mixin.scss */
.tx-md {
  font-size: 25px;
}

/* line 12, ../../sass/sass/mixin.scss */
input.tx-pl-md::placeholder,
textarea.tx-pl-md::placeholder {
  font-size: 25px !important;
}

/* line 3, ../../sass/sass/mixin.scss */
.tx-lg {
  font-size: 30px;
}

/* line 12, ../../sass/sass/mixin.scss */
input.tx-pl-lg::placeholder,
textarea.tx-pl-lg::placeholder {
  font-size: 30px !important;
}

/* line 3, ../../sass/sass/mixin.scss */
.tx-xl {
  font-size: 40px;
}

/* line 12, ../../sass/sass/mixin.scss */
input.tx-pl-xl::placeholder,
textarea.tx-pl-xl::placeholder {
  font-size: 40px !important;
}

/* line 3, ../../sass/sass/mixin.scss */
.tx-xxl {
  font-size: 64px;
}

/* line 12, ../../sass/sass/mixin.scss */
input.tx-pl-xxl::placeholder,
textarea.tx-pl-xxl::placeholder {
  font-size: 64px !important;
}

/* line 3, ../../sass/sass/mixin.scss */
.tx-xxxl {
  font-size: 120px;
}

/* line 12, ../../sass/sass/mixin.scss */
input.tx-pl-xxxl::placeholder,
textarea.tx-pl-xxxl::placeholder {
  font-size: 120px !important;
}

/* line 23, ../../sass/sass/modal.scss */
.SP___modal__background .between {
  align-items: center;
  justify-content: space-between;
}
/* line 27, ../../sass/sass/modal.scss */
.SP___modal__background .between .cl-wr {
  border: 1px solid #a5a5a5a6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 4px;
}
/* line 37, ../../sass/sass/modal.scss */
.SP___modal__background .between .cl-wr svg {
  width: 18px;
  height: 18px;
}
/* line 46, ../../sass/sass/modal.scss */
.SP___modal__background .sb {
  width: 80%;
  margin-top: 4px;
}
/* line 51, ../../sass/sass/modal.scss */
.SP___modal__background[active=true] {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  display: block;
}
/* line 60, ../../sass/sass/modal.scss */
.SP___modal__background[active=false] {
  display: none;
}

/* line 65, ../../sass/sass/modal.scss */
.ct-lg-opt {
  transition: all .3s;
  position: absolute;
  top: 55px;
  width: 100%;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
  min-width: 264px;
  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);
  flex-direction: column;
  padding: 1rem;
  z-index: 22;
  opacity: 0;
  display: none;
  margin-top: 30px;
}
/* line 86, ../../sass/sass/modal.scss */
.ct-lg-opt span {
  transition: all .3s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem .5rem;
  border-radius: 4px;
  cursor: pointer;
}
/* line 95, ../../sass/sass/modal.scss */
.ct-lg-opt span:hover {
  background-color: var(--color-surface);
}

/* line 104, ../../sass/sass/modal.scss */
.SP__modal {
  position: relative;
  padding: 20px !important;
  flex-direction: column;
  justify-content: space-between;
  min-width: 200px;
  max-width: 90%;
  height: min-content;
  z-index: 15;
  position: absolute;
  top: 50%;
  border-radius: 10px;
  transform: translate(-50%, -50%) scale(0);
  left: 50%;
  transition: 350ms;
  max-height: 95%;
  display: flex;
  flex-wrap: nowrap;
}
/* line 108, ../../sass/sass/modal.scss */
.SP__modal .close,
.SP__modal .close svg {
  cursor: pointer;
  width: 16px;
  height: 16px;
  color: #1c1c1c;
}
/* line 116, ../../sass/sass/modal.scss */
.SP__modal .icon {
  position: absolute;
  right: 15px;
  bottom: 11px;
}
/* line 121, ../../sass/sass/modal.scss */
.SP__modal .icon svg {
  width: 10px;
  height: 10px;
}
@media only screen and (max-width: 700px) {
  /* line 104, ../../sass/sass/modal.scss */
  .SP__modal {
    position: fixed;
    left: 0 !important;
    top: auto !important;
    bottom: 0;
    width: 100% !important;
    margin-top: 40px !important;
    max-width: 100%;
    min-width: auto !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: none;
  }
}
@media only screen and (min-width: 700px) {
  /* line 170, ../../sass/sass/modal.scss */
  .SP__modal[active=true] {
    transform: translate(-50%, -50%) scale(1);
    pointer-events: all;
  }
  /* line 175, ../../sass/sass/modal.scss */
  .SP__modal[active=false] {
    transform: translate(-50%, -50%) scale(0);
    pointer-events: none;
  }
}
@media only screen and (max-width: 700px) {
  /* line 183, ../../sass/sass/modal.scss */
  .SP__modal[active=true] {
    margin-top: 0;
  }
  /* line 187, ../../sass/sass/modal.scss */
  .SP__modal[active=false] {
    margin-top: 40px;
  }
}
/* line 197, ../../sass/sass/modal.scss */
.SP__modal.hasNoFooter {
  padding: 3rem !important;
}
/* line 201, ../../sass/sass/modal.scss */
.SP__modal.isModelsModal {
  padding: 0;
  padding-bottom: 100px;
  min-height: 0;
}
/* line 207, ../../sass/sass/modal.scss */
.SP__modal.isPantoneModal:not(.SP__overlay) {
  max-height: 95vh;
}
/* line 211, ../../sass/sass/modal.scss */
.SP__modal.isFormModal:not(.SP__overlay) {
  padding-top: 1rem;
  max-height: 95vh;
}
/* line 216, ../../sass/sass/modal.scss */
.SP__modal.isNoCombinationModal {
  min-height: 250px;
  padding-top: 1rem;
}
/* line 222, ../../sass/sass/modal.scss */
.SP__modal.isSelectorModal {
  padding-top: 3rem !important;
  min-height: 250px !important;
}
/* line 226, ../../sass/sass/modal.scss */
.SP__modal.isSelectorModal .SP__loader {
  transform: translate(-50%, -30px);
}
/* line 238, ../../sass/sass/modal.scss */
.SP__modal.isBugFoundModal .SP__modal__message {
  margin-bottom: 1rem;
}
/* line 242, ../../sass/sass/modal.scss */
.SP__modal.isBugFoundModal .SP__assembler__block {
  width: 90%;
  margin-bottom: 1rem;
}
/* line 248, ../../sass/sass/modal.scss */
.SP__modal.isEnviromentModal, .SP__modal.isComoddityModal {
  padding-top: 2rem !important;
  padding-bottom: calc(100px + 1rem) !important;
  min-height: 250px !important;
}
/* line 254, ../../sass/sass/modal.scss */
.SP__modal.isEnviromentModal .SP__loader, .SP__modal.isComoddityModal .SP__loader {
  transform: translate(-50%, -30px);
}
/* line 259, ../../sass/sass/modal.scss */
.SP__modal.isDetailsModal {
  width: 90%;
  height: 90%;
}
/* line 265, ../../sass/sass/modal.scss */
.SP__modal.isAssembleRuleModal {
  padding-bottom: calc(130px + 0.5rem);
}
/* line 275, ../../sass/sass/modal.scss */
.SP__modal.noMinHeight {
  min-height: 0;
}
/* line 279, ../../sass/sass/modal.scss */
.SP__modal__rightTopIcon, .SP__modal__leftTopIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
/* line 289, ../../sass/sass/modal.scss */
.SP__modal__leftTopIcon {
  top: 1rem;
  left: 1rem;
}
/* line 294, ../../sass/sass/modal.scss */
.SP__modal__rightTopIcon {
  top: 1rem;
  right: 1rem;
}
/* line 303, ../../sass/sass/modal.scss */
.SP__modal__icon.SP__animation__rotate {
  animation: 1.5s rotate ease-in-out infinite;
}
/* line 308, ../../sass/sass/modal.scss */
.SP__modal__button {
  border: 2px solid white;
  background-color: white;
  width: 80%;
  padding: 1rem;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
/* line 326, ../../sass/sass/modal.scss */
.SP__modal__button.isOutlined {
  background-color: transparent;
}
/* line 330, ../../sass/sass/modal.scss */
.SP__modal__button.isBlank {
  border: none;
  background-color: transparent;
}
/* line 337, ../../sass/sass/modal.scss */
.SP__modal__title {
  font-size: var(--sm-text);
  width: 80%;
}
/* line 347, ../../sass/sass/modal.scss */
.SP__modal__message {
  width: 70%;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 2rem;
}
/* line 356, ../../sass/sass/modal.scss */
.SP__modal__text {
  background-color: transparent;
  width: 80%;
  outline: none;
  border: none;
  border-bottom: 1px solid #A8A9AD;
  padding: 0.5rem 0;
}
/* line 367, ../../sass/sass/modal.scss */
.SP__modal__block {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  margin-bottom: 2rem;
  row-gap: 1rem;
  width: 100%;
  box-shadow: none !important;
}
/* line 377, ../../sass/sass/modal.scss */
.SP__modal__block.isModelBlock {
  row-gap: 0.75rem;
}
/* line 384, ../../sass/sass/modal.scss */
.SP__modal__block.isModelBlock .SP__modal__block__image {
  width: 175px;
  height: 175px;
}
/* line 389, ../../sass/sass/modal.scss */
.SP__modal__block.isModelBlock .SP__modal__block__desc {
  margin-bottom: 1rem;
}
/* line 395, ../../sass/sass/modal.scss */
.SP__modal__block__title {
  width: 80%;
  font-size: var(--sm-text);
  word-break: break-all;
  line-height: 1.2;
}
/* line 404, ../../sass/sass/modal.scss */
.SP__modal__block__desc {
  width: 80%;
  text-align: center;
  word-break: break-all;
  line-height: 1.2;
}
/* line 412, ../../sass/sass/modal.scss */
.SP__modal__block__image {
  width: 200px;
  height: 200px;
  border-radius: 16px;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 424, ../../sass/sass/modal.scss */
.SP__modal__block__image:hover .SP__modal__block__image__expand {
  visibility: visible;
  opacity: 1;
  top: 0.5rem;
}
/* line 431, ../../sass/sass/modal.scss */
.SP__modal__block__image__expand {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.65rem;
  right: 0.5rem;
  width: 28px;
  height: 28px;
  opacity: 0;
  background-color: #525459;
  visibility: hidden;
  border-radius: 8px;
  cursor: pointer !important;
  font-weight: 500;
  transition: 250ms;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.102);
}
/* line 450, ../../sass/sass/modal.scss */
.SP__modal__block__image.isLoading {
  background-color: #6AEA7D;
}
/* line 453, ../../sass/sass/modal.scss */
.SP__modal__block__image.isLoading::after {
  content: '';
  position: absolute;
  width: 75%;
  left: -75%;
  height: 100%;
  top: 0;
  background-image: linear-gradient(to left, transparent, #6AEA7D, transparent);
  animation: blockThumbLoading 1s ease-out infinite;
}
/* line 465, ../../sass/sass/modal.scss */
.SP__modal__block__image.hasError {
  border: 3px dashed #b4232d;
  animation: appear 600ms ease-in-out forwards;
}
/* line 469, ../../sass/sass/modal.scss */
.SP__modal__block__image.hasError::after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: 'Parece que há um problema com essa imagem';
  line-height: 1.5;
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: calc(50% + 30px);
}
/* line 495, ../../sass/sass/modal.scss */
.SP__modal__block__image.isLoaded {
  animation: appear 600ms ease-in-out forwards;
}
/* line 503, ../../sass/sass/modal.scss */
.SP__modal__footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
/* line 512, ../../sass/sass/modal.scss */
.SP__modal__footer .SP__footer__button-blank,
.SP__modal__footer .SP__footer__button-filled,
.SP__modal__footer .SP__footer__button-outlined {
  column-gap: 1.5rem;
}
/* line 518, ../../sass/sass/modal.scss */
.SP__modal__footer .SP__footer__button-blank:only-child,
.SP__modal__footer .SP__footer__button-filled:only-child,
.SP__modal__footer .SP__footer__button-outlined:only-child {
  margin-left: auto;
}
/* line 524, ../../sass/sass/modal.scss */
.SP__modal .cancel {
  min-height: 50px;
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  color: var(--color-text-primary);
  font-weight: 500;
  border-radius: var(--bd-rd-button);
  padding: 5px 14px;
}
/* line 538, ../../sass/sass/modal.scss */
.SP__modal .cancel .col {
  font-weight: 500;
}
/* line 543, ../../sass/sass/modal.scss */
.SP__modal .apply {
  min-height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-bottom: 8px;
  border-radius: var(--bd-rd-button);
  font-weight: 500;
  background-color: var(--color-text-primary);
  color: white;
  padding: 7px 16px;
}
/* line 557, ../../sass/sass/modal.scss */
.SP__modal .apply .col {
  color: white;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  /* line 568, ../../sass/sass/modal.scss */
  .SP__modal .close,
  .SP__modal .close svg {
    cursor: pointer;
    width: 18px;
    height: 18px;
    color: #1c1c1c;
  }
  /* line 581, ../../sass/sass/modal.scss */
  .SP__modal__footer {
    padding: 1rem 0;
    column-gap: 1rem;
  }
  /* line 585, ../../sass/sass/modal.scss */
  .SP__modal__footer .SP__footer__button-blank,
  .SP__modal__footer .SP__footer__button-filled,
  .SP__modal__footer .SP__footer__button-outlined {
    padding: 0.75rem;
  }
}
@media screen and (max-width: 700px) {
  /* line 597, ../../sass/sass/modal.scss */
  .SP__modal__title {
    font-size: var(--xl-text);
  }
}
/* line 1, ../../sass/sass/cookies-box.scss */
.cont-ck {
  width: 720px;
  max-width: 91.63%;
  min-height: 80px;
  padding: 1rem;
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-white);
  border: 1px solid #dddddd;
  border-radius: 0.5rem;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12);
  z-index: 200;
  opacity: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 801px) {
  /* line 1, ../../sass/sass/cookies-box.scss */
  .cont-ck {
    bottom: 48px;
  }
}
/* line 22, ../../sass/sass/cookies-box.scss */
.cont-ck .ct-ck {
  padding: 0.5rem;
}
/* line 25, ../../sass/sass/cookies-box.scss */
.cont-ck .ct-ck .ct-title {
  margin-bottom: 0.5rem;
}
/* line 28, ../../sass/sass/cookies-box.scss */
.cont-ck .ct-ck .ct-title .ck-title {
  font-size: var(--sm-text);
  font-weight: 500;
}
/* line 34, ../../sass/sass/cookies-box.scss */
.cont-ck .ct-ck .ct-description {
  padding-bottom: 1rem;
}
/* line 38, ../../sass/sass/cookies-box.scss */
.cont-ck .ct-ck .ct-btn-ck {
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  margin-top: 0.5rem;
  align-items: center;
}
@media screen and (max-width: 801px) {
  /* line 38, ../../sass/sass/cookies-box.scss */
  .cont-ck .ct-ck .ct-btn-ck {
    display: block;
  }
}
/* line 50, ../../sass/sass/cookies-box.scss */
.cont-ck .ct-ck .ct-btn-ck .btn-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 801px) {
  /* line 50, ../../sass/sass/cookies-box.scss */
  .cont-ck .ct-ck .ct-btn-ck .btn-left {
    display: block;
  }
}
/* line 59, ../../sass/sass/cookies-box.scss */
.cont-ck .ct-ck .ct-btn-ck .btn-left .btn-ck {
  padding: 12px 18px;
  background-color: var(--color-text-primary);
  color: var(--color-white);
  border-radius: 0.5rem;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 801px) {
  /* line 59, ../../sass/sass/cookies-box.scss */
  .cont-ck .ct-ck .ct-btn-ck .btn-left .btn-ck {
    margin-bottom: 0.8rem;
  }
}
/* line 76, ../../sass/sass/cookies-box.scss */
.cont-ck .ct-ck .ct-btn-ck .btn-right .btn-ck-manage {
  cursor: pointer;
  text-align: center;
}
/* line 80, ../../sass/sass/cookies-box.scss */
.cont-ck .ct-ck .ct-btn-ck .btn-right .btn-ck-manage:hover {
  text-decoration: underline;
}

/* line 93, ../../sass/sass/cookies-box.scss */
.overlay-cookies {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
}

/* line 105, ../../sass/sass/cookies-box.scss */
.ct-md-cookies {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70%;
  width: 540px;
  background-color: var(--color-white);
  border-radius: 0.5rem;
  z-index: 201;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  /* line 105, ../../sass/sass/cookies-box.scss */
  .ct-md-cookies {
    width: 70%;
  }
}
@media screen and (max-width: 800px) {
  /* line 105, ../../sass/sass/cookies-box.scss */
  .ct-md-cookies {
    top: 20%;
    transform: none;
    left: 0;
    bottom: 0;
    border-radius: 0;
    width: 100%;
    height: auto;
  }
}

/* line 133, ../../sass/sass/cookies-box.scss */
.ck-md-hd {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem;
  position: relative;
  border-bottom: 1px solid #dddddd;
}
/* line 141, ../../sass/sass/cookies-box.scss */
.ck-md-hd .icon-back-md-ck {
  width: 32px;
  padding: 0.5rem 0;
  cursor: pointer;
}
/* line 147, ../../sass/sass/cookies-box.scss */
.ck-md-hd .title-md-ck {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

/* line 154, ../../sass/sass/cookies-box.scss */
.ct-ck-content {
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 24px 24px 108px 24px;
  flex-grow: 1;
}

/* line 163, ../../sass/sass/cookies-box.scss */
.op-title-ck {
  padding: 1rem 0 0.5rem 0;
}

/* line 167, ../../sass/sass/cookies-box.scss */
.ul-ck-md {
  padding: 1rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/* line 174, ../../sass/sass/cookies-box.scss */
.ul-ck-md li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 180, ../../sass/sass/cookies-box.scss */
.ul-ck-md li .toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
/* line 186, ../../sass/sass/cookies-box.scss */
.ul-ck-md li .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* line 192, ../../sass/sass/cookies-box.scss */
.ul-ck-md li .toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 20px;
  transition: 0.4s;
}
/* line 204, ../../sass/sass/cookies-box.scss */
.ul-ck-md li .toggle-switch .slider::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-white);
  border-radius: 50%;
  transition: 0.4s;
}
/* line 217, ../../sass/sass/cookies-box.scss */
.ul-ck-md li .toggle-switch .slider::after {
  content: "";
  font-size: va(--xxxs-text);
  color: var(--color-text-primary);
  position: absolute;
  top: 50%;
  right: 16%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.5s;
}
/* line 229, ../../sass/sass/cookies-box.scss */
.ul-ck-md li .toggle-switch input:checked + .slider {
  background-color: var(--color-text-primary);
}
/* line 233, ../../sass/sass/cookies-box.scss */
.ul-ck-md li .toggle-switch input:checked + .slider::before {
  transform: translate(20px, -50%);
}
/* line 237, ../../sass/sass/cookies-box.scss */
.ul-ck-md li .toggle-switch input:checked + .slider::after {
  opacity: 1;
}

/* line 244, ../../sass/sass/cookies-box.scss */
.ct-ck-ft {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 1.5rem;
  border-top: 1px solid #dddddd;
  background-color: var(--color-white);
  border-radius: 0 0 0.5rem 0.5rem;
}
@media screen and (max-width: 800px) {
  /* line 244, ../../sass/sass/cookies-box.scss */
  .ct-ck-ft {
    border-radius: 0;
  }
}
/* line 257, ../../sass/sass/cookies-box.scss */
.ct-ck-ft .btn-save-ck {
  background-color: var(--color-text-primary);
  color: var(--color-white);
  font-weight: 500;
  border-radius: 0.5rem;
  padding: 1rem;
  width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  /* line 2, ../../sass/sass/popup.scss */
  .popup {
    width: 90%;
    max-width: 90%;
    max-height: 140px;
    position: fixed;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 8px;
    z-index: 1000;
    opacity: 0;
    transition: all 0.5s;
  }

  /* line 20, ../../sass/sass/popup.scss */
  .ct-left {
    width: 100%;
    max-width: 100%;
  }

  /* line 25, ../../sass/sass/popup.scss */
  .go-cart {
    margin-top: 0.5rem;
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
    font-size: var(--xxs-text);
  }

  /* line 33, ../../sass/sass/popup.scss */
  .popup.active {
    top: 20px;
    opacity: 1;
  }

  /* line 38, ../../sass/sass/popup.scss */
  .popup-icon {
    margin-right: 20px;
    width: 24px;
    height: 24px;
  }

  /* line 44, ../../sass/sass/popup.scss */
  .popup-message {
    text-overflow: ellipsis;
    white-space: wrap;
    flex-grow: 1;
    font-size: var(--xxs-text);
  }

  /* line 51, ../../sass/sass/popup.scss */
  .popup-close {
    /* position: absolute;
        top: 10px;
        right: 10px; */
    margin-left: 10px;
    cursor: pointer;
    font-size: var(--xs-text);
  }
  /* line 59, ../../sass/sass/popup.scss */
  .popup-close svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 601px) {
  /* line 67, ../../sass/sass/popup.scss */
  .popup {
    min-width: 30%;
    max-width: 500px;
    max-height: 120px;
    position: fixed;
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    border-radius: 8px;
    z-index: 1000;
    opacity: 0;
    transition: all 0.3s;
  }

  /* line 86, ../../sass/sass/popup.scss */
  .ct-left {
    width: 100%;
    max-width: 100%;
  }

  /* line 91, ../../sass/sass/popup.scss */
  .go-cart {
    margin-top: 0.5rem;
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
  }

  /* line 98, ../../sass/sass/popup.scss */
  .popup.active {
    top: 2.5rem;
    opacity: 1;
  }

  /* line 103, ../../sass/sass/popup.scss */
  .popup-message {
    font-size: var(--xxs-text);
    white-space: wrap;
    flex-grow: 1;
  }

  /* line 109, ../../sass/sass/popup.scss */
  .popup-close {
    /* position: absolute;
        top: 10px;
        right: 10px; */
    margin-left: 10px;
    cursor: pointer;
    font-size: var(--xs-text);
  }
  /* line 117, ../../sass/sass/popup.scss */
  .popup-close svg {
    width: 20px;
    height: 20px;
  }
}
/* line 124, ../../sass/sass/popup.scss */
.popup-favorites {
  background-color: color-mix(in srgb, var(--color-success) 15%, #ffffff) !important;
  padding: .5rem 1rem;
  min-width: 24%;
  max-width: 500px;
  max-height: 120px;
}
/* line 131, ../../sass/sass/popup.scss */
.popup-favorites .go-cart {
  margin-top: 0;
}
/* line 135, ../../sass/sass/popup.scss */
.popup-favorites .popup-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  animation-name: heart-beat;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
/* line 145, ../../sass/sass/popup.scss */
.popup-favorites .popup-icon svg {
  width: 20px;
  height: 20px;
  color: var(--color-success);
}

@keyframes heart-beat {
  /* 0% (Início): Tamanho normal */
  0% {
    transform: scale(1);
  }
  /* 50% (Meio): Aumenta 20% */
  50% {
    transform: scale(1.2);
  }
  /* 100% (Fim): Retorna ao tamanho normal */
  100% {
    transform: scale(1);
  }
}
/* line 1, ../../sass/sass/select-date.scss */
.button-md {
  position: relative;
}

/* line 5, ../../sass/sass/select-date.scss */
.overlay-calendar-monthly {
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* line 18, ../../sass/sass/select-date.scss */
.modal {
  position: absolute;
  top: 32px;
  right: 0;
  min-width: 350px;
  background-color: var(--color-white);
  border: 1px solid var(--color-surface);
  border-radius: var(--bd-rd-xxs);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12);
  z-index: 1;
  cursor: default;
  display: none;
  margin-top: -20px;
  opacity: 0;
  transition: all 0.3s ease;
}
/* line 35, ../../sass/sass/select-date.scss */
.modal .cl-hd {
  padding: 1rem;
  border-bottom: 1px solid color-mix(in srgb, var(--color-surface) 65%, #ffffff);
}
/* line 39, ../../sass/sass/select-date.scss */
.modal .cl-hd .cl-ct-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 44, ../../sass/sass/select-date.scss */
.modal .cl-hd .cl-ct-hd .cl-prv,
.modal .cl-hd .cl-ct-hd .cl-nxt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  cursor: pointer;
}
/* line 52, ../../sass/sass/select-date.scss */
.modal .cl-hd .cl-ct-hd .cl-prv svg,
.modal .cl-hd .cl-ct-hd .cl-nxt svg {
  width: 16px;
  height: 16px;
}
/* line 60, ../../sass/sass/select-date.scss */
.modal .cl-hd .cl-ct-hd .cl-year .dsp-year {
  font-weight: 500;
}
/* line 68, ../../sass/sass/select-date.scss */
.modal .cont-month {
  padding: 1rem;
  border-bottom: 1px solid color-mix(in srgb, var(--color-surface) 65%, #ffffff);
}
/* line 72, ../../sass/sass/select-date.scss */
.modal .cont-month .mths {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
}
/* line 77, ../../sass/sass/select-date.scss */
.modal .cont-month .mths .btn-month {
  padding: 10px 12px;
  cursor: pointer;
  border: 1px solid var(--color-surface);
  border-radius: var(--bd-rd-xxs);
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
/* line 86, ../../sass/sass/select-date.scss */
.modal .cont-month .mths .btn-month:disabled {
  cursor: default !important;
  opacity: 0.5;
  pointer-events: none;
}
/* line 93, ../../sass/sass/select-date.scss */
.modal .cont-month .mths .month-selected {
  color: var(--color-white);
  background-color: var(--color-text-primary);
}
/* line 101, ../../sass/sass/select-date.scss */
.modal .footer {
  padding: 1rem;
}
/* line 104, ../../sass/sass/select-date.scss */
.modal .footer .ct-ft {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
/* line 112, ../../sass/sass/select-date.scss */
.modal .footer .ct-ft .dsp-ft .dsp {
  font-weight: 500;
}
/* line 117, ../../sass/sass/select-date.scss */
.modal .footer .ct-ft .cont-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
/* line 122, ../../sass/sass/select-date.scss */
.modal .footer .ct-ft .cont-btn .cancel-btn {
  padding: 10px 12px;
  border: 1px solid var(--color-surface);
  border-radius: var(--bd-rd-xxs);
  cursor: pointer;
  font-weight: 500;
}
/* line 130, ../../sass/sass/select-date.scss */
.modal .footer .ct-ft .cont-btn .apply-btn {
  padding: 10px 12px;
  border: 1px solid var(--color-surface);
  border-radius: var(--bd-rd-xxs);
  cursor: pointer;
  font-weight: 500;
  color: var(--color-white);
  background-color: var(--color-text-primary);
}

/* line 10, ../../sass/main/global.scss */
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  scrollbar-width: none;
  outline: none;
  cursor: normal;
  text-decoration: none;
  font-size: var(--xxs-text);
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
/* line 23, ../../sass/main/global.scss */
*::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 700px) {
  /* line 10, ../../sass/main/global.scss */
  * {
    font-size: var(--sm-text);
  }
}

/* line 33, ../../sass/main/global.scss */
.step-up {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  box-shadow: 1px 1px 22px -3px rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 100px;
  user-select: none;
  cursor: pointer;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 21;
}
@media only screen and (max-width: 600px) {
  /* line 33, ../../sass/main/global.scss */
  .step-up {
    width: 45px;
    height: 45px;
  }
}
/* line 54, ../../sass/main/global.scss */
.step-up svg {
  width: 25px;
  height: 25px;
}

/* line 61, ../../sass/main/global.scss */
html {
  font-size: var(--xxs-text);
  /* ou outro valor que faça sentido para você */
}

/* line 66, ../../sass/main/global.scss */
body {
  background-color: var(--color-background);
  color: var(--color-text-primary);
}

/* line 71, ../../sass/main/global.scss */
input {
  font-family: "Poppins", sans-serif;
}

/* line 75, ../../sass/main/global.scss */
body.break {
  max-height: 100vh;
  overflow: hidden;
}

/* line 80, ../../sass/main/global.scss */
.hd {
  display: none !important;
}

/* line 84, ../../sass/main/global.scss */
img {
  transition: opacity 0.1s ease-in-out;
}
/* line 87, ../../sass/main/global.scss */
img:not(.bx-md-mp, [data-lazy="false"], [role="presentation"], [role="region"], .map-wdt) {
  max-width: 100% !important;
  opacity: 0;
}

/* line 94, ../../sass/main/global.scss */
section:not([data-lazy="false"]) {
  opacity: 0;
  transition: all .2s ease-in-out !important;
}

/* line 99, ../../sass/main/global.scss */
figure:not(.bx-md-mp, [data-lazy="false"]) {
  opacity: 0;
  transition: all .2s ease-in-out !important;
}

/* line 108, ../../sass/main/global.scss */
#map img:not([data-lazy="false"]),
#mapPoint img:not([data-lazy="false"]) {
  opacity: 1 !important;
  transition: opacity 0.2s ease-in-out !important;
}

/* line 115, ../../sass/main/global.scss */
main {
  min-height: 100vh;
}

/* line 119, ../../sass/main/global.scss */
button {
  font-weight: inherit;
  font-size: inherit;
  /* Herda a font-family do elemento pai */
  background: none;
  /* Remove estilo de fundo padrão */
  color: inherit;
  /* Herda a cor do texto */
  cursor: pointer;
  /* Muda o cursor ao passar sobre o botão */
  border: none;
  /* Remove borda padrão */
}

/* line 134, ../../sass/main/global.scss */
.show {
  opacity: 1 !important;
}

/* line 138, ../../sass/main/global.scss */
.hide {
  opacity: 0 !important;
}

/* line 142, ../../sass/main/global.scss */
.err {
  font-weight: 500;
  font-size: var(--xxs-text);
  color: red !important;
  border-color: red !important;
}

/* line 150, ../../sass/main/global.scss */
.sc-btn {
  display: flex;
  align-items: center;
  user-select: none;
  font-weight: 500;
  background-color: var(--color-brand);
  border-radius: var(--bd-rd-button);
  height: 60px;
  padding: 0 30px;
  color: white;
  font-size: var(--xxs-text);
  margin-left: 10px;
  font-weight: 500;
  cursor: pointer;
}

/* line 166, ../../sass/main/global.scss */
.loader-grid {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 176, ../../sass/main/global.scss */
.loader {
  content: '';
  display: inline-block;
  animation: 1s .2s spin infinite;
  width: 45px;
  height: 45px;
  border: 4px solid #A8A9AD;
  border-top-color: #707070;
  border-radius: 50%;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* line 218, ../../sass/main/global.scss */
body {
  position: initial !important;
}

/* Esconde o widget do Google Translate */
/* line 223, ../../sass/main/global.scss */
#google_translate_element {
  display: none;
}

/* Remove elementos desnecessários do Google Translate */
/* line 228, ../../sass/main/global.scss */
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.goog-gt-tt,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.VIpgJd-suEOdc,
.VIpgJd-yAWNEb-L7lbkb,
.skiptranslate .VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc .VIpgJd-yAWNEb-L7lbkb {
  display: none !important;
}

/* line 237, ../../sass/main/global.scss */
.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
  background-color: transparent !important;
  box-shadow: none !important;
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  position: static !important;
}

/* line 248, ../../sass/main/global.scss */
.checkbox-wrapper-15 .cbx {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
/* line 256, ../../sass/main/global.scss */
.checkbox-wrapper-15 .cbx span {
  flex-grow: 1;
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
/* line 263, ../../sass/main/global.scss */
.checkbox-wrapper-15 .cbx span:first-child {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #B9B8C3;
  transition: all 0.2s ease;
}
/* line 273, ../../sass/main/global.scss */
.checkbox-wrapper-15 .cbx span:first-child.invalid {
  border-color: #ce3d3d;
}
/* line 277, ../../sass/main/global.scss */
.checkbox-wrapper-15 .cbx span:first-child svg {
  position: absolute;
  z-index: 1;
  top: .35rem;
  left: .3rem;
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
/* line 294, ../../sass/main/global.scss */
.checkbox-wrapper-15 .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-brand);
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  transition-delay: 0.2s;
}
/* line 307, ../../sass/main/global.scss */
.checkbox-wrapper-15 .cbx span:last-child {
  margin-left: 8px;
}
/* line 311, ../../sass/main/global.scss */
.checkbox-wrapper-15 .cbx:hover span:first-child {
  transition: all .3s;
  border-color: var(--color-brand);
}
/* line 319, ../../sass/main/global.scss */
.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child {
  border-color: var(--color-brand);
  background: var(--color-brand);
  animation: check-15 0.6s ease;
}
/* line 324, ../../sass/main/global.scss */
.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
/* line 328, ../../sass/main/global.scss */
.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(2.2);
  opacity: 0;
  transition: all 0.6s ease;
}
/* line 335, ../../sass/main/global.scss */
.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child {
  transition: all 0.3s ease;
}
/* line 338, ../../sass/main/global.scss */
.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child:after {
  transform: scaleX(1);
  transition: all 0.3s ease;
}

/* line 347, ../../sass/main/global.scss */
.ct-no-cnl {
  width: 100vw;
  height: 100dvh;
  padding: 20px;
}
/* line 352, ../../sass/main/global.scss */
.ct-no-cnl .cont-ln {
  width: 95.87%;
  max-width: 1225px;
  margin: 0 auto;
}
/* line 358, ../../sass/main/global.scss */
.ct-no-cnl img {
  width: 170px;
}
/* line 362, ../../sass/main/global.scss */
.ct-no-cnl .ti-ms {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: var(--xl-text);
  font-weight: 500;
}

@keyframes check-15 {
  50% {
    transform: scale(1.2);
  }
}
/* line 380, ../../sass/main/global.scss */
button img {
  opacity: 1 !important;
}

/* line 384, ../../sass/main/global.scss */
.charge-forms-c {
  width: 100vw;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
/* line 393, ../../sass/main/global.scss */
.charge-forms-c .ct-gfhg {
  position: relative;
  display: flex;
  align-items: center;
  width: 91.63%;
  max-width: 1224px !important;
  overflow: hidden;
}
/* line 402, ../../sass/main/global.scss */
.charge-forms-c .gjg5g {
  background: linear-gradient(-90deg, #dbdbdb, #f7f7f7, #dbdbdb, #dbdbdb);
  background-repeat: no-repeat;
  animation: changeColor 1.5s linear infinite;
  background-size: 600% 100%;
}

@keyframes changeColor {
  from {
    /* posição inicial do gradiente */
    background-position: 0 0;
  }
  to {
    /* posição final do gradiente — 315px era seu valor, mas usar % garante suavidade */
    background-position: 100% 0;
  }
}
/* line 423, ../../sass/main/global.scss */
.H5FD12GH4D76 {
  width: 200px !important;
}

/* line 428, ../../sass/main/global.scss */
select {
  background-color: var(--color-white);
  /* Remove a aparência padrão do sistema */
  -webkit-appearance: none;
  /* Safari, Chrome */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
}

/* line 438, ../../sass/main/global.scss */
select:focus,
select:active {
  background-color: var(--color-white);
  box-shadow: none;
  outline: none;
}

/* Reset CSS básico */
/* line 8, ../../sass/main/contact.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
}

/* line 15, ../../sass/main/contact.scss */
input, textarea, select :-webkit-autofill,
input, textarea, select :-webkit-autofill:hover,
input, textarea, select :-webkit-autofill:focus,
input, textarea, select :-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #020202;
  transition: background-color 5000s ease-in-out  0s;
  box-shadow: inset 0 0 20px 20px #23232329;
}

/* Reset para listas */
/* line 27, ../../sass/main/contact.scss */
ul,
ol {
  list-style: none;
}

/* Reset para links */
/* line 33, ../../sass/main/contact.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* Reset para tabelas */
/* line 39, ../../sass/main/contact.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Adicione outros resets conforme necessário */
@media only screen and (max-width: 600px) {
  /* line 55, ../../sass/main/contact.scss */
  main {
    min-height: 100vh;
    height: auto;
  }

  /* line 59, ../../sass/main/contact.scss */
  .cnt-ct {
    background-image: linear-gradient(to top, var(--color-surface) 50%, #ffffff 98%);
    min-height: 50vh;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 67, ../../sass/main/contact.scss */
  .cnt-ct .cnt-hd {
    max-width: 1225px;
    margin: auto;
    text-align: center;
    color: var(--color-text-primary);
  }
  /* line 72, ../../sass/main/contact.scss */
  .cnt-ct .cnt-hd .tt {
    padding-top: 45px;
    font-size: var(--sm-text);
    font-weight: 500;
  }
  /* line 77, ../../sass/main/contact.scss */
  .cnt-ct .cnt-hd .sb {
    margin-top: 15px;
    font-size: var(--sm-text);
    font-weight: 300;
  }
  /* line 83, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm {
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: var(--bd-rd-xxs);
    width: 1225px;
    max-width: 1225px;
    min-height: 80vh;
    padding-bottom: 15px;
    background-color: white;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(116, 116, 116, 0.2) 1px 1px 22px -3px;
  }
  /* line 100, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .cnt-if {
    transition: all 0.3s ease;
    color: white;
    margin: 15px;
    padding: 30px;
    min-height: 200px;
    border-radius: var(--bd-rd-xxs);
    background-color: var(--color-brand);
  }
  /* line 108, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .cnt-if .tt {
    font-weight: 500;
    font-size: var(--sm-text);
  }
  /* line 112, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .cnt-if .sb {
    font-weight: 300;
    margin-top: 15px;
    font-size: var(--sm-text);
  }
  /* line 117, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .cnt-if .ctts-wrp {
    padding-top: 30px;
  }
  /* line 120, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .cnt-if .ctts-wrp > :not(:first-child) {
    margin-top: 30px;
  }
  /* line 123, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .cnt-if .ctts-wrp .it {
    display: flex;
    align-items: center;
  }
  /* line 126, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .cnt-if .ctts-wrp .it .if {
    line-height: 1.5em;
    margin-left: 20px;
    color: white;
    fill: white !important;
  }
  /* line 135, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form {
    transition: all 0.3s ease;
    width: 91.67%;
    max-width: 1225px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 144, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form > :not(:first-child) {
    margin-top: 30px;
  }
  /* line 147, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field {
    width: 100%;
  }
  /* line 151, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field .ip-wrp {
    position: relative;
    min-height: 60px;
    height: auto;
    margin-bottom: 10px;
    border-bottom: 2px solid var(--color-surface);
    /* Seletor genérico para todos os placeholders */
  }
  /* line 157, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field .ip-wrp label {
    position: absolute;
    font-size: var(--sm-text);
    left: 0px;
    bottom: 10px;
    z-index: 0;
    transition: all 0.3s ease;
  }
  /* line 165, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field .ip-wrp input {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    background-color: transparent;
    width: calc(100% - 30px);
    font-size: var(--sm-text);
    min-height: 50px;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
  }
  /* line 178, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field .ip-wrp .icon-wrapper svg {
    z-index: 2;
    position: absolute;
    top: 25%;
    right: 0px;
    width: 25px;
    height: 30px;
  }
  /* line 187, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field .ip-wrp input::-webkit-input-placeholder {
    /* Para navegadores baseados em WebKit */
    font-size: var(--sm-text);
  }
  /* line 193, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field .ip-wrp input::-moz-placeholder {
    /* Para navegadores Firefox */
    font-size: var(--sm-text);
  }
  /* line 199, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field .ip-wrp input:-ms-input-placeholder {
    /* Para navegadores Internet Explorer/Edge */
    font-size: var(--sm-text);
  }
  /* line 205, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field .ip-wrp input:-moz-placeholder {
    /* Para navegadores mais antigos Firefox */
    font-size: var(--sm-text);
  }
  /* line 212, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field .ip-wrp input:not(:placeholder-shown) ~ label,
  .cnt-ct .cnt-fm form .field .ip-wrp input:focus ~ label {
    bottom: 50px;
    font-size: var(--sm-text);
    color: var(--grey1);
  }
  /* line 218, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field-message {
    /* Seletor genérico para todos os placeholders */
  }
  /* line 220, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field-message .ip-wrp {
    position: relative;
    border-bottom: 2px solid var(--color-surface);
  }
  /* line 223, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field-message .ip-wrp .icon-wrapper svg {
    z-index: 2;
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 25px;
    height: 30px;
  }
  /* line 233, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field-message label {
    font-size: var(--xxs-text);
  }
  /* line 238, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field-message textarea {
    margin-top: 10px;
    width: 100%;
    font-size: var(--sm-text);
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
  }
  /* line 249, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field-message textarea::-webkit-input-placeholder {
    /* Para navegadores baseados em WebKit */
    font-size: var(--sm-text);
  }
  /* line 256, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field-message textarea::-moz-placeholder {
    /* Para navegadores Firefox */
    font-size: var(--sm-text);
  }
  /* line 263, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field-message textarea:-ms-input-placeholder {
    /* Para navegadores Internet Explorer/Edge */
    font-size: var(--sm-text);
  }
  /* line 270, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field-message textarea:-moz-placeholder {
    /* Para navegadores mais antigos Firefox */
    font-size: var(--sm-text);
  }
  /* line 289, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form button {
    width: 100%;
    margin-top: 30px;
    border: none;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    font-weight: 500;
    background-color: var(--color-brand);
    border-radius: 100px;
    height: 80px;
    font-size: var(--sm-text);
    color: white;
    font-weight: 500;
    cursor: pointer;
  }
  /* line 308, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form button .sc-ic {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  /* line 313, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form button .sc-ic svg {
    width: 18px;
    height: 18px;
  }

  /* line 324, ../../sass/main/contact.scss */
  .bottom {
    display: none;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  /* line 330, ../../sass/main/contact.scss */
  main {
    min-height: auto;
  }

  /* line 333, ../../sass/main/contact.scss */
  .cnt-ct {
    padding-bottom: 60px;
    background-image: linear-gradient(to top, var(--color-surface) 50%, #ffffff 98%);
    min-height: 50vh;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 343, ../../sass/main/contact.scss */
  .cnt-ct .cnt-hd {
    max-width: 70%;
    margin: auto;
    text-align: center;
    color: var(--color-text-primary);
  }
  /* line 349, ../../sass/main/contact.scss */
  .cnt-ct .cnt-hd .tt {
    padding-top: 45px;
    font-size: var(--sm-text);
    font-weight: 500;
  }
  /* line 355, ../../sass/main/contact.scss */
  .cnt-ct .cnt-hd .sb {
    margin-top: 15px;
    font-size: var(--sm-text);
    font-weight: 300;
  }
  /* line 362, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm {
    margin-top: 30px;
    border-radius: var(--bd-rd-xxs);
    width: 91.67%;
    max-width: 550px;
    height: auto;
    padding-bottom: 15px;
    background-color: white;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(116, 116, 116, 0.2) 1px 1px 22px -3px;
  }
  /* line 380, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .cnt-if {
    border-radius: var(--bd-rd-xxs);
    transition: all 0.3s ease;
    color: white;
    margin: 15px;
    padding: 30px;
    min-height: 200px;
    border-radius: inherit;
    background-color: var(--color-brand);
  }
  /* line 390, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .cnt-if .tt {
    font-weight: 500;
    font-size: var(--sm-text);
  }
  /* line 395, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .cnt-if .sb {
    font-weight: 300;
    margin-top: 15px;
    font-size: var(--sm-text);
  }
  /* line 401, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .cnt-if .ctts-wrp {
    padding-top: 30px;
  }
  /* line 405, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .cnt-if .ctts-wrp > :not(:first-child) {
    margin-top: 30px;
  }
  /* line 409, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .cnt-if .ctts-wrp .it {
    display: flex;
    align-items: center;
  }
  /* line 413, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .cnt-if .ctts-wrp .it .if {
    margin-left: 20px;
    color: white;
    fill: white !important;
  }
  /* line 422, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form {
    transition: all 0.3s ease;
    width: 91.67%;
    max-width: 1225px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 432, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form > :not(:first-child) {
    margin-top: 30px;
  }
  /* line 435, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field {
    width: 100%;
  }
  /* line 438, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field .ip-wrp {
    position: relative;
    min-height: 60px;
    height: auto;
    margin-bottom: 10px;
    border-bottom: 2px solid var(--color-surface);
    /* Seletor genérico para todos os placeholders */
  }
  /* line 445, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field .ip-wrp label {
    position: absolute;
    font-size: var(--sm-text);
    left: 0px;
    bottom: 10px;
    z-index: 0;
    transition: all 0.3s ease;
  }
  /* line 454, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field .ip-wrp input {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    background-color: transparent;
    width: calc(100% - 30px);
    font-size: var(--sm-text);
    min-height: 50px;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    padding-bottom: 5px;
  }
  /* line 467, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field .ip-wrp .icon-wrapper svg {
    z-index: 2;
    position: absolute;
    top: 25%;
    right: 0px;
    width: 25px;
    height: 30px;
  }
  /* line 476, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field .ip-wrp input::-webkit-input-placeholder {
    /* Para navegadores baseados em WebKit */
    font-size: var(--sm-text);
  }
  /* line 482, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field .ip-wrp input::-moz-placeholder {
    /* Para navegadores Firefox */
    font-size: var(--sm-text);
  }
  /* line 488, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field .ip-wrp input:-ms-input-placeholder {
    /* Para navegadores Internet Explorer/Edge */
    font-size: var(--sm-text);
  }
  /* line 494, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field .ip-wrp input:-moz-placeholder {
    /* Para navegadores mais antigos Firefox */
    font-size: var(--sm-text);
  }
  /* line 502, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field .ip-wrp input:focus ~ label,
  .cnt-ct .cnt-fm form .field .ip-wrp input:not(:placeholder-shown) ~ label {
    bottom: 50px;
    font-size: var(--sm-text);
    color: var(--grey1);
  }
  /* line 509, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field-message {
    border-bottom: 2px solid var(--color-surface);
    position: relative;
    /* Seletor genérico para todos os placeholders */
  }
  /* line 512, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field-message label {
    font-size: var(--sm-text);
  }
  /* line 517, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field-message textarea {
    margin-top: 10px;
    width: 100%;
    font-size: var(--sm-text);
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
  }
  /* line 527, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field-message textarea::-webkit-input-placeholder {
    /* Para navegadores baseados em WebKit */
    font-size: var(--sm-text);
  }
  /* line 534, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field-message textarea::-moz-placeholder {
    /* Para navegadores Firefox */
    font-size: var(--sm-text);
  }
  /* line 541, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field-message textarea:-ms-input-placeholder {
    /* Para navegadores Internet Explorer/Edge */
    font-size: var(--sm-text);
  }
  /* line 548, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field-message textarea:-moz-placeholder {
    /* Para navegadores mais antigos Firefox */
    font-size: var(--sm-text);
  }
  /* line 554, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field-message .ip-wrp {
    position: relative;
    border-bottom: 2px solid var(--color-surface);
  }
  /* line 557, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form .field-message .ip-wrp .icon-wrapper svg {
    z-index: 2;
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 25px;
    height: 30px;
  }
  /* line 580, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form button {
    width: auto;
    margin-top: 30px;
    border: none;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    font-weight: 500;
    background-color: var(--color-brand);
    border-radius: 100px;
    height: 60px;
    font-size: var(--xs-text);
    color: white;
    font-size: var(--xxs-text);
    font-weight: 500;
    cursor: pointer;
  }
  /* line 600, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form button .sc-ic {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  /* line 605, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form button .sc-ic svg {
    width: 18px;
    height: 18px;
  }

  /* line 616, ../../sass/main/contact.scss */
  .bottom {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 621, ../../sass/main/contact.scss */
  main {
    min-height: 100vh;
    max-width: 100vw;
  }

  /* line 625, ../../sass/main/contact.scss */
  .cnt-ct {
    background-image: linear-gradient(to top, var(--color-surface) 50%, #ffffff 98%);
    position: relative;
    height: 50vh;
    max-width: 100vw;
  }
  /* line 632, ../../sass/main/contact.scss */
  .cnt-ct .cnt-hd {
    max-width: 50%;
    margin: auto;
    text-align: center;
    color: var(--color-text-primary);
  }
  /* line 638, ../../sass/main/contact.scss */
  .cnt-ct .cnt-hd .tt {
    padding-top: 45px;
    font-size: var(--sm-text);
    font-weight: 500;
  }
  /* line 644, ../../sass/main/contact.scss */
  .cnt-ct .cnt-hd .sb {
    margin-top: 15px;
    font-size: var(--sm-text);
    font-weight: 300;
  }
  /* line 651, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm {
    overflow: hidden;
    border-radius: var(--bd-rd-xxs);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 50%;
    width: 83.33%;
    max-width: 83.33%;
    min-height: 80vh;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    box-shadow: rgba(116, 116, 116, 0.2) 1px 1px 22px -3px;
    display: flex;
  }
  /* line 666, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .cnt-if {
    border-radius: var(--bd-rd-xxs);
    width: 45%;
    color: white;
    margin: 15px 0px 15px 15px;
    padding: 45px;
    min-height: 200px;
    background-color: var(--color-brand);
    transition: all 0.3s ease;
  }
  /* line 675, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .cnt-if .tt {
    font-weight: 500;
    font-size: var(--sm-text);
  }
  /* line 680, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .cnt-if .sb {
    font-weight: 300;
    margin-top: 15px;
    font-size: var(--sm-text);
  }
  /* line 686, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .cnt-if .ctts-wrp {
    padding-top: 30px;
  }
  /* line 690, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .cnt-if .ctts-wrp > :not(:first-child) {
    margin-top: 60px;
  }
  /* line 694, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .cnt-if .ctts-wrp .it {
    display: flex;
    align-items: center;
  }
  /* line 698, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .cnt-if .ctts-wrp .it .if {
    line-height: 1.8em;
    margin-left: 20px;
    color: white;
    fill: white !important;
  }
  /* line 707, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm form {
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
    margin-top: 30px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    justify-content: space-between;
  }
  /* line 719, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .field {
    width: 100%;
  }
  /* line 723, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .field .ip-wrp {
    display: flex;
    flex-wrap: wrap;
    height: 60px;
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 2px solid var(--color-surface);
    position: relative;
    align-items: end;
    border-bottom: 2px solid var(--color-surface);
  }
  /* line 736, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .field .ip-wrp .icon-wrapper svg {
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 18px;
    height: 18px;
  }
  /* line 744, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .field .ip-wrp label {
    font-size: var(--xxs-text);
    left: 0px;
    bottom: 10px;
    position: absolute;
    z-index: 0;
    transition: all 0.3s ease;
  }
  /* line 754, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .field .ip-wrp input {
    background-color: transparent;
    bottom: 0px;
    width: calc(100% - 25px);
    padding-bottom: 5px;
    font-size: var(--sm-text);
    height: auto;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
  }
  /* line 768, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .field .ip-wrp input::-webkit-input-placeholder {
    font-size: var(--sm-text);
  }
  /* line 772, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .field .ip-wrp input::-moz-placeholder {
    font-size: var(--sm-text);
  }
  /* line 776, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .field .ip-wrp input:-ms-input-placeholder {
    font-size: var(--sm-text);
  }
  /* line 780, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .field .ip-wrp input:-moz-placeholder {
    font-size: var(--sm-text);
  }
  /* line 783, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .field .ip-wrp input:not(:placeholder-shown) ~ label,
  .cnt-ct .cnt-fm .field .ip-wrp input:focus ~ label {
    bottom: 40px;
    font-size: var(--xs-text);
    color: var(--grey1);
  }
  /* line 790, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .field-message {
    width: 100%;
    position: relative;
  }
  /* line 796, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .field-message label {
    font-size: var(--sm-text);
  }
  /* line 800, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .field-message textarea {
    margin-top: 20px;
    width: 100%;
    font-size: var(--sm-text);
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
  }
  /* line 809, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .field-message .ip-wrp {
    border-bottom: 2px solid var(--color-surface);
    position: relative;
  }
  /* line 812, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .field-message .ip-wrp .icon-wrapper svg {
    z-index: 2;
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 25px;
    height: 30px;
  }
  /* line 822, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .field-message textarea::-webkit-input-placeholder {
    font-size: var(--sm-text);
  }
  /* line 826, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .field-message textarea::-moz-placeholder {
    font-size: var(--sm-text);
  }
  /* line 830, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .field-message textarea:-ms-input-placeholder {
    font-size: var(--sm-text);
  }
  /* line 834, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm .field-message textarea:-moz-placeholder {
    font-size: var(--sm-text);
  }
  /* line 851, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm button {
    min-width: 150px;
    margin-top: 30px;
    border: none;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    font-weight: 500;
    background-color: var(--color-brand);
    border-radius: 100px;
    height: 60px;
    font-size: var(--xs-text);
    color: white;
    font-size: var(--xxs-text);
    font-weight: 500;
    cursor: pointer;
  }
  /* line 871, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm button .sc-ic {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  /* line 876, ../../sass/main/contact.scss */
  .cnt-ct .cnt-fm button .sc-ic svg {
    width: 18px;
    height: 18px;
  }

  /* line 886, ../../sass/main/contact.scss */
  .bottom {
    min-height: 80vh;
  }
}
