/** Shopify CDN: Minification failed

Line 1409:1 Unexpected ";"

**/
/* ------------------- */
/* --- WalliM Code --- */
/* ------------------- */
/* GENERAL */
p {
  color: var(--white_textAndBtn);
}

/* COLORS */
.white-textAndBtn-color {
  color: var(--white_textAndBtn) !important;
}

.gray-descriptionAndIcons-color {
  color: var(--gray_descriptionAndIcons);
}

.gray-hoveredText-color {
  color: var(--gray_hoveredText);
}

.colored-primary-color {
  color: var(--colored_primary);
}

.colored-lighter-primary-color {
  color: var(--colored_lighter_primary);
}

.colored-darker-primary-color {
  color: var(--colored_darker_primary);
}

.colored-primary-color:hover {
  color: var(--colored_darker_primary) !important;
}

.black-footerBgAndLightModeText-color {
  color: var(--black_footerBgAndLightModeText);
}

.colored-darker-primary-bg {
  background-color: var(--colored_darker_primary);
}

.colored-primary-bg {
  background-color: var(--colored_primary);
}

.gray-darker-card-bg {
  background-color: var(--gray_darker_cardBg);
}

.transparent-bg {
  background: transparent;
}

.yellow-star-color {
  color: var(--yellow_star);
}

.colored-light-gradient-color {
  background: -webkit-linear-gradient(var(--colored_darker_primary), var(--colored_lighter_primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* FONTS */
.header-font-rebrand {
  font-family: var(--heading-font-family);
  font-weight: normal;
}

.text-font-rebrand {
  font-family: var(--text-font-family);
  font-weight: normal;
}

.h1-rebrand {
  font-size: 55px;
  font-weight: 800;
  line-height: 55px;
  letter-spacing: -0.6px;
  color: var(--white_textAndBtn);
}

.h2-rebrand {
  font-size: 32px !important;
  font-weight: 500;
  line-height: 38px !important;
  letter-spacing: -0.2px !important;
  color: var(--gray_h2);
}

.h5-rebrand {
  font-size: 22px !important;
  font-weight: 500;
  line-height: 22px !important;
  letter-spacing: -0.2px !important;
}

.h6-rebrand {
  font-size: 13px !important;
  font-weight: 500;
  line-height: 18px !important;
  letter-spacing: 0.1px !important;
}

.p-rebrand {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px !important;
  letter-spacing: 0px !important;
}

.small-text {
  font-size: 10px !important;
  font-weight: 400;
  line-height: 18px !important;
  letter-spacing: 0.2px !important;
}

.link-rebrand:hover {
  color: var(--white_textAndBtn);
}

.downcase {
  text-transform: unset !important;
}

/* CONTAINERS */
.container-rebrand {
  margin: 260px 220px 180px 220px;
  display: flex;
  flex-direction: column;
  gap: 200px;
}

.container-product-rebrand {
  margin: 120px 220px 180px 220px;
  display: flex;
  flex-direction: column;
  gap: 200px;
}

.banner-rebrand {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-direction: column;
  text-align: center;
}

.banner-img-container-rebrand {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.link-container-rebrand {
  gap: 16px;
  display: flex;
  justify-content: center;
}

.testimonials-main-container-rebrand {
  display: flex;
  flex-direction: column;
  gap: 56px;
  justify-content: center;
}

.testimonials-banner-container-rebrand {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.testimonials-companies-logos-container {
  display: flex;
  gap: 40px;
  height: 80px;
  width: 100%;
  animation: swipe 20s linear infinite backwards;
}

.testimonials-companies-logos-left-container {
  display: flex;
  gap: 40px;
  height: 80px;
  width: 100%;
  animation: swipe-left 20s linear infinite backwards;
}

.testimonials-container {
  display: grid;
  gap: 56px;
  grid-template-columns: 1fr 2fr;
  align-items: center;
}

.testimonials-wrapper {
  overflow: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.testimonials-wrapper::-webkit-scrollbar {
  display: none;
}

.testimonials {
  /* display: grid;
  grid-template-columns: 1fr 1fr; */
  display: flex;
  width: fit-content;
  gap: 24px;
}


.vertical-simple-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  row-gap: 140px;
  margin-top: 110px;
}

.form-container {
  display: grid;
  gap: 24px;
  grid-template-columns: 3fr 2fr;
}

.plans-wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.plans-text-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.plans-table-container {
  align-self: center;
  width: 100%;
}

.benefits-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  align-self: center;
}

.benefits-btns-container {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  gap: 16px;
}

.steps-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 56px;
}

.minimal-cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;  
  margin: 52px 0px;
}

.payments-logos-container {
  background: var(--gray_hoveredText);
  padding: 18px;
  border-radius: 20px;
}

.collapsible-item-rebrand-container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: var(--gray_descriptionAndIcons);
}

.no-padding-container {
  padding: 0px !important;
}

/* FAQ */
.faq-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq-item {
  border-top: 1px solid var(--gray_lighter_cardBg) !important;
}

.faq-item:last-child {
  border-bottom: 1px solid var(--gray_lighter_cardBg) !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-button::after {
  filter: contrast(0.5);
}

.accordion-button:not(.collapsed)::after {
  filter: grayscale(1);
}

.accordion-button:focus {
  box-shadow: none;
}

/* CARDS */
.simple-card {
  background-color: var(--black_simpleCardBg);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  border-radius: 20px;
  height: fit-content;
  /* max-width: 300px; */
}

.b2c-simple-card {
  background-color: var(--black_simpleCardBg);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 20px;
  width: 250px;
}

.simple-card-img {
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.simple-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 8px 0px;
}

.simple-card-text {
  /* height: 125px; */
  /* overflow: scroll; */
  white-space: pre-wrap;
}

.info-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.info-card-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.info-card-img {
  object-fit: cover;
  object-position: center;
  max-height: 500px;
  justify-self: center;
  border-radius: 20px;
}

.info-card-filled-img {
  object-fit: cover;
  object-position: center;
  max-height: 500px;
  justify-self: center;
  border-radius: 20px;
  height: 100%;
}

.info-card-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}

.info-card-fill {
  padding: 100px;
  border-radius: 20px;
}

.vertical-simple-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: calc(190px - 65px + 24px) 50px 50px 50px;
  border-radius: 20px;
  position: relative;
}

.vertical-simple-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  flex-grow: 1;
}

.vertical-simple-card-body-text-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.vertical-simple-card-img {
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  width: 65%;
  max-width: 300px;
  height: 240px; 
  /* height: 190px; */
}

.benefit-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px 12px;
  align-items: center;
  text-align: center;
  max-width: 400px;
  background: var(--black_simpleCardBg);
  border-radius: 20px;
}

.benefit-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0px;
}

.simple-carousel-item-card {
  background-color: var(--white_darker_cardBg);
  border-radius: 24px;
  /* display: flex;
  flex-direction: column;
  gap: 24px; */
  padding: 32px 12px;
}

.simple-carousel-item-img {
  object-fit: contain;
  height: 110px;
  object-position: center;
  padding: 20px 0px;
}

/* PRODUCT PAGE */
.ProductMeta__Price {
  font-family: var(--heading-font-family) !important;
  font-weight: normal !important;
  font-size: 32px !important;
  line-height: 38px !important;
  letter-spacing: -0.2px !important;
  color: var(--gray_h2);
}

.Price--highlight {
  color: var(--colored_primary) !important;
}

/* IMAGES */
.banner-img-rebrand {
  /* height: 100%; */
  width: 100%;
  inset: 0px;
  object-fit: cover;
  color: transparent;
}

.testimonials-companies-logos {
  width: 180px;
  object-fit: contain;
  object-position: center;
}

.rebrand-ImageHero {
  border-radius: 20px;
}

.rebrand-img {
  border-radius: 20px;
}

.rebrand-img-small {
  border-radius: 10px;
}

/* BUTTONS & LINKS */
.white-fill-btn-rebrand {
  text-align: center;
  background-color: var(--white_textAndBtn);
  padding: 12px 24px 10px 24px;
  border-radius: 24px;
  color: var(--black_footerBgAndLightModeText);
  transition: ease-in-out 0.2s;
  width: fit-content;
}

.white-fill-btn-rebrand:before {
  background-color: unset;
}

.white-fill-btn-rebrand:hover {
  color: var(--black_footerBgAndLightModeText) !important;
  background-color: var(--gray_hoveredText) !important;
}

.colored-darker-fill-btn-rebrand {
  text-align: center;
  background-color: var(--colored_darker_primary);
  padding: 12px 24px 10px 24px;
  border-radius: 24px;
  color: var(--white_textAndBtn);
  transition: ease-in-out 0.2s;
  width: fit-content;
  opacity: 1;
}

.colored-darker-fill-btn-rebrand:hover {
  background-color: var(--colored_darker_primary);
  opacity: 0.8;
  color: var(--white_textAndBtn);
}

.white-border-btn-rebrand {
  text-align: center;
  outline: 2px solid var(--white_textAndBtn);
  outline-offset: -2px;
  padding: 12px 24px 10px 24px;
  border-radius: 24px;
  background-color: transparent;
  color: var(--white_textAndBtn);
  transition: ease-in-out 0.2s;
  width: fit-content;
}

.white-border-btn-rebrand:hover {
  outline: 2px solid var(--gray_hoveredText);
  color: var(--gray_hoveredText);
}

.colored-primary-fill-btn {
  background-color: var(--colored_primary);
  color: var(--white_textAndBtn);
  border-radius: 24px;
  padding: 10px 12px;
}

.colored-primary-fill-small-btn {
  background-color: var(--colored_primary);
  color: var(--white_textAndBtn);
  border-radius: 24px;
  padding: 4px 10px;
}

.colored-primary-border-small-btn {
  background-color: transparent;
  color: var(--colored_primary);
  outline-offset: -1px;
  outline: 1px solid var(--colored_primary);
  padding: 4px 10px;
  border-radius: 24px;
}

.colored-primary-border-btn {
  background-color: transparent;
  color: var(--colored_primary);
  outline-offset: -2px;
  outline: 2px solid var(--colored_primary);
  padding: 10px 12px;
  border-radius: 24px;
}

.quantity-selector-btn {
  border-radius: 50%;
  padding: 2px 8px !important;
  line-height: 22px;
  background: var(--gray_hoveredText);
  color: var(--black_bg);
}

.ColorSwatchWalliM_active {
  border: 3px solid var(--white_textAndBtn) !important;
}

.colored-darker-primary-underline {
  color: var(--colored_darker_primary);
  text-decoration: underline;
}

.colored-darker-primary-underline:hover {
  color: var(--colored_primary);
}

.Related_Product_Discount_rebrand {
  position: absolute;
  top: 0px;
  right: 12px;
}

.CartItem__Discount_rebrand {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 12px;
  color: var(--white_textAndBtn);
  background-color: #f94c43d1;
  border-radius: 20px;
}

.cart-btn-add-product:hover {
  background: inherit;
}

/* FORMS */
.rebrand-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-input {
  width: 100%;
  padding: 24px 24px 18px 24px;
  border-radius: 20px;
  color: var(--white_textAndBtn);
  background-color: var(--black_simpleCardBg);
  border: none;
  font-family: var(--text-font-family);
}

.form-input-placeholder {
  padding: 8px 14px 8px 14px !important;
}

.form-input-placeholder::placeholder {
  color: var(--gray_descriptionAndIcons);
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}

.form-label {
  transition: ease-in-out 0.2s;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0px;
  color: var(--gray_descriptionAndIcons);
}

.form-label-inside {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
  margin: 0px;
}

.form-label-inside-custom {
  position: absolute;
  top: 6px;
  left: 24px;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
  margin: 0px;
  z-index: 1;
  color: var(--gray_descriptionAndIcons);
}

.form-custom-select {
  position: relative;
  width: 100%;
  padding: 24px 24px 18px 24px;
  border-radius: 20px;
  color: var(--white_textAndBtn);
  background-color: var(--black_simpleCardBg);
  border: none;
  font-family: var(--text-font-family);
}

.form-custom-select select {
  display: none;
}

.select-selected {
  padding: 0px;
}

.form-number-input::-webkit-outer-spin-button,
.form-number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 55%;
  right: 24px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: var(--gray_descriptionAndIcons) transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent var(--gray_descriptionAndIcons) transparent;
  top: 30px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  max-height: 235px;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div {
  padding: 8px 12px;
}

.select-items div:hover, .same-as-selected {
  background-color: var(--colored_darker_primary);
  border-radius: 12px;
  font-weight: 700;
}

.form-checkbox-container {
  padding: 10px 20px;
  background: var(--gray_darker_cardBg);
  border-radius: 20px;
}

.form-checkbox-label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
}

.form-checkbox-label:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--white_textAndBtn);
  border-radius: 6px;
  border: none;
}

.form-checkbox-input {
  display: none;
}

.form-checkbox-input:checked + .form-checkbox-label:before {
  font-family: FontAwesome;
  content: "\f00c";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  color: var(--colored_primary);
  text-align: center;
  font-size: 16px;
}

.form-checkbox-container:has(.form-checkbox-input:checked) {
  outline: 2px solid var(--colored_primary);
  outline-offset: -2px;
  background: var(--gray_lighter_cardBg);
}

/* TABLE */
.plans-table {
  border-spacing: 4px 0px;
  border-collapse: separate;
  width: 100%;
}

.plans-table th .plans-table-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  align-items: center;
}

.plans-table th:first-child {
  width: 34%;
}

.plans-table th:nth-child(2), 
.plans-table th:nth-child(3),
.plans-table th:nth-child(4) {
  width: 22%;
}

.plans-table tr td {
  padding: 12px 24px;
}

.plans-table tr td, .plans-table tr th {
  background: var(--black_simpleCardBg);
}

.plans-table thead th:nth-child(3), .plans-table thead th:nth-child(4) {
  background: var(--colored_darker_primary);
}

.plans-table td:nth-child(3), .plans-table td:nth-child(4) {
  background: var(--colored_darker_primary);
}

.plans-table tr:first-child th:first-child {
  background: transparent;
}

.plans-table tr:first-child th {
  border-bottom: 4px solid var(--black_bg);
}

.plans-table tr:first-child th:nth-child(2) {
  border-radius: 20px 0px 0px 0px;
}

.plans-table tr:first-child th:last-child {
  border-radius: 0px 20px 0px 0px;
}

.plans-table tbody tr:first-child td:first-child {
  border-radius: 20px 0px 0px 0px;
  padding: 24px 24px 4px 24px;
}

.plans-table tbody tr:last-child td:first-child {
  border-radius: 00px 0px 0px 20px;
  padding: 12px 24px 24px 24px;
}

.plans-table tbody tr:last-child td:last-child {
  border-radius: 0px 0px 20px 0px;
}

.plans-table-row-icon {
  width: 20px;
}

/* Phone Table */
.plans-table-phone {
  width: 100%;
}

.plans-table-phone th .plans-table-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  align-items: center;
}

.plans-table-phone tr td {
  padding: 12px 24px;
}

.plans-table-phone tr td, .plans-table-phone tr th {
  background: var(--black_simpleCardBg);
}

.plans-table-phone tr:first-child th {
  border-bottom: 4px solid var(--black_bg);
}

.plans-table-phone tr:first-child th:first-child {
  border-radius: 20px 20px 0px 0px;
}

.plans-table-phone tbody tr:first-child td:first-child {
  border-radius: 0px;
  padding: 24px 24px 4px 24px;
}

.plans-table-phone tbody tr:last-child td:first-child {
  border-radius: 0px 0px 0px 20px;
  padding: 12px 24px 24px 24px;
}

.plans-table-phone tbody tr:last-child td:last-child {
  border-radius: 0px 0px 20px 0px;
}

/* FOOTER */
.rebrand-footer-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rebrand-footer-link:hover {
  color: var(--gray_hoveredText) !important;
}

.locale-selectors__container {
  display: none;
}

/* HEADER */
.rebrand-header {
  box-shadow: none !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.rebrand-header-buttons-container {
  display: flex;
  gap: 16px;
  padding-right: 16px;
}

.rebrand-header-logo {
  opacity: 1 !important;
}

.rebrand-header-link {
  color: var(--white_textAndBtn) !important;
}

.rebrand-header-link:hover {
  color: var(--gray_hoveredText) !important;
}

.rebrand-header-dropdown {
  background: var(--black_footerBgAndLightModeText);
}

#section-header {
  box-shadow: none !important;
}

#section-header::before {
  position: absolute;
  inset: 0;
  content: '';
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: -1;
}

.DropdownMenu {
  background: transparent !important;
}

.dropdown-bg-blur {
  position: absolute;
  inset: 0;
  content: '';
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.DropdownMenu .Linklist {
  padding: 18px 50px;
  display: flex;
  gap: 50px;
  align-items: top;
}

.DropdownMenu .Linklist__Item {
  margin-bottom: 0px;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.DropdownMenu .Link {
  padding: 0px;
  width: fit-content;
}

.DropdownMenu .Link:hover {
  color: var(--gray_hoveredText);
}

/* SEARCHBAR */
.rebrand-Search__Inner {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

#Search {
  background: none;
}

/* CART */
.rebrand-sidebar-container {
  background: var(--black_sidebarBg);
}

.Cart__ItemList {
  padding: 0px 25px;
}

.cart-quantity-selector {
  border: none;
  color: var(--white_textAndBtn);
}

.rebrand_CartItem__Remove:hover {
  color: var(--gray_hoveredText);
}

.rebrand_CartItem__Remove::before {
  content: "";
  display: none;
}

.CartItem {
  margin: 6px 0px;
}

.rebrand_QuantitySelector__Button {
  background: var(--black_simpleCardBg);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 0px;
}

.rebrand_QuantitySelector__Button:first-child {
  margin-right: 6px;
}

.rebrand_QuantitySelector__Button:last-child {
  margin-left: 6px;
}

.cart-btn-padding {
  padding: 14px 24px 14px 24px !important;
}

/* SIDEBAR NAV */
#sidebar-menu {
  width: 100vw;
  padding: 20px;
}

#sidebar-menu::before {
  box-shadow: none;
}

.Drawer__Header {
  justify-content: space-between;
}

.Drawer__Container {
  padding: 0px !important;
}

.Drawer__Close {
  position: unset;
  right: unset;
  top: unset;
  left: unset;
}

.SidebarMenu__Nav--primary {
  display: flex;
  justify-content: space-between;
  padding: 24px 0px;
}

.sidebar-sublinks {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.sidebar-sub-sub-links-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
  background: var(--gray_darker_cardBg);
  border-radius: 10px;
  padding: 11px 18px;
}

.sidebar-buttons-container {
  display: flex;
  justify-content: center;
  padding-bottom: 28px;
  flex-direction: column;
  gap: 16px;
}

/* PRODUCT PERSONALIZATION POP-UP */
.pplr-wrapper {
  background: var(--black_simpleCardBg);
  border-radius: 10px;
  padding: 12px 24px;
}

.pplrlabel {
  font-family: var(--text-font-family);
  font-weight: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}

.ptooltip:hover .ptooltiptext {
  border-radius: 10px;
  background: var(--gray_hoveredText);
  font-family: var(--text-font-family);
  font-size: 12px;
  color: var(--black_footerBgAndLightModeText);
  padding: 10px;
}

.ptooltip:hover .ptooltiparrow {
  border-top-color: var(--gray_hoveredText);
}

.ProductItem__Wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* FLASH ALERTS */
.send-alert {
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 1;
  border-radius: 20px;
  background: var(--colored_darker_primary);
  color: var(--white_textAndBtn);
  border: 2px solid var(--colored_lighter_primary);
}

/* ANIMATIONS */
@keyframes swipe {
  0% {
    transform: translate(0);
  }

  100% {
    transform: translate(-30%);
  }
}

@keyframes swipe-left {
  0% {
    transform: translate(-30%);
  }

  100% {
    transform: translate(0%);
  }
}


/* MEDIA QUERIES */
@media screen and (max-width: /*640*/900px) {
  .container-rebrand {
    margin: 120px 20px 60px 20px;
    gap: 80px;
  }

  .container-product-rebrand {
    margin: 100px 20px 60px 20px;
    gap: 80px;
  }

  .h1-rebrand {
    font-size: 32px;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: -0.4px;
  }

  .h2-rebrand {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.2px;
  }
  
  .banner-rebrand {
    gap: 16px;
  }

  .link-container-rebrand {
    flex-direction: column;
    align-items: center;
  }

  .testimonials-main-container-rebrand {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
  }

  .testimonials-banner-container-rebrand {
    margin: 40px 0px;
  }

  .testimonials-companies-logos-container {
    height: 50px;
  }

  .testimonials-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0px;
  }

  .info-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
  }

  .info-card-right {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
    justify-content: center;
  }

  .info-card-body {
    gap: 16px;
  }

  .info-card-fill {
    gap: 16px;
    padding: 24px;
  }

  .info-card-filled-img {
    display: none;
  }

  .vertical-simple-cards-grid {
    grid-template-columns: 1fr;
    gap: 0px;
    row-gap: 16px;
    margin-top: 0px;
  }

  .vertical-simple-card {
    gap: 24px;
    padding: 24px;
  }
  
  .vertical-simple-card-body {
    gap: 16px;
  }

  .vertical-simple-card-body-text-container {
    gap: 16px;
  }

  .vertical-simple-card-img {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    max-width: 100%;
  }

  .b2c-simple-card {
    width: calc(100vw - 100px);
  }

  .form-container {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }

  .minimal-cards-container {
    grid-template-columns: 1fr;
    grid-gap: 16px;  
    margin: 24px 0px;
  }

  .benefits-container {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }

  .benefits-btns-container {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
  }

  .steps-container {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }

  .send-alert {
    right: 20px;
    width: calc(100% - 40px);
    bottom: 80px;
  }

  @keyframes swipe {
    0% {
      transform: translate(0);
    }
  
    100% {
      transform: translate(-100%);
    }
  }
  
  @keyframes swipe-left {
    0% {
      transform: translate(-100%);
    }
  
    100% {
      transform: translate(0%);
    }
  }
}

@media screen and (max-width: 1140px) {
  .rebrand-header-buttons-container {
    display: none;
  }
};

/* ------------------- */
/* - WalliM Code End - */
/* ------------------- */