﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  margin-bottom: 0px;
}

ul {
  list-style-type: none !important;
}

a {
  text-decoration: none !important;
}

li {
  list-style-type: none !important;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 100%;
  padding: 0px;
}

:root {
  --PrimaryColor: #1A1B22;
  --SeondaryColor: #EC008C;
  --TernicaryColor:#22232E;
  --BlackText: #1A1B22;
}

.sectionIntroduction {
  position: relative;
  font-size: calc(1.4rem + 1vw);
  color: var(--SeondaryColor);
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .sectionIntroduction {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .sectionIntroduction {
    font-size: 2.4rem;
  }
}
.sectionIntroduction::before {
  position: absolute;
  content: "";
  left: -65px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--SeondaryColor);
  width: 42px;
  height: 3px;
}
@media screen and (max-width: 1024px) {
  .sectionIntroduction::before {
    width: 20px !important;
    left: -7px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .sectionIntroduction::before {
    width: 30px !important;
    left: -33px !important;
  }
}

.LoginButtons {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.ProductsGap > * {
  padding: 2rem;
}

.ProductsGap {
  margin-left: -2rem;
  margin-right: -2rem;
}

.u-Body-Text {
  font-size: calc(1rem + 1vw);
  color: #36363B;
  /* First name */
}
@media screen and (min-width: 769px) {
  .u-Body-Text {
    font-size: 1.6rem;
  }
}

.center-grid {
  align-items: center;
  justify-content: center;
}

.gap > * {
  padding: 2rem;
}

.gap {
  margin-left: -2rem;
  margin-right: -2rem;
}

.gap-1 > * {
  padding: 5px;
}

.gap-1 {
  margin-left: -5px;
  margin-right: -5px;
}

.u-center-column-items {
  margin: 0 auto;
  text-align: center;
}

.GridSystem {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}
.GridSystem--Row {
  display: flex;
  flex-flow: row wrap;
}

.gap > * {
  padding-left: 2rem;
  padding-right: 2rem;
}

.gap {
  margin-left: -2rem;
  margin-right: -2rem;
}

@media (min-width: 0) {
  .col-1-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-2-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-3-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }
  .col-4-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-5-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-6-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }
  .col-7-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-8-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-9-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }
  .col-10-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-11-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-12-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .col-1-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-2-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-3-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }
  .col-4-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-5-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-6-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }
  .col-7-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-8-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-9-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }
  .col-10-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-11-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-12-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 720px) {
  .col-1-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-2-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-3-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }
  .col-4-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-5-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-6-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }
  .col-7-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-8-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-9-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }
  .col-10-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-11-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-12-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 960px) {
  .col-1-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-2-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-3-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }
  .col-4-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-5-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-6-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }
  .col-7-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-8-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-9-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }
  .col-10-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-11-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-12-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-1-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-2-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-3-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }
  .col-4-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-5-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-6-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }
  .col-7-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-8-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-9-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }
  .col-10-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-11-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-12-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
.button, .loginSocialLinksButton, .CTA_Button--icon, .CTA_Button--icon-secondary, .CTA_Button, .From-Button {
  border: 1px solid black;
  border-radius: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: black !important;
  transition: background-color 0.4s ease-in-out;
  padding: 1rem 3rem;
  cursor: pointer;
}

.CTA_Button, .From-Button {
  background-color: var(--SeondaryColor);
  border: none;
  color: white !important;
}

.CTA_Button--icon, .CTA_Button--icon-secondary {
  background-color: var(--SeondaryColor);
  border: none;
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
  padding: 1rem 2rem;
  white-space: nowrap;
}
.CTA_Button--icon--content {
  display: flex;
  flex-direction: column;
}

.CTA_Button--icon-secondary {
  border: 1px solid #CCCCCC;
  background-color: white;
}

.loginSocialLinksButton {
  background-color: white;
  font-size: 15px;
  gap: 12px;
}
.loginSocialLinksButton img {
  width: 32px !important;
  height: 32px !important;
  object-fit: contain;
}

.TextButton {
  display: flex;
  align-items: center;
  gap: 12px;
}
.TextButton a {
  font-size: 1.6rem;
  cursor: pointer;
  text-decoration: underline !important;
}
.TextButton i {
  font-size: 24px;
}

/*
################################################## || ||
|| This is Form Input Mixin component ||
|| ||
|| It will use Body Text  ||
|| ||
##################################################


    */
/*

################################
||                            ||
|| This is for Password Input  ||
||                            ||
################################


*/
.password-container {
  position: relative;
}
.password-container > img {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.Input, .u-input {
  font-family: inherit !important;
  outline: none;
  width: 100%;
  border: 1px solid #CCCCCC !important;
  padding: 2rem;
  border-radius: 2rem;
}

.u-form-internal-gap > * {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .u-form-internal-gap > * {
    padding-top: 0px;
    padding-bottom: 2rem;
  }
}

.u-form-internal-gap-sides {
  margin-left: -2rem;
  margin-right: -2rem;
}
@media screen and (max-width: 1024px) {
  .u-form-internal-gap-sides {
    margin: 0 !important;
  }
}

.u-form-internal-gap-sides > * {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 1024px) {
  .u-form-internal-gap-sides > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.paragraph {
  font-size: calc(1rem + 1vw);
  color: black;
  max-width: 400px;
  width: 100%;
  padding: 2rem;
}
@media screen and (min-width: 769px) {
  .paragraph {
    font-size: 1.6rem;
  }
}

body {
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
}

.From-Button {
  width: 100%;
  padding: 1.5rem 2rem;
}

.seperator {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .seperator {
    gap: 12.5px;
  }
}
.seperator p {
  font-size: calc(1rem + 1vw);
  color: black;
  text-wrap: nowrap;
}
@media screen and (min-width: 769px) {
  .seperator p {
    font-size: 1.6rem;
  }
}
.seperator > div {
  border: 1.5px solid #CCCCCC;
  width: 100%;
}

.FormContainer {
  padding: 5rem 10rem;
  width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 928px;
  border-radius: 48px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 19px 42px 0px rgba(224, 224, 224, 0.1803921569), 0px 77px 77px 0px rgba(224, 224, 224, 0.1490196078), 0px 173px 104px 0px rgba(224, 224, 224, 0.0901960784), 0px 307px 123px 0px rgba(224, 224, 224, 0.031372549), 0px 480px 135px 0px rgba(224, 224, 224, 0);
}
@media screen and (max-width: 520px) {
  .FormContainer {
    border-radius: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .FormContainer {
    padding-top: calc(1rem + 2vh);
    padding-bottom: calc(1rem + 2vh);
    padding-left: calc(1rem + 1vw);
    padding-right: calc(1rem + 1vw);
  }
}
