@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");

:root {
  --white: #fff;
  --white-25: rgb(255, 255, 255, 0.25);
  --black: #000;
  --black-10: rgba(0, 0, 0, 0.1);
  --black-40: rgba(0, 0, 0, 0.4);
  --primary: #333;
  --primary-40: rgba(51, 51, 51, 0.4);
  --primary2: #222;
  --primary-text: #4c4c4c;
  --main: #007bff;
  --main-5: rgba(0, 123, 255, 0.05);
  --main-10: rgba(0, 123, 255, 0.1);
  --main-50: rgba(0, 123, 255, 0.5);
  --main-light: #f4f7ff;
  --main-dark: #0067eb;
  --main2: #ff4500;
  --main2-10: rgba(255, 69, 0, 0.1);
  --main2-dark: #eb3100;
  --main2-light: #fdf2f0;
  --main2-light-dark: #fad9d3;
  --main3: #004488;
  --secondary: #727272;
  --placeholder: #bdbdbd;
  --gray: #e1e1e1;
  --gray2: #f5f5f5;
  --gray3: #f8f8f8;
  --gray4: #d9d9d9;
  --orange: #ff9900;
  --orange-5: rgba(255, 153, 0, 0.05);
  --orange-10: rgba(255, 153, 0, 0.1);
  --silver: #ff9900;
  --silver-5: rgba(255, 153, 0, 0.05);
  --silver-10: rgba(255, 153, 0, 0.1);
  --yellow: #ffc107;
  --green: #28a745;
  --purple: #6a1b9a;
  --error: #e80000;
  --swiper-wrapper-transition-timing-function: linear !important;
  --input-radius: 0.5rem;
  --btn-radius: 6.25rem;
  --btn-radius2: 0.5rem;
  --btn-radius3: 0.75rem;
  --card-radius: 1.5rem;
  --dialog-radius: 1rem;
  --shadow-modal: 0 0 0.625rem 0.125rem rgba(0, 0, 0, 0.3);
  --shadow-btn: 0 0.25rem 0.75rem 0 var(--black-10);
  --shadow-card: 0 0 0.75rem 0 var(--black-10);
  --hover-shadow-card: 0 0 0.75rem 0 var(--main2-10);
  --scrollbar-size: 0px;
  --btn-height: 2.875rem;
}
/* Buttons */
.custom-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6.25rem;
  min-height: var(--btn-height);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  border-radius: var(--btn-radius);
  font-weight: 600;
  border-width: 0.0625rem;
  border-style: solid;
  min-width: -moz-fit-content;
  min-width: fit-content;
  transition: all 0.3s;
}
.custom-btn svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.custom-btn svg.small {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.custom-btn:disabled {
  pointer-events: none;
  border-color: var(--gray);
  color: var(--secondary);
  background-color: var(--gray);
}
.custom-btn:active {
  background-color: var(--main2) !important;
  border-color: var(--main2) !important;
  color: var(--white) !important;
}
.custom-btn:active svg.fill {
  fill: var(--white) !important;
}
.custom-btn:active svg.stroke {
  stroke: var(--white) !important;
}
.custom-btn.disabled {
  pointer-events: none;
  border-color: var(--gray);
  color: var(--secondary);
  background-color: var(--gray);
}
.main-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6.25rem;
  min-height: var(--btn-height);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  border-radius: var(--btn-radius);
  font-weight: 600;
  border-width: 0.0625rem;
  border-style: solid;
  min-width: -moz-fit-content;
  min-width: fit-content;
  transition: all 0.3s;
  border-color: var(--main);
  color: var(--white);
  background-color: var(--main);
}
.main-btn svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.main-btn svg.small {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.main-btn:disabled {
  pointer-events: none;
  border-color: var(--gray);
  color: var(--secondary);
  background-color: var(--gray);
}
.main-btn:active {
  background-color: var(--main2) !important;
  border-color: var(--main2) !important;
  color: var(--white) !important;
}
.main-btn:active svg.fill {
  fill: var(--white) !important;
}
.main-btn:active svg.stroke {
  stroke: var(--white) !important;
}
.main-btn svg.fill {
  fill: var(--white);
}
.main-btn svg.stroke {
  stroke: var(--white);
}
.main-btn:hover {
  background-color: var(--main2-light);
  border-color: var(--main2);
  color: var(--main2);
}
.main-btn:hover svg.fill {
  fill: var(--main2);
}
.main-btn:hover svg.stroke {
  stroke: var(--main2);
}
.main-btn2 {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6.25rem;
  min-height: var(--btn-height);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  border-radius: var(--btn-radius);
  font-weight: 600;
  border-width: 0.0625rem;
  border-style: solid;
  min-width: -moz-fit-content;
  min-width: fit-content;
  transition: all 0.3s;
  border-color: var(--main);
  color: var(--white);
  background-color: var(--main);
}
.main-btn2 svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.main-btn2 svg.small {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.main-btn2:disabled {
  pointer-events: none;
  border-color: var(--gray);
  color: var(--secondary);
  background-color: var(--gray);
}
.main-btn2:active {
  background-color: var(--main2) !important;
  border-color: var(--main2) !important;
  color: var(--white) !important;
}
.main-btn2:active svg.fill {
  fill: var(--white) !important;
}
.main-btn2:active svg.stroke {
  stroke: var(--white) !important;
}
.main-btn2 svg.fill {
  fill: var(--white);
}
.main-btn2 svg.stroke {
  stroke: var(--white);
}
.main-btn2:hover {
  background-color: transparent;
  color: var(--main);
}
.main-reverse-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6.25rem;
  min-height: var(--btn-height);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  border-radius: var(--btn-radius);
  font-weight: 600;
  border-width: 0.0625rem;
  border-style: solid;
  min-width: -moz-fit-content;
  min-width: fit-content;
  transition: all 0.3s;
  border-color: var(--main);
  color: var(--white);
  background-color: var(--main);
}
.main-reverse-btn svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.main-reverse-btn svg.small {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.main-reverse-btn:disabled {
  pointer-events: none;
  border-color: var(--gray);
  color: var(--secondary);
  background-color: var(--gray);
}
.main-reverse-btn:active {
  background-color: var(--main2) !important;
  border-color: var(--main2) !important;
  color: var(--white) !important;
}
.main-reverse-btn:active svg.fill {
  fill: var(--white) !important;
}
.main-reverse-btn:active svg.stroke {
  stroke: var(--white) !important;
}
.main-reverse-btn svg.fill {
  fill: var(--white);
}
.main-reverse-btn svg.stroke {
  stroke: var(--white);
}
.main-reverse-btn:hover {
  background-color: var(--main2-light);
  border-color: var(--main2);
  color: var(--main2);
}
.main-reverse-btn:hover svg.fill {
  fill: var(--main2);
}
.main-reverse-btn:hover svg.stroke {
  stroke: var(--main2);
}
.main-light-reverse-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6.25rem;
  min-height: var(--btn-height);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  border-radius: var(--btn-radius);
  font-weight: 600;
  border-width: 0.0625rem;
  border-style: solid;
  min-width: -moz-fit-content;
  min-width: fit-content;
  transition: all 0.3s;
  border-color: var(--main-light);
  color: var(--main);
  background-color: var(--main-light);
}
.main-light-reverse-btn svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.main-light-reverse-btn svg.small {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.main-light-reverse-btn:disabled {
  pointer-events: none;
  border-color: var(--gray);
  color: var(--secondary);
  background-color: var(--gray);
}
.main-light-reverse-btn:active {
  background-color: var(--main2) !important;
  border-color: var(--main2) !important;
  color: var(--white) !important;
}
.main-light-reverse-btn:active svg.fill {
  fill: var(--white) !important;
}
.main-light-reverse-btn:active svg.stroke {
  stroke: var(--white) !important;
}
.main-light-reverse-btn svg.fill {
  fill: var(--main);
}
.main-light-reverse-btn svg.stroke {
  stroke: var(--main);
}
.main-light-reverse-btn:hover {
  background-color: var(--main2-light);
  border-color: var(--main2);
  color: var(--main2);
}
.main-light-reverse-btn:hover svg.fill {
  fill: var(--main2);
}
.main-light-reverse-btn:hover svg.stroke {
  stroke: var(--main2);
}
.main-transparent-reverse-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6.25rem;
  min-height: var(--btn-height);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  border-radius: var(--btn-radius);
  font-weight: 600;
  border-width: 0.0625rem;
  border-style: solid;
  min-width: -moz-fit-content;
  min-width: fit-content;
  transition: all 0.3s;
  border-color: var(--main);
  color: var(--main);
  background-color: transparent;
}
.main-transparent-reverse-btn svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.main-transparent-reverse-btn svg.small {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.main-transparent-reverse-btn:disabled {
  pointer-events: none;
  border-color: var(--gray);
  color: var(--secondary);
  background-color: var(--gray);
}
.main-transparent-reverse-btn:active {
  background-color: var(--main2) !important;
  border-color: var(--main2) !important;
  color: var(--white) !important;
}
.main-transparent-reverse-btn:active svg.fill {
  fill: var(--white) !important;
}
.main-transparent-reverse-btn:active svg.stroke {
  stroke: var(--white) !important;
}
.main-transparent-reverse-btn svg.fill {
  fill: var(--main);
}
.main-transparent-reverse-btn svg.stroke {
  stroke: var(--main);
}
.main-transparent-reverse-btn:hover {
  border-color: var(--main2);
  color: var(--main2);
}
.main-transparent-reverse-btn:hover svg.fill {
  fill: var(--main2);
}
.main-transparent-reverse-btn:hover svg.stroke {
  stroke: var(--main2);
}
.main2-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6.25rem;
  min-height: var(--btn-height);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  border-radius: var(--btn-radius);
  font-weight: 600;
  border-width: 0.0625rem;
  border-style: solid;
  min-width: -moz-fit-content;
  min-width: fit-content;
  transition: all 0.3s;
  border-color: var(--main2);
  color: var(--white);
  background-color: var(--main2);
}
.main2-btn svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.main2-btn svg.small {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.main2-btn:disabled {
  pointer-events: none;
  border-color: var(--gray);
  color: var(--secondary);
  background-color: var(--gray);
}
.main2-btn:active {
  background-color: var(--main2) !important;
  border-color: var(--main2) !important;
  color: var(--white) !important;
}
.main2-btn:active svg.fill {
  fill: var(--white) !important;
}
.main2-btn:active svg.stroke {
  stroke: var(--white) !important;
}
.main2-btn svg.fill {
  fill: var(--white);
}
.main2-btn svg.stroke {
  stroke: var(--white);
}
.main2-btn:hover {
  background-color: var(--main2-dark);
}
.main2-light-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6.25rem;
  min-height: var(--btn-height);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  border-radius: var(--btn-radius);
  font-weight: 600;
  border-width: 0.0625rem;
  border-style: solid;
  min-width: -moz-fit-content;
  min-width: fit-content;
  transition: all 0.3s;
  border-color: var(--main2-light);
  color: var(--main2);
  background-color: var(--main2-light);
}
.main2-light-btn svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.main2-light-btn svg.small {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.main2-light-btn:disabled {
  pointer-events: none;
  border-color: var(--gray);
  color: var(--secondary);
  background-color: var(--gray);
}
.main2-light-btn:active {
  background-color: var(--main2) !important;
  border-color: var(--main2) !important;
  color: var(--white) !important;
}
.main2-light-btn:active svg.fill {
  fill: var(--white) !important;
}
.main2-light-btn:active svg.stroke {
  stroke: var(--white) !important;
}
.main2-light-btn svg.fill {
  fill: var(--main2);
}
.main2-light-btn svg.stroke {
  stroke: var(--main2);
}
.main2-light-btn:hover {
  background-color: var(--main2-light-dark);
  border-color: var(--main2-light-dark);
}
.orange-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6.25rem;
  min-height: var(--btn-height);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  border-radius: var(--btn-radius);
  font-weight: 600;
  border-width: 0.0625rem;
  border-style: solid;
  min-width: -moz-fit-content;
  min-width: fit-content;
  transition: all 0.3s;
  border-color: var(--orange);
  color: var(--orange);
  background-color: var(--orange-5);
}
.orange-btn svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.orange-btn svg.small {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.orange-btn:disabled {
  pointer-events: none;
  border-color: var(--gray);
  color: var(--secondary);
  background-color: var(--gray);
}
.orange-btn:active {
  background-color: var(--main2) !important;
  border-color: var(--main2) !important;
  color: var(--white) !important;
}
.orange-btn:active svg.fill {
  fill: var(--white) !important;
}
.orange-btn:active svg.stroke {
  stroke: var(--white) !important;
}
.orange-btn svg.fill {
  fill: var(--orange);
}
.orange-btn svg.stroke {
  stroke: var(--orange);
}
.orange-btn:hover {
  background-color: var(--orange-10);
}
.silver-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6.25rem;
  min-height: var(--btn-height);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  border-radius: var(--btn-radius);
  font-weight: 600;
  border-width: 0.0625rem;
  border-style: solid;
  min-width: -moz-fit-content;
  min-width: fit-content;
  transition: all 0.3s;
  border-color: var(--silver);
  color: var(--silver);
  background-color: var(--silver-5);
}
.silver-btn svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.silver-btn svg.small {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.silver-btn:disabled {
  pointer-events: none;
  border-color: var(--gray);
  color: var(--secondary);
  background-color: var(--gray);
}
.silver-btn:active {
  background-color: var(--main2) !important;
  border-color: var(--main2) !important;
  color: var(--white) !important;
}
.silver-btn:active svg.fill {
  fill: var(--white) !important;
}
.silver-btn:active svg.stroke {
  stroke: var(--white) !important;
}
.silver-btn svg.fill {
  fill: var(--silver);
}
.silver-btn svg.stroke {
  stroke: var(--silver);
}
.silver-btn:hover {
  background-color: var(--silver-10);
}
.gray-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6.25rem;
  min-height: var(--btn-height);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  border-radius: var(--btn-radius);
  font-weight: 600;
  border-width: 0.0625rem;
  border-style: solid;
  min-width: -moz-fit-content;
  min-width: fit-content;
  transition: all 0.3s;
  border-color: var(--gray);
  background-color: transparent;
  padding: 0.25rem 1.5rem;
}
.gray-btn svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.gray-btn svg.small {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.gray-btn:disabled {
  pointer-events: none;
  border-color: var(--gray);
  color: var(--secondary);
  background-color: var(--gray);
}
.gray-btn:active {
  background-color: var(--main2) !important;
  border-color: var(--main2) !important;
  color: var(--white) !important;
}
.gray-btn:active svg.fill {
  fill: var(--white) !important;
}
.gray-btn:active svg.stroke {
  stroke: var(--white) !important;
}
.gray-btn.active {
  border-color: var(--main);
  color: var(--main);
}
.gray-btn.active svg.fill {
  fill: var(--main);
}
.gray-btn.active svg.stroke {
  stroke: var(--main);
}
.gray-btn:hover {
  border-color: var(--main2);
  color: var(--main2);
}
.gray-btn:hover svg.fill {
  fill: var(--main2);
}
.gray-btn:hover svg.stroke {
  stroke: var(--main2);
}
.gray-btn svg.fill {
  fill: var(--primary);
}
.gray-btn svg.stroke {
  stroke: var(--primary);
}
.gray-fill-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6.25rem;
  min-height: var(--btn-height);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  border-radius: var(--btn-radius);
  font-weight: 600;
  border-width: 0.0625rem;
  border-style: solid;
  min-width: -moz-fit-content;
  min-width: fit-content;
  transition: all 0.3s;
  border-color: var(--gray);
  background-color: var(--gray);
  padding: 0.25rem 1.5rem;
}
.gray-fill-btn svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.gray-fill-btn svg.small {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.gray-fill-btn:disabled {
  pointer-events: none;
  border-color: var(--gray);
  color: var(--secondary);
  background-color: var(--gray);
}
.gray-fill-btn:active {
  background-color: var(--main2) !important;
  border-color: var(--main2) !important;
  color: var(--white) !important;
}
.gray-fill-btn:active svg.fill {
  fill: var(--white) !important;
}
.gray-fill-btn:active svg.stroke {
  stroke: var(--white) !important;
}
.gray-fill-btn:hover {
  background-color: transparent;
}
.gray-fill-btn svg.fill {
  fill: var(--primary);
}
.gray-fill-btn svg.stroke {
  stroke: var(--primary);
}
.colorful-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6.25rem;
  min-height: var(--btn-height);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  border-radius: var(--btn-radius);
  font-weight: 600;
  border-width: 0.0625rem;
  border-style: solid;
  min-width: -moz-fit-content;
  min-width: fit-content;
  transition: all 0.3s;
  border-color: transparent;
  background-color: transparent;
  padding: 0.25rem 1.5rem;
  position: relative;
  overflow: hidden;
  color: var(--btn-color);
}
.colorful-btn svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.colorful-btn svg.small {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.colorful-btn:disabled {
  pointer-events: none;
  border-color: var(--gray);
  color: var(--secondary);
  background-color: var(--gray);
}
.colorful-btn:active {
  background-color: var(--main2) !important;
  border-color: var(--main2) !important;
  color: var(--white) !important;
}
.colorful-btn:active svg.fill {
  fill: var(--white) !important;
}
.colorful-btn:active svg.stroke {
  stroke: var(--white) !important;
}
.colorful-btn::before {
  content: "";
  display: block;
  background-color: var(--btn-color);
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.colorful-btn.active {
  border-color: var(--main2);
  color: var(--main2);
}
.colorful-btn.active::before {
  --btn-color: var(--main2);
}
.colorful-btn.active svg.fill {
  fill: var(--main2);
}
.colorful-btn.active svg.stroke {
  stroke: var(--main2);
}
.colorful-btn:hover {
  border-color: var(--main2);
  color: var(--main2);
}
.colorful-btn:hover::before {
  --btn-color: var(--main2);
}
.colorful-btn:hover svg.fill {
  fill: var(--main2);
}
.colorful-btn:hover svg.stroke {
  stroke: var(--main2);
}
.colorful-btn svg.fill {
  fill: var(--btn-color);
}
.colorful-btn svg.stroke {
  stroke: var(--btn-color);
}
.spin-arrow-btn {
  padding: 0.25rem 1.5rem;
  padding-right: 0.25rem;
}
.spin-arrow-btn.main2-btn:hover .svg-wrapper {
  background-color: var(--main);
}
.spin-arrow-btn.main2-btn:hover svg {
  rotate: -90deg;
}
.spin-arrow-btn:hover .svg-wrapper {
  background-color: var(--main2);
}
.spin-arrow-btn:hover .svg-wrapper svg.fill {
  fill: var(--white);
}
.spin-arrow-btn:hover .svg-wrapper svg.stroke {
  stroke: var(--white);
}
.spin-arrow-btn:hover svg {
  rotate: -90deg;
}
.spin-arrow-btn .svg-wrapper {
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: var(--white-25);
  min-height: 2.25rem;
  max-height: 2.25rem;
  min-width: 2.25rem;
  max-width: 2.25rem;
}
.spin-arrow-btn svg {
  rotate: -135deg;
}
.btn-svg-rotate:hover svg {
  rotate: 180deg;
}
/* Buttons end */
.card-hover {
  border-radius: var(--card-radius);
  border: 0.0625rem solid var(--gray);
  transition: all 0.3s;
}
.card-hover .text-label {
  color: var(--main);
  transition: all 0.3s;
}
.card-hover:hover {
  background-color: var(--main2-light);
  border-color: var(--main2);
}
.card-hover:hover .text-label {
  color: var(--main2);
}
.card-hover-shadow {
  border-radius: var(--card-radius);
  transition: all 0.3s;
}
.card-hover-shadow:hover {
  border-color: var(--main2);
}
.custom-scroll {
  overflow-y: auto;
  scroll-behavior: smooth;
}
@-moz-document url-prefix() {
  .custom-scroll {
    scrollbar-width: thin;
    scrollbar-color: var(--placeholder) var(--gray2);
  }
}
.custom-scroll::-webkit-scrollbar {
  width: 0.375rem;
  cursor: pointer;
}
.custom-scroll::-webkit-scrollbar-track {
  background: var(--gray2);
  border-radius: 0.25rem;
  cursor: pointer;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: var(--placeholder);
  border-radius: 0.25rem;
  cursor: pointer;
}
.custom-scroll::-webkit-scrollbar-thumb:hover {
  opacity: 0.8;
}
textarea,
input {
  border: 0.0625rem solid var(--gray);
  transition: border 0.3s;
  font-size: 1rem;
  border-radius: var(--input-radius);
  outline-color: var(--main2);
}
textarea:not([type=checkbox]), textarea:not([type=radio]),
input:not([type=checkbox]),
input:not([type=radio]) {
  line-height: 120%;
  min-height: var(--btn-height);
  min-width: 2.625rem;
  padding: 0 1rem;
  background-color: var(--white);
  width: 100%;
  outline-offset: 0;
}
textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--placeholder);
  font-size: 1rem;
}
textarea::placeholder,
input::placeholder {
  color: var(--placeholder);
  font-size: 1rem;
}
textarea[type=checkbox], textarea[type=radio],
input[type=checkbox],
input[type=radio] {
  padding: 0;
  min-height: 0;
  width: auto;
  min-width: 0;
}
textarea {
  padding-top: 0.75rem !important;
  max-height: 31.25rem;
}
.text-input {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.text-input select {
  z-index: 1;
}
.text-input:has(input:disabled), .text-input:has(select:disabled), .text-input:has(textarea:disabled) {
  opacity: 0.7;
}
.text-input:has(input:disabled) input,
.text-input:has(input:disabled) select,
.text-input:has(input:disabled) textarea, .text-input:has(select:disabled) input,
.text-input:has(select:disabled) select,
.text-input:has(select:disabled) textarea, .text-input:has(textarea:disabled) input,
.text-input:has(textarea:disabled) select,
.text-input:has(textarea:disabled) textarea {
  cursor: not-allowed;
}
.text-input:has(input:disabled) .text, .text-input:has(select:disabled) .text, .text-input:has(textarea:disabled) .text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.text-input:has(input:disabled) .text::after, .text-input:has(select:disabled) .text::after, .text-input:has(textarea:disabled) .text::after {
  font-family: "Font Awesome 6 Free";
  content: "\f023";
  font-weight: 900;
  line-height: 100%;
  color: var(--primary);
  display: block;
  font-size: 0.75rem;
  transition: all 0.3s;
}
.text-input.error input {
  border-color: var(--error);
}
.text-input.error .text {
  color: var(--error);
}
.text-input .text {
  font-size: 0.875rem;
  line-height: 120% !important;
}
.text-input .description {
  font-size: 0.75rem;
  line-height: 120% !important;
  color: var(--primary-text);
}
.text-input .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.custom-radio {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.custom-radio:hover .text {
  color: var(--main2);
  transition: all 0.3s;
}
.custom-radio:has(input[data-checked="1"]):hover .text {
  color: var(--main);
}
.rating-checkbox,
.custom-checkbox {
  padding: 0.25rem 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.rating-checkbox:hover,
.custom-checkbox:hover {
  color: var(--main2);
}
.rating-checkbox:hover .square,
.custom-checkbox:hover .square {
  border-color: var(--main2);
}
.rating-checkbox:has(input:checked) .input,
.custom-checkbox:has(input:checked) .input {
  background-color: var(--main);
  border-color: var(--main);
}
.rating-checkbox:has(input:checked) .input::after,
.custom-checkbox:has(input:checked) .input::after {
  color: var(--white);
}
.rating-checkbox .input,
.custom-checkbox .input {
  min-height: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  max-width: 1rem;
  border: 0.0625rem solid var(--gray);
  border-radius: 0.125rem;
  transition: all 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rating-checkbox .input::after,
.custom-checkbox .input::after {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  font-weight: 900;
  line-height: 100%;
  color: transparent;
  display: block;
  font-size: 0.75rem;
  transition: all 0.3s;
}
.rating-checkbox {
  justify-content: space-between;
  gap: 2rem;
}
.rating-checkbox input {
  display: none;
}
.rating-checkbox .input-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.rating-checkbox .input-wrapper .rating {
  transition: all 0.3s;
  min-width: 1.5rem;
}
.rating-checkbox .input-wrapper .stars-wrapper {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.rating-checkbox .input-wrapper .stars-wrapper img {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.rating-checkbox .quantity {
  transition: all 0.3s;
}
.image-file-input {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--main);
  cursor: pointer;
  font-size: 0.875rem;
  position: relative;
}
.image-file-input:hover {
  text-decoration: underline;
}
.image-file-input:has(input:invalid) img {
  box-shadow: 0 0 0 0.0625rem var(--error);
}
.image-file-input input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.image-file-input img {
  border-radius: var(--card-radius);
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100px;
  max-height: 100px;
  min-width: 100px;
  max-width: 100px;
}
@media (max-width: 639px) {
  .image-file-input img {
    min-height: 80px;
    max-height: 80px;
    min-width: 80px;
    max-width: 80px;
  }
}
.image-file-input-wrapper .files-wrapper,
.custom-file-input-wrapper .files-wrapper {
  display: none;
  font-size: 0.875rem;
  color: var(--secondary);
}
.image-file-input-wrapper .files-wrapper .text,
.custom-file-input-wrapper .files-wrapper .text {
  font-weight: 600;
  color: var(--primary-text);
}
.custom-file-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.custom-file-input-wrapper .custom-file-input {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--main) !important;
  font-size: 0.875rem;
  line-height: 140%;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0.25rem 0;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.custom-file-input-wrapper .custom-file-input:has(input:invalid) {
  color: var(--error);
}
.custom-file-input-wrapper .custom-file-input::before {
  font-family: "Font Awesome 6 Free";
  content: "+";
  line-height: 100%;
  color: var(--main);
  display: block;
  font-size: 0.75rem;
  transition: all 0.3s;
}
.custom-file-input-wrapper .custom-file-input:hover {
  opacity: 0.7;
}
.custom-file-input-wrapper .custom-file-input input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.custom-checkbox {
  gap: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
}
.custom-checkbox:has(input:checked) .text {
  color: var(--primary-text);
}
.custom-checkbox:has(input:checked):hover .text {
  color: var(--main);
}
.custom-checkbox:has(input:checked) svg {
  fill: var(--yellow);
}
.custom-checkbox:hover .text {
  color: var(--main2);
}
.custom-checkbox .input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-checkbox .text {
  color: var(--secondary);
  transition: all 0.3s;
}
.custom-checkbox svg {
  min-height: 1.25rem;
  max-height: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
  fill: var(--gray);
  transition: all 0.3s;
}
.choices {
  margin-bottom: 0 !important;
  min-width: 8.75rem;
}
.choices::after {
  display: none;
}
.choices.is-open .choices__list--dropdown {
  border-radius: 0 0 var(--card-radius) var(--card-radius) !important;
  border-top-color: transparent !important;
}
.choices.is-open .choices__inner {
  border-radius: var(--card-radius) var(--card-radius) 0 0 !important;
  border-color: var(--main) !important;
  transition: color 0.3s, background-color 0.3s !important;
}
.choices.is-open .choices__inner:hover {
  border-color: var(--main2) !important;
}
.choices.is-open.is-flipped .choices__list--dropdown {
  border-radius: var(--card-radius) var(--card-radius) 0 0 !important;
  border-top-color: var(--gray) !important;
  border-bottom-color: transparent !important;
}
.choices.is-open.is-flipped .choices__inner {
  border-radius: 0 0 var(--card-radius) var(--card-radius) !important;
}
.choices.not-selected .choices__inner {
  flex-direction: row-reverse;
}
.choices.not-selected .choices__input {
  width: 100% !important;
}
.choices:has(.choices__list) .choices__inner {
  padding: 0.5rem 1.25rem !important;
}
.choices .choices__inner {
  width: auto !important;
  padding: 0 1.25rem;
  padding-bottom: 0.125rem !important;
  transition: color 0.3s, background-color 0.3s !important;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6.25rem;
  min-height: var(--btn-height);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  border-radius: var(--btn-radius);
  font-weight: 600;
  border-width: 0.0625rem;
  border-style: solid;
  min-width: -moz-fit-content;
  min-width: fit-content;
  transition: all 0.3s;
  border-color: var(--main);
  color: var(--main);
  background-color: transparent;
}
.choices .choices__inner svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.choices .choices__inner svg.small {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.choices .choices__inner:disabled {
  pointer-events: none;
  border-color: var(--gray);
  color: var(--secondary);
  background-color: var(--gray);
}
.choices .choices__inner:active {
  background-color: var(--main2) !important;
  border-color: var(--main2) !important;
  color: var(--white) !important;
}
.choices .choices__inner:active svg.fill {
  fill: var(--white) !important;
}
.choices .choices__inner:active svg.stroke {
  stroke: var(--white) !important;
}
.choices .choices__inner svg.fill {
  fill: var(--main);
}
.choices .choices__inner svg.stroke {
  stroke: var(--main);
}
.choices .choices__inner:hover {
  border-color: var(--main2);
  color: var(--main2);
}
.choices .choices__inner:hover svg.fill {
  fill: var(--main2);
}
.choices .choices__inner:hover svg.stroke {
  stroke: var(--main2);
}
.choices .choices__inner .choices__placeholder {
  opacity: 1;
}
.choices .choices__inner .choices__list--single {
  display: flex;
  align-items: center;
  padding: 0;
  height: 100%;
}
.choices .choices__inner .choices__list--single .choices__item--selectable {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}
.choices .choices__inner .choices__list--single .choices__item--selectable::after {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
}
.choices .choices__list--dropdown {
  background-color: var(--white);
  z-index: 70 !important;
  border-radius: var(--card-radius) !important;
  border-color: var(--gray) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.choices .choices__list--dropdown .choices__item--selectable {
  white-space: nowrap;
}
.choices[data-type=select-multiple] .choices__input {
  min-height: 0 !important;
  margin-bottom: 0 !important;
}
.choices .choices__input {
  padding: 0 !important;
  width: auto !important;
}
.choices .choices__input::-moz-placeholder {
  font-size: 0.875rem;
}
.choices .choices__input::placeholder {
  font-size: 0.875rem;
}
.custom-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  container-type: inline-size;
  container-name: custom-form;
}
.custom-form .group-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.custom-form .group-header .group-text {
  line-height: 160%;
  color: var(--secondary);
  font-size: 0.875rem;
}
.custom-form .group-title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 110%;
}
@media (max-width: 1023px) {
  .custom-form .group-title {
    font-size: 1.125rem;
  }
}
@media (max-width: 639px) {
  .custom-form .group-title {
    font-size: 1rem;
  }
}
.custom-form .inputs-group-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.custom-form .inputs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.custom-form .checkboxes-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.custom-form .checkboxes-wrapper .checkboxes-title {
  font-size: 0.875rem;
  line-height: 140%;
}
.custom-form .submit-btn {
  width: 18.125rem;
  align-self: center;
  border-radius: var(--input-radius);
}
@container custom-form (width < 500px) {
  .custom-form .submit-btn {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .custom-form .submit-btn {
    width: 100%;
  }
}
.custom-form .text {
  font-size: 0.875rem;
  line-height: 160%;
  color: var(--primary-text);
}
.custom-form .text a {
  color: var(--main);
}
.custom-form .text a:hover {
  text-decoration: underline;
}
.custom-form .selects-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.custom-form .selects-row .choices {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 639px) {
  .custom-form .selects-row .choices {
    width: 100%;
  }
}
.custom-form-with-validation input:invalid {
  border-color: var(--error) !important;
}
.custom-form-with-validation .choices.is-invalid .choices__inner {
  border-color: var(--error) !important;
}
.custom-toggle {
  display: flex;
  align-items: center;
  min-width: 2.5rem;
  max-width: 2.5rem;
  min-height: 1.5rem;
  max-height: 1.5rem;
  background-color: var(--gray2);
  border-radius: var(--card-radius);
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.custom-toggle:has(input:checked) {
  background-color: var(--main);
}
.custom-toggle:has(input:checked)::after {
  left: calc(100% - 1.25rem - 0.125rem);
  background-color: var(--white);
}
.custom-toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.125rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
  background-color: var(--secondary);
  border-radius: 100%;
  transition: all 0.3s;
}
.custom-toggle input {
  display: none;
}
.password-input-wrapper {
  position: relative;
}
.password-input-wrapper.show .show-password-btn svg.eye {
  display: block;
}
.password-input-wrapper.show .show-password-btn svg.eye-off {
  display: none;
}
.password-input-wrapper input {
  padding-right: 2.75rem;
}
.password-input-wrapper .show-password-btn {
  padding: 0 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.password-input-wrapper .show-password-btn:hover {
  opacity: 0.7;
}
.password-input-wrapper .show-password-btn svg {
  min-height: 1.25rem;
  max-height: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
  stroke: var(--secondary);
}
.password-input-wrapper .show-password-btn svg.eye {
  display: none;
}
.password-input-wrapper .show-password-btn svg.eye-off {
  display: block;
}
.search-wrapper {
  position: relative;
}
.search-wrapper input {
  padding-left: 3rem;
}
.search-wrapper .search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}
.search-wrapper .search-btn svg {
  stroke: var(--secondary);
  min-height: 1.25rem;
  max-height: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
}
.phone-input {
  letter-spacing: 0.0625rem;
}
.roles-form.user-titles .group-titles-wrapper .group-title[data-user] {
  display: block;
}
.roles-form.user-titles .group-desc-wrapper .group-desc[data-user] {
  display: block;
}
.roles-form.bank-employee-titles .group-titles-wrapper .group-title[data-bank-employee] {
  display: block;
}
.roles-form.bank-employee-titles .group-desc-wrapper .group-desc[data-bank-employee] {
  display: block;
}
.roles-form.specialist-titles .group-titles-wrapper .group-title[data-specialist] {
  display: block;
}
.roles-form.specialist-titles .group-desc-wrapper .group-desc[data-specialist] {
  display: block;
}
.roles-form.representative-of-company-titles .group-titles-wrapper .group-title[data-representative-of-company] {
  display: block;
}
.roles-form.representative-of-company-titles .group-desc-wrapper .group-desc[data-representative-of-company] {
  display: block;
}
.roles-form .group-titles-wrapper .group-title {
  display: none;
}
.roles-form .group-desc-wrapper .group-desc {
  display: none;
  color: var(--primary-text);
  line-height: 160%;
}
.checkbox-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.checkbox-accordion.hide .checkboxes-title::after {
  rotate: 0deg;
}
.checkbox-accordion .checkboxes-title {
  line-height: 140%;
  text-align: start;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 !important;
  position: relative;
  gap: 0.5rem;
}
.checkbox-accordion .checkboxes-title:hover {
  color: var(--main2);
}
.checkbox-accordion .checkboxes-title::after {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  font-weight: 700;
  line-height: 100%;
  display: block;
  font-size: 0.75rem;
  transition: all 0.3s;
  rotate: 180deg;
}
.checkbox-accordion .checkboxes-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.review-form-rules {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: var(--main2-light);
  border-radius: 1rem;
  padding: 1.5rem;
}
@media (max-width: 639px) {
  .review-form-rules {
    padding: 1.25rem 1rem;
  }
}
.review-form-rules li {
  display: flex;
  gap: 0.375rem;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 639px) {
  .review-form-rules li {
    font-size: 1rem;
  }
}
.review-form-rules li::before {
  content: "";
  display: block;
  margin: 0.625rem;
  min-height: 0.5rem;
  max-height: 0.5rem;
  min-width: 0.5rem;
  max-width: 0.5rem;
  background-color: var(--main2);
  border-radius: 100%;
}
.create-review-form {
  display: none;
}
.create-review-form.show {
  display: flex;
}
.show-review-form.show svg {
  rotate: 90deg;
}
.review-star-input {
  display: grid;
  grid-template-columns: 21.25rem 1fr;
  gap: 2.5rem;
}
@media (max-width: 1279px) {
  .review-star-input {
    grid-template-columns: 15rem 1fr;
  }
}
@media (max-width: 1023px) {
  .review-star-input {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.review-star-input .title {
  font-weight: 600;
  font-size: 1.25rem;
}
@media (max-width: 1023px) {
  .review-star-input .title {
    font-size: 1.125rem;
  }
}
@media (max-width: 639px) {
  .review-star-input .title {
    font-size: 1rem;
  }
}
.review-star-input .input-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .review-star-input .input-wrapper {
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .review-star-input .input-wrapper {
    flex-direction: column-reverse;
    gap: 0.5rem;
  }
}
.review-star-input .input-wrapper .desc {
  color: var(--secondary);
}
.partner-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
  overflow: hidden;
  border-radius: var(--card-radius);
  border: 0.0625rem solid var(--gray);
  transition: all 0.3s;
}
.partner-card .text-label {
  color: var(--main);
  transition: all 0.3s;
}
.partner-card:hover {
  background-color: var(--main2-light);
  border-color: var(--main2);
}
.partner-card:hover .text-label {
  color: var(--main2);
}
.partner-card .content-wrapper {
  display: flex;
  gap: 2rem;
}
@media (max-width: 639px) {
  .partner-card .content-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}
.partner-card .content-wrapper img {
  min-height: 5rem;
  max-height: 5rem;
  min-width: 5rem;
  max-width: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
.partner-card .content-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.partner-card .content-wrapper .text-wrapper .title-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem 1rem;
  flex-wrap: wrap;
}
.partner-card .content-wrapper .text-wrapper .title-wrapper .title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 110%;
}
.partner-card .content-wrapper .text-wrapper .title-wrapper .premium-text {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 160%;
  color: var(--orange);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.partner-card .content-wrapper .text-wrapper .title-wrapper .premium-text svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
  fill: var(--orange);
}
.partner-card .content-wrapper .text-wrapper .text {
  line-height: 160%;
}
.partner-card .link {
  align-self: flex-end;
}
.partner-card .link:hover {
  background-color: var(--main2);
  color: var(--white);
}
.partner-card .link:hover svg {
  stroke: var(--white);
}
.clients-wrapper {
  container-type: inline-size;
  container-name: clients-wrapper;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.clients-wrapper .client-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  flex: 1 1 30%;
  background-color: var(--bg-color);
  border-radius: var(--card-radius);
  transition: all 0.3s;
}
.clients-wrapper .client-card:hover {
  border-color: var(--main2);
}
@container clients-wrapper (width < 800px) {
  .clients-wrapper .client-card {
    flex: 1 1 45%;
  }
}
@container clients-wrapper (width < 600px) {
  .clients-wrapper .client-card {
    flex: 1 1 100%;
  }
}
@media (max-width: 1023px) {
  .clients-wrapper .client-card {
    padding: 1.25rem 1rem;
  }
}
.clients-wrapper .client-card .header-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.clients-wrapper .client-card .header-wrapper img {
  min-height: 3.75rem;
  max-height: 3.75rem;
  min-width: 3.75rem;
  max-width: 3.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.clients-wrapper .client-card .header-wrapper .title {
  font-weight: 600;
  line-height: 140%;
}
.clients-wrapper .client-card .text {
  font-size: 0.875rem;
  line-height: 130%;
}
.advantage-card {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  position: relative;
  padding: 2rem;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .advantage-card {
    padding: 1.5rem;
    flex: 1 1 45%;
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .advantage-card {
    flex: 1 1 100%;
    gap: 2rem;
  }
}
@media (max-width: 639px) {
  .advantage-card {
    padding: 1.5rem 1rem;
  }
}
.advantage-card:hover {
  background-color: var(--main2-light);
  border-color: var(--main2);
}
.advantage-card:hover::after {
  opacity: 0;
}
.advantage-card:hover .svgs-wrapper .svg-wrapper {
  margin-left: -1.375rem;
}
.advantage-card::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--icon-color);
  opacity: 0.1;
  left: 0;
  top: 0;
  transition: all 0.3s;
  z-index: -1;
}
.advantage-card .svgs-wrapper {
  display: flex;
  align-items: center;
}
.advantage-card .svgs-wrapper .svg-wrapper {
  min-height: 3.75rem;
  max-height: 3.75rem;
  min-width: 3.75rem;
  max-width: 3.75rem;
  background-color: var(--white);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: -1.875rem;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .advantage-card .svgs-wrapper .svg-wrapper {
    min-height: 3.125rem;
    max-height: 3.125rem;
    min-width: 3.125rem;
    max-width: 3.125rem;
    margin-left: -1.5625rem;
  }
}
.advantage-card .svgs-wrapper .svg-wrapper:nth-child(1) {
  z-index: 1;
  margin-left: 0;
}
.advantage-card .svgs-wrapper .svg-wrapper:nth-child(1) svg {
  opacity: 1;
  fill: var(--gray);
}
.advantage-card .svgs-wrapper .svg-wrapper:nth-child(2) {
  z-index: 2;
}
.advantage-card .svgs-wrapper .svg-wrapper:nth-child(3) {
  z-index: 3;
}
.advantage-card .svgs-wrapper .svg-wrapper:nth-child(3) svg {
  opacity: 1;
}
.advantage-card .svgs-wrapper .svg-wrapper svg {
  opacity: 0.5;
  min-height: 2rem;
  max-height: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  fill: var(--icon-color);
}
.advantage-card .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.advantage-card .text-wrapper .title {
  font-size: 1.5rem;
  line-height: 140%;
}
@media (max-width: 639px) {
  .advantage-card .text-wrapper .title {
    font-size: 1.25rem;
  }
}
.advantage-card .text-wrapper .divider {
  width: 100%;
  border-bottom: 0.0625rem dashed var(--gray);
}
.advantage-card .text-wrapper .text {
  line-height: 140%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.solution-card,
.academy-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
}
@media (max-width: 639px) {
  .solution-card,
  .academy-card {
    padding: 1.25rem 1rem;
  }
}
.solution-card .header-wrapper,
.academy-card .header-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem 1.5rem;
  flex-wrap: wrap;
}
.solution-card .header-wrapper img,
.academy-card .header-wrapper img {
  max-width: 5.625rem;
  max-height: 2.75rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.solution-card .header-wrapper .titles-wrapper .title,
.academy-card .header-wrapper .titles-wrapper .title {
  font-weight: 600;
}
.solution-card .header-wrapper .titles-wrapper .subtitle,
.academy-card .header-wrapper .titles-wrapper .subtitle {
  font-size: 0.875rem;
  line-height: 160%;
}
.solution-card .card-categories,
.academy-card .card-categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.solution-card .card-categories .category-card,
.academy-card .card-categories .category-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.75rem;
  padding: 0.25rem 0.5rem;
  color: var(--btn-color);
  font-weight: 600;
  font-size: 0.875rem;
  position: relative;
  border-radius: var(--card-radius);
  overflow: hidden;
  transition: all 0.3s;
}
.solution-card .card-categories .category-card::before,
.academy-card .card-categories .category-card::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--btn-color);
  opacity: 0.1;
  z-index: -1;
}
.solution-card .card-categories .category-card:hover,
.academy-card .card-categories .category-card:hover {
  opacity: 0.5;
}
.solution-card .text,
.academy-card .text {
  font-size: 0.875rem;
  line-height: 160%;
}
.solution-card .footer-wrapper,
.solution-card .rating-wrapper,
.academy-card .footer-wrapper,
.academy-card .rating-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.solution-card .footer-wrapper .date,
.solution-card .rating-wrapper .date,
.academy-card .footer-wrapper .date,
.academy-card .rating-wrapper .date {
  font-weight: 600;
  font-size: 0.875rem;
}
.solution-card .footer-wrapper .price,
.solution-card .rating-wrapper .price,
.academy-card .footer-wrapper .price,
.academy-card .rating-wrapper .price {
  font-weight: 600;
}
.solution-card .rating,
.academy-card .rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.solution-card .rating svg,
.academy-card .rating svg {
  fill: var(--yellow);
  min-height: 1.25rem;
  max-height: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
}
.solution-card .rating .text,
.academy-card .rating .text {
  font-size: 0.875rem;
  line-height: 140%;
  color: var(--primary);
}
.solution-card .rating .text .quantity,
.academy-card .rating .text .quantity {
  color: var(--secondary);
}
.advantage-card,
.solution-card,
.academy-card {
  border-radius: var(--card-radius);
  border: 0.0625rem solid var(--gray);
  transition: all 0.3s;
}
.advantage-card .text-label,
.solution-card .text-label,
.academy-card .text-label {
  color: var(--main);
  transition: all 0.3s;
}
.advantage-card:hover,
.solution-card:hover,
.academy-card:hover {
  background-color: var(--main2-light);
  border-color: var(--main2);
}
.advantage-card:hover .text-label,
.solution-card:hover .text-label,
.academy-card:hover .text-label {
  color: var(--main2);
}
.advantage-card:hover .link,
.solution-card:hover .link,
.academy-card:hover .link {
  color: var(--main2);
  gap: 1rem;
}
.advantage-card:hover .link svg,
.solution-card:hover .link svg,
.academy-card:hover .link svg {
  stroke: var(--main2);
}
.advantage-card .link,
.solution-card .link,
.academy-card .link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--main);
  transition: all 0.3s;
}
.advantage-card .link svg,
.solution-card .link svg,
.academy-card .link svg {
  rotate: -90deg;
  stroke: var(--main);
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.premium-cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .premium-cards-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.implementation-card {
  background-color: var(--bg-color);
}
.implementation-card.open .btn svg {
  rotate: 180deg;
}
.question-card.open .btn svg {
  rotate: 90deg;
}
.question-card .content .question-answer {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 140%;
}
.question-card .content .question-answer .title {
  font-weight: 600;
}
.result-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.result-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background-color: var(--white);
  border-radius: 1rem;
  border-radius: var(--card-radius);
  transition: all 0.3s;
}
.result-card:hover {
  border-color: var(--main2);
}
.result-card .number {
  color: var(--main);
  font-weight: 600;
}
.result-card img {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.result-card .title {
  line-height: 170%;
}
.solution-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .solution-flex-wrapper {
    gap: 1rem;
  }
}
.solution-flex-wrapper .solution-card {
  flex: 1 1 30%;
}
@media (max-width: 1023px) {
  .solution-flex-wrapper .solution-card {
    flex: 1 1 45%;
  }
}
@media (max-width: 639px) {
  .solution-flex-wrapper .solution-card {
    flex: 1 1 100%;
  }
}
.education-card {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border-radius: var(--card-radius);
  transition: all 0.3s;
}
.education-card:hover {
  border-color: var(--main2);
}
@media (max-width: 639px) {
  .education-card {
    flex-direction: column;
  }
}
.education-card img {
  min-height: 90px;
  max-height: 90px;
  min-width: 90px;
  max-width: 90px;
  border-radius: var(--btn-radius3);
}
.education-card .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.education-card .text-wrapper .subtitle {
  line-height: 140%;
}
.education-card .text-wrapper .title {
  font-weight: 600;
  font-size: 1.25rem;
}
.education-card .text-wrapper .text {
  line-height: 140%;
}
.course-info-card {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.course-info-card .title {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 140%;
}
.course-info-card .info {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6.25rem;
  min-height: var(--btn-height);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  border-radius: var(--btn-radius);
  font-weight: 600;
  border-width: 0.0625rem;
  border-style: solid;
  min-width: -moz-fit-content;
  min-width: fit-content;
  transition: all 0.3s;
  border-color: var(--main-light);
  color: var(--main);
  background-color: var(--main-light);
  --btn-height: 1.75rem;
  cursor: default;
}
.course-info-card .info svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.course-info-card .info svg.small {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.course-info-card .info:disabled {
  pointer-events: none;
  border-color: var(--gray);
  color: var(--secondary);
  background-color: var(--gray);
}
.course-info-card .info:active {
  background-color: var(--main2) !important;
  border-color: var(--main2) !important;
  color: var(--white) !important;
}
.course-info-card .info:active svg.fill {
  fill: var(--white) !important;
}
.course-info-card .info:active svg.stroke {
  stroke: var(--white) !important;
}
.course-info-card .info svg.fill {
  fill: var(--main);
}
.course-info-card .info svg.stroke {
  stroke: var(--main);
}
.course-info-card .info:hover {
  background-color: var(--main2-light);
  border-color: var(--main2);
  color: var(--main2);
}
.course-info-card .info:hover svg.fill {
  fill: var(--main2);
}
.course-info-card .info:hover svg.stroke {
  stroke: var(--main2);
}
.tender-card,
.bank-card,
.partner-accordion {
  border-radius: var(--card-radius);
  transition: all 0.3s;
}
.tender-card:hover,
.bank-card:hover,
.partner-accordion:hover {
  border-color: var(--main2);
}
.tender-card.open .icon-wrapper svg,
.bank-card.open .icon-wrapper svg,
.partner-accordion.open .icon-wrapper svg {
  rotate: 180deg;
}
.tender-card.open .btn,
.bank-card.open .btn,
.partner-accordion.open .btn {
  border-bottom: 0.0625rem solid var(--gray2);
}
.info-card {
  display: flex;
  flex-direction: column;
}
.info-card .title {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 160%;
  color: var(--secondary);
}
.info-card .text {
  font-weight: 600;
  word-break: break-word;
  color: var(--primary);
}
.info-card .text:has(.verified-icon) {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.info-card .text .subtext {
  font-weight: 400;
}
.info-card a {
  color: var(--main);
}
.info-card a:hover {
  text-decoration: underline;
}
.info-card .socials-wrapper {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.info-card .socials-wrapper .social-link {
  min-height: 1.75rem;
  max-height: 1.75rem;
  min-width: 1.75rem;
  max-width: 1.75rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  border: none;
  overflow: hidden;
}
.info-card .socials-wrapper .social-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bank-results-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bank-results-wrapper .group-title {
  font-weight: 600;
  font-size: 1.25rem;
}
@media (max-width: 1023px) {
  .bank-results-wrapper .group-title {
    font-size: 1.125rem;
  }
}
.bank-results-wrapper .result-cards-wrapper {
  padding: 0.75rem;
  border-radius: var(--card-radius);
  background-color: var(--main-light);
}
.academy-cards-wrapper .academy-card:hover {
  background-color: transparent;
}
.verified-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main);
  border-radius: 100%;
  min-height: 1.125rem;
  max-height: 1.125rem;
  min-width: 1.125rem;
  max-width: 1.125rem;
}
.verified-icon::before {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  font-weight: 900;
  line-height: 100%;
  color: var(--white);
  display: block;
  font-size: 0.75rem;
  transition: all 0.3s;
}
dialog {
  position: fixed !important;
  background-color: var(--white);
  border-radius: var(--card-radius);
  max-width: 31.25rem;
  position: relative;
  width: 100%;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, overlay 0.3s ease-out allow-discrete, display 0.3s ease-out allow-discrete;
}
dialog[open] {
  opacity: 1;
  transform: translateY(0%);
}
@starting-style {
  dialog[open] {
    opacity: 0;
    transform: translateY(0.5rem);
  }
}
dialog::backdrop {
  background-color: var(--black-40);
}
dialog .content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 2.25rem 2rem 2rem;
  gap: 2rem;
}
@media (max-width: 639px) {
  dialog .content-wrapper {
    gap: 1.75rem;
  }
}
@media (max-width: 1023px) {
  dialog .content-wrapper {
    padding: 2.25rem 1.5rem 1.5rem;
  }
}
@media (max-width: 639px) {
  dialog .content-wrapper {
    padding: 2.25rem 1rem 1.25rem;
  }
}
dialog .content-wrapper .close-btn {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  right: 0.75rem;
  top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
dialog .content-wrapper .close-btn svg {
  width: 1rem;
  height: 1rem;
  stroke: var(--primary);
}
dialog .content-wrapper .close-btn:hover {
  opacity: 0.5;
}
dialog .content-wrapper .stages-wrapper {
  display: flex;
  align-items: center;
  max-width: 35rem;
  margin: 0 auto;
  width: 100%;
  gap: 0.75rem;
  container-type: inline-size;
  container-name: stages-wrapper;
  justify-content: space-between;
}
dialog .content-wrapper .stages-wrapper .divider {
  width: 100%;
  flex-grow: 1;
  border-bottom: 0.0625rem dashed var(--gray);
}
@container stages-wrapper (width < 400px) {
  dialog .content-wrapper .stages-wrapper .divider {
    display: none;
  }
}
dialog .content-wrapper .stages-wrapper .stage {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 130%;
  color: var(--main);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.75rem;
  max-height: 3.75rem;
  min-width: 3.75rem;
  max-width: 3.75rem;
  border: 0.125rem solid var(--main-light);
  background-color: var(--main-light);
  border-radius: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1023px) {
  dialog .content-wrapper .stages-wrapper .stage {
    min-height: 3rem;
    max-height: 3rem;
    min-width: 3rem;
    max-width: 3rem;
    font-size: 1.75rem;
  }
}
dialog .content-wrapper .stages-wrapper .stage.done {
  background-color: var(--main2-light);
  border-color: var(--main2-light);
  color: var(--main2);
}
dialog .content-wrapper .stages-wrapper .stage.done svg {
  fill: var(--main2);
}
dialog .content-wrapper .stages-wrapper .stage.active {
  border-color: var(--main);
}
dialog .content-wrapper .stages-wrapper .stage svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
  fill: var(--main);
}
dialog .content-wrapper .header-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.75rem;
  text-align: center;
}
dialog .content-wrapper .header-wrapper .title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
}
@media (max-width: 1023px) {
  dialog .content-wrapper .header-wrapper .title {
    font-size: 1.5rem;
  }
}
@media (max-width: 639px) {
  dialog .content-wrapper .header-wrapper .title {
    font-size: 1.25rem;
  }
}
dialog .content-wrapper .header-wrapper .text {
  line-height: 140%;
}
footer.footer .footer-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1 1 20%;
}
@media (max-width: 1023px) {
  footer.footer .footer-menu {
    flex: 1 1 45%;
  }
}
@media (max-width: 639px) {
  footer.footer .footer-menu {
    flex: 1 1 100%;
    align-items: center;
    text-align: center;
  }
}
footer.footer .footer-menu .title {
  font-size: 1.125rem;
  line-height: 140%;
  color: var(--white);
}
footer.footer .footer-menu .list .link,
footer.footer .footer-menu .list .text {
  line-height: 140%;
  color: var(--secondary);
  padding: 0.25rem 0;
}
footer.footer .footer-menu .list .link {
  display: block;
}
footer.footer .footer-menu .list .link:hover {
  color: var(--white);
}
footer.footer .footer-menu .list .text {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
@media (max-width: 639px) {
  footer.footer .footer-menu .list .text {
    justify-content: center;
  }
}
footer.footer .footer-menu .list .text .link {
  color: var(--white);
  padding: 0;
}
footer.footer .footer-menu .list .text .link:hover {
  text-decoration: underline;
}
html:has(.header-bottom.fixed-header) .header.fixed-header {
  box-shadow: none !important;
}
.header {
  transition: all 0.3s;
}
.header.fixed-header {
  box-shadow: 0 0 0.375rem 0 var(--black-10);
}
@media (max-width: 1023px) {
  .header .header-btn {
    border-radius: 100%;
    padding: 0;
    min-height: 2.5rem;
    max-height: 2.5rem;
    min-width: 2.5rem;
    max-width: 2.5rem;
  }
}
.header-bottom {
  top: 0;
}
.header-bottom.fixed-header {
  top: var(--header-height);
}
.header-bottom.fixed-header .header-submenu:hover .link svg {
  rotate: 180deg;
}
.header-bottom.fixed-header .header-submenu:hover .links-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-links-wrapper .link {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6.25rem;
  min-height: var(--btn-height);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  border-radius: var(--btn-radius);
  font-weight: 600;
  border-width: 0.0625rem;
  border-style: solid;
  min-width: -moz-fit-content;
  min-width: fit-content;
  transition: all 0.3s;
  border: none;
  color: var(--main);
}
.header-links-wrapper .link svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.header-links-wrapper .link svg.small {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.header-links-wrapper .link:disabled {
  pointer-events: none;
  border-color: var(--gray);
  color: var(--secondary);
  background-color: var(--gray);
}
.header-links-wrapper .link:active {
  background-color: var(--main2) !important;
  border-color: var(--main2) !important;
  color: var(--white) !important;
}
.header-links-wrapper .link:active svg.fill {
  fill: var(--white) !important;
}
.header-links-wrapper .link:active svg.stroke {
  stroke: var(--white) !important;
}
@media (max-width: 1279px) {
  .header-links-wrapper .link .text {
    width: -moz-min-content;
    width: min-content;
  }
}
.header-links-wrapper .link svg {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
  stroke: var(--main);
}
.header-links-wrapper .link:hover {
  color: var(--main2) !important;
  background-color: transparent !important;
}
.header-links-wrapper .link:hover svg {
  stroke: var(--main2) !important;
}
.header-links-wrapper .link.active {
  background-color: var(--main2);
  color: var(--white);
}
.header-links-wrapper .link.active svg {
  stroke: var(--white);
}
.header-links-wrapper .header-submenu {
  position: relative;
}
.header-links-wrapper .header-submenu .links-list {
  min-width: 12.5rem;
  width: -moz-max-content;
  width: max-content;
  max-width: 25rem;
  padding: 0.25rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.5rem);
  transition: all 0.3s;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  border-radius: var(--dialog-radius);
  box-shadow: 0 0.0625rem 0.375rem 0.0625rem var(--black-10), 0 0 0.25rem 0.0625rem var(--black-10);
}
.header-links-wrapper .header-submenu .links-list .sublink {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header-links-wrapper .header-submenu .links-list .sublink:hover {
  color: var(--main2);
}
.header-links-wrapper .header-submenu .links-list .sublink:hover .order {
  background-color: var(--main2-light);
  color: var(--main2);
  border-color: var(--main2);
}
.header-links-wrapper .header-submenu .links-list .sublink.active {
  color: var(--main2);
}
.header-links-wrapper .header-submenu .links-list .sublink.active .order {
  background-color: var(--main2);
  border-color: var(--main2);
  color: var(--white);
}
.header-links-wrapper .header-submenu .links-list .sublink .order {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 100% 100% 100%;
  background-color: var(--main);
  border: 0.0625rem solid var(--main);
  color: var(--white);
  font-weight: 500;
  min-height: 2.5rem;
  max-height: 2.5rem;
  min-width: 2.5rem;
  max-width: 2.5rem;
}
.blackout {
  position: fixed;
  background-color: var(--primary-40);
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 98;
  display: none;
}
.blackout.show {
  display: block;
}
.langs-wrapper:hover .langs, .langs-wrapper.open .langs {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.langs-wrapper:hover .lang-btn svg.arrow, .langs-wrapper.open .lang-btn svg.arrow {
  rotate: 180deg;
}
.langs-wrapper .lang-btn svg {
  min-height: 1.25rem;
  max-height: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
}
.langs-wrapper .lang-btn svg.arrow {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.langs-wrapper .langs {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.625rem);
}
.langs-wrapper .langs .lang-link {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.75rem;
  padding: 0 1rem;
  min-height: 3rem;
  font-weight: 500;
  color: var(--primary);
  font-size: 0.875rem;
}
.langs-wrapper .langs .lang-link::before {
  content: "";
  display: block;
  min-height: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  max-width: 1rem;
  border: 0.0625rem solid var(--gray);
  border-radius: 100%;
}
.langs-wrapper .langs .lang-link .flag {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.langs-wrapper .langs .lang-link.active::before {
  border-color: var(--main);
  border-width: 0.25rem;
}
.langs-wrapper .langs .lang-link:hover {
  background-color: var(--main-light);
}
.header-menu-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: transparent;
  left: 0;
  top: 0;
  margin: 0;
  border-radius: 0;
  max-height: none;
  max-width: none;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, overlay 0.3s ease-out allow-discrete, display 0.3s ease-out allow-discrete;
}
.header-menu-dialog[open] {
  opacity: 1;
  transform: translateX(0%);
}
@starting-style {
  .header-menu-dialog[open] {
    opacity: 0;
    transform: translateX(100%);
  }
}
.header-menu-dialog .content-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  max-width: 23.125rem;
  padding: 1.5rem 1rem;
  background-color: var(--white);
  gap: 1.5rem;
}
.header-menu-dialog .content-wrapper .close-btn {
  position: static;
}
.header-menu-dialog .header-menu-links {
  display: flex;
  flex-direction: column;
}
.header-menu-dialog .header-menu-links .link {
  display: flex;
  align-items: center;
  min-height: 2.875rem;
  padding: 0.75rem 0.5rem;
  border-radius: var(--card-radius);
  line-height: 130%;
}
.header-menu-dialog .header-menu-links .submenu.open .links-wrapper {
  display: flex;
}
.header-menu-dialog .header-menu-links .submenu.open .btn-wrapper .btn {
  background-color: var(--main2-light);
}
.header-menu-dialog .header-menu-links .submenu.open .btn-wrapper .btn svg {
  stroke: var(--main2);
  rotate: 180deg;
}
.header-menu-dialog .header-menu-links .submenu .btn-wrapper {
  display: flex;
  align-items: center;
}
.header-menu-dialog .header-menu-links .submenu .btn-wrapper .link {
  flex-grow: 1;
  padding-right: 0;
}
.header-menu-dialog .header-menu-links .submenu .btn-wrapper .btn {
  min-height: 2.875rem;
  width: 2.875rem;
  border-radius: var(--card-radius);
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-menu-dialog .header-menu-links .submenu .btn-wrapper .btn:hover {
  background-color: var(--main-light);
  border-color: var(--main-light);
}
.header-menu-dialog .header-menu-links .submenu .btn-wrapper .btn:hover svg {
  stroke: var(--main);
}
.header-menu-dialog .header-menu-links .submenu .btn-wrapper .btn svg {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
  stroke: var(--main);
}
.header-menu-dialog .header-menu-links .submenu .links-wrapper {
  display: none;
  flex-direction: column;
  padding-left: 1rem;
}
.solution-tabs .tab-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6.25rem;
  min-height: var(--btn-height);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  border-radius: var(--btn-radius);
  font-weight: 600;
  border-width: 0.0625rem;
  border-style: solid;
  min-width: -moz-fit-content;
  min-width: fit-content;
  transition: all 0.3s;
  padding: 0.5rem 1.5rem;
  border-color: var(--gray);
}
.solution-tabs .tab-btn svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.solution-tabs .tab-btn svg.small {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.solution-tabs .tab-btn:disabled {
  pointer-events: none;
  border-color: var(--gray);
  color: var(--secondary);
  background-color: var(--gray);
}
.solution-tabs .tab-btn:active {
  background-color: var(--main2) !important;
  border-color: var(--main2) !important;
  color: var(--white) !important;
}
.solution-tabs .tab-btn:active svg.fill {
  fill: var(--white) !important;
}
.solution-tabs .tab-btn:active svg.stroke {
  stroke: var(--white) !important;
}
.solution-tabs .tab-btn:hover {
  border-color: var(--main2);
  color: var(--main2);
}
.solution-tabs .tab-btn.active {
  border-color: var(--main);
  color: var(--main);
}
.solution-tabs .solutions-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1279px) {
  .solution-tabs .solutions-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .solution-tabs .solutions-wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .solution-tabs .solutions-wrapper {
    gap: 1.5rem 1rem;
  }
}
.academy-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1 1 30%;
  min-width: 15.625rem;
  container-type: inline-size;
  container-name: academy-card;
  border: 0.0625rem solid var(--gray);
  border-radius: var(--card-radius);
  transition: all 0.3s;
}
.academy-card:hover {
  border-color: var(--main2);
}
@media (max-width: 767px) {
  .academy-card {
    flex: 1 1 45%;
  }
}
.academy-card .img-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 18.75rem;
}
@container academy-card (width < 500px) {
  .academy-card .img-wrapper img {
    height: 15.625rem;
  }
}
@container academy-card (width < 400px) {
  .academy-card .img-wrapper img {
    height: 12.5rem;
  }
}
@container academy-card (width < 350px) {
  .academy-card .img-wrapper img {
    height: 10rem;
  }
}
.academy-card .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 1rem 0.75rem;
  flex-grow: 1;
}
.academy-card .text-wrapper .title {
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.academy-card .text-wrapper .text {
  font-size: 0.875rem;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.expert-card {
  padding: 1.5rem;
  display: flex !important;
  flex-direction: column;
  gap: 1rem;
  container-type: inline-size;
  container-name: expert-card;
  border: 0.0625rem solid var(--gray);
  border-radius: var(--card-radius);
  transition: all 0.3s;
}
.expert-card:hover {
  border-color: var(--main2);
}
@media (max-width: 1023px) {
  .expert-card {
    padding: 1rem;
  }
}
.expert-card .header-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@container expert-card (width < 400px) {
  .expert-card .header-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.expert-card .header-wrapper .person-img {
  border-radius: 100%;
  min-height: 5rem;
  max-height: 5rem;
  min-width: 5rem;
  max-width: 5rem;
}
.expert-card .header-wrapper .title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.expert-card .header-wrapper .title-wrapper .name {
  font-size: 1.5rem;
  line-height: 100%;
}
@media (max-width: 1023px) {
  .expert-card .header-wrapper .title-wrapper .name {
    font-size: 1.25rem;
  }
}
.expert-card .header-wrapper .title-wrapper .position {
  font-weight: 600;
  color: var(--secondary);
  line-height: 100%;
}
@media (max-width: 1023px) {
  .expert-card .header-wrapper .title-wrapper .position {
    font-size: 0.875rem;
  }
}
.expert-card .rating-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.expert-card .rating-wrapper .stars-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.expert-card .rating-wrapper .stars-wrapper img {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.expert-card .rating-wrapper .rating {
  color: var(--primary);
}
.expert-card .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.expert-card .text-wrapper .text {
  line-height: 140%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.step-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: var(--step-bg);
  border-color: var(--step-bg);
  padding: 2rem 1.5rem;
  position: relative;
  border-radius: var(--card-radius);
  border: 0.0625rem solid var(--gray);
  transition: all 0.3s;
}
.step-card .text-label {
  color: var(--main);
  transition: all 0.3s;
}
.step-card:hover {
  background-color: var(--main2-light);
  border-color: var(--main2);
}
.step-card:hover .text-label {
  color: var(--main2);
}
.step-card:hover .arrow-btn {
  background-color: var(--main2);
}
.step-card:last-child .divider .arrow-btn {
  display: none;
}
@media (max-width: 1023px) {
  .step-card {
    gap: 1.5rem;
  }
}
@media (max-width: 639px) {
  .step-card {
    padding: 1.5rem 1rem;
  }
}
.step-card .title {
  font-size: 1.5rem;
}
@media (max-width: 1023px) {
  .step-card .title {
    font-size: 1.25rem;
  }
}
.step-card .divider {
  position: relative;
  border-bottom: 0.0625rem dashed var(--gray);
}
@media (max-width: 767px) {
  .step-card .divider {
    position: static;
  }
}
.step-card .arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main);
  min-height: 3.75rem;
  max-height: 3.75rem;
  min-width: 3.75rem;
  max-width: 3.75rem;
  border-radius: 100%;
  transition: all 0.3s;
  z-index: 1;
}
@media (min-width: 768px) {
  .step-card .arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 95%;
  }
}
@media (max-width: 1279px) {
  .step-card .arrow-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .step-card .arrow-btn {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.875rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    min-width: 2.5rem;
    max-width: 2.5rem;
  }
  .step-card .arrow-btn svg {
    rotate: 90deg;
  }
}
.step-card .arrow-btn svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
  stroke: var(--white);
}
.step-card .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.step-card .text-wrapper .text {
  line-height: 140%;
}
.advantage-card2 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 20.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem;
  flex: 1 1 30%;
  border-radius: var(--card-radius);
  transition: all 0.3s;
}
.advantage-card2:hover {
  border-color: var(--main2);
}
@media (max-width: 1023px) {
  .advantage-card2 {
    flex: 1 1 45%;
  }
}
@media (max-width: 639px) {
  .advantage-card2 {
    flex: 1 1 100%;
  }
}
@media (max-width: 1023px) {
  .advantage-card2 {
    padding: 1.5rem;
  }
}
@media (max-width: 639px) {
  .advantage-card2 {
    padding: 1.25rem 1rem;
  }
}
.advantage-card2:hover {
  transform: translateY(-0.5rem);
}
.advantage-card2 .title {
  font-weight: 600;
  font-size: 1.25rem;
}
.service-card {
  background-color: var(--main-light);
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  container-type: inline-size;
  container-name: service-card;
  border-radius: var(--card-radius);
  border: 0.0625rem solid var(--gray);
  transition: all 0.3s;
  border: 0.0625rem solid var(--main-light);
}
.service-card .text-label {
  color: var(--main);
  transition: all 0.3s;
}
.service-card:hover {
  background-color: var(--main2-light);
  border-color: var(--main2);
}
.service-card:hover .text-label {
  color: var(--main2);
}
@media (max-width: 1023px) {
  .service-card {
    padding: 1.5rem;
  }
}
@media (max-width: 639px) {
  .service-card {
    padding: 1.25rem 1rem;
  }
}
.service-card .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.service-card .text-wrapper .header-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@container service-card (width < 500px) {
  .service-card .text-wrapper .header-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.service-card .text-wrapper .header-wrapper img {
  min-height: 5rem;
  max-height: 5rem;
  min-width: 5rem;
  max-width: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-card .text-wrapper .header-wrapper .title {
  font-size: 1.5rem;
  line-height: 110%;
}
.service-card .link {
  align-self: flex-end;
}
.reviews-swiper .swiper-slide,
.events-swiper .swiper-slide,
.experts-swiper .swiper-slide {
  height: auto;
}
.review-card {
  display: flex !important;
  flex-direction: column;
  gap: 2.75rem;
  box-shadow: var(--shadow-card);
  padding: 2rem;
  justify-content: space-between;
  border: 0.0625rem solid var(--white);
  border-radius: var(--card-radius);
  transition: all 0.3s;
}
.review-card:hover {
  border-color: var(--main2);
}
@media (max-width: 1023px) {
  .review-card {
    gap: 2rem;
    padding: 1.5rem;
  }
}
@media (max-width: 639px) {
  .review-card {
    padding: 1.25rem 1rem;
    gap: 1.5rem;
  }
}
.review-card .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.review-card .text-wrapper .author {
  font-size: 0.875rem;
  line-height: 160%;
  color: var(--primary-text);
}
.review-card .text-wrapper .stars-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.review-card .text-wrapper .stars-wrapper img {
  min-height: 1.25rem;
  max-height: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
}
.review-card .text-wrapper .text {
  line-height: 140%;
}
.review-card .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.review-card .footer-wrapper .logo-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.review-card .footer-wrapper .logo-wrapper img {
  min-height: 3rem;
  max-height: 3rem;
  min-width: 3rem;
  max-width: 3rem;
}
@media (max-width: 639px) {
  .review-card .footer-wrapper .logo-wrapper img {
    min-height: 2.5rem;
    max-height: 2.5rem;
    min-width: 2.5rem;
    max-width: 2.5rem;
  }
}
.review-card .footer-wrapper .logo-wrapper .title {
  line-height: 110%;
}
.review-card .footer-wrapper svg {
  fill: var(--gray);
  min-height: 2.5rem;
  max-height: 2.5rem;
  min-width: 2.5rem;
  max-width: 2.5rem;
}
@media (max-width: 1279px) {
  .review-card .footer-wrapper svg {
    min-height: 2rem;
    max-height: 2rem;
    min-width: 2rem;
    max-width: 2rem;
  }
}
@media (max-width: 639px) {
  .review-card .footer-wrapper svg {
    min-height: 1.5rem;
    max-height: 1.5rem;
    min-width: 1.5rem;
    max-width: 1.5rem;
  }
}
.event-card {
  box-shadow: var(--shadow-card);
  padding: 1rem 1rem 1.5rem;
  display: flex !important;
  flex-direction: column;
  gap: 1.5rem;
  container-type: inline-size;
  container-name: event-card;
  border: 0.0625rem solid var(--white);
  height: 100%;
  border-radius: var(--card-radius);
  transition: all 0.3s;
}
.event-card:hover {
  border-color: var(--main2);
}
.event-card .img-wrapper img {
  border-radius: var(--card-radius);
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@container event-card (width < 380px) {
  .event-card .img-wrapper img {
    height: 17.5rem;
  }
}
@container event-card (width < 330px) {
  .event-card .img-wrapper img {
    height: 15rem;
  }
}
.event-card .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
}
.event-card .content-wrapper .title {
  line-height: 140%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.event-card .content-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
}
.event-card .content-wrapper .text {
  font-size: 0.875rem;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.event-card .content-wrapper .btns-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 0.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  flex-wrap: wrap;
}
.event-card .content-wrapper .btns-wrapper .link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 140%;
  color: var(--main);
  padding: 0.25rem 0;
}
.event-card .content-wrapper .btns-wrapper .link:hover {
  gap: 1rem;
  color: var(--main2);
}
.event-card .content-wrapper .btns-wrapper .link:hover svg {
  stroke: var(--main2);
}
.event-card .content-wrapper .btns-wrapper .link svg {
  stroke: var(--main);
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
  rotate: -90deg;
}
.event-card .content-wrapper .btns-wrapper .share-btn {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-card .content-wrapper .btns-wrapper .share-btn:hover svg {
  stroke: var(--main2);
}
.event-card .content-wrapper .btns-wrapper .share-btn svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: var(--main);
}
.event-card .content-wrapper .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.event-card .content-wrapper .footer-wrapper .info-wrapper {
  color: var(--secondary);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.event-card .content-wrapper .footer-wrapper .info-wrapper .date {
  line-height: 140%;
}
.event-card .content-wrapper .footer-wrapper .info-wrapper .divider {
  background-color: var(--secondary);
  height: 0.75rem;
  width: 0.0625rem;
}
.event-card .content-wrapper .footer-wrapper .info-wrapper .views {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.event-card .content-wrapper .footer-wrapper .info-wrapper .views svg {
  min-height: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  max-width: 1rem;
  stroke: var(--secondary);
}
.scroll-swiper-wrapper .swiper .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex !important;
  align-items: flex-start;
  border-radius: var(--card-radius);
  min-height: 37.5rem;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .scroll-swiper-wrapper .swiper .swiper-slide {
    min-height: 31.25rem;
  }
}
@media (max-width: 1023px) {
  .scroll-swiper-wrapper .swiper .swiper-slide {
    min-height: 28.125rem;
  }
}
@media (min-width: 1280px) {
  .scroll-swiper-wrapper .swiper .swiper-slide:nth-child(odd) {
    width: 53%;
  }
  .scroll-swiper-wrapper .swiper .swiper-slide:nth-child(even) {
    width: 31%;
  }
}
.scroll-swiper-wrapper .swiper .swiper-slide .text-wrapper {
  padding: 3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 1535px) {
  .scroll-swiper-wrapper .swiper .swiper-slide .text-wrapper {
    padding: 2rem;
  }
}
.scroll-swiper-wrapper .swiper .swiper-slide .text-wrapper .title {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 130%;
}
@media (max-width: 1023px) {
  .scroll-swiper-wrapper .swiper .swiper-slide .text-wrapper .title {
    font-size: 1.5rem;
  }
}
@media (max-width: 639px) {
  .scroll-swiper-wrapper .swiper .swiper-slide .text-wrapper .title {
    font-size: 1.25rem;
  }
}
.stage-card {
  border: 0.0625rem solid var(--gray);
  border-radius: var(--card-radius);
  display: flex;
  overflow: hidden;
  height: 13.4375rem;
  container-type: inline-size;
  container-name: stage-card;
}
@media (max-width: 639px) {
  .stage-card {
    flex-direction: column;
    height: auto;
  }
}
.stage-card .img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
@media (min-width: 640px) {
  .stage-card .img-wrapper img {
    min-width: 240px;
    max-width: 240px;
  }
}
@media (max-width: 639px) {
  .stage-card .img-wrapper img {
    height: 20rem;
  }
  @container stage-card (width < 500px) {
    .stage-card .img-wrapper img {
      height: 15.625rem;
    }
  }
  @container stage-card (width < 400px) {
    .stage-card .img-wrapper img {
      height: 12.5rem;
    }
  }
  @container stage-card (width < 300px) {
    .stage-card .img-wrapper img {
      height: 10.625rem;
    }
  }
}
.stage-card .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem;
  flex-grow: 1;
}
.stage-card .content-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.stage-card .content-wrapper .text-wrapper .title {
  font-weight: 600;
}
.stage-card .content-wrapper .text-wrapper .text {
  font-size: 0.875rem;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.stage-card .content-wrapper .link {
  align-self: flex-end;
}
.stage-side-card {
  display: flex;
  background-color: var(--white);
  border-radius: 0 2.25rem 2.25rem 2.25rem;
  overflow: hidden;
  --text-wrapper-gap: 0.5rem;
}
.stage-side-card:hover .number-wrapper {
  background-color: var(--main2-light);
  border-color: var(--main2);
  color: var(--main2);
}
.stage-side-card:hover .text-wrapper .header-wrapper .subtitle {
  color: var(--main2);
}
.stage-side-card:hover .text-wrapper .hide-wrapper {
  max-height: var(--hide-max-height) !important;
  padding-top: var(--text-wrapper-gap);
  opacity: 1;
  visibility: visible;
}
.stage-side-card.active {
  max-height: none;
}
.stage-side-card.active:hover .number-wrapper {
  color: var(--white);
}
.stage-side-card.active .number-wrapper {
  background-color: var(--main2);
  border-color: var(--main2);
}
.stage-side-card.active .text-wrapper .header-wrapper .subtitle {
  color: var(--main2);
}
.stage-side-card.active .text-wrapper .header-wrapper .title:hover {
  color: var(--main2);
}
.stage-side-card.active .text-wrapper .hide-wrapper {
  max-height: none !important;
  padding-top: var(--text-wrapper-gap);
  opacity: 1;
  visibility: visible;
}
.stage-side-card .number-wrapper {
  background-color: var(--main);
  color: var(--white);
  border-radius: 0 2.25rem 2.25rem 2.25rem;
  transition: all 0.3s;
  border: 0.125rem solid var(--main);
  min-width: 4.5rem;
  max-width: 4.5rem;
}
@media (max-width: 639px) {
  .stage-side-card .number-wrapper {
    min-width: 3rem;
    max-width: 3rem;
  }
}
.stage-side-card .number-wrapper .number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 2rem;
  min-height: 4.5rem;
  max-height: 4.5rem;
  min-width: 4.5rem;
  max-width: 4.5rem;
}
@media (max-width: 639px) {
  .stage-side-card .number-wrapper .number {
    min-height: 3rem;
    max-height: 3rem;
    min-width: 3rem;
    max-width: 3rem;
  }
}
.stage-side-card .text-wrapper {
  flex-grow: 1;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
}
.stage-side-card .text-wrapper .header-wrapper {
  font-weight: 600;
}
.stage-side-card .text-wrapper .header-wrapper .subtitle {
  font-size: 0.75rem;
  color: var(--main);
}
.stage-side-card .text-wrapper .header-wrapper .title {
  font-size: 1.25rem;
  color: var(--primary);
  display: flex;
}
.stage-side-card .text-wrapper .header-wrapper .title:hover {
  color: var(--main2);
}
@media (max-width: 1023px) {
  .stage-side-card .text-wrapper .header-wrapper .title {
    font-size: 1.125rem;
  }
}
@media (max-width: 639px) {
  .stage-side-card .text-wrapper .header-wrapper .title {
    font-size: 1rem;
  }
}
.stage-side-card .text-wrapper .hide-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--text-wrapper-gap);
  max-height: 0;
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.5s, padding-top 0.5s;
}
.stage-side-card .text-wrapper .hide-wrapper .text {
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--dark-grey);
}
.stage-side-card .text-wrapper .hide-wrapper .sublinks-list .sublink {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--primary);
}
.stage-side-card .text-wrapper .hide-wrapper .sublinks-list .sublink:hover {
  color: var(--main2);
}
.fact-card {
  display: flex !important;
  gap: 1rem;
  background-color: var(--main-light);
  border-radius: var(--card-radius);
  padding: 1.5rem;
}
@media (max-width: 1023px) {
  .fact-card {
    padding: 1rem;
  }
}
.fact-card .number {
  font-weight: 600;
  font-size: 2rem;
  color: var(--main);
}
.fact-card .text {
  line-height: 140%;
}
.stage-subsection-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  container-type: inline-size;
  container-name: stage-subsection-card;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: var(--card-radius);
  border: 0.0625rem solid var(--gray);
  transition: all 0.3s;
}
.stage-subsection-card .text-label {
  color: var(--main);
  transition: all 0.3s;
}
.stage-subsection-card:hover {
  background-color: var(--main2-light);
  border-color: var(--main2);
}
.stage-subsection-card:hover .text-label {
  color: var(--main2);
}
.stage-subsection-card .img-wrapper img {
  width: 100%;
  height: 12.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@container stage-subsection-card (width < 350px) {
  .stage-subsection-card .img-wrapper img {
    height: 10rem;
  }
}
.stage-subsection-card .content-wrapper {
  padding: 1rem 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.stage-subsection-card .content-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.stage-subsection-card .content-wrapper .text-wrapper .title {
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.stage-subsection-card .content-wrapper .text-wrapper .text {
  font-size: 0.875rem;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.stage-subsection-card .content-wrapper .footer-wrapper {
  color: var(--secondary);
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 120%;
}
.stage-subsection-card .content-wrapper .footer-wrapper .divider {
  margin: 0 0.875rem;
  width: 0.0625rem;
  height: 100%;
  background-color: var(--gray);
  display: inline-block;
}
.related-solution-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.25rem 1.5rem 1.25rem 2rem;
  border-bottom: 0.0625rem solid var(--gray);
  position: relative;
}
.related-solution-card:hover {
  box-shadow: var(--shadow-card);
  border-radius: var(--btn-radius3);
  border-color: transparent;
}
.related-solution-card:hover svg {
  stroke: var(--main);
}
.related-solution-card:hover::before {
  opacity: 1;
}
.related-solution-card::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.75rem;
  min-height: 0.5rem;
  max-height: 0.5rem;
  min-width: 0.5rem;
  max-width: 0.5rem;
  background-color: var(--main);
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .related-solution-card {
    padding: 1.25rem 1.5rem;
  }
  .related-solution-card::before {
    display: none;
  }
}
.related-solution-card svg {
  min-height: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  max-width: 1rem;
  stroke: var(--primary2);
  rotate: -90deg;
}
.page-links {
  display: flex;
  gap: 1.5rem;
  padding-bottom: 0.25rem;
  overflow-y: auto;
}
@media (max-width: 1279px) {
  .page-links {
    gap: 1rem;
  }
}
.page-links .link {
  font-weight: 600;
  font-size: 1.125rem;
  color: var(--secondary);
  padding: 0.5rem 1rem;
  border-bottom: 0.125rem solid transparent;
  white-space: nowrap;
}
.page-links .link:hover {
  color: var(--primary);
  border-color: var(--main);
}
.page-links .link.active {
  color: var(--primary);
  border-color: var(--main2);
}
.task-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  background-color: var(--bg-color);
  border-radius: var(--card-radius);
  transition: all 0.3s;
}
.task-card:hover {
  border-color: var(--main2);
}
@media (max-width: 1023px) {
  .task-card {
    padding: 1rem;
  }
}
.task-card .title {
  font-weight: 600;
  font-size: 1.25rem;
}
@media (max-width: 639px) {
  .task-card .title {
    font-size: 1.125rem;
  }
}
.task-card .text {
  line-height: 140%;
}
.sector-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  container-type: inline-size;
  container-name: sector-card;
}
.sector-card .img-wrapper {
  height: 17.5rem;
  background-color: var(--gray4);
  overflow: hidden;
  border-radius: var(--card-radius);
}
.sector-card .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sector-card .title {
  font-weight: 600;
}
.product-gallery-wrapper .swiper-next,
.product-gallery-wrapper .swiper-prev {
  min-height: 56px;
  max-height: 56px;
  min-width: 56px;
  max-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: var(--shadow-btn);
  background-color: var(--white);
  border-radius: 100%;
  border: 0.125rem solid var(--white);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .product-gallery-wrapper .swiper-next,
  .product-gallery-wrapper .swiper-prev {
    display: none;
    min-height: 40px;
    max-height: 40px;
    min-width: 40px;
    max-width: 40px;
  }
}
.product-gallery-wrapper .swiper-next:disabled svg,
.product-gallery-wrapper .swiper-prev:disabled svg {
  stroke: var(--secondary);
}
.product-gallery-wrapper .swiper-next:not(:disabled):hover,
.product-gallery-wrapper .swiper-prev:not(:disabled):hover {
  border-color: var(--main2);
}
.product-gallery-wrapper .swiper-next:not(:disabled):hover svg,
.product-gallery-wrapper .swiper-prev:not(:disabled):hover svg {
  stroke: var(--main2);
}
.product-gallery-wrapper .swiper-next svg,
.product-gallery-wrapper .swiper-prev svg {
  stroke: var(--primary);
  min-height: 1.25rem;
  max-height: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
}
.product-gallery-wrapper .swiper-prev {
  left: 0;
}
.product-gallery-wrapper .swiper-prev svg {
  rotate: 90deg;
}
.product-gallery-wrapper .swiper-next {
  right: 0;
}
.product-gallery-wrapper .swiper-next svg {
  rotate: -90deg;
}
.product-thumbs .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 8.75rem;
  max-width: 8.75rem;
  min-height: 5.5rem;
  max-height: 5.5rem;
  border-radius: 1rem;
  transition: all 0.3s;
  overflow: hidden;
  cursor: pointer;
}
.product-thumbs .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}
.product-thumbs .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.feature-card {
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .feature-card {
    padding: 1rem;
  }
}
@media (max-width: 639px) {
  .feature-card {
    padding: 0.75rem 0.5rem;
  }
}
.feature-card img {
  min-height: 0.875rem;
  max-height: 0.875rem;
  min-width: 0.875rem;
  max-width: 0.875rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.feature-card .label {
  font-size: 0.875rem;
  line-height: 110%;
}
.review .stars-wrapper img {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.auth-wrapper {
  max-width: 37.5rem;
  margin: 0 auto;
}
.auth-wrapper .custom-form .choices .choices__inner,
.profile-grid .custom-form .choices .choices__inner {
  border-color: var(--gray);
  color: var(--primary-text);
  border-radius: var(--input-radius) !important;
  padding: 0 1.25rem;
  font-weight: 400;
}
.auth-wrapper .custom-form .choices .choices__list--dropdown,
.profile-grid .custom-form .choices .choices__list--dropdown {
  border-radius: var(--btn-radius2) !important;
}
.auth-wrapper .custom-form button,
.profile-grid .custom-form button {
  border-radius: var(--input-radius);
  padding: 0.25rem 1.5rem;
}
.auth-wrapper,
.profile-grid .profile-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.auth-wrapper .page-header,
.profile-grid .profile-content .page-header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 0;
  padding: 0;
}
.auth-wrapper .page-header .text,
.profile-grid .profile-content .page-header .text {
  color: var(--primary-text);
}
.profile-grid .profile-aside {
  border-right: 0.0625rem solid var(--gray2);
}
.profile-grid .profile-aside .link {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 4.375rem;
  border-radius: 1rem 0 0 1rem;
  border-right: 0.0625rem solid var(--gray2);
  margin-right: -0.0625rem;
  padding: 0 1.5rem;
  font-weight: 500;
}
.profile-grid .profile-aside .link.active {
  border-right: 0.125rem solid var(--main);
  background-color: var(--gray2);
  color: var(--primary2);
  fill: var(--primary2);
}
.profile-grid .profile-aside .link.active svg {
  fill: var(--primary2);
}
.profile-grid .profile-aside .link.active svg.stroke {
  fill: none;
  stroke: var(--primary2);
}
.profile-grid .profile-aside .link:hover {
  background-color: var(--gray2);
}
.profile-grid .profile-aside .link svg {
  min-height: 1.25rem;
  max-height: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
  fill: var(--secondary);
}
.profile-grid .profile-aside .link svg.stroke {
  fill: none;
  stroke: var(--secondary);
}
.profile-grid .profile-aside .message {
  background-color: var(--main2-light);
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 4.375rem;
  border-radius: 1rem 0 0 1rem;
  margin-right: -0.0625rem;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}
.profile-grid .tariff-cards-wrapper {
  container-type: inline-size;
  container-name: tariff-cards-wrapper;
}
.profile-grid .tariff-cards-wrapper .tariff-card .tariff-badge {
  position: absolute;
  right: 1.25rem;
  top: -1.25rem;
  border-radius: 6.25rem;
  padding: 0.5rem 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--white);
  background-color: var(--bg-color);
}
@media (max-width: 1023px) {
  .profile-grid .tariff-cards-wrapper .tariff-card .tariff-badge {
    font-size: 0.875rem;
  }
}
@media (max-width: 1279px) {
  .reviews-main .profile-grid {
    display: flex;
  }
}
.reviews-main .profile-grid .filters-grid {
  grid-template-columns: 18.75rem 1fr;
}
.reviews-main .profile-grid .reviews-info-card {
  display: flex;
  gap: 1.25rem;
}
.reviews-main .profile-grid .reviews-info-card .img-wrapper img {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.reviews-main .profile-grid .reviews-info-card .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.reviews-main .profile-grid .reviews-info-card .text-wrapper .title {
  font-weight: 600;
  line-height: 150%;
}
.reviews-main .profile-grid .reviews-info-card .text-wrapper .text {
  font-size: 0.875rem;
  line-height: 160%;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.transition-300{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.swiper-with-grid{
  max-height: 100vh;
  min-height: 0px;
  width: 100%;
  min-width: 0px;
  max-width: 100%;
}
.absolute-center-y{
  position: absolute;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.absolute-center-x{
  position: absolute;
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.absolute-center{
  position: absolute;
  left: 50%;
  top: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.section-padding{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 640px){
  .section-padding{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 1280px){
  .section-padding{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.last-section-padding{
  padding-bottom: 2.5rem;
}
@media (min-width: 640px){
  .last-section-padding{
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 1280px){
  .last-section-padding{
    padding-bottom: 5rem;
  }
}
.stages-grid{
  display: flex;
  grid-template-columns: 26.25rem 1fr;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px){
  .stages-grid{
    display: grid;
  }
}
@media (min-width: 1280px){
  .stages-grid{
    grid-template-columns: 28.125rem 1fr;
    gap: 2.5rem;
  }
}
.filters-grid{
  display: flex;
  grid-template-columns: 21.25rem 1fr;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px){
  .filters-grid{
    display: grid;
  }
}
@media (min-width: 1280px){
  .filters-grid{
    grid-template-columns: 23.75rem 1fr;
    gap: 2.5rem;
  }
}
.profile-grid{
  display: flex;
  grid-template-columns: 21.875rem 1fr;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px){
  .profile-grid{
    display: grid;
  }
}
@media (min-width: 1280px){
  .profile-grid{
    gap: 2.5rem;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.bottom-\[calc\(100\%\+0\.25rem\)\]{
  bottom: calc(100% + 0.25rem);
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-\[0\.875rem\]{
  right: 0.875rem;
}
.top-0{
  top: 0px;
}
.top-\[calc\(100\%\+0\.625rem\)\]{
  top: calc(100% + 0.625rem);
}
.top-\[calc\(100\%-0\.125rem\)\]{
  top: calc(100% - 0.125rem);
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[10\]{
  z-index: 10;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[89\]{
  z-index: 89;
}
.z-\[90\]{
  z-index: 90;
}
.z-\[91\]{
  z-index: 91;
}
.m-0{
  margin: 0px;
}
.m-5{
  margin: 1.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-\[3\.75rem\]{
  margin-bottom: 3.75rem;
}
.ml-20{
  margin-left: 5rem;
}
.ml-4{
  margin-left: 1rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-\[100px\]{
  margin-right: 100px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-5{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.\!block{
  display: block !important;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.\!inline-flex{
  display: inline-flex !important;
}
.table{
  display: table;
}
.\!grid{
  display: grid !important;
}
.grid{
  display: grid;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.aspect-\[3\/4\]{
  aspect-ratio: 3/4;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.size-12{
  width: 3rem;
  height: 3rem;
}
.size-20{
  width: 5rem;
  height: 5rem;
}
.size-3{
  width: 0.75rem;
  height: 0.75rem;
}
.size-5{
  width: 1.25rem;
  height: 1.25rem;
}
.size-6{
  width: 1.5rem;
  height: 1.5rem;
}
.size-7{
  width: 1.75rem;
  height: 1.75rem;
}
.size-\[18\.25rem\]{
  width: 18.25rem;
  height: 18.25rem;
}
.size-\[3\.75rem\]{
  width: 3.75rem;
  height: 3.75rem;
}
.size-\[6\.25rem\]{
  width: 6.25rem;
  height: 6.25rem;
}
.size-\[6rem\]{
  width: 6rem;
  height: 6rem;
}
.size-full{
  width: 100%;
  height: 100%;
}
.\!h-3{
  height: 0.75rem !important;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-20{
  height: 5rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-\[0\.0625rem\]{
  height: 0.0625rem;
}
.h-\[1\.375rem\]{
  height: 1.375rem;
}
.h-\[1\.5rem\]{
  height: 1.5rem;
}
.h-\[18\.75rem\]{
  height: 18.75rem;
}
.h-\[2\.5rem\]{
  height: 2.5rem;
}
.h-\[3\.75rem\]{
  height: 3.75rem;
}
.h-\[4rem\]{
  height: 4rem;
}
.h-\[6\.25rem\]{
  height: 6.25rem;
}
.h-\[7\.5rem\]{
  height: 7.5rem;
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.max-h-\[350px\]{
  max-height: 350px;
}
.\!min-h-5{
  min-height: 1.25rem !important;
}
.min-h-10{
  min-height: 2.5rem;
}
.min-h-12{
  min-height: 3rem;
}
.min-h-20{
  min-height: 5rem;
}
.min-h-4{
  min-height: 1rem;
}
.min-h-5{
  min-height: 1.25rem;
}
.min-h-6{
  min-height: 1.5rem;
}
.min-h-7{
  min-height: 1.75rem;
}
.min-h-8{
  min-height: 2rem;
}
.min-h-\[4rem\]{
  min-height: 4rem;
}
.\!w-3{
  width: 0.75rem !important;
}
.\!w-fit{
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.\!w-full{
  width: 100% !important;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-20{
  width: 5rem;
}
.w-3{
  width: 0.75rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-\[0\.0625rem\]{
  width: 0.0625rem;
}
.w-\[16\.875rem\]{
  width: 16.875rem;
}
.w-\[3\.75rem\]{
  width: 3.75rem;
}
.w-\[30rem\]{
  width: 30rem;
}
.w-\[5\.625rem\]{
  width: 5.625rem;
}
.w-\[6\.25rem\]{
  width: 6.25rem;
}
.w-\[7\.5rem\]{
  width: 7.5rem;
}
.w-\[70\%\]{
  width: 70%;
}
.w-\[8\.5rem\]{
  width: 8.5rem;
}
.w-\[8\.75rem\]{
  width: 8.75rem;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.\!min-w-5{
  min-width: 1.25rem !important;
}
.min-w-12{
  min-width: 3rem;
}
.min-w-20{
  min-width: 5rem;
}
.min-w-3{
  min-width: 0.75rem;
}
.min-w-4{
  min-width: 1rem;
}
.min-w-5{
  min-width: 1.25rem;
}
.min-w-6{
  min-width: 1.5rem;
}
.min-w-7{
  min-width: 1.75rem;
}
.min-w-8{
  min-width: 2rem;
}
.min-w-\[10rem\]{
  min-width: 10rem;
}
.min-w-\[18\.25rem\]{
  min-width: 18.25rem;
}
.min-w-\[3\.75rem\]{
  min-width: 3.75rem;
}
.min-w-\[6\.25rem\]{
  min-width: 6.25rem;
}
.min-w-\[6rem\]{
  min-width: 6rem;
}
.min-w-\[8rem\]{
  min-width: 8rem;
}
.min-w-\[var\(--btn-height\)\]{
  min-width: var(--btn-height);
}
.\!max-w-none{
  max-width: none !important;
}
.max-w-\[20rem\]{
  max-width: 20rem;
}
.max-w-\[22\.5rem\]{
  max-width: 22.5rem;
}
.max-w-\[25rem\]{
  max-width: 25rem;
}
.max-w-\[27\.5re\2c \]{
  max-width: 27.5re,;
}
.max-w-\[31\.25rem\]{
  max-width: 31.25rem;
}
.max-w-\[50rem\]{
  max-width: 50rem;
}
.max-w-\[57\.5rem\]{
  max-width: 57.5rem;
}
.max-w-\[60rem\]{
  max-width: 60rem;
}
.max-w-\[63\.75rem\]{
  max-width: 63.75rem;
}
.max-w-\[77\.5rem\]{
  max-width: 77.5rem;
}
.max-w-\[8rem\]{
  max-width: 8rem;
}
.grow{
  flex-grow: 1;
}
.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-\[spin_7s_linear_infinite\]{
  animation: spin 7s linear infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[0\.85fr\2c 1fr\]{
  grid-template-columns: 0.85fr 1fr;
}
.grid-cols-\[1\.2fr\2c 1fr\]{
  grid-template-columns: 1.2fr 1fr;
}
.grid-cols-\[1\.5fr\2c 1fr\]{
  grid-template-columns: 1.5fr 1fr;
}
.grid-cols-\[12\.5rem\2c 1fr\]{
  grid-template-columns: 12.5rem 1fr;
}
.grid-cols-\[16\.875rem\2c 1fr\]{
  grid-template-columns: 16.875rem 1fr;
}
.grid-cols-\[1fr\2c 0\.85fr\]{
  grid-template-columns: 1fr 0.85fr;
}
.grid-cols-\[1fr\2c 1\.2fr\]{
  grid-template-columns: 1fr 1.2fr;
}
.grid-cols-\[1fr\2c 140px\]{
  grid-template-columns: 1fr 140px;
}
.grid-cols-\[1fr\2c 25rem\]{
  grid-template-columns: 1fr 25rem;
}
.grid-cols-\[1fr\2c 2fr\]{
  grid-template-columns: 1fr 2fr;
}
.grid-cols-\[2\.1fr\2c 1fr\]{
  grid-template-columns: 2.1fr 1fr;
}
.grid-cols-\[280px\2c 1fr\]{
  grid-template-columns: 280px 1fr;
}
.grid-cols-\[2fr\2c 1\.3fr\]{
  grid-template-columns: 2fr 1.3fr;
}
.grid-cols-\[6rem\2c 1fr\]{
  grid-template-columns: 6rem 1fr;
}
.grid-cols-\[7\.5rem\2c 1fr\]{
  grid-template-columns: 7.5rem 1fr;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.\!items-start{
  align-items: flex-start !important;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.\!gap-0{
  gap: 0px !important;
}
.\!gap-2{
  gap: 0.5rem !important;
}
.\!gap-4{
  gap: 1rem !important;
}
.\!gap-6{
  gap: 1.5rem !important;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-20{
  gap: 5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[0\.125rem\]{
  gap: 0.125rem;
}
.gap-\[0\.375rem\]{
  gap: 0.375rem;
}
.gap-\[3\.75rem\]{
  gap: 3.75rem;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-20{
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-\[60px\]{
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.\!overflow-visible{
  overflow: visible !important;
}
.overflow-y-auto{
  overflow-y: auto;
}
.text-nowrap{
  text-wrap: nowrap;
}
.break-all{
  word-break: break-all;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[0\.25rem\]{
  border-radius: 0.25rem;
}
.rounded-btn{
  border-radius: var(--btn-radius);
}
.rounded-btn3{
  border-radius: var(--btn-radius3);
}
.rounded-card{
  border-radius: var(--card-radius);
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-input{
  border-radius: var(--input-radius);
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-e-none{
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
}
.rounded-s-none{
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
}
.border{
  border-width: 1px;
}
.border-\[0\.75rem\]{
  border-width: 0.75rem;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-t{
  border-top-width: 1px;
}
.border-gray{
  border-color: var(--gray);
}
.border-gray2{
  border-color: var(--gray2);
}
.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-main{
  border-color: var(--main);
}
.border-main-light{
  border-color: var(--main-light);
}
.border-main2{
  border-color: var(--main2);
}
.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-white-25{
  border-color: var(--white-25);
}
.border-t-white{
  border-top-color: var(--white);
}
.\!bg-\[\#fff9f4\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 249 244 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-white{
  background-color: var(--white) !important;
}
.bg-\[\#fbf9ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(251 249 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}
.bg-gray{
  background-color: var(--gray);
}
.bg-gray2{
  background-color: var(--gray2);
}
.bg-gray3{
  background-color: var(--gray3);
}
.bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}
.bg-main-light{
  background-color: var(--main-light);
}
.bg-main2-light{
  background-color: var(--main2-light);
}
.bg-primary2{
  background-color: var(--primary2);
}
.bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  background-color: var(--white);
}
.bg-cover{
  background-size: cover;
}
.bg-top{
  background-position: top;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-main{
  fill: var(--main);
}
.fill-orange{
  fill: var(--orange);
}
.fill-primary{
  fill: var(--primary);
}
.fill-white{
  fill: var(--white);
}
.fill-yellow{
  fill: var(--yellow);
}
.stroke-main{
  stroke: var(--main);
}
.stroke-main2{
  stroke: var(--main2);
}
.stroke-primary{
  stroke: var(--primary);
}
.stroke-secondary{
  stroke: var(--secondary);
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.\!p-0{
  padding: 0px !important;
}
.\!p-2{
  padding: 0.5rem !important;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.\!px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.\!px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.\!py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.\!py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[0\.625rem\]{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-\[1\.25rem\]{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.\!pr-\[2\.25rem\]{
  padding-right: 2.25rem !important;
}
.\!pt-0{
  padding-top: 0px !important;
}
.\!pt-3{
  padding-top: 0.75rem !important;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-\[3\.75rem\]{
  padding-bottom: 3.75rem;
}
.pr-\[2\.75rem\]{
  padding-right: 2.75rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-start{
  text-align: start;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[1\.75rem\]{
  font-size: 1.75rem;
}
.text-\[2rem\]{
  font-size: 2rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-100{
  line-height: 100%;
}
.leading-110{
  line-height: 110%;
}
.leading-120{
  line-height: 120%;
}
.leading-130{
  line-height: 130%;
}
.leading-140{
  line-height: 140%;
}
.leading-150{
  line-height: 150%;
}
.leading-160{
  line-height: 160%;
}
.leading-170{
  line-height: 170%;
}
.text-black{
  color: var(--black);
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-main{
  color: var(--main);
}
.text-main2{
  color: var(--main2);
}
.text-main3{
  color: var(--main3);
}
.text-orange{
  color: var(--orange);
}
.text-placeholder{
  color: var(--placeholder);
}
.text-primary{
  color: var(--primary);
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-secondary{
  color: var(--secondary);
}
.text-white{
  color: var(--white);
}
.opacity-0{
  opacity: 0;
}
.opacity-60{
  opacity: 0.6;
}
.\!shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-\[0_0_0\.75rem_0_rgba\(0\2c 0\2c 0\2c 0\.06\)\]{
  --tw-shadow: 0 0 0.75rem 0 rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 0 0.75rem 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_6px_0_var\(--black-10\)\]{
  --tw-shadow: 0 0 6px 0 var(--black-10);
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-card{
  --tw-shadow: var(--shadow-card);
  --tw-shadow-colored: var(--shadow-card);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow-\[0_0\.3125rem_0\.3125rem_var\(--black-10\)\]{
  --tw-drop-shadow: drop-shadow(0 0.3125rem 0.3125rem var(--black-10));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\@container{
  container-type: inline-size;
}
html {
  overflow-x: clip;
  scroll-behavior: smooth;
}
html:has(dialog[open]), html:has(dialog[open=true]), html:has(.filters.open) {
  overflow: hidden;
  margin-right: var(--scrollbar-size);
}
body {
  scroll-behavior: smooth;
  overflow-x: clip;
  color: var(--primary-text);
  font-weight: 400;
  font-family: "Open Sans";
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: var(--primary);
}
.root {
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main {
  scroll-behavior: smooth;
  flex-grow: 1;
  height: 100%;
}
img,
svg {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
a,
a svg,
a span,
button,
button svg,
button span {
  transition: all 0.3s !important;
}
.text-block {
  counter-reset: text-counter;
  line-height: 160%;
  container-type: inline-size;
  container-name: text-block;
}
.text-block.colorful-block {
  padding: 1rem;
  background-color: var(--text-block-bg);
  border-radius: var(--card-radius);
  transition: all 0.3s;
}
.text-block.colorful-block:hover {
  border-color: var(--main2);
}
.text-block.colorful-block .result-cards-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@container text-block (width < 450px) {
  .text-block.colorful-block .result-cards-wrapper {
    flex-direction: column;
  }
  .text-block.colorful-block .result-cards-wrapper .result-card {
    width: 100%;
  }
}
.text-block.colorful-block .result-cards-wrapper .result-card {
  margin-bottom: 0;
}
.text-block.headings-with-dots h1,
.text-block.headings-with-dots h2,
.text-block.headings-with-dots h3,
.text-block.headings-with-dots h4,
.text-block.headings-with-dots h5,
.text-block.headings-with-dots h6 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.text-block.colorful-list ul *::marker{
  color: var(--main2);
}
.text-block.colorful-list ul::marker{
  color: var(--main2);
}
.text-block *:last-child {
  margin-bottom: 0;
}
.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
  line-height: 140%;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.text-block h1 {
  font-size: 2.25rem;
}
@media (max-width: 1023px) {
  .text-block h1 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .text-block h1 {
    font-size: 1.75rem;
  }
}
@media (max-width: 639px) {
  .text-block h1 {
    font-size: 1.5rem;
  }
}
.text-block h2 {
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .text-block h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .text-block h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 639px) {
  .text-block h2 {
    font-size: 1.25rem;
  }
}
.text-block h3 {
  font-size: 1.75rem;
}
@media (max-width: 1023px) {
  .text-block h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .text-block h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 639px) {
  .text-block h3 {
    font-size: 1.125rem;
  }
}
.text-block h4 {
  font-size: 1.5rem;
}
@media (max-width: 1023px) {
  .text-block h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .text-block h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 639px) {
  .text-block h4 {
    font-size: 1rem;
  }
}
.text-block h5 {
  font-size: 1.25rem;
}
@media (max-width: 1023px) {
  .text-block h5 {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .text-block h5 {
    font-size: 1rem;
  }
}
.text-block h6 {
  font-size: 1.125rem;
}
@media (max-width: 1023px) {
  .text-block h6 {
    font-size: 1rem;
  }
}
.text-block img {
  width: 100%;
  height: 37.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--card-radius);
}
@media (max-width: 1279px) {
  .text-block img {
    height: 31.25rem;
  }
}
@media (max-width: 1023px) {
  .text-block img {
    height: 28.125rem;
  }
}
@media (max-width: 767px) {
  .text-block img {
    height: 21.875rem;
  }
}
@media (max-width: 639px) {
  .text-block img {
    height: 18.75rem;
  }
}
.text-block div,
.text-block a,
.text-block li,
.text-block p {
  line-height: 160%;
  font-size: 1rem;
}
.text-block div,
.text-block p,
.text-block blockquote,
.text-block ul,
.text-block ol {
  margin-bottom: 1.25rem;
}
.text-block a {
  color: var(--main);
}
.text-block ol,
.text-block ul {
  list-style-position: inside;
  line-height: 160%;
}
.text-block ul {
  list-style-type: disc;
}
.text-block ol {
  list-style-type: decimal;
}
.text-block .blockquote-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@container text-block (width < 900px) {
  .text-block .blockquote-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.text-block .blockquote-wrapper blockquote {
  margin: 0;
}
.text-block .blockquote-wrapper blockquote::before {
  display: none;
}
.text-block blockquote {
  background-color: var(--main-light);
  padding: 1rem;
  font-size: 0.875rem;
  display: flex;
  gap: 0.75rem;
  counter-increment: text-counter;
  border-radius: var(--card-radius);
  transition: all 0.3s;
}
.text-block blockquote:hover {
  border-color: var(--main2);
}
.text-block blockquote.number {
  padding: 1.5rem;
}
@media (max-width: 1023px) {
  .text-block blockquote.number {
    padding: 1rem;
  }
}
.text-block blockquote.number::before {
  content: counter(text-counter);
  font-weight: 600;
  font-size: 2rem;
  color: var(--main);
}
@media (max-width: 1023px) {
  .text-block blockquote.number::before {
    font-size: 1.75rem;
  }
}
.text-block blockquote::before {
  display: inline-block;
}
.text-block-with-hide {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.text-block-with-hide.hide .hide-btn .show-text {
  display: inline;
}
.text-block-with-hide.hide .hide-btn .hide-text {
  display: none;
}
.text-block-with-hide.hide .hide-btn svg {
  rotate: 0deg;
}
.text-block-with-hide.hide .text-block {
  max-height: 10rem;
  overflow: hidden;
}
.text-block-with-hide .hide-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.text-block-with-hide .hide-btn .hide-text,
.text-block-with-hide .hide-btn .show-text {
  color: var(--main);
}
.text-block-with-hide .hide-btn .hide-text {
  display: inline;
}
.text-block-with-hide .hide-btn .show-text {
  display: none;
}
.text-block-with-hide .hide-btn:hover .hide-text,
.text-block-with-hide .hide-btn:hover .show-text {
  color: var(--main2);
}
.text-block-with-hide .hide-btn:hover svg {
  stroke: var(--main2);
}
.text-block-with-hide .hide-btn svg {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
  stroke: var(--main);
  rotate: 180deg;
}
.pagination .link,
.pagination .text {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  max-height: 2.5rem;
  min-width: 2.5rem;
  max-width: 2.5rem;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  color: var(--secondary);
  border-radius: 100%;
  background: var(--gray2);
  transition: all 0.3s;
  border: 0.0625rem solid var(--gray2);
}
@media (max-width: 1023px) {
  .pagination .link,
  .pagination .text {
    min-height: 2.25rem;
    max-height: 2.25rem;
    min-width: 2.25rem;
    max-width: 2.25rem;
  }
}
@media (max-width: 639px) {
  .pagination .link,
  .pagination .text {
    font-size: 0.875rem;
  }
}
.pagination .link svg,
.pagination .text svg {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
  stroke: var(--secondary);
}
.pagination .link:hover {
  background-color: var(--main2-light);
  color: var(--main2);
  border-color: var(--main2-light);
}
.pagination .link.active {
  background-color: var(--main2);
  color: var(--white);
  border-color: var(--main2);
}
.pagination .prev svg {
  rotate: 90deg;
}
.pagination .next svg {
  rotate: -90deg;
}
.pagination .prev,
.pagination .next {
  border-color: var(--gray2);
}
.pagination .prev svg,
.pagination .next svg {
  stroke: var(--secondary);
}
.pagination .prev:hover,
.pagination .next:hover {
  border-color: var(--main);
}
.pagination .prev:hover svg,
.pagination .next:hover svg {
  stroke: var(--white);
}
.custom-tabs {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.custom-tabs .tab-btns {
  display: flex;
}
.custom-tabs .tabs .tab {
  display: none;
}
.custom-tabs .tabs .tab.active {
  display: block;
}
.section-heading {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
  text-align: center;
  max-width: 75rem;
  margin: 0 auto;
}
.section-heading.heading-start {
  align-items: flex-start;
  text-align: start;
  max-width: none;
  width: 100%;
}
.section-heading .title {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 130%;
}
@media (max-width: 1023px) {
  .section-heading .title {
    font-size: 1.5rem;
  }
}
@media (max-width: 639px) {
  .section-heading .title {
    font-size: 1.25rem;
  }
}
.section-heading .text {
  line-height: 140%;
}
.section-heading2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section-heading2 .title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 1023px) {
  .section-heading2 .title {
    font-size: 1.5rem;
  }
}
@media (max-width: 639px) {
  .section-heading2 .title {
    font-size: 1.25rem;
  }
}
.section-heading2 .text {
  line-height: 160%;
}
.section-heading-with-select {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 0.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.swiper-with-navigation .swiper-next,
.swiper-with-navigation .swiper-prev {
  background-color: var(--white);
  border-radius: 100%;
  min-height: 3.5rem;
  max-height: 3.5rem;
  min-width: 3.5rem;
  max-width: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-btn);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0.125rem solid var(--white);
  z-index: 10;
}
.swiper-with-navigation .swiper-next:not(:disabled):hover,
.swiper-with-navigation .swiper-prev:not(:disabled):hover {
  border-color: var(--main2);
}
.swiper-with-navigation .swiper-next:not(:disabled):hover svg,
.swiper-with-navigation .swiper-prev:not(:disabled):hover svg {
  stroke: var(--main2);
}
.swiper-with-navigation .swiper-next.swiper-button-disabled,
.swiper-with-navigation .swiper-prev.swiper-button-disabled {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .swiper-with-navigation .swiper-next,
  .swiper-with-navigation .swiper-prev {
    min-height: 2.5rem;
    max-height: 2.5rem;
    min-width: 2.5rem;
    max-width: 2.5rem;
  }
  .swiper-with-navigation .swiper-next svg,
  .swiper-with-navigation .swiper-prev svg {
    min-height: 1.25rem;
    max-height: 1.25rem;
    min-width: 1.25rem;
    max-width: 1.25rem;
  }
}
.swiper-with-navigation .swiper-next svg,
.swiper-with-navigation .swiper-prev svg {
  stroke: var(--primary);
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.swiper-with-navigation .swiper-prev {
  left: 0;
}
.swiper-with-navigation .swiper-prev svg {
  rotate: -180deg;
}
.swiper-with-navigation .swiper-next {
  right: 0;
}
.swiper-with-pagination-navigation {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
@media (max-width: 1023px) {
  .swiper-with-pagination-navigation {
    gap: 2.5rem;
  }
}
.swiper-with-pagination-navigation .swiper {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  min-height: 0;
  min-width: 0;
}
.swiper-with-pagination-navigation .pagination-wrapper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  max-width: 50rem;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.swiper-with-pagination-navigation .pagination-wrapper.with-gray-bg .swiper-next,
.swiper-with-pagination-navigation .pagination-wrapper.with-gray-bg .swiper-prev {
  background-color: var(--white);
}
.swiper-with-pagination-navigation .pagination-wrapper .swiper-prev,
.swiper-with-pagination-navigation .pagination-wrapper .swiper-next {
  min-height: 2.75rem;
  max-height: 2.75rem;
  min-width: 2.75rem;
  max-width: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gray2);
  border-radius: 100%;
  border: 0.0625rem solid transparent;
}
.swiper-with-pagination-navigation .pagination-wrapper .swiper-prev:not(:disabled):hover,
.swiper-with-pagination-navigation .pagination-wrapper .swiper-next:not(:disabled):hover {
  border-color: var(--main2);
  background-color: var(--main2-light);
  color: var(--main2);
}
.swiper-with-pagination-navigation .pagination-wrapper .swiper-prev:not(:disabled):hover svg,
.swiper-with-pagination-navigation .pagination-wrapper .swiper-next:not(:disabled):hover svg {
  stroke: var(--main2);
}
.swiper-with-pagination-navigation .pagination-wrapper .swiper-prev svg,
.swiper-with-pagination-navigation .pagination-wrapper .swiper-next svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
  stroke: var(--primary);
}
.swiper-with-pagination-navigation .pagination-wrapper .swiper-prev svg {
  rotate: 90deg;
}
.swiper-with-pagination-navigation .pagination-wrapper .swiper-next svg {
  rotate: -90deg;
}
.swiper-pagination.swiper-pagination-progressbar {
  position: static !important;
  border-radius: 6.25rem;
  overflow: hidden;
  --swiper-theme-color: var(--main2);
  background-color: var(--gray);
}
.page-header {
  padding: 1.5rem 0 2rem;
}
.page-header .container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.page-header .container .breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.page-header .container .breadcrumbs .link,
.page-header .container .breadcrumbs .current {
  line-height: 150%;
}
.page-header .container .breadcrumbs .link {
  color: var(--secondary);
}
.page-header .container .breadcrumbs .link:hover {
  color: var(--primary);
}
.page-header .container .breadcrumbs svg {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
  stroke: var(--primary);
  rotate: -90deg;
}
.page-header .title {
  font-weight: 600;
  line-height: 130%;
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .page-header .title {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .page-header .title {
    font-size: 1.5rem;
  }
}
@media (max-width: 639px) {
  .page-header .title {
    font-size: 1.25rem;
  }
}
.page-header .text {
  line-height: 160%;
}
.animation-accordion {
  --accordion-padding: 1.5rem;
  overflow: hidden;
}
.animation-accordion .content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  opacity: 0;
}
.animation-accordion.open .content {
  padding: var(--accordion-padding) 0 0;
  max-height: none;
  overflow: visible;
  opacity: 1;
}
.filters-accordion > .content {
  display: block;
}
.filters-accordion.hide > .content {
  display: none;
}
.accordion .content {
  display: block;
}
.accordion.hide .content {
  display: none;
}
.block-for-scroll {
  position: absolute;
  top: calc((2 * var(--header-height) + var(--page-navigation-height)) * -1);
}
.block-for-scroll.after-sentinel {
  top: calc((var(--header-height) + var(--page-navigation-height)) * -1);
}
.offer-block {
  border-radius: var(--card-radius);
  background-color: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  padding: 2rem;
}
@media (max-width: 1023px) {
  .offer-block {
    padding: 1.5rem;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 639px) {
  .offer-block {
    padding: 1.5rem 1rem;
  }
}
.offer-block .content-wrapper {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
@media (max-width: 767px) {
  .offer-block .content-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.offer-block .content-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 42.5rem;
}
.offer-block .content-wrapper .text-wrapper .title {
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 600;
}
@media (max-width: 767px) {
  .offer-block .content-wrapper .text-wrapper .title {
    font-size: 1.125rem;
  }
}
.offer-block .link {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6.25rem;
  min-height: var(--btn-height);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  border-radius: var(--btn-radius);
  font-weight: 600;
  border-width: 0.0625rem;
  border-style: solid;
  transition: all 0.3s;
  border-color: var(--main);
  color: var(--white);
  background-color: var(--main);
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.offer-block .link svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.offer-block .link svg.small {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.offer-block .link:disabled {
  pointer-events: none;
  border-color: var(--gray);
  color: var(--secondary);
  background-color: var(--gray);
}
.offer-block .link:active {
  background-color: var(--main2) !important;
  border-color: var(--main2) !important;
  color: var(--white) !important;
}
.offer-block .link:active svg.fill {
  fill: var(--white) !important;
}
.offer-block .link:active svg.stroke {
  stroke: var(--white) !important;
}
.offer-block .link svg.fill {
  fill: var(--white);
}
.offer-block .link svg.stroke {
  stroke: var(--white);
}
.offer-block .link:hover {
  background-color: var(--main2-light);
  border-color: var(--main2);
  color: var(--main2);
}
.offer-block .link:hover svg.fill {
  fill: var(--main2);
}
.offer-block .link:hover svg.stroke {
  stroke: var(--main2);
}
.offer-block .link:hover svg {
  rotate: 180deg;
}
.custom-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--main);
  transition: all 0.3s;
}
.custom-link svg {
  rotate: -90deg;
  stroke: var(--main);
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.custom-link:hover {
  color: var(--main2);
  gap: 1rem;
}
.custom-link:hover svg {
  stroke: var(--main2);
}
.filters-grid .accordion.hide > .btn svg,
.filters-grid .filters-accordion.hide > .btn svg {
  rotate: 180deg;
}
.filters-grid .accordion .btn,
.filters-grid .filters-accordion .btn {
  width: 100%;
  padding: 0.75rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  text-align: start;
}
.filters-grid .accordion .btn:hover,
.filters-grid .filters-accordion .btn:hover {
  color: var(--main);
}
.filters-grid .accordion .btn:hover svg,
.filters-grid .filters-accordion .btn:hover svg {
  stroke: var(--main);
}
.filters-grid .accordion .btn svg,
.filters-grid .filters-accordion .btn svg {
  min-height: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  max-width: 1rem;
  stroke: var(--primary);
}
.filters-grid .filters-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 1023px) {
  .filters-grid .filters-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.filters-grid .filters-wrapper .btns-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .filters-grid .filters-wrapper .btns-wrapper {
    display: none;
  }
}
.filters-grid .filters-wrapper .filters-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6.25rem;
  min-height: var(--btn-height);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: var(--btn-radius);
  font-weight: 600;
  border-width: 0.0625rem;
  border-style: solid;
  min-width: -moz-fit-content;
  min-width: fit-content;
  transition: all 0.3s;
  border-color: var(--main);
  color: var(--white);
  background-color: var(--main);
  padding: 0.25rem 1rem;
}
.filters-grid .filters-wrapper .filters-btn svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.filters-grid .filters-wrapper .filters-btn svg.small {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.filters-grid .filters-wrapper .filters-btn:disabled {
  pointer-events: none;
  border-color: var(--gray);
  color: var(--secondary);
  background-color: var(--gray);
}
.filters-grid .filters-wrapper .filters-btn:active {
  background-color: var(--main2) !important;
  border-color: var(--main2) !important;
  color: var(--white) !important;
}
.filters-grid .filters-wrapper .filters-btn:active svg.fill {
  fill: var(--white) !important;
}
.filters-grid .filters-wrapper .filters-btn:active svg.stroke {
  stroke: var(--white) !important;
}
.filters-grid .filters-wrapper .filters-btn svg.fill {
  fill: var(--white);
}
.filters-grid .filters-wrapper .filters-btn svg.stroke {
  stroke: var(--white);
}
.filters-grid .filters-wrapper .filters-btn:hover {
  background-color: var(--main2-light);
  border-color: var(--main2);
  color: var(--main2);
}
.filters-grid .filters-wrapper .filters-btn:hover svg.fill {
  fill: var(--main2);
}
.filters-grid .filters-wrapper .filters-btn:hover svg.stroke {
  stroke: var(--main2);
}
@media (min-width: 1024px) {
  .filters-grid .filters-wrapper .filters-btn {
    display: none;
  }
}
.filters-grid .filters-wrapper .filters {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.filters-grid .filters-wrapper .filters .close-btn {
  display: none;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  max-height: 2rem;
  min-width: 2rem;
  max-width: 2rem;
}
.filters-grid .filters-wrapper .filters .close-btn svg {
  stroke: var(--primary);
  min-height: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  max-width: 1rem;
}
@media (max-width: 1023px) {
  .filters-grid .filters-wrapper .filters .close-btn {
    display: flex;
  }
  .filters-grid .filters-wrapper .filters {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 25rem;
    background-color: var(--white);
    z-index: 99;
    transition: all 0.3s;
    padding: 2.5rem 1rem 1.5rem;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateX(101%);
  }
  .filters-grid .filters-wrapper .filters.open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.filters-grid .filters-wrapper .filters .filter-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.filters-grid .filters-wrapper .filters .inputs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .filters-grid .filters-wrapper .filters .inputs-wrapper {
    max-height: 12.5rem;
    overflow-y: auto;
    scroll-behavior: smooth;
  }
  @-moz-document url-prefix() {
    .filters-grid .filters-wrapper .filters .inputs-wrapper {
      scrollbar-width: thin;
      scrollbar-color: var(--placeholder) var(--gray2);
    }
  }
  .filters-grid .filters-wrapper .filters .inputs-wrapper::-webkit-scrollbar {
    width: 0.375rem;
    cursor: pointer;
  }
  .filters-grid .filters-wrapper .filters .inputs-wrapper::-webkit-scrollbar-track {
    background: var(--gray2);
    border-radius: 0.25rem;
    cursor: pointer;
  }
  .filters-grid .filters-wrapper .filters .inputs-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--placeholder);
    border-radius: 0.25rem;
    cursor: pointer;
  }
  .filters-grid .filters-wrapper .filters .inputs-wrapper::-webkit-scrollbar-thumb:hover {
    opacity: 0.8;
  }
}
.skills-wrapper.hide .show-btn .hide-text,
.academy-categories.hide .show-btn .hide-text {
  display: none;
}
.skills-wrapper.hide .show-btn .show-text,
.academy-categories.hide .show-btn .show-text {
  display: inline-block;
}
.skills-wrapper.hide .show-btn svg,
.academy-categories.hide .show-btn svg {
  rotate: 0deg;
}
.skills-wrapper .show-btn svg,
.academy-categories .show-btn svg {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
  rotate: 180deg;
}
.skills-wrapper .show-btn .hide-text,
.academy-categories .show-btn .hide-text {
  display: inline-block;
}
.skills-wrapper .show-btn .show-text,
.academy-categories .show-btn .show-text {
  display: none;
}
.skills-wrapper .show-btn,
.skills-wrapper .skill-item {
  display: inline-block;
  padding: 0.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  color: var(--main-color);
  font-weight: 600;
  line-height: 100%;
}
.skills-wrapper .show-btn::before,
.skills-wrapper .skill-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-color: var(--main-color);
  z-index: -1;
  transition: all 0.3s;
}
.skills-wrapper .skill-item:hover {
  box-shadow: 0 0 0.25rem 0.0625rem var(--black-10);
}
.skills-wrapper .show-btn {
  display: flex;
  gap: 0.25rem;
}
.skills-wrapper .show-btn:hover::before {
  opacity: 0.2;
}
.socials .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gray2);
  border-radius: 100%;
  min-height: 2rem;
  max-height: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  border: 0.0625rem solid var(--gray2);
}
.socials .social-icon:hover {
  background-color: var(--gray);
}
.socials .social-icon img {
  min-height: 1.25rem;
  max-height: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.social-link {
  border-radius: 100%;
  min-height: 2.875rem;
  max-height: 2.875rem;
  min-width: 2.875rem;
  max-width: 2.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-link:not(:has(img)) {
  border: 0.0625rem solid var(--main);
  background-color: var(--main-light);
}
.social-link:not(:has(img)):hover {
  background-color: var(--main-10);
}
.social-link:has(img):hover {
  opacity: 0.7;
}
.social-link img {
  width: 100%;
  height: 100%;
}
.social-link svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
@media (max-width: 639px) {
  .blog-categories {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.5rem;
  }
}
.academy-categories,
.academy-popular-queries {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .academy-categories,
  .academy-popular-queries {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.5rem;
  }
}
.table-wrapper {
  overflow-x: auto;
}
.table-wrapper table {
  width: 100%;
}
.table-wrapper table.small-text th {
  color: var(--secondary);
  font-weight: 400;
}
.table-wrapper table.small-text th,
.table-wrapper table.small-text td {
  padding: 0.75rem 0.625rem;
  font-size: 0.875rem;
}
.table-wrapper table.small-text td:nth-child(2) {
  white-space: normal;
}
.table-wrapper table th,
.table-wrapper table td {
  padding: 0.75rem 0.625rem;
  line-height: 150%;
  border-bottom: 0.0625rem solid var(--gray);
  text-align: start;
  color: var(--primary2);
  white-space: nowrap;
}
.table-wrapper table th {
  font-weight: 600;
}
.custom-add-item-btn {
  display: flex;
  text-align: start;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  color: var(--main);
  padding: 0 !important;
  font-size: 0.875rem;
}
.custom-add-item-btn:hover {
  opacity: 0.7;
}
.custom-add-item-btn::before {
  font-family: "Font Awesome 6 Free";
  content: "+";
  line-height: 100%;
  color: var(--main);
  display: block;
  font-size: 0.75rem;
  transition: all 0.3s;
}
.persons-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 1535px) {
  .persons-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023px) {
  .persons-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.page-navigation {
  padding: 0.375rem 0;
  background-color: var(--white);
  margin-bottom: 1rem;
  z-index: 88;
}
.page-navigation.sticky-active {
  position: sticky;
  top: var(--header-height);
  box-shadow: 0 5px 10px -5px var(--black-10);
}
.tooltip {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1.25rem;
  max-height: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
  border-radius: 100% !important;
  background-color: var(--main);
  padding: 0 !important;
}
.tooltip .icon {
  display: inline-block;
}
.tooltip .icon::after {
  font-family: "Font Awesome 6 Free";
  content: "?";
  font-weight: 700;
  line-height: 100%;
  color: var(--white);
  display: block;
  font-size: 0.75rem;
  transition: all 0.3s;
}
.inputs-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.inputs-accordion.hide .btn::before {
  content: "+";
}
.inputs-accordion .btn::before {
  content: "\f068";
  font-weight: 700;
  font-size: 0.75rem;
  transition: all 0.3s;
}
.inputs-accordion .inputs-group-wrapper {
  border: 0.0625rem solid var(--gray2);
  border-radius: var(--input-radius);
  padding: 1rem;
}
.work-bank-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 9.375rem;
  padding: 2.5rem;
  border: 0.0625rem solid var(--gray);
  border-radius: 1rem;
  transition: all 0.3s;
}
@media (max-width: 639px) {
  .work-bank-card {
    padding: 1.5rem;
  }
}
@media (max-width: 450px) {
  .work-bank-card {
    padding: 1rem;
  }
}
@media (max-width: 400px) {
  .work-bank-card {
    min-height: 7.5rem;
  }
}
.work-bank-card:hover {
  border-color: var(--main2);
}
.cetificate-card {
  border: 0.0625rem solid transparent;
  border-radius: var(--card-radius);
  transition: all 0.3s;
  cursor: pointer;
}
.cetificate-card:hover {
  border-color: var(--main2);
}
.cetificate-card img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.stars-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.stars-wrapper img {
  min-height: 1.25rem;
  max-height: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
}
.capability-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.capability-card .img-wrapper {
  padding: 0.375rem;
}
.capability-card .img-wrapper img {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.video-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1023px) {
  .video-card {
    gap: 0.625rem;
  }
}
.video-card .title {
  font-weight: 600;
  font-size: 1.25rem;
}
@media (max-width: 1023px) {
  .video-card .title {
    font-size: 1.125rem;
  }
}
.video-card .iframe-wrapper {
  display: flex;
  position: relative;
  height: 300px;
  background-color: var(--gray2);
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .video-card .iframe-wrapper {
    height: 250px;
  }
}
.video-card .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}
.char-card {
  display: grid;
  grid-template-columns: 21.25rem 1fr;
  gap: 2rem;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  background-color: var(--main-5);
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .char-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 639px) {
  .char-card {
    padding: 1rem;
  }
}
.char-card .title {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  font-size: 1.25rem;
  gap: 0.375rem;
}
.char-card .title::before {
  content: "";
  display: block;
  margin: 0.625rem;
  min-height: 0.5rem;
  max-height: 0.5rem;
  min-width: 0.5rem;
  max-width: 0.5rem;
  border-radius: 100%;
  background-color: var(--main);
}
@media (max-width: 639px) {
  .char-card .title {
    font-size: 1.125rem;
  }
}
.char-card .chars-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.char-card .chars-list .char-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  color: var(--primary-text);
  min-height: 2.875rem;
}
.key-feature-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  border-radius: 1rem;
  border: 0.0625rem solid var(--gray);
}
@media (max-width: 1023px) {
  .key-feature-card {
    padding: 1.5rem;
  }
}
@media (max-width: 639px) {
  .key-feature-card {
    padding: 1.25rem 1rem;
  }
}
.key-feature-card .header-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.key-feature-card .header-wrapper img {
  min-height: 3rem;
  max-height: 3rem;
  min-width: 3rem;
  max-width: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.key-feature-card .header-wrapper .title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 140%;
  color: var(--primary-text);
}
@media (max-width: 639px) {
  .key-feature-card .header-wrapper .title {
    font-size: 1.125re;
  }
}
.key-feature-card .text {
  line-height: 170%;
  color: var(--primary-text);
}
.used-bank-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.375rem;
  padding: 2.5rem;
  border-radius: 1rem;
  border: 0.0625rem solid var(--gray);
}
@media (max-width: 500px) {
  .used-bank-card {
    padding: 1.5rem;
    height: 7.5rem;
  }
}
.used-bank-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bank-data-tabs .tab-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-align: start;
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--secondary);
}
@media (max-width: 1023px) {
  .bank-data-tabs .tab-btn {
    white-space: nowrap;
    font-size: 1.125rem;
  }
}
@media (max-width: 639px) {
  .bank-data-tabs .tab-btn {
    font-size: 1rem;
  }
}
.bank-data-tabs .tab-btn::before {
  content: "";
  display: block;
  min-height: 0.5rem;
  max-height: 0.5rem;
  min-width: 0.5rem;
  max-width: 0.5rem;
  border-radius: 100%;
  background-color: var(--main);
  transition: all 0.3s;
}
.bank-data-tabs .tab-btn:hover {
  color: var(--main2);
}
.bank-data-tabs .tab-btn:hover::before {
  background-color: var(--main2);
}
.bank-data-tabs .tab-btn.active {
  color: var(--primary2);
}
.bank-data-tabs .tab-btn.active::before {
  background-color: var(--main2);
}
.bank-data-tabs .tab .data-wrapper {
  --bg-color: var(--main-light);
  background-color: var(--bg-color);
  border-radius: 1.5rem;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 639px) {
  .bank-data-tabs .tab .data-wrapper {
    gap: 1.5rem;
  }
}
.bank-data-tabs .tab .data-wrapper.big-values .data-row {
  grid-template-columns: 0.75fr 1fr;
}
@media (max-width: 1535px) {
  .bank-data-tabs .tab .data-wrapper.big-values .data-row {
    grid-template-columns: 1fr 1fr;
  }
}
.bank-data-tabs .tab .data-wrapper.values-left .data-row .data-value {
  text-align: left;
  justify-content: flex-start;
}
.bank-data-tabs .tab .data-wrapper.data-check-table .data-row {
  grid-template-columns: 4.5fr 1fr;
}
.bank-data-tabs .tab .data-wrapper.data-check-table .data-row .data-value {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 639px) {
  .bank-data-tabs .tab .data-wrapper.data-bank-accordions {
    gap: 0.5rem;
  }
}
.bank-data-tabs .tab .data-wrapper.data-bank-accordions .data-row {
  display: flex;
  flex-direction: column;
  border: 0.0625rem solid var(--gray);
  background-color: var(--white);
  border-radius: 0.75rem;
  gap: 0;
}
.bank-data-tabs .tab .data-wrapper.data-bank-accordions .data-row.hide .btn .icon-wrapper svg {
  rotate: 0deg;
}
.bank-data-tabs .tab .data-wrapper.data-bank-accordions .data-row .btn {
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  min-height: 2.875rem;
  text-align: start;
  border: none;
}
@media (max-width: 1023px) {
  .bank-data-tabs .tab .data-wrapper.data-bank-accordions .data-row .btn {
    padding: 0.75rem;
  }
}
.bank-data-tabs .tab .data-wrapper.data-bank-accordions .data-row .btn img {
  min-height: 2rem;
  max-height: 2rem;
  min-width: 2rem;
  max-width: 2rem;
}
.bank-data-tabs .tab .data-wrapper.data-bank-accordions .data-row .btn .title-wrapper {
  flex-grow: 1;
}
.bank-data-tabs .tab .data-wrapper.data-bank-accordions .data-row .btn .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid var(--gray2);
  min-height: 3rem;
  max-height: 3rem;
  min-width: 3rem;
  max-width: 3rem;
  border-radius: 100%;
  background-color: var(--bg-color);
}
@media (max-width: 1023px) {
  .bank-data-tabs .tab .data-wrapper.data-bank-accordions .data-row .btn .icon-wrapper {
    min-height: 2.25rem;
    max-height: 2.25rem;
    min-width: 2.25rem;
    max-width: 2.25rem;
  }
}
.bank-data-tabs .tab .data-wrapper.data-bank-accordions .data-row .btn .icon-wrapper svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
  stroke: var(--primary);
  rotate: 180deg;
}
@media (max-width: 1023px) {
  .bank-data-tabs .tab .data-wrapper.data-bank-accordions .data-row .btn .icon-wrapper svg {
    min-height: 1.125rem;
    max-height: 1.125rem;
    min-width: 1.125rem;
    max-width: 1.125rem;
  }
}
.bank-data-tabs .tab .data-wrapper.data-bank-accordions .data-row .content .text-block {
  padding: 0.75rem 1.5rem;
}
@media (max-width: 1023px) {
  .bank-data-tabs .tab .data-wrapper.data-bank-accordions .data-row .content .text-block {
    padding: 0.75rem;
  }
}
.bank-data-tabs .tab .data-wrapper .data-row {
  display: grid;
  grid-template-columns: 2.3fr 1fr;
  gap: 0.5rem;
}
.bank-data-tabs .tab .data-wrapper .data-row.row-head .label-wrapper {
  align-items: center;
}
.bank-data-tabs .tab .data-wrapper .data-row.row-head .title,
.bank-data-tabs .tab .data-wrapper .data-row.row-head .data-value {
  color: var(--secondary);
}
@media (max-width: 767px) {
  .bank-data-tabs .tab .data-wrapper .data-row.row-head .data-value {
    font-size: 0.875rem;
    font-weight: 700;
  }
}
@media (max-width: 639px) {
  .bank-data-tabs .tab .data-wrapper .data-row {
    display: flex;
    flex-direction: column;
  }
}
.bank-data-tabs .tab .data-wrapper .data-row .label-wrapper,
.bank-data-tabs .tab .data-wrapper .data-row .data-value {
  padding: 0.5rem 0.75rem;
  border-radius: 0.75rem;
  border: 0.0625rem solid var(--gray);
  background-color: var(--white);
  min-height: 2.875rem;
}
.bank-data-tabs .tab .data-wrapper .data-row .label-wrapper {
  display: flex;
  align-items: flex-start;
}
.bank-data-tabs .tab .data-wrapper .data-row .label-wrapper .data-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.bank-data-tabs .tab .data-wrapper .data-row .label-wrapper .data-label:has(.title-wrapper) {
  align-items: flex-start;
}
.bank-data-tabs .tab .data-wrapper .data-row .label-wrapper .data-label .title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.bank-data-tabs .tab .data-wrapper .data-row .label-wrapper .data-label img {
  min-height: 2rem;
  max-height: 2rem;
  min-width: 2rem;
  max-width: 2rem;
}
@media (max-width: 639px) {
  .bank-data-tabs .tab .data-wrapper .data-row .label-wrapper .data-label img {
    min-height: 1.75rem;
    max-height: 1.75rem;
    min-width: 1.75rem;
    max-width: 1.75rem;
  }
}
.bank-data-tabs .tab .data-wrapper .data-row .label-wrapper .data-label .title {
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 639px) {
  .bank-data-tabs .tab .data-wrapper .data-row .label-wrapper .data-label .title {
    font-size: 0.875rem;
  }
}
.bank-data-tabs .tab .data-wrapper .data-row .label-wrapper .data-label .subtitle {
  font-size: 0.875rem;
  line-height: 150%;
}
.bank-data-tabs .tab .data-wrapper .data-row .data-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.bank-data-tabs .tab .data-wrapper .data-row .data-value {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 600;
  text-align: right;
}
.bank-data-tabs .tab .data-wrapper .data-row .data-value.checked::after, .bank-data-tabs .tab .data-wrapper .data-row .data-value.unchecked::after {
  content: "";
  display: block;
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1279px) {
  .bank-data-tabs .tab .data-wrapper .data-row .data-value.checked::after, .bank-data-tabs .tab .data-wrapper .data-row .data-value.unchecked::after {
    min-height: 1rem;
    max-height: 1rem;
    min-width: 1rem;
    max-width: 1rem;
  }
}
.bank-data-tabs .tab .data-wrapper .data-row .data-value.checked::after {
  background-image: url(/build/assets/checkmark-ae0e7200.svg);
}
.bank-data-tabs .tab .data-wrapper .data-row .data-value.unchecked::after {
  background-image: url(/build/assets/cross-28adf776.svg);
}
@media (max-width: 639px) {
  .bank-data-tabs .tab .data-wrapper .data-row .data-value {
    font-size: 0.875rem;
  }
}
.bank-data-tabs .tab .data-wrapper .data-row .data-value .text-block {
  width: 100%;
}
.sort-select {
  position: relative;
  z-index: 10;
}
.sort-select.open .select-btn {
  border-color: var(--main2);
  color: var(--main2);
}
.sort-select.open .select-btn svg.fill {
  fill: var(--main2);
}
.sort-select.open .select-btn svg.stroke {
  stroke: var(--main2);
}
.sort-select.open .select-menu {
  display: block;
}
.sort-select .select-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6.25rem;
  min-height: var(--btn-height);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  border-radius: var(--btn-radius);
  font-weight: 600;
  border-width: 0.0625rem;
  border-style: solid;
  min-width: -moz-fit-content;
  min-width: fit-content;
  transition: all 0.3s;
  border-color: var(--main);
  color: var(--main);
  background-color: transparent;
}
.sort-select .select-btn svg {
  min-height: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.sort-select .select-btn svg.small {
  min-height: 0.75rem;
  max-height: 0.75rem;
  min-width: 0.75rem;
  max-width: 0.75rem;
}
.sort-select .select-btn:disabled {
  pointer-events: none;
  border-color: var(--gray);
  color: var(--secondary);
  background-color: var(--gray);
}
.sort-select .select-btn:active {
  background-color: var(--main2);
  border-color: var(--main2);
  color: var(--white);
}
.sort-select .select-btn:active svg.fill {
  fill: var(--white);
}
.sort-select .select-btn:active svg.stroke {
  stroke: var(--white);
}
.sort-select .select-btn svg.fill {
  fill: var(--main);
}
.sort-select .select-btn svg.stroke {
  stroke: var(--main);
}
.sort-select .select-btn:hover {
  border-color: var(--main2);
  color: var(--main2);
}
.sort-select .select-btn:hover svg.fill {
  fill: var(--main2);
}
.sort-select .select-btn:hover svg.stroke {
  stroke: var(--main2);
}
.sort-select .select-btn {
  font-size: 0.875rem;
  transition: color 0.3s, background-color 0.3s !important;
  padding: 0.5rem 1.5rem;
}
.sort-select .select-btn:active {
  background-color: var(--main2) !important;
  border-color: var(--main2) !important;
  color: var(--white) !important;
}
.sort-select .select-btn:active svg.fill {
  fill: var(--white) !important;
}
.sort-select .select-btn:active svg.stroke {
  stroke: var(--white) !important;
}
.sort-select .select-btn svg {
  min-height: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  max-width: 1rem;
}
.sort-select .select-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: var(--white);
  width: auto;
  border-radius: var(--card-radius);
  border: 0.0625rem solid var(--gray);
  overflow: hidden;
  max-width: 24rem;
}
@media (max-width: 639px) {
  .sort-select .select-menu {
    max-width: 18.75rem;
  }
}
.sort-select .select-menu .accordion.hide .btn {
  background-color: var(--white);
}
.sort-select .select-menu .accordion .btn {
  padding: 0.5rem 1.5rem;
  min-height: var(--btn-height);
  background-color: var(--gray3);
  width: 24rem;
}
.sort-select .select-menu .accordion .btn:hover {
  color: var(--main2);
}
.sort-select .select-menu .accordion .btn:hover svg {
  stroke: var(--main2);
}
@media (max-width: 639px) {
  .sort-select .select-menu .accordion .btn {
    width: 18.75rem;
  }
}
.sort-select .select-menu .accordion .content .inputs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 0;
}
.sort-select .select-menu .accordion .content .inputs-wrapper .custom-checkbox {
  padding: 0.5rem 1.5rem;
  width: 100%;
}
@media (min-width: 1024px){
  .lg\:absolute-center-x{
    position: absolute;
    left: 50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.hover\:border-main2:hover{
  border-color: var(--main2);
}
.hover\:bg-main2-light:hover{
  background-color: var(--main2-light);
}
.hover\:text-main:hover{
  color: var(--main);
}
.hover\:text-main2:hover{
  color: var(--main2);
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-50:hover{
  opacity: 0.5;
}
.hover\:opacity-70:hover{
  opacity: 0.7;
}
.group:hover .group-hover\:gap-6{
  gap: 1.5rem;
}
.group:hover .group-hover\:border-main2{
  border-color: var(--main2);
}
.group:hover .group-hover\:bg-main2{
  background-color: var(--main2);
}
.group:hover .group-hover\:bg-main2-light{
  background-color: var(--main2-light);
}
.group:hover .group-hover\:stroke-main2{
  stroke: var(--main2);
}
.group:hover .group-hover\:text-main2{
  color: var(--main2);
}
.group:hover .group-hover\:text-white{
  color: var(--white);
}
@container (min-width: 400px){
  .\@\[400px\]\:flex-row{
    flex-direction: row;
  }
  .\@\[400px\]\:items-center{
    align-items: center;
  }
  .\@\[400px\]\:text-primary{
    color: var(--primary);
  }
}
@container (min-width: 500px){
  .\@\[500px\]\:grid{
    display: grid;
  }
}
@media (min-width: 500px){
  .min-\[500px\]\:grid{
    display: grid;
  }
  .min-\[500px\]\:flex-row{
    flex-direction: row;
  }
}
@media (min-width: 640px){
  .sm\:block{
    display: block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:grid{
    display: grid;
  }
  .sm\:h-10{
    height: 2.5rem;
  }
  .sm\:h-4{
    height: 1rem;
  }
  .sm\:h-\[20rem\]{
    height: 20rem;
  }
  .sm\:h-\[25rem\]{
    height: 25rem;
  }
  .sm\:h-\[2rem\]{
    height: 2rem;
  }
  .sm\:h-\[3\.75rem\]{
    height: 3.75rem;
  }
  .sm\:max-h-\[400px\]{
    max-height: 400px;
  }
  .sm\:min-h-10{
    min-height: 2.5rem;
  }
  .sm\:w-10{
    width: 2.5rem;
  }
  .sm\:w-20{
    width: 5rem;
  }
  .sm\:w-4{
    width: 1rem;
  }
  .sm\:w-\[3\.75rem\]{
    width: 3.75rem;
  }
  .sm\:min-w-10{
    min-width: 2.5rem;
  }
  .sm\:min-w-\[12\.5rem\]{
    min-width: 12.5rem;
  }
  .sm\:min-w-\[6\.25rem\]{
    min-width: 6.25rem;
  }
  .sm\:max-w-\[12\.5rem\]{
    max-width: 12.5rem;
  }
  .sm\:flex-\[1_1_45\%\]{
    flex: 1 1 45%;
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .sm\:items-end{
    align-items: flex-end;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:gap-10{
    gap: 2.5rem;
  }
  .sm\:gap-3{
    gap: 0.75rem;
  }
  .sm\:gap-5{
    gap: 1.25rem;
  }
  .sm\:gap-6{
    gap: 1.5rem;
  }
  .sm\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:\!px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px){
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:max-h-\[30\.625rem\]{
    max-height: 30.625rem;
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:py-\[3\.75rem\]{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .md\:text-\[1\.75rem\]{
    font-size: 1.75rem;
  }
  .md\:shadow-\[0_0_1rem_0_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
    --tw-shadow: 0 0 1rem 0 rgba(0,0,0,0.1);
    --tw-shadow-colored: 0 0 1rem 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1024px){
  .lg\:invisible{
    visibility: hidden;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-\[3\.75rem\]{
    margin-top: 3.75rem;
  }
  .lg\:line-clamp-none{
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:\!grid{
    display: grid !important;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:size-\[6\.25rem\]{
    width: 6.25rem;
    height: 6.25rem;
  }
  .lg\:h-\[2\.875rem\]{
    height: 2.875rem;
  }
  .lg\:h-\[30\.625rem\]{
    height: 30.625rem;
  }
  .lg\:h-\[3rem\]{
    height: 3rem;
  }
  .lg\:max-h-\[30\.625rem\]{
    max-height: 30.625rem;
  }
  .lg\:max-h-none{
    max-height: none;
  }
  .lg\:min-h-\[2\.875rem\]{
    min-height: 2.875rem;
  }
  .lg\:min-h-\[3rem\]{
    min-height: 3rem;
  }
  .lg\:min-w-\[6\.25rem\]{
    min-width: 6.25rem;
  }
  .lg\:max-w-\[20rem\]{
    max-width: 20rem;
  }
  .lg\:max-w-\[43\.75rem\]{
    max-width: 43.75rem;
  }
  .lg\:flex-\[1_1_30\%\]{
    flex: 1 1 30%;
  }
  .lg\:-translate-y-2{
    --tw-translate-y: -0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[0\.5fr\2c 1fr\2c 0\.5fr\]{
    grid-template-columns: 0.5fr 1fr 0.5fr;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-\[3\.75rem\]{
    gap: 3.75rem;
  }
  .lg\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
  .lg\:p-3{
    padding: 0.75rem;
  }
  .lg\:p-6{
    padding: 1.5rem;
  }
  .lg\:p-7{
    padding: 1.75rem;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:py-\[3\.75rem\]{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .lg\:\!pl-14{
    padding-left: 3.5rem !important;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pb-8{
    padding-bottom: 2rem;
  }
  .lg\:pt-\[3\.75rem\]{
    padding-top: 3.75rem;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-\[2rem\]{
    font-size: 2rem;
  }
  .lg\:text-\[3\.5rem\]{
    font-size: 3.5rem;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:opacity-0{
    opacity: 0;
  }
  .lg\:shadow-card{
    --tw-shadow: var(--shadow-card);
    --tw-shadow-colored: var(--shadow-card);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .group:hover .lg\:group-hover\:visible{
    visibility: visible;
  }
  .group:hover .lg\:group-hover\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:hover .lg\:group-hover\:opacity-100{
    opacity: 1;
  }
}
@media (min-width: 1280px){
  .xl\:block{
    display: block;
  }
  .xl\:inline-block{
    display: inline-block;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:grid{
    display: grid;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:size-\[7\.5rem\]{
    width: 7.5rem;
    height: 7.5rem;
  }
  .xl\:min-w-\[7\.5rem\]{
    min-width: 7.5rem;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:grid-cols-\[1\.5fr\2c 1fr\2c 1fr\]{
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  .xl\:grid-cols-\[1fr\2c 28\.75rem\]{
    grid-template-columns: 1fr 28.75rem;
  }
  .xl\:grid-cols-\[7\.5rem\2c 1fr\]{
    grid-template-columns: 7.5rem 1fr;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:gap-14{
    gap: 3.5rem;
  }
  .xl\:gap-16{
    gap: 4rem;
  }
  .xl\:gap-6{
    gap: 1.5rem;
  }
  .xl\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .xl\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .xl\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .xl\:p-8{
    padding: 2rem;
  }
  .xl\:pb-\[7\.5rem\]{
    padding-bottom: 7.5rem;
  }
  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-\[1\.75rem\]{
    font-size: 1.75rem;
  }
  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-\[0\.9fr\2c 1fr\2c 0\.5fr\2c 0\.5fr\]{
    grid-template-columns: 0.9fr 1fr 0.5fr 0.5fr;
  }
  .\32xl\:grid-cols-\[1fr\2c 3fr\]{
    grid-template-columns: 1fr 3fr;
  }
  .\32xl\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .\32xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}