p.filter-form {
  border: 1px solid rgb(0, 0, 0, 0.23);
}
.img-item {
  height: 31px;
  width: 31px;
  overflow: hidden;
  border: solid 1px rgba(12, 18, 28, 0.12);
  border-radius: 50%;
  display: inline-block;
}
.img-item img {
  height: 35px;
  width: 35px;
  object-position: 50% 75%;
  object-fit: cover;
}
.bx-item {
  border: 1px solid rgba(12, 18, 28, 0.12);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 8px;
  margin-right: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 4px;
  height: 38px;
  background-color: #ffffff;
  font-size: 15px;
}
.bx-item:hover {
  background-color: #cacdd2;
  color: rgba(0, 0, 0, 0.87);
}
@media screen and (min-width: 768px) {
  .h-price {
    font-size: 28px;
  }
  .jpj-root {
    min-width: 0;
    box-sizing: border-box;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    grid-template-columns: repeat(2, minmax(300px, 0.4fr));
    grid-template-rows: repeat(10, max-content);
    -webkit-column-gap: 36px;
    column-gap: 36px;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
  }
  .row-filter.sticky-row-filter {
    position: fixed !important;
    top: 0;
    z-index: 10000;
    right: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(12, 18, 28, 0.12) 0px 2px 2px 0px;
    border-radius: 0px;

    padding: 10px;
  }
  .row-filter.sticky-row-filter .row.mt-3.mb-3,
  .row-filter.sticky-row-filter .row.mt-2 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .row-filter.sticky-row-filter .t-filter {
    display: none !important;
  }
  .filter-form {
    width: calc(100% - 199px);
  }
  .item-crousel {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 767.99px) {
  .FormPagePanel_root {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
  .h-price {
    font-size: 16px;
  }
  .pricing-card {
    margin-bottom: 10px;
  }
  .upload-img {
    display: none !important;
  }
  .item-crousel {
    width: 100%;
  }
}
.owl-tag-search .owl-prev.disabled,
.owl-tag-search .owl-next.disabled {
  display: none !important;
}
.owl-tag-search .owl-next {
  left: -11px !important;
  top: 20% !important;
  right: auto !important;
  transform: rotate(-180deg) !important;
}
.owl-tag-search .owl-prev {
  right: -11px !important;
  top: 20% !important;
  left: auto !important;
  transform: rotate(-360deg) !important;
}
.filter-form button {
  width: 56px !important;
}
.text a {
  color: #0070f0;
  font-size: 12px;
}
.text a:hover {
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}
.scrollContainer {
  overflow-x: auto;
  text-wrap: nowrap;
}
.scrollContainer a {
  border-radius: 8px;
  font-size: 0.867rem;
  line-height: 0.867rem;
  background-color: transparent;
  border: 1px solid rgba(12, 18, 28, 0.12);
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 0;
  display: inline-block;
  margin-left: 8px;
  padding: 10px 8px;
}
.flex-filter {
  justify-content: space-between;
}
.sort-date .select2-selection__rendered::before {
  content: "تاریخ آپلود";
  color: rgba(0, 0, 0, 0.6);
  margin-left: 16px;
}
.sort-date .select2.select2-container {
  width: 200px !important;
}
.sort-date .select2-container .select2-selection--single {
  height: 35px !important;
}
.sort-date .select2-container--default .select2-selection--single {
  border: 1px solid rgba(12, 18, 28, 0.12) !important;
  border-radius: 8px !important;
  padding-right: 10px !important;
}
.sort-date
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 32px !important;
}
.gridContainer {
  width: calc(100% + 2 * 2.5px);
  margin-left: 0;
  margin: calc(-1 * 2.5px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 150ms cubic-bezier(0, 0, 0.2, 1) 0.05s;
  transition: all 150ms cubic-bezier(0, 0, 0.2, 1) 0.05s;
}
.grid-item img {
object-fit: cover;
  max-height: 100% !important;
  width: 100.5%;
  height: 100%;
}
.grid-item {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  -webkit-flex-basis: var(--itemFlexBasis);
  -ms-flex-preferred-size: var(--itemFlexBasis);
  flex-basis: var(--itemFlexBasis);
  -webkit-box-flex: var(--itemFlexGrow);
  -webkit-flex-grow: var(--itemFlexGrow);
  -ms-flex-positive: var(--itemFlexGrow);
  flex-grow: var(--itemFlexGrow);
}
.grid-item picture {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 4px;
      max-height: 200px !important;
}
.layer-pick {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #23242473;
  width: 100%;
  height: 200px;
  border-radius: 4px;
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  opacity: 0;
}
.grid-item:hover .layer-pick {
  opacity: 1;
}
.flex-top-layer,
.flex-bottom-layer {
  width: 100%;
  justify-content: space-between;
}
.add-favo {
  background-color: #2f2d2d;
  color: #fff;
  border-radius: 25px;
  padding: 4px 14px;
}
.title-pic {
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-box-orient: vertical;
  -moz-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
}
.buy {
  background-color: #fc3441;
  color: #fff;
  border-radius: 25px;
  padding: 4px 14px;
}
.similar {
  background-color: #2f2d2d;
  color: #fff;
  border-radius: 25px;
  padding: 4px 14px;
}

.centerKeywords {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.centerKeywords a {
  background-color: #fff !important;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.87) !important;
  display: flex;
  align-items: center;
  border: none !important;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 25px;
  padding-bottom: 5px;
  border: 1px solid #bdbdbd !important;
  display: inline-block;
  padding-top: 5px;
  margin: 5px 10px;
  -webkit-transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.centerKeywords a i {
  color: rgba(0, 0, 0, 0.87) !important;
  margin-left: 5px;
}
.centerKeywords a:hover {
  background-color: rgba(0, 0, 0, 0.04) !important;
}
.pagination li a svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  fill: currentColor;
  font-size: 1.5rem;
  font-size: 1.25rem;
  margin: 0 -8px;
  font-size: 1.375rem;
}
.pagination li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-family: Roboto, Roboto-fallback, Arial;
  font-weight: 400;
  font-size: 2em !important;
  line-height: 1.43;
  border-radius: 16px;
  text-align: center;
  box-sizing: border-box;
  min-width: 32px;
  height: 32px;
  padding: 0 6px;
  margin: 0 3px;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  min-width: 40px;
  height: 40px;
  border-radius: 20px;
  padding: 0 10px;
  font-size: 0.9375rem;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.23);
}
.upload-img svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  fill: currentColor;
  font-size: 1.5rem;
}
.upload-img {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  margin-left: 0px;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  text-align: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.5rem;
  padding: 8px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54);
  -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding: 12px;
  font-size: 14px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 8px;
  border: 1px solid rgb(0, 0, 0, 0.23);
}
.modal-content {
  border-radius: 16px;
}

.pricing-card .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  min-height: 48px;
  border-radius: 25px !important;
  line-height: 1.8;
}

.lbl-help button {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.table th {
  background-color: rgb(229, 237, 255);
}

.table td i.fa-check {
  vertical-align: middle;
  color: #34b710;
  font-weight: 600;
}
.modal-header {
  border: none !important;
}
.modal-dialog-scrollable .modal-content {
  border-radius: 25px;
}
.h-price {
  color: #fff;
  line-height: 2;
}
.z-1 {
  position: relative;
  z-index: 1;
}

.mui-j3124x-heroBackground {
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.pricing-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}

.price {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.unit {
  font-size: 10px;
  font-weight: 300;
}

.tab-content {
  padding: 20px 0;
}

.pricing-options {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #000000;
  border-radius: calc(16px + 2px);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-right: 16px;
  margin-left: 16px;
  position: relative;
  max-height: 36px;
  overflow: visible;
  margin-bottom: 16px;
  width: auto;
}

.pricing-options button {
  padding: 0 calc(16px - 4px);
  height: 36px;
  transition-duration: 0s !important;
  color: #000;
}

.pricing-card h5 {
  text-align: right;
  font-weight: 600;
}

.pricing-card p {
  text-align: right;
  margin-bottom: 20px !important;
}

.pricing-options .nav-link.active,
.pricing-options .show > .nav-link {
  background-color: black;
  color: rgb(255, 255, 255);
  border-radius: 50%;
  font-weight: 700;
  margin: -12px 0px;
  min-height: 57px;
  min-width: 57px;
  max-width: 57px;
  font-size: 23px;
  padding: 0 calc(16px - 4px);
  height: 36px;
  transition-duration: 0s !important;
}

/* Hide the default checkbox */
.switch-wrapper .form-check-input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

/* Create the slider */
.switch-wrapper {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.switch-wrapper .slider {
  position: relative;
  width: 34px;
  height: 14px;
  border-radius: 25px;
  -webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #000;
  opacity: 0.38;
}

.switch-wrapper .slider::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background-color: white;
  top: -4px;
  left: 0px;
  transition: transform 0.3s;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

/* When checkbox is checked, change background and move the slider */
.switch-wrapper .form-check-input:checked + .slider {
  background-color: #7e7e7e;
  opacity: 1;
}

.switch-wrapper .form-check-input:checked + .slider::before {
  transform: translateX(17px);
  background-color: #000;
}

.switch-label {
  margin-right: 10px;
  font-size: 14px;
}

.form-check-label {
  cursor: pointer;
  font-size: 14px;
}

.btn.btn-pakage {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 16px;
  border: 0;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition-duration: 250ms, 250ms, 250ms, 250ms;
  transition-duration: 250ms, 250ms, 250ms, 250ms;
  padding: 5px 15px;
  border: 1px solid rgb(196, 196, 196);
  background-color: #fff;
  color: #000;
  box-shadow: none;
  height: 40px;
  border-radius: 8px;
  font-weight: bold;
  text-transform: none;
  border-radius: 25px;
  border-color: rgb(0, 0, 0, 0.23);
  width: 100%;
  font-size: 1rem;
  padding-left: 8px;
  padding-right: 8px;
  height: auto;
  text-align: center;
  min-height: 48px;
  transition-duration: 0s !important;
}

.btn.btn-pakage:hover {
  border-color: rgb(0, 0, 0, 0.23);
  background-color: rgba(0, 0, 0, 0.04);
}

.modal-title {
  font-size: 18px;
  font-weight: 600;
}
.nav.nav-pills.pricing-options-mood li button {
  color: rgba(0, 0, 0, 0.6);
  text-transform: none;
  border: 1px solid rgba(12, 18, 28, 0.12);
  background-color: #fff;
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.nav.nav-pills.pricing-options-mood li:nth-child(1) button {
  border-width: 2px !important;
  border-radius: 0 5px 0 0;
}
.nav.nav-pills.pricing-options-mood li:nth-child(2) button {
  border-width: 2px !important;
  border-radius: 5px 0 0 0;
  padding-left: 0 !important;
}
.nav.nav-pills.pricing-options-mood li button i {
  display: none;
}
.nav.nav-pills.pricing-options-mood li button.active {
  border-color: rgb(0, 112, 240) rgb(0, 112, 240) currentcolor !important;
  color: rgb(0, 112, 240) !important;
  font-weight: 600;
}
.nav.nav-pills.pricing-options-mood li button.active i {
  display: inline-block !important;
}
.nav.nav-pills.pricing-options-mood li {
  width: 50%;
}
.nav.nav-pills.pricing-options-mood {
  display: flex;
  justify-content: space-between;
}
.tab-content.pricing-content-mood {
  border-left: 2px solid #e1e2e3;
  border-right: 2px solid #e1e2e3;
  border-bottom: 2px solid #e1e2e3;
  border-radius: 0 0 5px 5px;
  min-height: 97px;
}
.color-green {
  color: rgb(38, 189, 126);
  font-size: 12px;
  font-weight: 600;
}
.noti-pakage {
  font-size: 12px;
  text-align: center !important;
}
.body-pack {
  min-height: 265px;
}
.note-help {
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.MuiBox {
  background-color: black;
  padding: 48px 36px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100vw;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.muiTypography-root {
  font-weight: 600;
  font-size: 18px;
}
.muiButtonBase-root {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 16px;
  border: 0;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition-duration: 250ms, 250ms, 250ms, 250ms;
  padding: 5px 15px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #fff;
  color: #fff;
  box-shadow: none;
  height: 40px;
  border-radius: 8px;
  font-weight: bold;
  text-transform: none;
  border-radius: 25px;
  border-color: rgb(0, 0, 0, 0.23);
  margin: 16px 0;
  width: 100%;
  font-size: 1rem;
  padding-left: 8px;
  padding-right: 8px;
  height: auto;
  text-align: center;
  min-height: 48px;
  color: #fff;
  border-color: #fff;
  transition-duration: 0s !important;
  max-width: 275px;
}
.popover {
  pointer-events: auto;
  font-family: travel, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 12px;
}
.form-section tr td{
  vertical-align: middle;
}
.form-section table {
  width: 100%; 
}
.form-section tr td:nth-child(1) {
width: 400px !important; 
  overflow-wrap: break-word; 
  word-wrap: break-word;
}
.form-section .fal.fa-times {
  color: rgb(226, 227, 228);
}
.form-section i{
  font-size: 18px;
  font-weight: 300 !important;
}
.form-section .table th {
  background-color: #F3F4F5 !important;
  border-bottom: 1px solid rgba(224, 224, 224, 1) !important;
  text-align: center;
}
.form-section .table th:nth-child(1){
  text-align: right !important;
}
.form-section .table tbody{
  border-top: none !important;
}
.title-contact-section{
  font-weight: 600;
  font-size: 18px;
}
.mui-1dvmlij-cards{
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr;
}
.mui-card{
  display: grid;
  padding: 24px;
  border: 1px solid rgba(12, 18, 28, 0.12);
  border-radius: 2px;
  gap: 8px;
  justify-items: center;
}
.MuiSvgIcon-root svg,.MuiSvgIcon-root img{
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  fill: currentcolor;
  font-size: 64px;
  grid-row: 1;
}
.muiTypography-body1{
  margin: 0px;
  font-weight: 400;
  font-size: 1.267rem;
  line-height: 1.5;
  color: rgba(12, 18, 28, 0.87);
  grid-row: 2;
}
.mui-card .btn-pakage {
  width: 70% !important;
  display: inline-block;
  
}
.title-fq-section{
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
.accordion-button:not(.collapsed),.accordion-button:focus{
  border: none !important;
  background-color: #fff !important;
  box-shadow: none !important;
  color: #000 !important;
}
.mui-lbu5la-viewAll {
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  outline: 0px;
  margin: 0px 0px 24px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  min-width: 64px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.23);
  background-color: var(--variant-outlinedBg);
  color: var(--variant-outlinedColor);
  --variant-textColor: #000000;
  --variant-outlinedColor: #000000;
  --variant-outlinedBorder: rgba(0, 0, 0, 0.5);
  --variant-containedColor: #fff;
  --variant-containedBg: #000000;
  padding: 7px 80px;
  box-shadow: none;
  font-weight: bold;
  text-transform: none;
  border-radius: 25px;
  height: 48px;
  line-height: 1.133rem;
  font-size: 1.133rem;
}
.mui-lbu5la-viewAll:hover{
  background: rgb(0, 0, 0) !important;
  color: rgb(255, 255, 255) !important;
}
.FormPagePanel_root{
  display: flex;
  flex: 1 1;
  justify-content: center;
}
.FormPagePanelSection_root{
  display: flex;
  flex: 1 1;
  flex-direction: column;
}
@media (min-width: 768px) {
  .FormPagePanelSection_root {
    border: solid rgb(225, 226, 227);
    border-width: 1px 1px 1px 0;
    border-left-width: 0px;
    max-width: 482px;
    padding: 20px;
    border-radius: 0 15px 15px 0;
  }

  .FormPagePanelSection_root__12Xuy:last-of-type {
    border-radius: 15px 0  0 15px ;
    border: solid rgb(225, 226, 227);
    border-width: 1px ;
    max-width: 482px;
    padding: 20px;
  }
}
.ValueProps_title__pr9MB{
 font-size: 19px;
 font-weight: 600; 
}
.opt-frm li svg ,.icon-li img,.icon-li{
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.5rem;
  margin-left: 10px;
}
.opt-frm li {
  align-items: center;
  display: flex;
  justify-content: right;
  margin-bottom: 1.25rem !important;
  padding: 0;
  color: rgba(12,18,28,.6);
}
.FormPagePanelSection_root__12Xuy {
  display: flex;
  flex: 1 1;
  flex-direction: column;
}
.css-1fuvuhi {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375em;
  padding: 0px;
  display: block;
  transform-origin: left top 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 133%;
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(0px, -1.5px) scale(0.75);
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1), transform 200ms cubic-bezier(0, 0, 0.2, 1), max-width 200ms cubic-bezier(0, 0, 0.2, 1);
}
.buttonContent{
  align-items: center;
  display: flex;
  justify-content: center;
}
.GoogleLogin_logo__ZKSiO {
  display: flex;
  padding: 0 5px;
}
.css-1j3a5zh {
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background-color: transparent;
  outline: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.75;
  min-width: 64px;
  padding: 5px 40px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.23);
  color: rgb(0, 0, 0);
  width: 100%;
  box-shadow: none;
  height: 40px;
  font-weight: bold;
  text-transform: none;
  border-radius: 25px;
}
.css-1j3a5zh:hover{
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.04);
  border: 1px solid rgb(0, 0, 0);
  color: #000;
}
.css-vubbuv {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.5rem;
}
.form-group {
  margin-bottom: 15px;
}

.FormPagePanelSection_root__12Xuy label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.FormPagePanelSection_root__12Xuy input {
  width: 100%;
  border-color: rgba(0, 0, 0, 0.42);
  border-style: solid;
  border:0 0 1px 0;
  border-width: 1px;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 14px;
  transition: border-color 0.3s, background-color 0.3s;
}

/* Styles when input is focused */
.FormPagePanelSection_root__12Xuy input:focus {
  outline: none;
  border-color: #0073e6; /* Blue color for border */
}
.toggle-password {
  position: absolute;
  left: 0;
  top: 19px;
}
.btn-submit{
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  outline: 0px;
  border: 0px rgba(0, 0, 0, 0.23);
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.75;
  min-width: 64px;
  padding: 6px 40px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgb(252, 52, 65);
  width: 100%;
  box-shadow: none;
  height: 40px;
  font-weight: bold;
  text-transform: none;
  border-radius: 25px;
  color: rgb(255, 255, 255);
}
.analytics a {
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
  outline: 0px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-family: Roboto, Arial;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  text-transform: uppercase;
  min-height: 36px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50%;
  padding: 0px;
  min-width: 0px;
  width: 40px;
  height: 40px;
  z-index: 1050;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px;
  color: rgba(0, 0, 0, 0.87);
  background-color: rgb(255, 255, 255);
  position: absolute;
  right: 1em;
  bottom: 1em;
}
.analytics a svg {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.5rem;
}
.analytics {
  position: absolute;
  bottom: 0;
  right: 1;
  z-index: 1;
}
.video-bg{
  object-fit: cover;
  object-position: center;
  height: 400px;
  width: 100%;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
}
.text-video{
  min-height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.video-section .container{
  position: relative;
  z-index: 1;
  color: #fff;
}
.video-section h1 {
  font-weight: 600;
  font-size: 25px;
}
.video-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  text-transform: uppercase;
  min-width: 64px;
  padding: 8px 22px;
    padding-right: 22px;
    padding-left: 22px;
  padding-right: 22px;
  padding-left: 22px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #fff;
  background-color: #FC3441;
  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
  box-shadow: none;
  font-weight: bold;
  text-transform: none;
  min-width: 10px;
  height: 40px;
  border-radius: 25px;
  padding-left: 40px;
  padding-right: 40px;
  height: 48px;
  border-radius: 25px;
  line-height: 1.267rem;
  font-size: 1.267rem;
  padding-left: 80px;
  padding-right: 80px;
  margin: 4px;

}
.video-link:hover{
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: rgb(176, 36, 45);
  box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
}
.MuiTypography-h3{
  margin: 0;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2.133;
  margin-bottom: 16px;
}
.item-box-wrapper {
  display: grid;
  grid-gap: 16px 16px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media (min-width: 1280px) {
  .item-box-wrapper {
    grid-template-columns: repeat(4, minmax(250px, 1fr));
    grid-template-rows: repeat(1, 1fr);
  }
}

.MuiBox-root-item{
  padding: 16px;
  text-align: center;
  border: 1px rgba(12, 18, 28, 0.12) solid;
}
.css-m3o7cd {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.6rem;
  font-size: 64px;
}
.MuiTypography-h4{
  margin: 0;
  font-size: 1.533rem;
  line-height: 1.667;
  font-weight: 400;
}
.MuiTypography-body1{
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.533;
}
.MuiTypography-h5{
  margin: 0;
  font-size: 1rem;
  line-height: 1.667;
  font-weight: 700;
}
.css-oz64ka {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-weight: 400;
  font-size: 0.9333333333333333rem;
  line-height: 1.75;
  text-transform: uppercase;
  min-width: 64px;
  padding: 5px 15px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #000000;
  box-shadow: none;
  font-weight: bold;
  text-transform: none;
  min-width: 10px;
  height: 40px;
  border-radius: 25px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 4px;
  min-width: 50%;
  min-height: 100%;
  padding: 0px 8px 0px 8px;
}
.css-oz64ka:hover{
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color:#000!important;
  border: 1px solid #000000;
  color: #fff !important;
}
.css-9t5r04 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.css-13pmal0 {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 280px;
  grid-gap: 10px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0px 72px 0px;
  width: 100%;
}
.css-106jrvg{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 140px;
  grid-gap: 16px;
  overflow: hidden;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1280px) and (max-width: 1919.95px) {
  .css-106jrvg {
    grid-template-rows: 210px;
  }
}
.css-9bn0s7 {
  position: relative;
  object-fit: cover;
  justify-self: center;
  overflow: hidden;
  max-height: 100%;
  min-width: 100%;
  height: 259px;
}
.css-1k1l2ek {
  margin: 0;
  font: inherit;
  color: rgba(0, 112, 240, 1);
  -webkit-text-decoration: none;
  text-decoration: none;
  color: rgba(0, 112, 240, 1);
}
.css-1njkojn {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
  -webkit-transition: filter 0.2s;
  transition: filter 0.2s;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}
.css-129yu53 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 16px / 2), calc(-50% - 16px / 2));
  -moz-transform: translate(calc(-50% + 16px / 2), calc(-50% - 16px / 2));
  -ms-transform: translate(calc(-50% + 16px / 2), calc(-50% - 16px / 2));
  transform: translate(calc(-50% + 16px / 2), calc(-50% - 16px / 2));
  color: #fff;
  text-align: center;
  line-height: 36px;
  pointer-events: none;
  width: 80%;
  color: #fff;
  text-align: center;
  pointer-events: none;
}
.css-1htuixj {
  min-height: 544px;
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 100%),url(../images/signup.jpg);
  background-position-y: 30%;
  color: #fff;
}
.css-1p0dr8w{
  max-width: 336px;
}
.css-1ypym52 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-weight: 400;
  font-size: 0.9333333333333333rem;
  line-height: 1.75;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 16px;
    padding-right: 16px;
    padding-left: 16px;
  border-radius: 4px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #fff;
  background-color: #FC3441;
  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
  box-shadow: none;
  font-weight: bold;
  text-transform: none;
  min-width: 10px;
  height: 40px;
  border-radius: 25px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 4px;
    margin-bottom: 4px;
  margin-bottom: 24px;
  min-width: 100%;
}
@media (max-width: 599.95px) {
  .item-box-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .css-13pmal0 {
    grid-template-columns: 1fr;
    grid-template-rows: 160px 300px;
    grid-gap: 10px;
    margin: 0px 0px 0px 0px;
    grid-template-areas:
'a' 
'b';
  }
  .css-13pmal0 .col-md-6 {
    display: block !important;
    height: 160px;
  }
  .css-1jio0wc {
    grid-area: b;
  }
  .css-9t5r04 {
    grid-area: a;
    overflow: hidden;
    max-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .css-106jrvg {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}