/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;727&display=swap");

/* Variables */
:root {
  /*  colors */
  --neutral-900: #0f172a;
  --neutral-800: #1e293b;
  --neutral-700: #334155;
  --neutral-600: #475569;
  --neutral-500: #64748b;
  --neutral-400: #94a3b8;
  --neutral-300: #cbd5e1;
  --neutral-200: #e2e8f0;
  --neutral-100: #f1f5f9;
  --neutral-50: #f8fafc;
  --neutral-white: #ffffff;

  --info-500: #0ea5e9;
  --info-200: #bae6fd;
  --info-50: #f0f9ff;

  --tertiary-50: #fdf2f8;
  --tertiary-500: #ec4899;

  --primary-500: #a855f7;
  --primary-600: #9333ea;
  --primary-100: #f3e8ff;
  --primary-50: #faf5ff;

  --danger-500: #ef4444;
  --danger-50: #fef2f2;

  --success-500: #22c55e;
  --success-50: #f0fdf4;

  --warning-500: #fbbf24;
  --warning-400: #fbbf24;

  --orange-600: #ea580c;
  --orange-500: #f97316;
  --orange-300: #fdba74;
  --orange-200: #fed7aa;
}

.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
  transition: opacity 1.2s;

  background-color: var(--neutral-900);
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {

  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.5);
    opacity: 1;
  }
}

body {
  font-family: "Inter";

  font-size: 1rem;

  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body.gt-overlay-on,
body:has(.gt-header-content .gt-search-input:focus) {
  overflow: hidden;
}

body .gt-overlay {
  display: none;
}

body.gt-overlay-on .gt-overlay {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  color: var(--primary-500);
  text-decoration: none;
}

a.gt-default {
  text-decoration: underline;
}

select:invalid {
  color: var(--neutral-400);
}

.d-none {
  display: none !important;
}

.gt-invisible {
  visibility: hidden;
}

.gt-overflow {
  overflow: auto;
}

.gt-overflow-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.gt-left-align {
  text-align: left !important;
}

.gt-center-align {
  text-align: center !important;
}

.gt-bold {
  font-weight: 700;
}

.gt-overflow-elipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.gt-gradient-border {
  background-clip: padding-box;
  border: 1px solid transparent;
  position: relative;
  background-color: white;
}

.gt-gradient-border::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: conic-gradient(from 248.92deg at 107.81% 60.96%,
      #2f80ed -19.26deg,
      #de11ff 36.64deg,
      #ff4da2 96.23deg,
      #ffe177 138.59deg,
      #2f80ed 299.7deg,
      #2f80ed 340.74deg,
      #de11ff 396.64deg);
}

.gt-multiline-elipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 154px;

  @supports (-webkit-line-clamp: 2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.gt-no-padding {
  padding: 0 !important;
}

.gt-no-border {
  border: 0 !important;
}

.gt-no-outline {
  outline: 0 !important;
}

.gt-pos-rel {
  position: relative;
}

.gt-navigation-path {
  display: flex;
  gap: 36px;
}

.gt-navigation-path .gt-item {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  position: relative;

  color: var(--primary-500);
}

.gt-navigation-path .gt-item:last-child {
  color: var(--neutral-400);
}

.gt-navigation-path .gt-item:not(:last-child)::after {
  content: "";
  width: 8px;
  height: 8px;

  border-radius: 50%;
  background-color: var(--neutral-200);

  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
}

.gt-placeholder-bg {
  background-color: var(--neutral-100) !important;
  border-radius: 14px;
}

.gt-placeholder-bg-dark {
  background-color: var(--neutral-200) !important;
  border-radius: 14px;
}

.gt-reset-button {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  width: auto;
  height: auto;
  background: unset;
  cursor: pointer;
}

.gt-progress-steps {
  display: flex;
  gap: 8px;
  align-items: center;
}

.gt-progress-steps .gt-step {
  width: 12px;
  height: 12px;
  background: var(--neutral-500, #64748b);

  border-radius: 12px;
}

.gt-progress-steps .gt-current-step {
  width: 40px;
  background: var(--neutral-white, #fff);
}

.gt-reset-anchor {
  text-decoration: none;
  color: inherit;
}

.gt-circle-border {
  border-radius: 50%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.gt-hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.gt-hide-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.gt-hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.gt-hide-scrollbar {
  overflow: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Smart scrollbar */
.gt-smart-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.gt-smart-scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #f5f5f5;
}

.gt-smart-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bcbfc4;
}

.gt-medium-rounded {
  border-radius: 12px;
}

.gt-full-rounded {
  border-radius: 50%;
}

.gt-border-medium-light {
  border: 1px solid #e2e8f0;
}

.gt-border-x-light {
  border: 1px solid var(--neutral-100);
}

.gt-content-padding {
  padding-left: 48px;
  padding-right: 48px;
}

.gt-section.gt-page-section {
  padding-left: 48px;
  padding-right: 48px;
}

.gt-section.gt-page-section,
.gt-section.gt-page-section .gt-section-body {
  background-color: var(--neutral-white);
  border-radius: 24px;
}

.gt-section.gt-page-section .gt-section-body {
  max-width: 1176px;
  margin: 0 auto;
  box-sizing: border-box;
}

.gt-underline {
  text-decoration: underline;
}

.gt-error {
  margin-top: 8px;
}

.gt-error-color {
  color: var(--danger-500);
}

.gt-green-bg {
  background-color: var(--success-500);
}

.gt-green-color {
  color: var(--success-500);
}

.gt-warning-bg {
  background-color: var(--warning-400);
}

.gt-warning-color {
  color: var(--warning-400);
}

.gt-red-bg {
  background-color: var(--danger-500);
}

.gt-red-color {
  color: var(--danger-500) !important;
}

.gt-warning-bg {
  background-color: var(--warning-500);
}

.gt-warning-color {
  color: var(--warning-500);
}

.gt-primary-color {
  color: var(--primary-500);
}

.gt-primary-bg {
  background-color: var(--primary-500);
}

.gt-black-color {
  color: var(--neutral-900);
}

.gt-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.gt-form .gt-input,
.gt-form .gt-custom-dropdown .gt-input-with-icon .gt-input {
  padding: 12px;

  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.gt-form .gt-stack {
  display: flex;
  gap: 28px;
}

.gt-form .gt-stack>* {
  flex-grow: 1;
  flex-basis: 50%;
}

.gt-form .gt-form-section {
  display: flex;
  flex-direction: column;
  gap: 18px;

  border: 1px solid var(--neutral-100);
  padding: 14px;
  border-radius: 14px;
}

.gt-form .gt-form-section .gt-form-section-head .gt-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;

  color: var(--neutral-900);
}

.gt-form .gt-form-section .gt-form-section-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gt-form .gt-reset-password-button {
  align-self: flex-start;
  padding: 8px 12px;

  border-radius: 8px;
}

.gt-form .gt-action-buttons {
  margin-top: 38px;
}

.gt-form .gt-action-buttons .gt-button {
  padding: 16px 36px;
  flex-grow: 0;
}

.gt-slide-out .gt-form .gt-action-buttons .gt-button {
  flex-grow: 1;
}

.gt-form .gt-action-buttons .gt-shrinked {
  min-width: 200px;
}

.gt-form .gt-action-buttons .gt-normal {
  min-width: 230px;
}

.gt-form .gt-label-with-link {
  display: flex;
  justify-content: space-between;
}

.gt-form .gt-label-with-link .gt-label {
  color: var(--neutral-500, #64748b);
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.gt-form .gt-label-with-link .gt-link {
  color: var(--primary-500, #a855f7);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.gt-form .gt-desclaimer {
  color: var(--neutral-600, #475569);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.gt-input {
  border: 1px solid var(--neutral-200);
  border-radius: 12px;
  padding: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;

  font: inherit;
}

.gt-input:focus,
.gt-input:focus-within,
.gt-input:focus-visible {
  outline: 1px solid var(--neutral-900);
}

select.gt-input {
  background: url(../assets/icons/arrow-down.svg) no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  background-position: 97%;
}

.gt-label-with-input {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: var(--neutral-800);

  display: flex;
  flex-direction: column;
  gap: 8px;

  cursor: pointer;
}

.gt-label-with-input .gt-has-error {
  display: flex;
}

.gt-label-with-input .gt-has-error.gt-error-on+.gt-input-error {
  display: block;
}

.gt-label-with-input .gt-has-error .gt-input {
  flex-grow: 1;
}

.gt-label-with-input.gt-no-label {
  justify-content: center;
}

.gt-form .gt-input-with-icon {
  margin-top: auto;
}

.gt-input-error {
  display: none;
}

.gt-input-with-icon.gt-error+.gt-input-error,
.gt-input.gt-error+.gt-input-error {
  display: block;
}

.gt-form .gt-input-error {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;

  color: var(--danger-500);
}

.gt-label-with-input .intl-tel-input,
.gt-label-with-input input[type="tel"] {
  width: 100%;
  max-width: unset;
}

.gt-label-with-input.gt-row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}

.gt-label-with-input.gt-medium {
  font-size: 18px;
  line-height: 18px;
}

.gt-label-with-input.gt-bold {
  font-weight: 700;
}

.gt-label-with-input.gt-outlined {
  border: 1px solid var(--neutral-100);
  border-radius: 12px;
}

.gt-label-with-input.gt-form-section {
  gap: 14px;
  padding: 12px;
}

.gt-textarea {
  border-radius: 12px;
}

.gt-checkbox-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  padding: 8px;
  border-radius: 12px;
  box-sizing: border-box;
  white-space: nowrap;

  display: flex;
  gap: 12px;
  align-items: center;

  cursor: pointer;
}

.gt-radio-label,
.gt-checkbox-label {
  border-radius: 12px;
  border: 1px solid var(--neutral-100);
}

.gt-radio-label:has(.gt-radio:checked),
.gt-checkbox-label:has(.gt-checkbox:checked) {
  border: 1px solid var(--primary-500);
  background-color: var(--primary-50);
}

.gt-checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #94a3b8;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0;
  accent-color: var(--primary-500);

  cursor: pointer;
}

.gt-radio-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: var(--neutral-900);

  border-radius: 12px;
  padding: 12px 18px;

  display: flex;
  gap: 12px;
  align-items: center;

  cursor: pointer;
}

.gt-radio {
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  accent-color: var(--primary-500);
}

.gt-radio-buttons-container {
  display: flex;
  gap: 18px;
  align-items: center;
}

.gt-radio-buttons-container .gt-radio-label,
.gt-radio-buttons-container .gt-checkbox-label {
  flex-grow: 1;
  flex-basis: 0;

  padding: 12px;
}

.gt-input-with-icon {
  display: flex;
  align-items: center;
  position: relative;
}

.gt-input-with-icon .gt-icon {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
}

.gt-input-with-icon.gt-start-align .gt-icon {
  left: 10px;
  right: auto;
}

.gt-input-with-icon.gt-start-align .gt-input {
  padding-left: 40px;
  padding-right: 12px;
}

.gt-input-with-icon.gt-end-align .gt-icon {
  right: 0;
  left: auto;
}

.gt-input-with-icon.gt-end-align .gt-icon>img {
  display: block;
}

.gt-input-with-icon.gt-end-align .gt-input {
  padding-right: 34px;
  padding-left: 12px;
}

.gt-email-field .gt-input-with-icon.gt-end-align .gt-pill {
  right: 10px;
}

.gt-input-with-icon>.gt-input {
  flex-grow: 1;
  padding-right: 34px;
  padding-left: 12px;
}

.gt-input-unit {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--neutral-700);

  padding: 12px;
}

.gt-toggle-button {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}

.gt-toggle-button input {
  opacity: 0;
  width: 0;
  height: 0;
}

.gt-toggle-button-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--neutral-300);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.gt-toggle-button-slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 6px;
  bottom: 6px;
  background-color: var(--neutral-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.gt-toggle-button input:checked+.gt-toggle-button-slider {
  background-color: var(--primary-500);
}

.gt-toggle-button input:focus+.gt-toggle-button-slider {
  box-shadow: 0 0 1px var(--primary-500);
}

.gt-toggle-button input:checked+.gt-toggle-button-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.gt-pagination,
.gt-pagination .gt-pages {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 18px;
  align-content: stretch;
  flex-wrap: wrap;
}

.gt-pagination .gt-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: var(--neutral-500);
  border: 0;
  border-radius: 0;

  height: 48px;
  width: 48px;
  min-width: 48px;
}

.gt-pagination.gt-logo-slider .gt-pages .gt-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;

  min-width: unset;
  padding: 0;
  width: 210px;
  min-width: 210px;
  height: 80px;
  white-space: nowrap;
}

.gt-pagination .gt-button.gt-active {
  color: var(--primary-500);
  border: 1px solid;
  border-radius: 50%;
  background-color: var(--primary-100);
}

.gt-pagination.gt-logo-slider .gt-button.gt-active {
  border: 0;
  border-radius: 0;
  background-color: unset;
}

.gt-pagination .gt-control-button {
  border: 1px solid var(--neutral-200);
  border-radius: 50%;
}

.gt-pagination.gt-logo-slider .gt-control-button {
  border: 0;
  border-left: 1px solid var(--neutral-100);
  border-radius: 0;

  height: auto;
  align-self: stretch;
}

.gt-pagination.gt-logo-slider .gt-control-button:first-child {
  border: 0;
  border-right: 1px solid var(--neutral-100);
}

.gt-pagination.gt-logo-slider {
  border-bottom: 1px solid var(--neutral-100);
}

.gt-pagination .gt-pages {
  max-width: 312px;
  overflow: hidden;
  justify-content: flex-start;
}

.gt-pagination.gt-logo-slider .gt-pages {
  max-width: unset;
}

.gt-accordion:not(.gt-unstyled-accordion) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;

  cursor: pointer;
}

.gt-accordion.gt-disabled-accordion {
  cursor: default !important;
}

.gt-accordion .gt-accordion-trigger .gt-disabled-icon {
  display: none;
}

.gt-accordion.gt-active .gt-accordion-trigger .gt-expand-icon,
.gt-accordion .gt-accordion-trigger .gt-collapse-icon {
  display: none;
}

.gt-accordion .gt-accordion-trigger .gt-expand-icon,
.gt-accordion.gt-active .gt-accordion-trigger .gt-collapse-icon {
  display: block;
}

.gt-accordion.gt-disabled-accordion .gt-accordion-trigger .gt-expand-icon,
.gt-accordion.gt-disabled-accordion .gt-accordion-trigger .gt-collapse-icon {
  display: none;
}

.gt-accordion.gt-disabled-accordion .gt-accordion-trigger .gt-disabled-icon {
  display: block;
}

.gt-accordion .gt-label {
  display: flex;
  align-items: center;
  gap: 8px;

  font-weight: 500;
  font-size: 16px;
  line-height: 16px;

  color: var(--neutral-900);
}

.gt-accordion>.gt-arrow-icon {
  transition: transform 0.2s;
}

.gt-accordion.gt-active>.gt-arrow-icon {
  transform: rotate(180deg);
}

.gt-accordion-panel {
  max-height: 0;
  overflow: hidden;

  transition: max-height 0.2s ease-out;
}

.gt-accordion-panel.gt-items-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.gt-accordion-panel.gt-items-list>li {
  padding: 14px 30px;
}

.gt-accordion-panel.gt-items-list>li>a {
  text-decoration: none;
  display: block;

  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: var(--neutral-500);
}

.gt-pill {
  padding: 8px 16px;

  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: var(--neutral-white);
  border-radius: 1000px;

  display: flex;
  align-items: center;
  gap: 4px;
}

.gt-success-pill {
  background-color: var(--success-500);
}

.gt-grayed-pill {
  background-color: var(--neutral-200);
  color: var(--neutral-700);
}

.gt-pill.gt-gray-bg {
  background-color: var(--neutral-50);
}

.gt-pill.gt-gray-color {
  color: var(--neutral-500);
}

.gt-pill.gt-blue-bg {
  background-color: var(--info-500);
}

.gt-pill.gt-white-color {
  color: var(--neutral-white);
}

.gt-pill.gt-light-blue-bg {
  background-color: var(--info-50);
}

.gt-pill.gt-blue-color {
  color: var(--info-500);
}

.gt-pill.gt-light-purple-bg {
  background-color: var(--primary-50);
}

.gt-pill.gt-purple-color {
  color: var(--primary-500);
}

.gt-pill.gt-dark-pink-bg {
  background-color: var(--tertiary-500);
}

.gt-pill.gt-light-green-bg {
  background-color: var(--success-50);
}

.gt-pill.gt-green-color {
  color: var(--success-500);
}

.gt-section {
  margin-top: 28px;
}

.gt-section>.gt-load-more-button {
  display: block;
  margin: 0 auto;
  margin-top: 48px;

  width: 200px;
  padding: 16px 0;
}

.gt-banner-content-section>.gt-section {
  margin-top: 0;
}

.gt-collections-section .gt-section-header .gt-button-with-icon {
  border-color: var(--neutral-200);
  padding: 10px 12px;
}

.gt-collections-section .gt-collection-switch .gt-button {
  width: 176px;
  padding: 10px;
}

.gt-collections-section .gt-table-header {
  gap: 24px;
}

.gt-collections-section .gt-table-header .gt-collection-search {
  max-width: 460px;

  flex-grow: 1;
}

.gt-collections-section .gt-table-header .gt-collection-search>.gt-input {
  height: 40px;
  box-sizing: border-box;
}

.gt-collections-section>.gt-section-subheader>.gt-header-controls {
  flex-grow: 1;
}

.gt-collections-section .gt-table-container {
  flex-grow: 1;
}

.gt-payment-summary {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gt-section.gt-tos-section {
  max-width: 698px;

  margin-left: auto;
  margin-right: auto;
}

.gt-tos-section .gt-title {
  color: var(--neutral-900, #0f172a);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.gt-tos-section .gt-date {
  color: var(--neutral-500, #64748b);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;

  margin-top: 14px;
}

.gt-tos-section .gt-description {
  color: var(--neutral-700, #334155);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;

  margin-top: 18px;
}

.gt-payment-summary .gt-label-with-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;

  font-weight: 400;
  font-size: 16px;
  line-height: 16px;

  color: var(--neutral-500);
}

.gt-payment-summary .gt-summary-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.gt-payment-summary .gt-summary-section .gt-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--neutral-400);
}

.gt-payment-summary .gt-summary-section .gt-description.gt-dark {
  color: var(--neutral-900);
}

.gt-label-with-value p {
  display: block;
}

.gt-payment-summary .gt-label-with-value.gt-summary-heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;

  color: var(--neutral-900);
}

.gt-payment-method-display {
  display: flex;
  justify-content: space-between;
}

.gt-payment-method-display .gt-title-with-description {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gt-payment-method-display .gt-edit-button {
  width: 200px;
  padding: 16px 0;
  align-self: center;

  box-sizing: border-box;
}

.gt-desktop-header {
  display: flex;
  gap: 34px;
  justify-content: space-between;
  align-items: center;

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 68px;
  margin-top: 0;
  z-index: 3;

  background-color: #ffffff;
  backdrop-filter: blur(7.5px);
}

.gt-desktop-header .gt-mobile-logo {
  display: none;
}

.gt-desktop-header .gt-desktop-logo {
  display: block;
}

.gt-desktop-header .gt-action-buttons>.gt-button {
  width: 134px;
  height: 40px;
  padding: 0;

  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.gt-dark-header.gt-desktop-header .gt-action-buttons>.gt-button {
  color: var(--neutral-white);
  border: 1px solid var(--neutral-900, #0f172a);
}

.gt-dark-header.gt-desktop-header .gt-action-buttons>.gt-button.gt-black {
  background-color: var(--neutral-white);
  color: var(--neutral-900);
}

.gt-dark-header.gt-desktop-header .gt-action-buttons>.gt-icon-button {
  color: var(--neutral-white);
}

.gt-desktop-header:not(.gt-logged-in) .gt-header-content .gt-menu-icon>img:first-child {
  display: none;
}

.gt-header-content {
  flex-grow: 1;
  display: flex;
  gap: 10px;
  align-items: center;
}

.gt-header-content .gt-search-input {
  border-radius: 1000px;
  padding: 9px;
  padding-right: 40px;

  z-index: 1;
  background-color: transparent;
}

.gt-header-content .gt-search-input+.gt-icon-button {
  z-index: 0;
}

.gt-search-input.gt-large {
  line-height: 48px;
  font-size: 18px;

  border-radius: 100px;
}

.gt-search-input.gt-large+.gt-icon-button {
  width: auto;
  height: auto;
}

.gt-search-input.gt-large+.gt-icon-button>img {
  height: 40px;
  width: auto;

  display: block;
}

.gt-search-dropdown-container {
  margin-top: 10px;
  margin-left: 168px;
  padding: 12px;

  max-width: 578px;

  background: var(--neutral-white);
  border-radius: 12px;
}

.gt-search-dropdown-container>.gt-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;

  color: var(--neutral-500);
}

.gt-search-results {
  max-height: 396px;
  overflow-y: auto;
}

.gt-search-results .gt-actions-container {
  padding: 14px 0;
  display: flex;
  justify-content: center;

  margin-top: 4px;
}

.gt-search-results .gt-actions-container>.gt-button {
  padding: 8px 0;
  width: 200px;
}

.gt-membership-details-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;

  width: 388px;
  box-sizing: border-box;

  padding: 48px 0;
  border-radius: 24px;

  color: var(--neutral-900);
}

.gt-membership-details-card.gt-power-player {
  background-image: url(../assets/images/game-cover/SQ_G_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--neutral-white);

  width: 434px;
}

.gt-membership-details-card.gt-power-player .gt-pill {
  background-color: rgba(255, 255, 255, 0.25);
  color: var(--neutral-white);
}

.gt-membership-details-card .gt-membership-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.gt-membership-details-card .gt-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;

  color: inherit;
}

.gt-membership-details-card .gt-title.gt-gradient-title {
  background: conic-gradient(from 248.92deg at 107.81% 60.96%,
      #2f80ed -19.26deg,
      #de11ff 36.64deg,
      #ff4da2 96.23deg,
      #ffe177 138.59deg,
      #2f80ed 299.7deg,
      #2f80ed 340.74deg,
      #de11ff 396.64deg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.gt-membership-details-card .gt-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;

  color: inherit;
}

.gt-membership-details-card .gt-price-with-duration {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.gt-membership-details-card .gt-price-with-duration .gt-price {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;

  color: inherit;
}

.gt-membership-details-card .gt-price-with-duration .gt-duration {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;

  color: inherit;
}

.gt-membership-details-card .gt-button.gt-action-button {
  padding: 16px 0;
  width: 200px;

  font-weight: 500;
  font-size: 16px;
  line-height: 16px;

  border-radius: 100px;

  color: var(--neutral-900);
  background-color: var(--neutral-white);
}

.gt-membership-details-card .gt-button.gt-action-button.gt-primary-varient {
  color: white;
  background-color: var(--primary-500);
}

.gt-membership-details-card .gt-membership-details {
  list-style: none;

  display: flex;
  flex-direction: column;
  gap: 18px;
}

.gt-membership-details-card .gt-membership-details>li {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-align: left;

  position: relative;

  color: inherit;
}

.gt-membership-details-card .gt-membership-details>li::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);

  height: 24px;
  width: 24px;
}

.gt-membership-details-card .gt-membership-details>li.gt-available::before {
  background-image: url(../assets/icons/tick-circle-blue.svg);
}

.gt-membership-details-card.gt-power-player .gt-membership-details>li.gt-available::before {
  background-image: url(../assets/icons/tick-circle-purple.svg);
}

.gt-membership-details-card .gt-membership-details>li.gt-unavailable::before {
  background-image: url(../assets/icons/close-circle-red.svg);
}

.gt-membership-action-card {
  display: flex;
  flex-direction: column;
  gap: 24px;

  padding: 28px;
  align-items: center;
  flex-grow: 1;

  border: 1px solid var(--neutral-200);
  border-radius: 14px;

  color: var(--neutral-900);
}

.gt-membership-action-card.gt-power-player {
  color: var(--neutral-white);
  background-image: url(../assets/images/bg/power-player-bg-large.png);

  background-size: cover;
  background-repeat: no-repeat;
}

.gt-membership-action-card .gt-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;

  color: inherit;
}

.gt-membership-action-card .gt-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;

  color: inherit;
}

.gt-membership-action-card .gt-action-button {
  min-width: 200px;
}

.gt-membership-action-card.gt-power-player .gt-action-buttons>.gt-button.gt-black {
  background-color: transparent;
  border: 1px solid var(--neutral-white);
}

.gt-upgrade-membership-card {
  padding: 14px;
  position: relative;
  background-color: var(--neutral-white);

  border: 1px solid var(--neutral-200);
  border-radius: 14px;

  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}

.gt-upgrade-membership-card.gt-gradient-border {
  border: 1px solid transparent;
}

.gt-upgrade-membership-card.gt-gradient-border.gt-active::before {
  content: unset;
}

.gt-upgrade-membership-card .gt-title-with-description {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gt-upgrade-membership-card .gt-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;

  color: var(--neutral-900);
}

.gt-upgrade-membership-card.gt-gradient-border .gt-title {
  color: var(--primary-500);
}

.gt-upgrade-membership-card .gt-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;

  color: var(--neutral-500);
}

.gt-search-cards-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gt-game-search-card {
  padding: 12px;

  display: flex;
  gap: 8px;
  align-items: center;
  text-align: left;

  border-bottom: 1px solid var(--neutral-50);
}

.gt-game-search-card>img {
  border-radius: 4px;
}

.gt-game-search-card-placeholder>.gt-cover-image {
  width: 38px;
  height: 48px;

  border-radius: 14px;
}

.gt-game-search-card>.gt-content {
  flex-grow: 1;
}

.gt-game-search-card .gt-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;

  color: var(--neutral-900);
}

.gt-game-search-card-placeholder .gt-title {
  width: 87px;
  height: 15px;

  border-radius: 4px;
}

.gt-game-search-card .gt-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;

  color: var(--neutral-900);

  margin-top: 12px;
}

.gt-game-search-card-placeholder .gt-description {
  width: 100%;
  height: 15px;

  border-radius: 4px;
}

.gt-collection-card {
  padding: 14px;
  border: 1px solid var(--neutral-100);
  border-radius: 14px;
  width: 300px;
  min-width: 300px;
  box-sizing: border-box;

  display: flex;
  gap: 14px;
}

.gt-collection-card>img {
  border-radius: 4px;
}

.gt-collection-card>.gt-logo-placeholder {
  min-width: 83px;
  min-height: 70px;
}

.gt-collection-card-placeholder .gt-title-with-description {
  flex-grow: 1;

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

.gt-collection-card .gt-title-with-description .gt-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;

  color: var(--neutral-900);
}

.gt-collection-card .gt-title-with-description .gt-title-placeholder {
  height: 46px;
}

.gt-collection-card .gt-title-with-description .gt-description {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;

  margin-top: 8px;

  color: var(--neutral-500);
}

.gt-collection-card .gt-title-with-description .gt-description-placeholder {
  height: 18px;
}

.gt-hot-game-card {
  padding: 14px;

  display: flex;
  gap: 14px;
  align-items: center;

  height: 84px;
  box-sizing: border-box;
}

.gt-hot-game-card>.gt-action-button {
  padding: 8px 12px;
  background: var(--primary-50, #faf5ff);
  border-radius: 8px;
  border: 0;
  margin-left: auto;
}

.gt-hot-game-card.gt-colored {
  background: var(--neutral-100, #f1f5f9);
}

.gt-hot-game-card>.gt-image-container img {
  border-radius: 4px;

  max-width: 100%;
}

.gt-hot-game-card>.gt-title {
  color: var(--neutral-900, #0f172a);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;

  max-width: 300px;
}

.gt-hot-game-card>.gt-image-container {
  width: 100px;

  text-align: center;
}

.gt-hot-game-card .gt-percentage-with-duration {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;

  margin-left: auto;
}

.gt-hot-game-card .gt-percentage-with-duration .gt-percentage-with-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gt-hot-game-card .gt-percentage-with-duration .gt-percentage {
  color: var(--success-500, #22c55e);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.gt-hot-game-card .gt-percentage-with-duration .gt-duration {
  color: var(--neutral-500, #64748b);
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  /* 100% */
  text-transform: uppercase;

  text-align: right;
}

.gt-search-dropdown-container>.gt-info.gt-dark {
  color: var(--neutral-900);
}

.gt-header-content .gt-menu-icon {
  width: auto;
  min-width: 40px;
}

.gt-header-content>.gt-input-with-icon {
  flex-grow: 1;
}

.gt-header-content>.gt-input-with-icon {
  flex-grow: 1;
}

.gt-header-content>.gt-input-with-icon>input {
  width: 100%;
}

.gt-dark-header .gt-header-content>.gt-input-with-icon>input {
  border: 1px solid var(--neutral-800, #1e293b);
  background: var(--neutral-900, #0f172a);

  color: var(--neutral-white);
}

.gt-dark-header .gt-header-content>.gt-input-with-icon>input::placeholder {
  color: var(--neutral-400, #94a3b8);
}

.gt-button {
  border-radius: 1000px;
}

.gt-link-button {
  outline: 0;
  border: 0;

  color: var(--primary-500, #a855f7);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.gt-outlined-button {
  border: 1px solid;
}

.gt-primary-button {
  color: var(--neutral-900);
}

.gt-primary-button-light {
  background-color: var(--primary-50);
}

.gt-primary-button-light:hover {
  background-color: var(--primary-100);
}

.gt-button.gt-ebay-varient {
  border: 1px solid var(--orange-500);
}

.gt-button.gt-ebay-varient:hover {
  border: 1px solid var(--orange-600);
}

.gt-button.gt-primary-varient {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  border-radius: 8px;
  color: white;

  background-color: var(--primary-500);
}

.gt-button.gt-primary-varient:hover {
  background-color: var(--primary-600);
}

.gt-primary-tansparent-varient {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;

  color: var(--primary-500);
}

.gt-primary-tansparent-varient:hover {
  color: var(--primary-600);
}

.gt-primary-outlined-varient {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;

  color: var(--primary-500);
  border: 1px solid;
}

.gt-primary-outlined-varient:hover {
  color: var(--primary-600);
}

.gt-button.gt-danger-varient {
  background-color: var(--danger-50);
}

.gt-icon-button {
  height: 40px;
  width: 40px;
  padding: 0 8px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;

  border-radius: 100px;
}

.gt-button {
  border: 1px solid;
}

.gt-button-with-icon {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;

  white-space: nowrap;
}

.gt-action-buttons {
  display: flex;
  gap: 24px;
  justify-content: stretch;
}

.gt-select-buttons {
  display: flex;
  gap: 18px;
  padding: 12px;
  border-radius: 100px;

  border: 1px solid var(--neutral-100);
}

.gt-select-buttons>.gt-button {
  width: 110px;
  padding: 10px 0;

  border: 0;

  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}

.gt-select-buttons>.gt-button.gt-active {
  background-color: var(--neutral-900);
  color: var(--neutral-white);

  font-weight: 500;
}

.gt-action-buttons>.gt-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  border-radius: 1000px;

  padding: 16px;
  flex-grow: 1;
  flex-basis: 0;
}

.gt-action-buttons>.gt-button.gt-black {
  color: var(--neutral-white);
  background-color: var(--neutral-900);
  border: 0;
}

.gt-icon-button-varient {
  color: var(--primary-500);
  border: 1px solid;
}

.gt-icon-button-varient:hover {
  color: var(--primary-600);
}

.gt-section-filter-button {
  padding: 10px 14px;
  cursor: pointer;
  white-space: nowrap;

  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: var(--neutral-500);

  display: flex;
  align-items: center;
  gap: 10px;

  background-color: var(--neutral-100);
  border-radius: 100px;
}

.gt-section-filter-button.gt-section-filter-button-placeholder {
  min-width: 202px;
  width: 202px;
  height: 40px;
  box-sizing: border-box;
  border: 0;
}

.gt-section-filter-button.gt-active {
  color: var(--primary-500);
  background-color: var(--primary-50);
  border: 0;
}

.gt-section-filter-button>.gt-dark-count {
  padding: 4px 8px;

  font-weight: 400;
  font-size: 12px;
  line-height: 12px;

  background-color: var(--neutral-900);
  border-radius: 100px;
  color: var(--neutral-white);
}

.gt-game-page .gt-banner-section {
  box-sizing: border-box;
}

.gt-setting-page .gt-form {
  flex-grow: 1;
  width: 100%;
}

.gt-setting-page .gt-form.gt-small-width {
  max-width: 580px;
}

.gt-setting-page .gt-form.gt-medium-width {
  max-width: 698px;
}

.gt-landing-page .gt-desktop-header {
  background: #030512;
  backdrop-filter: blur(7.5px);
}

.gt-landing-page .gt-banner-section>.gt-section-body {
  background-image: url("../assets/images/bg/BG1.54.jpg");
  background-position: center 80%;
  background-size: cover;

  width: 100%;
  box-sizing: border-box;
  margin-top: 0;
  position: relative;
  text-align: center;
  color: var(--neutral-white);

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: unset;
}

/*
path.highcharts-point {
    fill: none !important;
}*/

.gt-chart-container:not(.gt-value-range-chart) path.highcharts-point {
  fill: none !important;
}

.page-id-2 .gt-pagination.gt-logo-slider {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .gt-landing-page .gt-banner-section>.gt-section-body {
    background-image: url("../assets/images/bg/BG_MOBILE_1.52.png") !important;
  }
}

.gt-about-page .gt-banner-section>.gt-section-body {
  background-image: url("../assets/images/bg/about-hero-bg.png");
  background-position: center;
}

.gt-landing-page.gt-home-page .gt-banner-section>.gt-section-body {
  justify-content: center;
}

.gt-landing-page .gt-banner-section>.gt-section-body .gt-pill {
  margin: 0 auto;
  margin-top: 132px;

  display: inline-block;
  background-color: #2b2f47;
}

.gt-landing-page.gt-landing-page.gt-home-page .gt-banner-section>.gt-section-body .gt-pill {
  margin-top: 0;
}

.gt-landing-page.gt-home-page .gt-banner-section>.gt-section-body .gt-pill {
  margin-top: 0;
}

.gt-landing-page .gt-banner-section>.gt-section-body .gt-title {
  color: var(--neutral-white, #fff);
  font-size: 96px;
  font-weight: 800;
  text-transform: capitalize;

  margin-top: 24px;

  max-width: 800px;

  margin-left: auto;
  margin-right: auto;
}

.gt-landing-page .gt-banner-section>.gt-section-body .gt-input-with-icon {
  max-width: 552px;
  width: 100%;

  margin: 0 auto;
  margin-top: 58px;
  margin-bottom: 96px;
}

.gt-landing-page .gt-banner-section>.gt-section-body .gt-input-with-icon .gt-input {
  padding: 8px 14px;
  height: 72px;
  border-radius: 100px;
  box-sizing: border-box;
}

.gt-landing-page .gt-banner-section>.gt-section-body .gt-input-with-icon .gt-icon {
  right: 8px;
}

.gt-landing-page .gt-banner-section>.gt-section-body .gt-input-with-icon .gt-icon>img {
  height: 40px;
  width: 40px;
}

.gt-landing-page .gt-banner-section>.gt-section-body .gt-description {
  color: var(--neutral-white, #fff);
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;

  margin-top: 34px;

  max-width: 866px;
  margin-left: auto;
  margin-right: auto;
}

.gt-landing-page .gt-banner-section .gt-absolute-image {
  position: absolute;
}

.gt-landing-page .gt-banner-section .gt-first-image {
  top: 4vh;
  right: 19.8vw;
}

.gt-landing-page .gt-banner-section .gt-second-image {
  top: 10vh;
  left: 18.4vw;
}

.gt-landing-page .gt-banner-section .gt-third-image {
  top: 26vh;
  right: 14.2vw;
}

.gt-landing-page .gt-banner-section .gt-fourth-image {
  top: 39vh;
  left: 30.2vw;
}

.gt-landing-page .gt-banner-section .gt-fifth-image {
  top: 64vh;
  right: 18.2vw;
}

.gt-landing-page .gt-banner-section .gt-sixth-image {
  top: 68vh;
  left: 25vw;
}

.gt-banner-section {
  display: flex;
  gap: 20px;

  height: calc(100vh - 68px);
  overflow-y: auto;
  scroll-behavior: smooth;
  position: relative;
}

.gt-page {
  min-height: 100vh;

  display: flex;
  flex-direction: column;
}

.gt-page.gt-signup-page {
  background-size: cover;
  background-position: top left;
  padding: 48px;
  box-sizing: border-box;

  display: flex;
  gap: 48px;
  flex-direction: row;
  justify-content: center;
}

.gt-page.gt-signup-page.gt-bg-1 {
  background-image: url(../assets/images/bg/signup-hero-bg-1.jpg);
}

.gt-page.gt-signup-page.gt-bg-2 {
  background-image: url(../assets/images/bg/signup-hero-bg-2.png);

  background-position: top center;
}

.gt-page.gt-signup-page.gt-register-page {
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.gt-page.gt-signup-page .gt-content-section {
  padding: 28px;
  border-radius: 34px;

  flex-grow: 1;
  max-width: 698px;
  width: 100%;
  box-sizing: border-box;

  background-color: white;
}

.gt-page.gt-signup-page .gt-content-section.gt-transparent {
  background-color: unset;
}

.gt-page.gt-signup-page .gt-content-section.gt-small-content>* {
  max-width: 388px;
}

.gt-page.gt-signup-page .gt-content-section.gt-medium-content>* {
  max-width: 458px;
}

.gt-page.gt-signup-page .gt-content-section.gt-large-content>* {
  max-width: 558px;
}

.gt-page.gt-signup-page .gt-form-section.gt-membership-cards-section {
  z-index: 0;
}

.gt-page.gt-signup-page>.gt-content-section .gt-form>.gt-title-with-description {
  text-align: center;

  margin-bottom: 16px;
}

.gt-page.gt-signup-page>.gt-content-section .gt-form>.gt-title-with-description>.gt-title {
  color: var(--neutral-900, #0f172a);
  font-size: 48px;
  font-weight: 500;
  line-height: 150%;
}

.gt-page.gt-signup-page>.gt-content-section.gt-transparent .gt-action-card .gt-title {
  color: var(--neutral-white);
}

.gt-page.gt-signup-page>.gt-content-section.gt-transparent .gt-action-card .gt-description {
  color: var(--neutral-200, #e2e8f0);
}

.gt-page.gt-signup-page>.gt-content-section .gt-action-card .gt-title {
  font-size: 32px;
}

.gt-page.gt-signup-page>.gt-content-section.gt-transparent .gt-action-card {
  gap: 34px;
}

.gt-page.gt-signup-page>.gt-content-section.gt-transparent .gt-action-card .gt-action-button {
  color: var(--neutral-900, #0f172a);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;

  background: var(--neutral-white, #fff);
}

.gt-page.gt-signup-page .gt-content-section .gt-form .gt-description {
  color: var(--neutral-500, #64748b);

  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.gt-page.gt-signup-page .gt-content-section .gt-form {
  gap: 28px;

  margin: 0 auto;
}

.gt-page.gt-signup-page .gt-content-section>.gt-logo-container,
.gt-page.gt-signup-page .gt-content-section .gt-form .gt-logo-container {
  text-align: center;

  margin-bottom: 28px;
  max-width: unset;
}

.gt-page.gt-signup-page .gt-content-section .gt-logo-container.gt-mobile-only {
  display: none;
}

.gt-page.gt-signup-page .gt-content-section>.gt-action-card {
  margin-top: 100px;
}

.gt-page.gt-signup-page .gt-content-section .gt-form .gt-action-buttons {
  margin-top: 0;
}

.gt-page.gt-signup-page .gt-content-section .gt-form .gt-action-buttons .gt-button {
  flex-grow: 1;
}

.gt-page>.gt-top-section {
  margin-top: 68px;
}

.gt-page>.gt-first-section {
  margin-top: 116px;
}

.gt-page>.gt-first-section.gt-action-card-section {
  margin-top: 200px;
}

/* .gt-gallary-section,
.gt-banner-content-section {
  height: calc(100vh - 68px);
} */

.gt-gallary-section {
  /* max-width: 746px; */
  flex-basis: 50%;
  overflow: hidden;

  position: sticky;
  top: 0;
  left: 0;
  bottom: 0;
}

.gt-gallary-section .gt-gallary-header {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100%;
}

.gt-gallary-section .gt-gallary-header>.gt-back-button {
  border: 0;
}

.gt-search-input-section>.gt-section-body {
  flex-direction: column;
  gap: 28px;
  align-items: center;
}

.gt-search-input-section>.gt-section-body>.gt-title-with-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.gt-search-input-section>.gt-section-body>.gt-title-with-description .gt-title {
  color: var(--neutral-900, #0f172a);

  font-size: 32px;
  font-weight: 700;
  line-height: 36px;

  margin-top: 84px;
}

.gt-search-input-section>.gt-section-body>.gt-title-with-description .gt-description {
  color: var(--neutral-600, #475569);

  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.gt-search-input-section>.gt-section-body .gt-input-with-icon {
  max-width: 578px;
  width: 100%;
}

.gt-search-input-section>.gt-section-body>.gt-input-with-icon .gt-search-input {
  padding-left: 24px;
}

.gt-search-results-section .gt-section-header .gt-tabs-container .gt-tab-button {
  width: 208px;
}

.gt-search-results-section .gt-list-table .gt-label-with-value.gt-price-range {
  margin-left: auto;
}

.gt-search-results-section .gt-list-table .gt-list-item .gt-title-section {
  width: 394px;
  max-width: 394px;
}

.gt-search-results-section .gt-section-body {
  margin-top: 24px;
}

.gt-game-cover-gallary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 48px;

  background-color: var(--neutral-100);

  padding: 48px;
  padding-top: 28px;

  height: 100%;
  box-sizing: border-box;
}

.gt-game-cover-gallary>.gt-selected-image {
  min-height: 200px;
  max-height: 828px;
  max-width: 100%;

  flex-grow: 1;

  padding: 24px;
  border: 1px solid var(--neutral-200);
  border-radius: 14px;
}

.gt-game-cover-gallary>.gt-selected-image.gt-selected-image-placeholder {
  flex-grow: 1;
}

.gt-game-cover-gallary .gt-gallary-controls-placeholder>.gt-placeholder-bg,
.gt-game-cover-gallary>.gt-selected-image.gt-selected-image-placeholder .gt-placeholder-bg {
  background-color: var(--neutral-200);
}

.gt-game-cover-gallary>.gt-selected-image.gt-selected-image-placeholder>div {
  width: 100%;
  height: 100%;
}

.gt-game-cover-gallary>.gt-selected-image>img {
  border-radius: 14px;
}

.gt-game-cover-gallary>.gt-gallary-controls {
  height: 88px;
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 14px 24px;
  box-sizing: border-box;
}

.gt-game-cover-gallary>.gt-selected-image img,
.gt-game-cover-gallary>.gt-gallary-controls img {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
}

.gt-gallary-controls .gt-icon-button {
  height: 56px;
  width: auto;

  border-radius: 4px;
  overflow: hidden;
  box-sizing: content-box;
}

/* .gt-gallary-controls .gt-icon-button.gt-active {
  border: 2px solid #64748b;
} */

.gt-gallary-controls-placeholder .gt-placeholder-bg {
  height: 56px;
  width: 38px;
}

.gt-banner-content-section {
  flex-basis: 50%;
  min-width: 0;

  padding-top: 28px;
  padding-bottom: 28px;
  padding-right: 48px;

  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gt-banner-content-section .gt-title-with-description-placeholder {
  min-height: 72px;
}

.gt-banner-content-section .gt-title-with-description>.gt-title {
  color: var(--neutral-900);
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
}

.gt-banner-content-section>.gt-title-with-description>.gt-description {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;

  margin-top: 18px;

  color: var(--neutral-600);
}

.gt-tabs-container {
  display: flex;
  gap: 18px;

  min-height: 44px;
  overflow: auto;
}

.gt-tabs-container>.gt-tab-button {
  padding: 14px 0;
  flex-grow: 1;
  flex-basis: 0;
  color: var(--neutral-500);

  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  min-width: 130px;

  border-bottom: 2px solid transparent;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: border 0.4s, color 0.4s;
}

.gt-tabs-container>.gt-tab-button.gt-active {
  color: var(--primary-500);
  border-bottom: 2px solid;
}

.gt-banner-section .gt-filters-container {
  display: flex;
  gap: 20px;

  padding: 14px;
  background-color: var(--neutral-50);
  border-radius: 16px;
}

.gt-banner-section .gt-filters-container .gt-input-with-icon {
  display: block;
  position: relative;
  height: 40px;
}

.gt-banner-section .gt-stats-section {
  padding: 18px 14px;
  border: 1px solid var(--neutral-200);
  border-radius: 16px;
}

.gt-stats-section .gt-stats-values-container {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;

  border-bottom: 1px solid var(--neutral-200);
  padding-bottom: 18px;
}

.gt-stats-value,
.gt-stats-signup-card {
  min-width: 214px;
  box-sizing: border-box;
  flex: 1;
}

.gt-stats-section .gt-stats-value {
  text-align: center;
  flex-grow: 1;

  padding: 0 30px;
}

.gt-stats-section .gt-stats-value>.gt-label.gt-placeholder {
  height: 18px;
}

.gt-stats-value .gt-content.gt-placeholder {
  height: 36px;
}

.gt-stats-section .gt-stats-value>.gt-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;

  color: var(--neutral-600);
}

.gt-stats-value .gt-content {
  margin-top: 18px;
  cursor: pointer;

  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gt-stats-section .gt-stats-value:not(:nth-last-child(2)) {
  border-right: 1px solid var(--neutral-100);
}

.gt-stats-value .gt-price-range-values {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;

  align-self: flex-start;

  color: var(--neutral-900);
}

.gt-stairs-frame {
  margin: auto;
  margin-top: 206px;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 98px;

  padding: 0 82px;
}

.gt-stairs-frame>img {
  max-width: calc(50% - 50px);
  height: auto;
  width: auto;
}

.gt-stairs-frame>img:nth-child(2) {
  margin-top: 210px;
}

.gt-price-with-percentage {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.gt-duration-with-icon {
  display: flex;
  align-items: center;
  gap: 4px;
}

.gt-duration-container {
  display: flex;
  gap: 24px;
}

.gt-price-with-percentage .gt-price {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.gt-price-with-percentage .gt-percentage {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}

.gt-percentage-bar {
  height: 4px;
  background-color: var(--neutral-200);
  border-radius: 100px;

  position: relative;
}

.gt-percentage-bar .gt-value {
  position: absolute;
  bottom: 0;
  top: 0;
  border-radius: 100px;
}

.gt-percentage-bar:not(.gt-left-align) .gt-value {
  left: 50%;
  transform: translateX(-50%);
}

.gt-percentage-bar.gt-left-align {
  left: 0;
}

.gt-percentage-bar .gt-arrow {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);

  z-index: 1;
}

.gt-percentage-circle {
  width: 58px;
  height: 58px;
}

.gt-percentage-circle .circular-chart {
  display: block;
}

.gt-percentage-circle .circle-bg {
  fill: none;
  /* stroke: #eee; */
  stroke-width: 3.8;
}

.gt-percentage-circle .circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

.gt-percentage-circle .percentage {
  fill: var(--neutral-900);
  text-anchor: middle;

  font-family: "Inter";
  font-weight: 500;
  font-size: 8px;
  line-height: 8px;
}

.gt-percentage-circle .circular-chart.gt-green .circle {
  stroke: var(--success-500);
  fill: var(--success-50);
}

.gt-percentage-circle .circular-chart.gt-blue .circle {
  stroke: var(--info-500);
  fill: var(--info-50);
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.gt-image-uploader {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;

  padding: 24px;
  border: 1px solid var(--neutral-200);
  border-radius: 14px;
  background-color: var(--neutral-50);
}

.gt-image-uploader>.gt-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: var(--neutral-800);
}

.gt-image-uploader>.gt-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: var(--neutral-500);
}

.gt-image-upload-field .gt-input-with-button {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.gt-image-upload-field .gt-input-with-button>input {
  flex-grow: 1;
}

.gt-image-upload-field .gt-input-with-button>input:disabled {
  background-color: var(--neutral-white);
}

.gt-image-upload-field .gt-input-with-button>button {
  padding: 12px 34px;
  width: 200px;
  border-radius: 12px;
}

.gt-accordion-item-card {
  display: flex;
  align-items: center;
  gap: 8px;
}

.gt-accordion-item-card>.gt-icon-container {
  border-radius: 12px;
  background-color: var(--neutral-100);

  padding: 10px;
}

.gt-accordion-item-card .gt-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;

  color: var(--neutral-900);
}

.gt-accordion-item-card .gt-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;

  color: var(--neutral-500);
  margin-top: 10px;
}

.gt-action-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;

  text-align: center;
  margin: 0 auto;
}

.gt-section .gt-section-body .gt-action-card {
  margin-bottom: 80px;
  margin-top: 10px;
}

.gt-avatar-upload-section .gt-upload-controls {
  display: flex;
  align-items: center;
  gap: 14px;
}

.gt-avatar-upload-section .gt-upload-controls .gt-upload-button {
  padding: 8px 12px;
  box-sizing: border-box;
}

.gt-avatar-upload-section .gt-upload-controls .gt-delete-button {
  border: 0;
  height: 34px;
  width: 34px;
}

.gt-signup-page>.gt-title-section>.gt-logo {
  margin-top: 72px;
}

.gt-signup-page>.gt-title-section>.gt-title {
  color: var(--neutral-white, #fff);
  font-size: 64px;
  font-weight: 700;
  line-height: 150%;

  margin-top: 74px;
}

.gt-signup-page>.gt-title-section>.gt-description {
  color: var(--neutral-white, #fff);
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;

  margin-top: 26px;
}

.gt-slide-out .gt-action-card {
  gap: 34px;
}

.gt-action-card .gt-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;

  color: var(--neutral-900);
}

.gt-slide-out .gt-action-card .gt-title {
  font-size: 32px;
  line-height: 36px;
}

.gt-action-card .gt-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;

  color: var(--neutral-500);
  margin-top: 12px;
}

.gt-action-card .gt-description>b {
  color: var(--neutral-900);
}

.gt-action-card .gt-secondary-button {
  width: 215px;
  border: 1px solid;

  padding: 16px 12px;
  gap: 8px;

  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: var(--neutral-400);
}

.gt-action-card.gt-settings-action-card {
  max-width: 700px;
}

.gt-action-card.gt-404-card {
  max-width: 426px;

  gap: 28px;
}

.gt-action-card.gt-settings-action-card .gt-description {
  margin-top: unset;
}

.gt-action-card.gt-settings-action-card .gt-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.gt-action-card.gt-settings-action-card .gt-pill {
  display: inline-block;
}

.gt-action-card.gt-settings-action-card>div:first-of-type {
  margin-top: 28px;
}

.gt-action-card.gt-settings-action-card .gt-action-buttons .gt-button {
  width: 220px;
  white-space: nowrap;
}

.gt-action-card.gt-404-card .gt-action-buttons .gt-button {
  width: 200px;
}

.gt-cover-image-card {
  text-align: center;

  max-width: 490px;
}

.gt-add-game-to-collection-slide-out .gt-cover-image-card {
  margin: 0 auto;
}

.gt-add-game-to-collection-slide-out .gt-form {
  margin-top: 64px;
}

.gt-upgrade-confirmation-page .gt-membership-confirmation-slide-out {
  max-width: 798px;
  align-self: center;
}

.gt-upgrade-confirmation-page .gt-membership-confirmation-slide-out .gt-action-buttons {
  margin-top: 48px;
}

.gt-membership-confirmation-slide-out .gt-action-buttons {
  margin-top: 240px;

  padding: 0 48px;
}

.gt-membership-confirmation-slide-out .gt-action-buttons .gt-icon-with-description {
  display: flex;
  align-items: center;
  gap: 8px;

  color: var(--neutral-400, #94a3b8);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.gt-membership-confirmation-slide-out .gt-action-buttons .gt-button {
  border: 1px solid;
}

.gt-membership-confirmation-slide-out .gt-action-buttons .gt-secondary-button {
  color: var(--neutral-400, #94a3b8);
}

.gt-upload-csv-slideout {
  display: flex;
  flex-direction: column;
}

.gt-upload-csv-slideout .gt-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.gt-cover-image-card>.gt-image-wrapper {
  border: 1px solid var(--neutral-200);
  border-radius: 14px;

  display: inline-block;
  padding: 24px;
}

.gt-cover-image-card>.gt-image-wrapper>img {
  border-radius: 14px;

  /* position: relative; */
}

/* .gt-cover-image-card > img::before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  bottom: -24px;
  right: -24px;
  z-index: -1;

  border: 1px solid var(--neutral-200);
  border-radius: 14px;
} */

.gt-cover-image-card>.gt-title {
  margin-top: 48px;

  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--neutral-900);
}

.gt-cover-image-card>.gt-description {
  margin-top: 18px;

  font-weight: 500;
  font-size: 18px;
  line-height: 18px;

  color: var(--neutral-900);
}

.gt-image-upload-card {
  padding: 10px 12px;
  border: 1px solid var(--neutral-200);
  border-radius: 14px;
}

.gt-image-upload-card>.gt-percentage-bar {
  margin-top: 10px;
}

.gt-image-upload-card .gt-content {
  display: flex;
  gap: 10px;
  align-items: center;
}

.gt-image-upload-card .gt-content .gt-close-button {
  margin-left: auto;
}

.gt-image-upload-card .gt-content .gt-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: var(--neutral-800);
}

.gt-image-upload-card .gt-content .gt-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: var(--neutral-500);
}

.gt-stats-cards-container {
  margin-top: 24px;

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.gt-stats-cards-container.gt-multi-row-stats {
  margin-top: 0;

  flex-basis: 50%;

  grid-template-columns: 1fr 1fr 1fr;
  align-content: flex-start;
}

.gt-stats-cards-container.gt-multi-row-stats .gt-stats-card {
  margin: auto 0;
}

.gt-portfolio-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;

  padding: 20px;

  background-image: linear-gradient(180deg,
      #0f0c29 0%,
      #302b63 50%,
      #24243e 100%);
  color: var(--neutral-white);
  border-radius: 14px;
}

.gt-portfolio-card .gt-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.gt-portfolio-card .gt-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
}

.gt-portfolio-card .gt-login-button {
  width: 200px;
  color: var(--neutral-white);
  padding: 12px 0;
  border: 0;
}

.gt-banner-content-section>.gt-stats-cards-container {
  margin: 0;
}

.gt-banner-section .gt-stats-card {
  flex: 1 1 0;
}

.gt-stats-card {
  padding: 14px;
  border-radius: 14px;
  border: 1px solid var(--neutral-200);

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.gt-stats-card-placeholder {
  height: 110px;
}

.gt-stats-card-placeholder .gt-icon-placeholder {
  width: 52px;
  height: 52px;

  border-radius: 14px;
}

.gt-stats-card-placeholder .gt-label {
  width: 87px;
  height: 15px;
  border-radius: 4px;
}

.gt-stats-card-placeholder .gt-value {
  width: 100%;
  height: 18px;
  border-radius: 4px;
}

.gt-stats-card>.gt-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;

  color: var(--neutral-600);
}

.gt-stats-card .gt-value {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;

  color: var(--neutral-900);
}

.gt-price-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;

  padding: 22px 0;
  border: 1px solid var(--neutral-200);
  border-radius: 14px;
  flex-grow: 1;
}

.gt-banner-content-section>.gt-action-buttons {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.gt-banner-content-section>.gt-action-buttons>.gt-button {
  padding: 12px 0;
  flex-grow: 1;

  border-radius: 1000px;
  color: var(--orange-500, #f97316);
}

.gt-banner-content-section>.gt-action-buttons>.gt-button.gt-add-cart-button {
  background-color: var(--neutral-900);
  color: var(--neutral-white);
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;

  flex-basis: 50%;
}

.gt-action-buttons .gt-dropdown-with-error {
  flex-basis: 50%;
}

.gt-action-buttons .gt-custom-dropdown .gt-input-with-icon {
  height: 48px;
}

/* 
.gt-action-buttons .gt-custom-dropdown .gt-input-with-icon,
.gt-action-buttons .gt-custom-dropdown .gt-input-with-icon .gt-input {
  height: 100%;
} */

.gt-banner-content-section>.gt-action-buttons>.gt-button.gt-button-placeholder {
  height: 40px;
  border: 0;
}

.gt-banner-content-section .gt-description-note {
  padding: 14px;
  border-radius: 12px;

  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--neutral-500);
  background-color: var(--neutral-100);
}

.gt-banner-content-section .gt-description-note-placeholder {
  min-height: 60px;
}

.gt-section .gt-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.gt-section .gt-section-header+.gt-section-header {
  margin-top: 24px;
}

.gt-section .gt-section-header.gt-center-align,
.gt-section .gt-section-body.gt-center-align {
  justify-content: center;
}

.gt-section .gt-section-subheader {
  display: flex;
  gap: 24px;
  justify-content: space-between;

  margin-top: 18px;
}

.gt-section .gt-section-subheader .gt-header-controls .gt-custom-dropdown {
  max-width: 130px;
}

.gt-collections-section .gt-table-header .gt-custom-dropdown {
  max-width: 240px;
}

.gt-collections-section .gt-table-header .gt-table-controls .gt-buttons-container {
  margin-left: auto;
}

.gt-section.gt-membership-cards-section .gt-section-body {
  gap: 48px;
}

.gt-section.gt-membership-cards-section {
  padding-top: 46px;
}

.gt-section .gt-section-subheader .gt-header-controls>.gt-input-with-icon {
  width: 188px;
}

.gt-section .gt-section-subheader .gt-header-controls>.gt-input-with-icon .gt-input {
  width: 100%;
}

.gt-section .gt-section-header .gt-controls {
  display: flex;
  gap: 14px;
}

.gt-section .gt-section-header .gt-primary-button {
  padding: 8px 12px;
}

.gt-cards-section .gt-section-body {
  overflow-x: auto;
  overflow-y: hidden;
}

.gt-section-body {
  position: relative;
  margin-top: 18px;

  display: flex;
  gap: 20px;
}

.gt-section-body.gt-center {
  align-items: center;
  justify-content: center;
}

.gt-section.gt-home-page-content,
.gt-section.gt-about-us-content {
  background-image: url(../assets/images/bg/about-us-section-bg.jpg);
  /* background-size: cover; */
}

.gt-section.gt-home-page-content>.gt-section-body,
.gt-section.gt-about-us-content>.gt-section-body {
  margin-top: -108px;
  flex-direction: column;
  gap: 0;

  text-align: left;

  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.gt-section.gt-about-us-content>.gt-section-body {
  margin-top: -350px;
}

.gt-section.gt-home-page-content .gt-membership-cards-section>.gt-section-body {
  z-index: 1;
}

.gt-section.gt-home-page-content>.gt-section-body:not(:first-child) {
  margin-top: 0;
}

.gt-section.gt-home-page-content>.gt-section-body:first-child {
  padding: 0 48px;
}

.gt-section.gt-about-us-content .gt-section-body .gt-about-us-cards-section,
.gt-section.gt-about-us-content .gt-section-body>.gt-title-with-description {
  padding: 0 120px;

  margin-top: 84px;
}

.gt-section.gt-about-us-content .gt-section-body>.gt-title-with-description .gt-title {
  color: var(--neutral-900, #0f172a);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.gt-section.gt-about-us-content .gt-section-body>.gt-title-with-description .gt-description {
  margin-top: 24px;

  color: var(--neutral-600, #475569);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.gt-section.gt-about-us-content .gt-section-body .gt-about-us-cards-section {
  display: flex;
  flex-direction: column;
  gap: 28px;

  margin-top: 48px;
}

.gt-section.gt-about-us-content .gt-section-body .gt-about-us-card {
  border: 1px solid var(--neutral-100, #f1f5f9);
  border-radius: 24px;

  padding: 28px;
}

.gt-section.gt-about-us-content .gt-section-body .gt-about-us-card .gt-description {
  margin-top: 38px;

  color: var(--neutral-600, #475569);
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.gt-section.gt-about-us-content .gt-section-body .gt-our-team-section {
  margin-top: 64px;
  margin-bottom: 84px;
  padding: 0 88px;
}

.gt-section.gt-about-us-content .gt-section-body .gt-our-team-section>.gt-title {
  color: var(--neutral-900, #0f172a);
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;
}

.gt-section.gt-about-us-content .gt-section-body .gt-our-team-section>.gt-description {
  color: var(--neutral-600, #475569);
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.gt-section.gt-about-us-content .gt-section-body .gt-team-cards-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(296px, 1fr));
  grid-column-gap: 54px;
  grid-row-gap: 48px;

  margin-top: 48px;
  align-items: center;
}

.gt-section.gt-home-page-content .gt-section-body.gt-graded-game-section {
  display: flex;
  flex-direction: column;
  gap: 38px;

  padding: 48px;
}

.gt-section.gt-home-page-content .gt-section-body.gt-membership-cards-section {
  padding: 48px;
  display: block;
}

.gt-section.gt-home-page-content .gt-section-body.gt-membership-cards-section .gt-section-head .gt-title {
  text-align: center;
  font-size: 84px;
  font-weight: 500;
  line-height: 120%;

  background: linear-gradient(103deg, #76e4fc 16%, #5350ff 88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gt-section.gt-home-page-content .gt-section-body.gt-membership-cards-section .gt-section-body {
  margin-top: 38px;
}

.gt-section.gt-home-page-content>.gt-section-body.gt-buy-sell-section {
  padding: 48px;
}

.gt-section-body.gt-buy-sell-section>div {
  margin-top: 24px;
}

.gt-section-body.gt-buy-sell-section .gt-sub-title {
  color: var(--neutral-900, #0f172a);
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;
}

.gt-section-body.gt-buy-sell-section .gt-title {
  font-size: 96px;
  font-weight: 500;
  line-height: 100%;

  background: linear-gradient(103deg, #76e4fc 16%, #5350ff 88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gt-section-body.gt-buy-sell-section .gt-description {
  color: var(--neutral-600, #475569);
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;

  display: flex;
  gap: 100px;
  justify-content: space-between;
}

.gt-section-body.gt-buy-sell-section .gt-description .gt-icon-button {
  padding: 34px;
}

.gt-graded-game-section>.gt-title {
  font-size: 84px;
  font-weight: 500;
  line-height: 100%;

  background: linear-gradient(103deg, #fd499f 16%, #50a0ff 88%, #50ffea 94.27%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gt-graded-game-section>.gt-description {
  color: var(--neutral-600, #475569);
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.gt-landing-page .gt-section-logo {
  margin: 0 auto;
  margin-top: -62px;

  height: 98px;
  width: 98px;
  border-radius: 50%;
  border: 12px solid var(--neutral-white);
  background-color: var(--neutral-900);
  display: flex;
  justify-content: center;
  align-items: center;
}

.gt-landing-page .gt-section-separator-logo {
  border: unset;
  margin: 68px auto;
}

.gt-section.gt-home-page-content>.gt-section-body {
  padding: 0;
  padding-bottom: 48px;
}

.gt-section .gt-section-body.gt-hot-games-section {
  max-width: 1440px;
}

.gt-section .gt-section-body.gt-hot-games-section .gt-section-content {
  padding: 0 120px;
  padding-bottom: 48px;
}

.gt-section-body.gt-hot-games-section .gt-section-content>.gt-title {
  color: var(--neutral-900, #0f172a);
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;

  margin: 68px 0;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gt-section-body.gt-hot-games-section .gt-hot-games-cards-slider {
  position: relative;
}

.gt-section-body.gt-hot-games-section .gt-hot-games-cards-slider .gt-icon-button {
  box-shadow: 0px 10px 40px 0px rgba(39, 41, 55, 0.12);
  border-radius: 100px;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
}

.gt-section-body.gt-hot-games-section .gt-hot-games-cards-slider .gt-icon-button.gt-right-arrow {
  right: -60px;
  left: auto;
}

.gt-section-body.gt-hot-games-section .gt-hot-games-cards-slider .gt-grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-auto-flow: column;
  grid-column-gap: 20px;

  min-width: 100%;
}

.gt-section-body.gt-hot-games-section .gt-hot-games-cards-slider .gt-grids-container {
  display: flex;
  overflow: hidden;
}

.gt-section.gt-collect-with-mynty-section {
  padding-bottom: 48px;
}

.gt-section.gt-collect-with-mynty-section>.gt-title {
  color: var(--neutral-900, #0f172a);
  font-size: 96px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;

  margin-top: 34px;
}

.gt-section.gt-collect-with-mynty-section>.gt-title .gt-gradient-text {
  background: linear-gradient(100deg, #7a3efa 0%, #28d8ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gt-section.gt-collect-with-mynty-section>.gt-description {
  color: var(--neutral-500, #64748b);
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;

  text-align: center;
  margin-top: 28px;
}

.gt-section.gt-collect-with-mynty-section .gt-collect-with-mynty-card {
  margin-top: 68px;
}

.gt-section.gt-home-page-content .gt-section-body.gt-collect-with-mynty-today-section {
  background-image: url(../assets/images/bg/collect-desktop.png);
  background-size: cover;

  padding-top: 74px;
  padding-bottom: 52px;

  text-align: center;

  display: flex;
  align-items: center;
}

.gt-section.gt-home-page-content .gt-section-body.gt-collect-with-mynty-today-section>* {
  max-width: 752px;
}

.gt-section.gt-home-page-content .gt-section-body.gt-collect-with-mynty-today-section .gt-title {
  color: var(--neutral-white, #fff);
  font-size: 96px;
  font-weight: 500;
  line-height: 120%;
}

.gt-section.gt-home-page-content .gt-section-body.gt-collect-with-mynty-today-section .gt-description {
  color: var(--neutral-white, #fff);
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
  /* 36px */

  margin-top: 28px;
}

.gt-section.gt-home-page-content .gt-section-body.gt-collect-with-mynty-today-section .gt-action-button {
  border-radius: 100px;
  background: var(--neutral-white, #fff);

  color: var(--neutral-900, #0f172a);
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;

  padding: 24px;
  margin: 0 auto;
  margin-top: 44px;
}

.gt-grid-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.gt-game-cards-section>.gt-slider {
  margin: 18px 0;
}

.gt-game-cards-section .gt-section-body>.gt-action-card {
  margin-top: 166px;
}

.gt-table-section .gt-section-body>.gt-action-card {
  margin-top: 84px;
}

.gt-product-details-section .gt-section-body {
  padding-bottom: 58px;

  max-height: 150px;
  transition: max-height 0.4s;
  overflow: hidden;
}

.gt-scroll-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);

  display: flex;
  align-items: center;
  justify-content: space-between;

  margin: 0 -20px;
  z-index: 1;
}

.gt-scroll-controls>button {
  box-shadow: 0px 10px 40px rgba(39, 41, 55, 0.12);
  background-color: var(--neutral-white);
  width: 40px;
}

.gt-profile-upload-success {
  display: flex;
  flex-direction: row;
  gap: 12px;

  background: var(--success-50, #f0fdf4);
  border-radius: 12px;
  padding: 12px;
}

.gt-profile-upload-success .gt-title-with-description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gt-profile-upload-success .gt-title {
  color: var(--success-900, #14532d);

  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.gt-profile-upload-success .gt-description {
  color: var(--success-900, #14532d);

  font-size: 12px;
  line-height: 14px;
}

.gt-profile-upload-success .gt-close-button {
  margin-left: auto;
  margin-bottom: auto;
}

.gt-section>.gt-section-header>.gt-title-with-description .gt-description {
  margin-top: 14px;

  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--neutral-500);
}

.gt-section>.gt-section-header .gt-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;

  color: var(var(--neutral-900));
}

.gt-section>.gt-section-header>.gt-header-controls {
  display: flex;
  gap: 24px;
}

.gt-section>.gt-section-header>.gt-header-controls .gt-input {
  height: 40px;
  box-sizing: border-box;
}

.gt-varients-card {
  padding: 14px;

  max-width: 500px;
  min-width: 340px;
  box-sizing: border-box;

  border: 1px solid var(--neutral-100);
  border-radius: 14px;
}

.gt-varients-card>.gt-content {
  display: flex;
  gap: 12px;
}

.gt-varients-card>.gt-content>img {
  border-radius: 4px;
}

.gt-varients-card>.gt-content .gt-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;

  color: var(--neutral-900);
}

.gt-varients-card>.gt-content .gt-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;

  color: var(--neutral-500);
  margin-top: 14px;
}

.gt-varients-card>.gt-action-buttons {
  display: flex;
  justify-content: space-between;
  gap: 18px;

  margin-top: 18px;
}

.gt-varients-card>.gt-action-buttons>.gt-button {
  padding: 12px 0;
  min-width: 118px;
  text-align: center;
}

.gt-varients-card>.gt-action-buttons>.gt-button.gt-primary-button {
  flex-grow: 1;
}

.gt-varients-card>.gt-action-buttons>.gt-button.gt-amazon {
  flex-grow: 1;
}

.gt-varients-card>.gt-action-buttons>.gt-button.gt-icon-button {
  min-width: 40px;
  height: 40px;
  padding: 0;
  color: var(--neutral-200);
  flex-grow: 0;

  border-radius: 50%;
}

.gt-team-card {
  border-radius: 24px;
  overflow: hidden;

  width: 298px;
  height: 444px;
  padding: 18px;

  display: flex;
  box-sizing: border-box;
}

.gt-team-card:nth-child(1) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.81%, #000 100%),
    url(../assets/images/team/Jason_1.jpg), lightgray 50% / cover no-repeat;
}

.gt-team-card:nth-child(2) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.81%, #000 100%),
    url(../assets/images/team/Matt_1.jpg), lightgray 50% / cover no-repeat;
}

.gt-team-card:nth-child(3) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.81%, #000 100%),
    url(../assets/images/team/Pink_1.jpg), lightgray 50% / cover no-repeat;
}

.gt-team-card .gt-title-with-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;

  margin-top: auto;
}

.gt-team-card .gt-title-with-description .gt-title {
  color: var(--neutral-white, #fff);
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.gt-team-card .gt-title-with-description .gt-description {
  color: var(--neutral-white, #fff);
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.gt-condition-card {
  padding: 12px 14px;

  display: flex;
  align-items: center;
  gap: 12px;

  border-radius: 14px;
}

.gt-condition-card.gt-good {
  background-color: var(--neutral-100);
  border: 1px solid var(--neutral-200);
}

.gt-condition-card.gt-very-good {
  background-color: var(--info-50);
  border: 1px solid var(--info-200);
}

.gt-condition-card.gt-near-mint {
  background-color: var(--tertiary-50);
  position: relative;
  border-radius: 14px;
}

.gt-condition-card.gt-near-mint::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -1px;
  /* margin-left: -0.5px; */
  z-index: -1;
  background: conic-gradient(from 248.92deg at 107.81% 60.96%,
      #2f80ed -19.26deg,
      #de11ff 36.64deg,
      #ff4da2 96.23deg,
      #ffe177 138.59deg,
      #2f80ed 299.7deg,
      #2f80ed 340.74deg,
      #de11ff 396.64deg);

  border-radius: 15px;
}

.gt-console-empty-cover-page .gt-condition-card.gt-near-mint::before {
  margin-top: -0.5px;
}

.gt-condition-card .gt-title-with-description .gt-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;

  color: var(--neutral-900);
  margin-top: 8px;
}

.gt-condition-card .gt-title-with-description .gt-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;

  color: var(--neutral-600);
}

.gt-game-card {
  padding: 14px;
  min-width: 300px;
  flex-grow: 1;
  box-sizing: border-box;

  border: 1px solid var(--neutral-200);
  backdrop-filter: blur(7.5px);
  border-radius: 24px;

  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gt-game-card-placeholder>.gt-placeholder-bg-dark {
  height: 54px;
  width: 100%;
  box-sizing: border-box;
}

.gt-game-card-placeholder .gt-cover-wrapper {
  width: 192px;
  height: 193px;
  box-sizing: border-box;
}

.gt-game-card .gt-cover-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gt-game-card .gt-cover-wrapper {
  padding: 12px;

  border: 1px solid var(--neutral-200);
  border-radius: 14px;
  align-self: center;
}

.gt-game-card .gt-cover-wrapper img {
  border-radius: 10px;
}

.gt-game-card .gt-add-folder-button {
  border: 0;
}

.gt-game-card>.gt-title-with-description .gt-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;

  color: var(--neutral-900);
  height: 52px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;

  @supports (-webkit-line-clamp: 2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.gt-game-card>.gt-title-with-description .gt-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;

  color: var(--neutral-900);
  margin-top: 8px;
}

.gt-game-card .gt-attributes-container {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: stretch;
}

.gt-game-card .gt-attributes-container .gt-title-with-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;

  flex-basis: 100%;
}

.gt-game-card .gt-attributes-container .gt-title-with-description .gt-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;

  color: var(--neutral-900);
}

.gt-game-card .gt-attributes-container .gt-title-with-description .gt-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}

.gt-game-card>.gt-action-button {
  padding: 12px 0;
}

.gt-collect-with-mynty-card {
  display: flex;
  gap: 28px;
}

.gt-collect-with-mynty-card.gt-reversed {
  flex-direction: row-reverse;
}

.gt-collect-with-mynty-card>img {
  width: 40%;

  border-radius: 12px;
}

.gt-collect-with-mynty-card .gt-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.gt-collect-with-mynty-card .gt-card-content .gt-title {
  color: var(--neutral-900, #0f172a);
  font-size: 64px;
  font-weight: 500;
  line-height: 150%;
}

.gt-collect-with-mynty-card .gt-card-content .gt-description {
  color: var(--neutral-500, #64748b);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.gt-product-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gt-product-features .gt-item {
  display: flex;
  gap: 14px;
  align-items: center;

  min-width: 458px;
}

.gt-product-features .gt-item .gt-icon-container {
  padding: 10px;
  border-radius: 12px;

  border: 1px solid var(--neutral-200);
}

.gt-product-features .gt-item .gt-label-with-value .gt-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;

  color: var(--neutral-600);
}

.gt-product-features .gt-item .gt-label-with-value .gt-value {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;

  color: var(--neutral-900);
}

.gt-product-description {
  flex-grow: 1;
}

.gt-product-description .gt-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;

  color: var(--neutral-900);
}

.gt-product-description .gt-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;

  margin-top: 14px;

  color: var(--neutral-500);
}

.gt-product-details-section.gt-no-data .gt-product-features {
  gap: 48px;
}

.gt-product-details-section .gt-action-button {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  transition: top 0.4s;

  padding: 10px 12px;
}

.gt-product-details-section .gt-partially-hide-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: top 0.4s;

  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) -11.56%,
      rgba(255, 255, 255, 0.92) 26.07%,
      #ffffff 100%);
}

.gt-product-details-section .gt-partially-hide-content.gt-show {
  top: 100%;
}

.gt-sale-section.gt-has-separator {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--neutral-200, #e2e8f0);
}

.gt-table-section .gt-section-body {
  overflow-x: auto;
}

.gt-table-container .gt-table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gt-table-container:not(.gt-selection-on) .gt-table-controls .gt-buttons-container,
.gt-table-container:not(.gt-selection-on) table tr td:last-child {
  display: none;
}

.gt-table-header .gt-table-controls {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 4px;
}

.gt-table-header .gt-table-controls .gt-buttons-container {
  display: flex;
  align-items: center;
  gap: 18px;
}

.gt-table-header .gt-table-controls .gt-input {
  padding: 10px;
}

.gt-table-header .gt-table-controls .gt-input-with-icon {
  margin-left: auto;
}

.gt-table-header .gt-button {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;

  padding: 8px 12px;
}

.gt-table-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gt-settings-table-container {
  width: 100%;
  padding: 18px;
  border: 1px solid var(--neutral-200);
  border-radius: 14px;

  display: flex;
  flex-direction: column;
  gap: 24px;

  overflow-x: auto;
}

.gt-settings-table-container .gt-table-heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;

  color: var(--neutral-900);
}

.gt-settings-table-container .gt-table-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;

  color: var(--neutral-900);

  display: flex;
  align-items: center;
  gap: 24px;
}

.gt-settings-table-container .gt-table-description .gt-button {
  padding: 8px 26px;
}

.gt-settings-table {
  width: 100%;
  text-align: left;

  border-collapse: collapse;
  min-width: 1000px;
}

.gt-settings-table th {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;

  border-bottom: 1px solid var(--neutral-200);

  color: var(--neutral-500);
}

.gt-settings-table tbody tr:nth-child(even) {
  background-color: var(--neutral-50);
}

.gt-settings-table td {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;

  color: var(--neutral-900);
}

.gt-settings-table th,
.gt-settings-table td {
  padding: 12px;
}

.gt-classic-table {
  border-collapse: collapse;

  flex-grow: 1;
}

.gt-transaction-table {
  min-width: 960px;
}

.gt-transaction-table-placeholder td .gt-placeholder-bg {
  margin: 12px;
  height: 48px;
}

.gt-slide-out .gt-transaction-table {
  min-width: 770px;
  border-spacing: 2px 14px;
  border-collapse: separate;
  white-space: nowrap;

  margin-top: 18px;
}

.gt-slide-out .gt-transaction-table tr {
  height: 76px;
  outline: 1px solid var(--neutral-100);
  border-radius: 14px;
}

.gt-slide-out .gt-transaction-table td {
  border-radius: 14px;
}

.gt-classic-table tr {
  border-bottom: 1px solid var(--neutral-100);
}

.gt-classic-table td {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--neutral-900);

  padding: 12px;
}

.gt-classic-table td.gt-primary-color {
  color: var(--primary-500);
}

.gt-classic-table td.gt-table-menu {
  border-radius: 14px;
}

.gt-transaction-table-placeholder td {
  padding: 0;
}

.gt-classic-table td.gt-tablerow-menu,
.gt-classic-table td:last-child {
  width: 48px;
}

.gt-transaction-table-placeholder tr td:last-child {
  display: table-cell !important;
  width: 80px;
}

.gt-classic-table td.gt-small {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}

.gt-classic-table td.gt-date {
  font-weight: 400;
}

.gt-classic-table td.gt-purple {
  color: var(--primary-500);
}

.gt-classic-table td.gt-light {
  color: var(--neutral-500);
}

.gt-classic-table td .gt-icon-button {
  height: auto;
}

.gt-list-table {
  flex-grow: 1;
  overflow-x: auto;

  display: flex;
  flex-direction: column;
  gap: 18px;
}

.gt-list-table .gt-list-item-wrapper {
  padding: 14px;
  box-sizing: border-box;
  border-radius: 14px;
  border: 1px solid var(--neutral-200);
  min-width: fit-content;
}

.gt-list-table .gt-list-item-wrapper .gt-title-section .gt-cover-image {
  border-radius: 4px;
}

.gt-list-table .gt-list-item-wrapper .gt-accordion.gt-active+.gt-accordion-panel,
.gt-list-table .gt-list-item:not(:first-child) {
  margin-top: 12px;
}

.gt-list-table .gt-list-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.gt-list-table .gt-list-item.gt-accordion {
  cursor: pointer;
}

.gt-list-table .gt-list-item-value {
  padding: 12px;
  box-sizing: border-box;
}

.gt-list-table .gt-list-item .gt-title-section {
  display: flex;
  align-items: center;
  gap: 8px;

  width: 448px;
  max-width: 448px;
  flex-grow: 1;
  padding-left: 60px;
  position: relative;
}

.gt-list-table .gt-list-item .gt-title-section .gt-expand-button {
  position: absolute;
  left: 12px;
}

.gt-list-table .gt-list-item .gt-price-range {
  min-width: 168px;
}

.gt-list-table .gt-list-item .gt-population-container {
  display: flex;
  gap: 4px;
  align-items: center;
}

.gt-list-table .gt-label-with-value.gt-population-value {
  padding: 12px 16px;
  text-align: center;

  border-radius: 12px;
  border: 1px solid var(--neutral-100);
}

.gt-list-table .gt-label-with-value>.gt-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;

  color: var(--neutral-500);
}

.gt-list-table .gt-label-with-value>.gt-value {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;

  color: var(--neutral-900);
  margin-top: 8px;
}

.gt-list-table .gt-label-with-value.gt-price-range {
  padding: 12px;
}

.gt-list-table .gt-label-with-value.gt-price-range>.gt-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.gt-list-table .gt-label-with-value.gt-price-range>.gt-value {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}

.gt-list-table-placeholder .gt-box {
  border-radius: 14px;
  height: 40px;
}

.gt-list-table-placeholder .gt-small-box {
  width: 40px;
}

.gt-list-table-placeholder .gt-large-box {
  flex-grow: 1;
}

.gt-collection-details-table {
  min-width: 1024px;
  width: 100%;
}

.gt-collection-details-table tr {
  border: 0;
}

.gt-collection-details-table.gt-outlined-rows {
  border-spacing: 2px 14px;
  border-collapse: separate;
  white-space: nowrap;
}

.gt-collection-details-table.gt-outlined-rows tr {
  height: 76px;
  outline: 1px solid var(--neutral-100);
  border-radius: 14px;

  background-color: unset;
}

.gt-collection-details-table:not(.gt-outlined-rows) tr:nth-child(even) {
  background-color: var(--neutral-50);
}

.gt-collection-details-table .gt-checkbox-column .gt-checkbox {
  height: 20px;
  width: 20px;
}

.gt-collection-details-table-placeholder {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gt-collection-details-table-placeholder .gt-placeholder-bg {
  padding: 14px;
  display: flex;
  gap: 18px;
}

.gt-collection-details-table-placeholder .gt-placeholder-bg-dark {
  height: 48px;
  box-sizing: border-box;
  flex-grow: 1;
}

.gt-collection-details-table-placeholder .gt-placeholder-bg-dark:first-child {
  max-width: 48px;
}

.gt-no-collection-search-res {
  margin-top: 108px;
  margin-bottom: 146px;
}

.gt-collection-details-item .gt-label-with-value {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;

  padding: 0 12px;
}

.gt-collection-details-item .gt-label-with-value .gt-checkbox {
  width: 20px;
  width: 20px;
}

.gt-collection-details-item .gt-label-with-value.gt-left-align {
  align-items: flex-start;
}

.gt-collection-details-item .gt-collection-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.gt-collection-details-item .gt-collection-info>img {
  border-radius: 4px;
}

.gt-collection-details-item .gt-collection-info .gt-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--neutral-900);
}

.gt-collection-details-item .gt-label-with-value .gt-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--neutral-500);
}

.gt-collection-details-item .gt-label-with-value .gt-label.gt-dark {
  color: var(--neutral-900);
}

.gt-collection-details-item .gt-label-with-value .gt-value {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;

  color: var(--neutral-900);
}

.gt-collection-details-item .gt-label-with-value .gt-value .gt-pill,
.gt-collection-details-item .gt-label-with-value .gt-value .gt-text-button {
  font: inherit;
  line-height: inherit;
}

.gt-collection-details-item .gt-label-with-value .gt-value .gt-pill {
  font-weight: 400;
  padding: 4px 12px;
}

.gt-collection-list {
  display: flex;
  flex-direction: column;
  gap: 14px;

  max-width: 100%;
}

.gt-collection-list-item {
  display: flex;
  gap: 24px;
  align-items: center;

  padding: 18px;
  border: 1px solid var(--neutral-100);
  border-radius: 14px;
}

.gt-collection-list-item .gt-collection-info {
  display: flex;
  gap: 24px;
  align-items: center;

  padding-right: 24px;
  border-right: 1px solid var(--neutral-300);

  min-width: 626px;
}

.gt-collection-list-item .gt-collection-info-placeholder {
  flex-direction: column;
  align-items: flex-start;
}

.gt-collection-list-item .gt-collection-info .gt-logo-placeholder {
  width: 500px;
  height: 76px;
}

.gt-collection-list-item .gt-collection-info .gt-description-placeholder {
  width: 240px;
  height: 18px;
}

.gt-collection-list-item .gt-collection-info .gt-logo-container {
  padding: 8px 0;
  border: 1px solid var(--neutral-100);
  border-radius: 12px;

  width: 268px;
  display: flex;
  justify-content: center;
}

.gt-collection-list-item .gt-collection-info .gt-label-with-value .gt-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;

  color: var(--neutral-600);
}

.gt-collection-list-item .gt-collection-info .gt-label-with-value .gt-value {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--neutral-900);

  margin-top: 12px;

  display: flex;
  gap: 12px;
}

.gt-collection-list-item .gt-collection-info .gt-label-with-value .gt-icon-with-percentage {
  display: flex;
  gap: 4px;
  align-items: center;

  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: var(--neutral-500);
}

.gt-collection-list-item .gt-collection-details {
  display: flex;
  gap: 24px;
  align-items: center;
}

.gt-collection-list-item .gt-collection-cards-container {
  display: flex;
  gap: 18px;

  overflow-x: auto;
}

.gt-game-page .gt-table-section .gt-section-body,
.gt-last-section {
  padding-bottom: 124px;
}

.gt-console-logo-section>.gt-section-body {
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}

.gt-console-logo-section .gt-section-body>.gt-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;

  color: var(--neutral-900);
}

.gt-console-logo-section>.gt-section-body img {
  max-width: 100%;
}

.gt-console-logo-section .gt-logo-container {
  padding: 24px;

  border: 1px solid var(--neutral-100);
  border-radius: 12px;
}

.gt-console-stats-section .gt-tab-button {
  width: 208px;
}

.gt-console-stats-section.gt-top-section {
  margin-top: 106px;
}

.gt-console-stats-section .gt-section-body .gt-chart-container {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 50%;
  overflow: hidden;
}

/* .gt-console-stats-section .gt-section-body .gt-chart-container .gt-overflow-x,
.gt-console-stats-section
  .gt-section-body
  .gt-chart-container
  .gt-chart-wrapper {
  height: 100%;
  width: 100%;
  overflow: visible;
} */

.gt-console-stats-section .gt-chart-container #gt-population-chart {
  max-height: 245px;
}

.gt-console-stats-section .gt-section-body .gt-chart-container canvas {
  max-height: 260px;
}

.gt-slider {
  position: relative;
  overflow: hidden;
}

.gt-slider .gt-slider-controls {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gt-slider .gt-slider-body {
  display: flex;
  gap: 18px;

  position: relative;
  z-index: 1;
}

.gt-slider .gt-slider-body.gt-scrollable {
  margin: 0 52px;
  overflow: auto;
  scroll-behavior: smooth;
}

.gt-slider .gt-slider-body:not(.gt-scrollable)+.gt-slider-controls {
  display: none;
}

.gt-slider .gt-slider-controls .gt-icon-button {
  background-color: var(--neutral-white);
  width: 38px;
  height: 38px;
}

.gt-footer-section {
  background-color: var(--neutral-900);
  margin-top: auto;
}

.gt-footer-section::before {
  content: "";
}

.gt-game-page .gt-footer-section {
  margin-top: 0;
}

.gt-footer-section .gt-section-body {
  gap: 48px;
}

.gt-footer-section .gt-section-body {
  border-bottom: 1px solid var(--neutral-700);
}

.gt-footer-section .gt-logo-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-grow: 1;

  padding: 38px 0;
}

.gt-footer-section .gt-logo-section>img {
  object-fit: contain;
}

.gt-footer-section .gt-copyright-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;

  color: var(--neutral-500);
}

.gt-footer-section .gt-links-section {
  padding: 14px 0;
  border-left: 1px solid var(--neutral-700);
  border-right: 1px solid var(--neutral-700);
}

.gt-footer-section .gt-links-section>ul {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: var(--neutral-300);

  list-style: none;
  border-bottom: 0;

  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 14px;
  margin: 0;
  width: 216px;
}

.gt-footer-section .gt-links-section>ul:not(:last-child) {
  border-bottom: 1px solid var(--neutral-700);
}

.gt-footer-section .gt-links-section>ul>li>a {
  color: var(--neutral-300);
}

.gt-footer-section .gt-social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 24px;

  padding: 38px 0;
  min-width: 300px;
  text-align: center;
}

.gt-footer-section .gt-social-section .gt-social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.gt-footer-section .gt-social-section .gt-button {
  padding: 16px 0;
  width: 100%;
  border: 1px solid;
  border-radius: 100px;

  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}

.gt-footer-section .gt-footer-desclaimer {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--neutral-400);

  margin-top: 18px;
  padding-bottom: 34px;

  display: flex;
  gap: 18px;
}

.gt-footer-section .gt-footer-desclaimer>p {
  flex-basis: 50%;
}

.gt-footer-section .gt-footer-desclaimer>p:not(:last-child) {
  border-right: 1px solid var(--neutral-700);
}

.gt-footer-section .gt-footer-desclaimer>p a {
  color: var(--primary-500);
  text-decoration: none;
}

.gt-chart-container {
  border: 1px solid var(--neutral-200);
  border-radius: 14px;

  padding: 18px;
}

.gt-chart-container-placeholder {
  min-height: 400px;
  height: 100%;
}

.gt-console-multiline-chart-placeholder {
  min-height: auto;
  height: auto;
  max-height: 300px;
  min-width: 0;
  flex-grow: 1;

  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gt-chart-container-placeholder>div {
  border-radius: 4px;
}

.gt-chart-container-placeholder .gt-title {
  width: 87px;
  height: 15px;
}

.gt-chart-container-placeholder .gt-body {
  width: 100%;
  height: 210px;
}

.gt-chart-container-placeholder .gt-description {
  width: 100%;
  height: 18px;
}

.gt-chart-container .gt-custom-combobox {
  margin-bottom: 24px;
}

.gt-chart-wrapper {
  min-width: 600px;
  position: relative;
}

.gt-chart-wrapper .gt-chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gt-chart-controls {
  display: flex;
  gap: 14px;

  position: absolute;
  top: -4px;
  left: 0;
}

.gt-chart-controls .gt-text-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;

  min-width: 46px;

  padding: 10px 14px;

  color: var(--neutral-500);
}

.gt-chart-controls .gt-text-button.gt-active {
  color: var(--primary-500);
  border-bottom: 1px solid;
}

.gt-value-range-chart .gt-label {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;

  color: var(--neutral-600);
}

.gt-value-range-chart .gt-value {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;

  color: var(--neutral-900);
  margin-top: 8px;
}

.gt-value-range-chart .gt-chart-controls {
  position: relative;
}

.gt-chart-container .gt-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;

  color: var(--neutral-900);
}

.gt-portfolio-value-chart .gt-chart-controls {
  position: relative;
}

.gt-portfolio-value-chart .gt-duration-with-icon {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;

  color: var(--neutral-400);
}

.gt-portfolio-value-chart .gt-duration-with-icon .gt-price-value {
  color: var(--neutral-900);
}

.gt-portfolio-value-chart .gt-label-with-value .gt-value {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gt-chart-container .gt-chart-header {
  display: flex;
  justify-content: space-between;
}

.gt-select {
  border: 1px solid #e2e8f0;
  border-radius: 10px;

  font-weight: 400;
  font-size: 14px;
  line-height: 20px;

  padding: 10px;
  flex-grow: 1;

  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 50%;
}

.gt-custom-combobox {
  position: relative;
  background-color: var(--neutral-white);

  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--neutral-700);
}

.gt-dropdown-with-error .gt-error {
  display: none;

  font-weight: 400;
  font-size: 14px;
  line-height: 14px;

  color: var(--danger-500);
}

.gt-dropdown-with-error.gt-has-error .gt-error {
  display: block;
}

.gt-custom-dropdown {
  position: relative;
  flex-grow: 1;
}

.gt-custom-dropdown .gt-input-with-icon {
  height: 40px;
}

.gt-custom-dropdown-placeholder {
  height: 42px;
}

.gt-custom-combobox .gt-input-with-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gt-custom-dropdown .gt-input-with-icon .gt-input {
  padding: 0 10px;
  height: 100%;
  border: 1px solid var(--neutral-200);
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
}

.gt-custom-dropdown .gt-input-with-icon .gt-input:disabled {
  background: var(--neutral-white);
  cursor: pointer;
}

.gt-dropdown-with-error.gt-has-error .gt-dropdown-search {
  border-color: var(--danger-500);
}

.gt-custom-dropdown .gt-input-with-icon .gt-icon {
  margin-left: -30px;

  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.gt-custom-combobox.gt-expanded .gt-input-with-icon .gt-arrow-down,
.gt-custom-combobox .gt-input-with-icon .gt-search-icon {
  display: none;
}

.gt-custom-combobox .gt-input-with-icon .gt-arrow-down,
.gt-custom-combobox.gt-expanded .gt-input-with-icon .gt-search-icon {
  display: block;
}

.gt-custom-dropdown .gt-input-with-icon .gt-search-icon {
  display: none;
}

.gt-custom-dropdown .gt-dropdown-menu {
  display: none;
  padding: 8px;
  border-radius: 12px;
  border-right: 1px solid var(--neutral-100);
  box-shadow: 0px 10px 40px rgba(39, 41, 55, 0.12);
  background-color: var(--neutral-white);

  position: absolute;
  left: 0;
  right: 0;
  margin-top: 8px;
  z-index: 2;
}

.gt-tablerow-menu .gt-dropdown-menu {
  left: auto;
  right: 12px;
  width: 108px;
  z-index: 1;
}

.gt-custom-dropdown.gt-expanded .gt-dropdown-menu {
  display: block;
}

.gt-custom-dropdown .gt-dropdown-menu .gt-item {
  display: block;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;

  display: flex;
  justify-content: space-between;
  align-items: center;

  transition: font-weight 0.1s;
}

.gt-custom-dropdown:not(.gt-custom-combobox) .gt-dropdown-search {
  pointer-events: none;
  cursor: pointer;
}

.gt-custom-dropdown .gt-dropdown-menu .gt-item.gt-grayed {
  color: var(--neutral-500);
}

.gt-custom-dropdown .gt-dropdown-menu .gt-item>.gt-label {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}

.gt-custom-dropdown .gt-dropdown-menu .gt-item:not(.gt-grayed):hover {
  font-weight: bold;
}

.gt-custom-combobox .gt-action-button .gt-dropdown-placeholder {
  color: var(--neutral-400);
}

.gt-sale-details {
  display: flex;
  flex-direction: column;
  gap: 12px;

  flex-basis: 50%;
}

.gt-sale-details .gt-row {
  display: flex;
  justify-content: space-between;
}

.gt-sale-details .gt-row-placeholder {
  height: 48px;
}

.gt-sale-details .gt-row .gt-label-with-value {
  flex-basis: 50%;
}

.gt-sale-details .gt-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;

  color: var(--neutral-600);
}

.gt-sale-details .gt-value {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;

  margin-top: 14px;
}

.gt-sale-details .gt-value.gt-dark {
  font-weight: 700;
}

.gt-company-links {
  display: flex;
  gap: 24px;
}

.gt-company-links>a {
  display: block;
  flex-grow: 1;
  padding: 14px 0;

  cursor: pointer;
}

.gt-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(7.5px);
  z-index: 3;
}

.gt-search-dropdown-overlay {
  position: fixed;
  top: 68px;
  left: 0;
  bottom: 0;
  right: 0;

  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(7.5px);
  z-index: 3;
}

.gt-slide-out {
  background-color: var(--neutral-white);
  padding-bottom: 34px;
  width: 100%;
  max-width: 528px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: max-width 0.3s;

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;

  z-index: 3;
}

.gt-slide-out .gt-action-card {
  padding: 64px;
}

.gt-slide-out .gt-action-buttons {
  padding-top: 34px;

  margin-top: 48px;
}

.gt-slide-out.gt-large {
  max-width: 866px;
}

.gt-slide-out.gt-medium {
  max-width: 746px;
}

.gt-slide-out.gt-collapsed {
  max-width: 0;
}

.gt-slide-out .gt-header {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;

  border-bottom: 1px solid var(--neutral-100);
}

.gt-slide-out>section {
  padding-left: 48px;
  padding-right: 48px;
}

.gt-slide-out .gt-header .gt-close-button {
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
}

.gt-slide-out .gt-header .gt-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;

  color: var(--neutral-900);
}

.gt-slide-out .gt-header .gt-title.gt-center {
  text-align: center;
}

.gt-slide-out .gt-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-top: 28px;
}

.gt-slide-out>.gt-content {
  margin-top: 24px;
}

.gt-slide-out .gt-transaction-table {
  min-width: 770px;
  border-spacing: 2px 14px;
  border-collapse: separate;
  white-space: nowrap;

  margin-top: 18px;
}

.gt-slide-out .gt-transaction-table tr {
  height: 76px;
  outline: 1px solid var(--neutral-100);
  border-radius: 14px;
}

.gt-slide-out .gt-transaction-table td {
  border-radius: 14px;
}

.gt-slide-out .gt-pagination {
  margin-top: 34px;
}

.gt-graded-details-slide-out .gt-population-values>.gt-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: var(--neutral-900);
}

.gt-graded-details-slide-out .gt-population-values>.gt-values {
  margin-top: 14px;

  display: flex;
  justify-content: space-between;
}

.gt-graded-details-slide-out .gt-population-values>.gt-values>.gt-item {
  min-width: 56px;
  flex-grow: 1;
  flex-basis: 0;
  padding: 12px 0;
  text-align: center;

  border: 1px solid var(--neutral-100);
}

.gt-graded-details-slide-out .gt-population-values>.gt-values>.gt-item>.gt-label {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: var(--neutral-400);
}

.gt-graded-details-slide-out .gt-population-values>.gt-values>.gt-item>.gt-value {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: var(--neutral-800);

  margin-top: 8px;
}

.gt-add-game-to-collection-slide-out .gt-radio-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;

  padding: 12px;
}

.gt-game-cover-slide-out .gt-content>.gt-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;

  color: var(--neutral-900);
}

.gt-game-cover-slide-out .gt-content>.gt-details {
  margin-top: 66px;

  text-align: center;
}

.gt-game-cover-slide-out .gt-content>.gt-details>img {
  max-height: 558px;
  max-width: 100%;
  height: auto;

  margin-top: 48px;
}

.gt-slide-out .gt-stats-container {
  display: flex;
  align-items: center;
  gap: 20px;

  padding: 14px 0;
  background-color: var(--neutral-100);
  border: 1px solid var(--neutral-200);
  border-radius: 14px;
}

.gt-slide-out .gt-stats-container>.gt-item {
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex-grow: 1;

  text-align: center;
}

.gt-slide-out .gt-stats-container>.gt-item>.gt-label {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: var(--neutral-600);
}

.gt-slide-out .gt-stats-container>.gt-item>.gt-value {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--neutral-900);
}

.gt-slide-out .gt-stats-container>.gt-item>.gt-custom-dropdown {
  align-self: center;
  min-width: 200px;
}

.gt-restrict-graded-slide-out .gt-action-modal {
  text-align: center;
  width: auto;
}

.gt-restrict-graded-slide-out .gt-action-buttons>.gt-button {
  color: var(--neutral-400);
}

.gt-restrict-graded-slide-out .gt-action-buttons>.gt-button.gt-primary-button {
  color: var(--neutral-white);
  background-color: var(--neutral-900);
}

.gt-upgrade-warning-slide-out .gt-modal-content .gt-title-with-description .gt-description {
  margin-top: 14px;
}

.gt-nav-menu {
  text-align: left;
}

.gt-nav-menu>.gt-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gt-nav-menu .gt-signup-button {
  padding: 12px;
  width: 100%;

  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.gt-nav-menu:not(.gt-logged-in) .gt-for-logged-in,
.gt-nav-menu.gt-logged-in .gt-for-logged-out {
  display: none;
}

.gt-nav-menu .gt-logout-button {
  padding: 14px 0;
}

.gt-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.gt-action-modal {
  width: 578px;

  display: flex;
  flex-direction: column;
  gap: 34px;
  text-align: center;

  padding: 64px;
  border-radius: 24px;
  box-sizing: border-box;
  background-color: var(--neutral-white);
}

.gt-action-modal.gt-small-padding {
  padding: 24px;
}

.gt-action-modal.gt-medium-padding {
  padding: 34px;
}

.gt-action-modal.gt-small-width {
  max-width: 458px;
  gap: 24px;
}

.gt-action-modal.gt-large-width {
  width: 698px;
}

.gt-action-modal .gt-modal-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}

.gt-action-modal.gt-left-align .gt-modal-content {
  align-items: flex-start;
}

.gt-action-modal .gt-modal-content .gt-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;

  color: var(--neutral-900);
}

.gt-action-modal .gt-modal-content .gt-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;

  color: var(--neutral-500);
}

.gt-action-modal .gt-action-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.gt-action-modal .gt-action-buttons>button {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  padding: 16px 0;
  flex-grow: 1;
  max-width: 216px;

  color: var(--neutral-white);
}

.gt-action-modal .gt-action-buttons>.gt-secondary-button {
  color: var(--neutral-400);
  border: 1px solid;
}

.gt-action-modal.gt-contact-us-modal {
  width: 698px;
}

.gt-action-modal.gt-contact-us-modal .gt-form {
  width: 100%;
}

.gt-action-modal.gt-contact-us-modal .gt-action-buttons {
  justify-content: space-between;
}

.gt-action-modal.gt-not-registered-modal {
  width: 458px;
}

.gt-action-modal.gt-failed-verification-modal .gt-action-buttons .gt-button {
  color: var(--neutral-white);

  width: 100px;
}

.gt-upgrade-journey-modal {
  background-image: url(../assets/images/bg/upgrade-journey-modal-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  gap: 18px;
  height: 698px;
  box-sizing: border-box;
}

#gt-upgrade-journey-welcome-modal {
  background-image: url(../assets/images/bg/upgrade-journey-welcome-modal-bg.png);
}

#gt-upgrade-journey-collection-modal {
  background-image: url(../assets/images/bg/gt-upgrade-journey-collection-modal-bg.png);
}

#gt-upgrade-journey-evaluation-modal {
  background-image: url(../assets/images/bg/gt-upgrade-journey-evaluation-modal-bg.png);
}

#gt-upgrade-journey-verify-modal {
  background-image: url(../assets/images/bg/gt-upgrade-journey-verify-modal-bg.png);
}

.gt-upgrade-journey-modal .gt-modal-content .gt-title {
  color: var(--neutral-white, #fff);
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

.gt-upgrade-journey-modal .gt-modal-content .gt-description {
  color: var(--neutral-white, #fff);
  max-width: 492px;

  height: 72px;
  box-sizing: border-box;
}

.gt-upgrade-journey-modal .gt-modal-content .gt-progress-steps {
  margin-top: 14px;
}

.gt-upgrade-journey-modal .gt-action-buttons {
  margin-top: 54px;
}

.gt-upgrade-journey-modal .gt-action-buttons .gt-primary-button {
  background: var(--neutral-white, #fff);

  color: var(--neutral-900, #0f172a);
  border: unset;
}

.gt-upgrade-journey-modal .gt-action-buttons>.gt-secondary-button {
  color: var(--neutral-200);
}

@media (max-width: 1920px) {
  .gt-game-cover-gallary>.gt-selected-image img {
    height: auto;
  }

  .gt-game-cover-gallary>.gt-selected-image {
    max-height: 588px;
    max-width: 588px;
    flex-grow: 0;
  }
}

@media (max-width: 1440px) {
  .gt-console-stats-section .gt-section-body {
    flex-direction: column;
  }

  .gt-console-stats-section .gt-stats-cards-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    flex-direction: row;
  }

  .gt-console-stats-section .gt-stats-cards-container .gt-stats-card {
    min-width: 240px;
  }

  .gt-grid-section {
    grid-template-columns: repeat(auto-fit, minmax(338px, 1fr));
  }
}

@media (max-width: 1200px) {

  .gt-stats-section .gt-stats-values-container,
  .gt-stats-cards-container {
    flex-direction: column;
  }

  .gt-landing-page:not(.gt-home-page) .gt-banner-section .gt-third-image {
    display: none;
  }

  .gt-landing-page.gt-home-page .gt-banner-section .gt-third-image {
    height: 34px;
  }
}

@media (max-width: 1024px) {
  .gt-table-container .gt-table-header {
    flex-wrap: wrap;
  }

  .gt-collections-section .gt-table-header .gt-collection-search {
    flex-basis: 100%;
    max-width: unset;
  }

  .gt-collections-section .gt-table-header .gt-custom-dropdown {
    max-width: unset;
  }

  .gt-table-header .gt-table-controls {
    flex-basis: 100%;
  }
}

@media (max-width: 900px) {
  .gt-footer-section .gt-section-body {
    flex-direction: column;
    gap: 24px;
  }

  .gt-footer-section .gt-logo-section {
    gap: 24px;
    padding-bottom: 0;
  }

  .gt-footer-section .gt-links-section {
    border: 0;
    padding: 0;
  }

  .gt-footer-section .gt-links-section>ul {
    width: auto;
  }

  .gt-footer-section .gt-social-section {
    padding-top: 0;
  }

  .gt-footer-section .gt-social-section .gt-social-icons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .gt-membership-details-card.gt-power-player {
    background-image: url(../assets/images/game-cover/Pricing-Mobile.png);
  }

  .gt-section.gt-home-page-content .gt-section-body.gt-collect-with-mynty-today-section {
    background-image: url(../assets/images/bg/Collect-mobile.png);
  }

  .gt-membership-action-card.gt-power-player {
    background-image: url(../assets/images/bg/power-player-bg-mobile.png);
  }

  .gt-hidden-on-mobile {
    display: none !important;
  }

  .gt-desktop-header {
    gap: 0;
  }

  .gt-desktop-header .gt-mobile-logo {
    display: block;
  }

  .gt-desktop-header .gt-desktop-logo {
    display: none;
  }

  .gt-search-dropdown-container {
    margin-left: 18px;
    margin-right: 92px;
  }

  .gt-desktop-header .gt-action-buttons>.gt-button {
    display: none;
  }

  .gt-slide-out>section,
  .gt-content-padding {
    padding-left: 18px;
    padding-right: 18px;
  }

  .gt-tabs-container {
    gap: 12px;
  }

  .gt-console-stats-section .gt-tabs-container {
    flex-grow: 1;
  }

  .gt-banner-section {
    flex-direction: column;
    height: auto;
  }

  .gt-banner-content-section,
  .gt-gallary-section {
    flex-basis: auto;
  }

  .gt-banner-content-section {
    padding: 0 18px;
  }

  .gt-gallary-section {
    overflow: auto;
    height: 644px;
  }

  .gt-game-cover-gallary {
    padding: 34px 18px;
    gap: 48px;
  }

  .gt-game-cover-gallary>.gt-selected-image.gt-selected-image-placeholder {
    width: auto;
  }

  .gt-banner-content-section>.gt-title-with-description>.gt-title {
    font-size: 24px;
    line-height: 32px;
  }

  .gt-banner-section .gt-filters-container {
    flex-direction: column;
  }

  .gt-product-details-section .gt-section-body {
    flex-direction: column;
  }

  .gt-product-features .gt-item {
    min-width: 0;
  }

  .gt-sale-section .gt-section-body {
    flex-direction: column;
  }

  .gt-section .gt-section-header {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 14px;
  }

  .gt-section .gt-section-header .gt-controls>button {
    flex-grow: 1;
    justify-content: center;
  }

  .gt-product-details-section .gt-action-button {
    bottom: 10px;
  }

  .gt-section .gt-section-header .gt-controls {
    flex-basis: 100%;
  }

  .gt-table-header .gt-table-controls {
    flex-wrap: wrap;
  }

  .gt-table-header .gt-table-controls .gt-buttons-container {
    flex-basis: 100%;
    order: 1;
    margin-top: 10px;
  }

  .gt-table-header .gt-button {
    flex-grow: 1;
    flex-basis: 0;
  }

  .gt-table-header .gt-table-controls .gt-input-with-icon,
  .gt-table-header .gt-table-controls .gt-checkbox-label {
    flex-basis: 45%;
    min-width: 0;
  }

  .gt-scroll-controls {
    margin: 0 -16px;
  }

  .gt-slide-out {
    max-width: 100%;
  }

  .gt-modal.gt-action-modal,
  .gt-action-modal {
    padding: 24px 18px;
    max-width: calc(100vw - 18px);
  }

  .gt-action-modal .gt-action-buttons {
    flex-direction: column-reverse;
  }

  .gt-upgrade-warning-slide-out .gt-action-modal .gt-action-buttons {
    flex-direction: column;
  }

  .gt-action-modal .gt-action-buttons>button {
    max-width: unset;
  }

  .gt-action-modal .gt-modal-content .gt-title {
    font-size: 24px;
  }

  .gt-upgrade-journey-modal>img {
    height: 264px;
  }

  .gt-upgrade-journey-modal .gt-modal-content .gt-description {
    font-size: 14px;
  }

  .gt-table-header .gt-table-controls .gt-input {
    min-width: 0;
  }

  .gt-radio-buttons-container {
    flex-direction: column;
    align-items: stretch;
  }

  .gt-slide-out .gt-action-buttons {
    flex-direction: column-reverse;
  }

  .gt-slide-out .gt-header .gt-title.gt-center {
    text-align: left;
  }

  .gt-slide-out:not(.gt-nav-menu)>.gt-content {
    text-align: center;
  }

  .gt-game-cover-slide-out .gt-content>.gt-title {
    font-size: 24px;
  }

  .gt-slide-out .gt-stats-container {
    flex-direction: column;
  }

  .gt-slide-out .gt-header .gt-close-button {
    right: 18px;
  }

  .gt-company-links {
    gap: 0;
    justify-content: space-between;
    white-space: nowrap;
  }

  .gt-retail-game-page .gt-banner-content-section>.gt-action-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .gt-footer-section .gt-logo-section>img {
    height: 34px;
  }

  .gt-footer-section .gt-footer-desclaimer {
    flex-direction: column;
    text-align: center;
  }

  .gt-footer-section .gt-footer-desclaimer>p:not(:last-child) {
    border-right: 0;
  }

  .gt-console-logo-section>.gt-section-body {
    flex-direction: column;
    align-items: center;
  }

  .gt-console-stats-section .gt-section-body .gt-chart-container {
    max-height: 340px;
  }

  .gt-section>.gt-section-header>.gt-header-controls {
    flex-direction: column;
    flex-grow: 1;
  }

  .gt-console-stats-section .gt-tab-button {
    width: auto;
  }

  .gt-portfolio-value-chart .gt-chart-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .gt-collections-section .gt-section-header {
    flex-direction: column;
  }

  .gt-collections-section>.gt-section-header>.gt-header-controls {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .gt-collections-section>.gt-section-subheader>.gt-header-controls {
    flex-direction: row;
    flex-grow: 0;
  }

  .gt-collections-section .gt-section-subheader .gt-header-controls>.gt-input-with-icon {
    flex-grow: 1;
  }

  .gt-collection-list-item {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }

  .gt-collection-list-item .gt-collection-info {
    flex-direction: column;
    gap: 18px;
    flex-grow: 1;
    align-items: stretch;

    padding: 0;
    border: 0;
    min-width: 0;
  }

  .gt-collection-list-item .gt-collection-details {
    justify-content: space-between;
  }

  .gt-collection-list-item .gt-collection-info .gt-logo-container {
    width: auto;
  }

  .gt-collection-list-item .gt-collection-info .gt-logo-placeholder {
    width: 100%;
  }

  .gt-select-buttons>.gt-button {
    width: 94px;
  }

  .gt-image-upload-field .gt-input-with-button {
    flex-direction: column;
  }

  .gt-collections-section .gt-collection-switch .gt-button {
    width: auto;
  }

  .gt-console-stats-section .gt-collection-list-item {
    padding: 0;
  }

  .gt-section.gt-membership-cards-section .gt-section-body {
    flex-direction: column;
  }

  .gt-membership-details-card,
  .gt-membership-details-card.gt-power-player {
    width: auto;
    text-align: center;
  }

  .gt-settings-table-container .gt-table-description,
  .gt-payment-method-display {
    flex-direction: column;
    gap: 24px;
  }

  .gt-section .gt-section-body .gt-action-card .gt-action-buttons {
    flex-direction: column;
  }

  .gt-form .gt-stack {
    flex-direction: column;
  }

  .gt-form .gt-action-buttons .gt-button {
    width: auto;
    flex-grow: 1;
  }

  .gt-search-results-section .gt-section-header .gt-tabs-container {
    width: 100%;
  }

  .gt-search-results-section .gt-section-header .gt-tabs-container .gt-tab-button {
    flex-grow: 1;
  }

  .gt-search-input-section>.gt-section-body>.gt-title-with-description .gt-title {
    font-size: 24px;
  }

  .gt-search-input-section>.gt-section-body>.gt-title-with-description .gt-description {
    font-size: 14px;
    text-align: center;
  }

  .gt-page.gt-signup-page {
    padding: 0;
    background: unset !important;
  }

  .gt-signup-page>.gt-title-section {
    display: none;
  }

  .gt-page.gt-signup-page .gt-content-section {
    padding: 38px 18px;
  }

  .gt-page.gt-signup-page .gt-content-section {
    max-width: unset;
    border-radius: unset;
  }

  .gt-page.gt-signup-page .gt-content-section .gt-logo-container {
    display: none;
  }

  .gt-page.gt-signup-page .gt-content-section .gt-logo-container.gt-mobile-only {
    display: block;
  }

  .gt-page.gt-signup-page .gt-content-section .gt-form .gt-description {
    font-size: 12px;
  }

  .gt-page.gt-signup-page .gt-form .gt-form-section {
    padding: 0;
  }

  .gt-page.gt-signup-page>.gt-content-section .gt-form>.gt-title-with-description>.gt-title {
    font-size: 24px;
    font-weight: 700;
  }

  .gt-page.gt-signup-page>.gt-content-section .gt-action-card .gt-title {
    font-size: 24px;
  }

  .gt-page.gt-signup-page>.gt-content-section .gt-action-card .gt-description {
    font-size: 14px;
  }

  .gt-page.gt-signup-page>.gt-content-section.gt-transparent .gt-action-card .gt-title {
    color: var(--neutral-900);
  }

  .gt-page.gt-signup-page>.gt-content-section.gt-transparent .gt-action-card .gt-description {
    color: var(--neutral-500, #64748b);
  }

  .gt-page.gt-signup-page>.gt-content-section.gt-transparent .gt-action-card .gt-action-button {
    color: white;

    background-color: var(--neutral-900);
  }

  .gt-tos-section .gt-title {
    font-size: 24px;
    line-height: 32px;
  }

  .gt-tos-section .gt-description {
    font-size: 14px;
  }

  .gt-landing-page .gt-banner-section>.gt-section-body .gt-title {
    font-size: 36px;
    font-weight: 700;
  }

  .gt-section.gt-about-us-content .gt-section-body {
    margin-top: -686px;

    padding: 0 18px;
  }

  .gt-section.gt-about-us-content>.gt-section-body {
    margin-top: -502px;
  }

  .gt-stairs-frame {
    flex-direction: column;
    gap: 48px;

    padding: 0;
    margin: 0;
    margin-top: 62px;
  }

  .gt-stairs-frame>img,
  .gt-stairs-frame>img:nth-child(2) {
    width: 100%;
    max-width: unset;
    height: auto;

    margin: 0;
  }

  .gt-about-us-card .gt-title-with-description>img {
    height: 24px;
  }

  .gt-section.gt-about-us-content .gt-section-body .gt-about-us-card .gt-description {
    margin-top: 18px;
  }

  .gt-section.gt-about-us-content .gt-section-body .gt-our-team-section>.gt-title {
    font-size: 48px;
  }

  .gt-section.gt-about-us-content .gt-section-body .gt-our-team-section>.gt-description,
  .gt-section.gt-about-us-content .gt-section-body .gt-about-us-card .gt-description {
    font-size: 16px;
  }

  .gt-team-card {
    max-width: 500px;
  }

  .gt-team-card>img {
    width: 100%;
    height: auto;
  }

  .gt-section.gt-page-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .gt-section.gt-about-us-content .gt-section-body .gt-team-cards-section {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .gt-section.gt-about-us-content .gt-section-body>.gt-title-with-description,
  .gt-section.gt-about-us-content .gt-section-body .gt-about-us-cards-section,
  .gt-section.gt-about-us-content .gt-section-body .gt-our-team-section {
    padding: 0;
  }

  .gt-section.gt-home-page-content .gt-section-body.gt-membership-cards-section .gt-section-body {
    flex-direction: column-reverse;
  }

  .gt-landing-page .gt-banner-section>.gt-section-body {
    background-image: url("../assets/images/bg/about-hero-bg-mobile.jpg");
    padding-left: 18px;
    padding-right: 18px;
  }

  .gt-landing-page.gt-home-page .gt-banner-section>.gt-section-body {
    background-repeat: no-repeat;
    background-position: top left;
  }

  .gt-about-page .gt-banner-section>.gt-section-body {
    background-image: url("../assets/images/bg/about-hero-bg-mobile.jpg");
  }

  .gt-landing-page .gt-banner-section>.gt-section-body .gt-description {
    font-size: 18px;
    margin-top: 18px;
  }

  .gt-landing-page .gt-banner-section>.gt-section-body .gt-input-with-icon {
    margin-left: 22px;
    margin-right: 22px;

    margin-bottom: 120px;
    margin-top: 24px;
  }

  .gt-landing-page .gt-banner-section>.gt-section-body {
    min-height: 720px;
    background-position: center;
    align-items: center;
  }

  .gt-section.gt-collect-with-mynty-section {
    padding-bottom: 24px;
  }

  .gt-section.gt-collect-with-mynty-section>.gt-title {
    font-size: 40px;
  }

  .gt-section.gt-collect-with-mynty-section>.gt-description {
    font-size: 16px;
  }

  .gt-collect-with-mynty-card.gt-reversed,
  .gt-collect-with-mynty-card {
    flex-direction: column;
  }

  .gt-collect-with-mynty-card>img {
    width: 100%;
  }

  .gt-collect-with-mynty-card .gt-card-content {
    gap: 8px;
  }

  .gt-collect-with-mynty-card .gt-card-content .gt-title {
    font-size: 32px;
  }

  .gt-collect-with-mynty-card .gt-card-content .gt-description {
    font-size: 14px;
  }

  .gt-section.gt-collect-with-mynty-section .gt-collect-with-mynty-card {
    margin: 0;
    margin-top: 18px;
    gap: 24px;
  }

  .gt-section.gt-collect-with-mynty-section .gt-collect-with-mynty-card:not(:first-child) {
    margin-top: 30px;
  }

  .gt-section.gt-collect-with-mynty-section .gt-collect-with-mynty-card:first-child {
    margin-top: 18px;
  }

  .gt-section.gt-home-page-content>.gt-section-body:first-child {
    padding: 0 24px;
  }

  .gt-landing-page .gt-section-separator-logo {
    padding: 12px;
    height: 48px;
    width: 48px;

    margin: 48px auto;
  }

  .gt-landing-page .gt-section-separator-logo>img {
    height: 24px;
  }

  .gt-section-body.gt-hot-games-section .gt-hot-games-cards-slider .gt-grid {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
  }

  .gt-hot-game-card {
    flex-wrap: wrap;
    height: auto;
  }

  .gt-hot-game-card>.gt-image-container {
    flex-basis: 100%;
    text-align: left;
  }

  .gt-hot-game-card>.gt-image-container>img {
    height: 70px;
  }

  .gt-hot-game-card>.gt-title {
    flex-basis: 55%;
  }

  .gt-hot-game-card .gt-percentage-with-duration {
    flex-basis: 25%;
  }

  .gt-section-body.gt-hot-games-section .gt-hot-games-cards-slider .gt-icon-button:not(.gt-mobile-only) {
    display: none;
  }

  .gt-explore-section-mobile-button {
    position: relative;

    width: 100%;
    padding: 12px;
    margin-top: 24px;

    border: 1px solid var(--neutral-200, #e2e8f0);
  }

  .gt-section-body.gt-hot-games-section .gt-section-content>.gt-title>img {
    display: none;
  }

  .gt-section-body.gt-hot-games-section .gt-section-content>.gt-title {
    font-size: 32px;
  }

  .gt-section-body.gt-hot-games-section .gt-hot-games-cards-slider .gt-grids-container {
    display: block;
  }

  .gt-section .gt-section-body.gt-hot-games-section .gt-section-content {
    padding: 18px;
  }

  .gt-section.gt-home-page-content>.gt-section-body.gt-buy-sell-section,
  .gt-section.gt-home-page-content .gt-section-body.gt-graded-game-section {
    padding: 24px;
  }

  .gt-section.gt-home-page-content>.gt-section-body {
    padding-bottom: 0;
  }

  .gt-section-body.gt-hot-games-section .gt-section-content>.gt-title {
    margin-top: 18px;
    margin-bottom: 28px;
  }

  .gt-section.gt-home-page-content .gt-section-body.gt-graded-game-section>img,
  .gt-section.gt-home-page-content>.gt-section-body.gt-buy-sell-section>img {
    height: auto;
  }

  .gt-section-body.gt-buy-sell-section .gt-sub-title {
    font-size: 24px;
  }

  .gt-section.gt-home-page-content .gt-section-body.gt-collect-with-mynty-today-section .gt-title,
  .gt-section.gt-home-page-content .gt-section-body.gt-membership-cards-section .gt-section-head .gt-title,
  .gt-section-body.gt-buy-sell-section .gt-title {
    font-size: 36px;
  }

  .gt-graded-game-section>.gt-description,
  .gt-section-body.gt-buy-sell-section .gt-description {
    font-size: 14px;
    line-height: 20px;
  }

  .gt-graded-game-section>.gt-title {
    font-size: 32px;
  }

  .gt-section.gt-collect-with-mynty-section>.gt-description,
  .gt-section-body.gt-buy-sell-section>div {
    margin-top: 14px;
  }

  .gt-section.gt-home-page-content .gt-section-body.gt-graded-game-section {
    gap: 14px;
  }

  .gt-section.gt-home-page-content .gt-section-body.gt-collect-with-mynty-today-section .gt-description {
    font-size: 16px;
    line-height: 24px;
  }

  .gt-section.gt-home-page-content .gt-section-body.gt-collect-with-mynty-today-section .gt-action-button {
    padding: 12px;
  }

  .gt-section.gt-home-page-content .gt-section-body.gt-collect-with-mynty-today-section {
    padding: 0 24px;
    padding-top: 144px;
    padding-bottom: 46px;
  }

  .gt-section.gt-home-page-content .gt-section-body.gt-membership-cards-section {
    padding: 24px 0;
  }

  .gt-landing-page .gt-banner-section>.gt-section-body .gt-pill {
    margin-top: 118px;
  }

  .gt-landing-page .gt-banner-section .gt-second-image {
    top: 18vh;
    left: 7.4vw;

    height: 34px;
  }

  .gt-landing-page .gt-banner-section .gt-third-image {
    top: 42vh;
    right: 10.2vw;
  }

  .gt-landing-page .gt-banner-section .gt-first-image {
    top: 18vh;
    right: 11.8vw;
  }

  .gt-landing-page .gt-banner-section .gt-sixth-image {
    height: 42px;

    top: 54vh;
    left: 8vw;
  }

  .gt-landing-page .gt-banner-section .gt-fifth-image {
    top: 56vh;
    right: 6.2vw;

    height: 22px;
  }

  .gt-pagination.gt-logo-slider .gt-pages .gt-button {
    min-width: 100%;
  }

  .gt-landing-page .gt-banner-section>.gt-section-body .gt-input-with-icon .gt-input {
    height: 56px;
  }
}

.grecaptcha-badge {
  width: 0 !important;
}

body {
  -webkit-text-size-adjust: none;
}

@media (min-width: 767px) {
  .gt-hidden-on-desktop {
    display: none !important;
  }
}

@media (max-width: 450px) {
  .gt-search-dropdown-container {
    margin-left: 24px;
    margin-right: 24px;
  }
}