/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/components/Contact/index.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
/** @format */

.container-contact {
  padding-top: 60px;
  height: auto;
  background: linear-gradient(
    90deg,
    rgba(230, 246, 245, 1) 4%,
    rgba(240, 248, 251, 1) 10%
  );
}

.sub-container {
  height: 700px;
  display: grid;
  grid-template-rows: 18% 82%;
  width: 100vw;
}
#contact-get-pargph {
  font-size: 20px;
  margin: auto;
  width: 50%;
}

.div-12ndrow {
  padding-bottom: 70px;
  margin: auto;
  width: 96%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.div-321 {
  height: 581px;
  margin: auto;
  width: 90%;
  border-radius: 2vw 2vw 0.6vw 1vw;
  background-color: var(--mint-white);
  box-shadow: -14px 0px 1px var(--mint-white);
}

.header101 {
  padding-bottom: 40px;
  color: var(--color-black);
  text-align: center;
}

.getintouch {
  font-style: normal;
  font-size: 80px;
  font-family: var(--horta);
}

.hedi-flex1 {
  padding-top: 2.5%;
  padding-left: 2%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.header-2 {
  width: 46vw;
}

#drp-msg {
  color: var(--color-black);
  font-family: var(--horta);
  width: 70vw;
  font-size: 40px;
}

.paragraph-contact {
  width: 80vw;
}

#par-cont {
  color: var(--began-d);
  font-size: 20px;
}

.form-table {
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: 70% 30%;
}

.left-insddfim {
  height: 490px;
}

.left-contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 48.3vw;
}

.form-1 {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 2vw;
}

.form-2 {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 3px;
}

.form-1 input {
  width: 42%;
  line-height: 22px;
  padding: 12px;
  border-radius: 5px;
  border: none;
}

#ProductEnquiry {
  width: 45%;
  line-height: 22px;
  padding: 12px;
  border-radius: 5px;
  border: none;
  justify-content: space-between;
}

.form-2 input {
  margin-top: 20px;
  border: 1px solid var(--ccc);
  border-radius: 5px;
  padding: 12px;
  border: none;
}

.message {
  position: relative;
  width: 48.4vw;
  border: none;
  height: 100px;
  top: 30px;
}

#sbt {
  position: relative;
  top: 55px;
  width: 48vw;
  background-color: var(--primary-color);
  color: var(--color-white);
  border: none;
  padding: 15px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 22px;
  text-align: center;
}

#sbt:hover {
  background: var(--mint-white);
  border: 1px solid var(--blue-color);
  color: var(--blue-color);
  cursor: pointer;
}

.inside-contact {
  position: relative;
  top: 2vw;
  left: -1vw;
}

.icen {
  text-align: center;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  background-color: var(--neon-green);
}

.item2 {
  margin-top: 0.8rem;
  display: flex;
  width: max-content;
  height: 61px;
}

.item1 {
  margin-top: 0.8rem;
  display: flex;
  width: fit-content;
  height: 62px;
}

.item0 {
  display: flex;
  width: fit-content;
  height: 61px;
}

.below {
  font-weight: 600;
  color: var(--began-d);
  position: relative;
  top: 0.2999999999999998vw;
  left: 1.5vw;
  opacity: 60%;
}

.salesfinsweetcom {
  position: relative;
  left: 1.5vw;
}

.salesfinsweetcom > a {
  color: var(--began-d);
  text-decoration: none;
  font-weight: 600;
}

#rotate-call {
  left: 0.5vw;
  top: 0.5vw;
  position: relative;
}

#rotate-mail {
  left: 0.5vw;
  top: 0.5vw;
  position: relative;
}

#rotate {
  left: 0.5vw;
  top: 0.7vw;
  position: relative;
  transform: rotate(-49deg);
}

.salesfinsweetcom {
  color: var(--began-d);
  font-family: sans-serif;
  font-size: 20px;
}

.cnt-sgvmail {
  width: 42px;
  height: 42px;
}
.contact-svgphone {
  width: 42px;
  height: 42px;
}
.form-2 .name::placeholder {
  color: var(--began-d);
  font-weight: 300;
}

.form-1 .name::placeholder {
  color: var(--began-d);
  font-weight: 300;
}
.message::placeholder {
  color: var(--began-d);
  font-weight: 300;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1392px) {
  .container-contact {
    height: auto;
    background: linear-gradient(
      90deg,
      rgba(230, 246, 245, 1) 4%,
      rgba(240, 248, 251, 1) 10%
    );
  }

  .sub-container {
    margin: auto;
    width: 92%;
    height: auto;
    display: grid;
    grid-template-rows: 22% 78%;
  }
  #contact-get-pargph {
    margin: auto;
    width: 70%;
  }

  .getintouch {
    font-style: normal;
    font-size: 75px;
    font-family: var(--horta), sans-serif;
    margin-bottom: -6px;
  }

  .form-table {
    flex-direction: column;
    display: grid;
    grid-template-columns: 100%;
  }
  .left-insddfim {
    height: auto;
  }

  .div-12ndrow {
    padding-left: 18px;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
  }

  .div-321 {
    padding-bottom: 30px;
    height: auto;
    margin: auto;
    width: 90%;
    border-radius: 2vw 2vw 0.6vw 1vw;
    background-color: var(--mint-white);
    box-shadow: -14px 0px 1px var(--mint-white);
  }

  .hedi-flex1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  #drp-msg {
    color: var(--color-black);

    width: 84vw;
    font-size: 30px;
  }

  .left-contact {
    padding-bottom: 48px;
    width: 87%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .form-1 {
    margin-left: 1%;
    display: flex;
    justify-content: flex-start;
    width: 76.8vw;
    justify-content: space-between;
    flex-direction: row;
  }

  .form-2 {
    margin-left: 1%;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 3px;
    width: 76.8vw;
  }

  .form-1 input {
    line-height: 22px;
    padding: 10px;
    border-radius: 5px;
    border: none;
  }

  #ProductEnquiry {
    line-height: 22px;
    padding: 10px;
    border-radius: 5px;
    border: none;
  }

  .form-2 input {
    border: 1px solid var(--ccc);
    border-radius: 5px;
    padding: 10px;
    border: none;
  }

  .message {
    margin-left: 1%;
    border: none;
    height: 100px;
    width: 76.8vw;
  }

  #sbt {
    margin-left: 1%;
    text-align: center;
    top: 50px;
    width: 76.8vw;
    background-color: var(--primary-color);
    color: #000;
    border: none;
    padding: 1.3333vw 3.3333vw;
    border-radius: 12px;
    cursor: pointer;
    font-size: 15px;
  }

  #sbt:hover {
    background: var(--mint-white);
    border: 1px solid var(--blue-color);
    color: var(--blue-color);
    cursor: pointer;
  }

  .inside-contact {
    justify-content: flex-start;
    flex-direction: column;
    display: flex;
  }

  .contact-info {
    padding-top: 4%;
    padding-left: 2%;
    position: relative;
    width: 42%;
    flex: 1;
  }

  .icen {
    text-align: center;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    background-color: var(--neon-green);
  }

  .item2 {
    display: flex;
    width: max-content;
    height: 61px;
  }

  .item1 {
    margin-top: 0.8rem;
    display: flex;
    width: fit-content;
    height: auto;
  }

  .item0 {
    display: flex;
    width: max-content;
    height: auto;
  }

  .salesfinsweetcom {
    position: relative;
    left: 1.5vw;
  }

  #rotate-call {
    left: 1.3vw;
    top: 1.3vw;
    position: relative;
  }

  #rotate-mail {
    left: 1.3vw;
    top: 1.3vw;
    position: relative;
  }

  #rotate {
    left: 1.3vw;
    top: 1.3vw;
    position: relative;
    transform: rotate(-49deg);
  }

  .salesfinsweetcom {
    font-size: 20px;
  }

  body {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .contact-svgmail {
    width: 36px;
    height: 36px;
  }
  .contact-svgphone {
    width: 36px;
    height: 36px;
  }
  #par-cont {
    color: var(--began-d);
    font-size: 18px;
  }
  .salesfinsweetcom {
    font-size: 14px;
  }
  .form-1 {
    row-gap: 20px;
    display: flex;
    justify-content: flex-start;
    width: 76.8vw;
    justify-content: space-between;
    flex-direction: column;
  }
  .form-1 input {
    width: 100%;
    line-height: 22px;
    padding: 10px;
    border-radius: 5px;
    border: none;
  }
  .form-table {
    margin-top: 20px;
  }
  .contact-info {
    position: relative;
    width: 42%;
    flex: 1;
  }
}

@media screen and (min-width: 1393px) {
  .sub-container {
    height: auto;
    display: grid;
    grid-template-rows: 25% 75%;
    width: 100vw;
  }

  .form-table {
    padding-left: 2%;
    height: 481px;
    display: grid;
    grid-template-columns: 66% 34%;
  }
  .left-insddfim {
    height: 490px;
  }
  .div-321 {
    height: auto;
    margin: auto;
    width: 90%;
    border-radius: 2vw 2vw 0.6vw 1vw;
    background-color: var(--mint-white);
    box-shadow: -14px 0px 1px var(--mint-white);
  }

  body {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  #contact-get-pargph {
    font-size: 18px;
    margin: auto;
    width: 92%;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #contact-get-pargph {
    font-size: 18px;
    margin: auto;
    width: 90%;
  }
  .container-contact {
    padding-bottom: 28px;
    height: auto;
    background: linear-gradient(
      90deg,
      rgba(230, 246, 245, 1) 4%,
      rgba(240, 248, 251, 1) 10%
    );
  }

  .sub-container {
    height: auto;
    display: grid;
    grid-template-rows: 30% 70%;
  }

  .getintouch {
    font-size: 45px;
    font-style: normal;
    font-family: var(--horta), sans-serif;
  }

  .left-insddfim {
    height: 372px;
  }

  .div-12ndrow {
    padding-left: 12px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
  }

  .div-321 {
    height: auto;
    margin: auto;
    border-radius: 2vw 2vw 0.6vw 1vw;
    /* background-color: var(--mint-white); */
    box-shadow: -14px 0px 1px var(--mint-white);
  }

  .hedi-flex1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .header-2 {
    margin-top: 1%;
    margin-left: 1%;
    width: 28vw;
  }

  #drp-msg {
    color: var(--color-black);

    width: 85vw;
    font-size: 24px;
  }

  .paragraph-contact {
    margin-left: 1%;
    width: 70vw;
  }

  .left-contact {
    padding-bottom: 52px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .form-2 {
    margin-left: 1%;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 3px;
    width: 76.8vw;
  }

  #ProductEnquiry {
    line-height: 22px;
    padding: 10px;
    border-radius: 5px;
    border: none;
  }

  .form-2 input {
    border: 1px solid var(--ccc);
    border-radius: 5px;
    padding: 10px;
    border: none;
  }

  .message {
    margin-left: 1%;
    border: none;
    height: 100px;
    width: 76.8vw;
  }

  #sbt {
    margin-left: 1%;
    text-align: center;
    top: 50px;
    width: 76.8vw;
    background-color: var(--primary-color);
    color: var(--color-white);
    border: none;
    padding: 1.3333vw 3.3333vw;
    border-radius: 12px;
    cursor: pointer;
    font-size: 15px;
  }

  #sbt:hover {
    background: var(--mint-white);
    border: 1px solid var(--blue-color);
    color: var(--blue-color);
    cursor: pointer;
  }

  .inside-contact {
    justify-content: flex-start;
    flex-direction: column;
    display: flex;
  }

  .icen {
    text-align: center;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    background-color: var(--neon-green);
  }

  .item2 {
    margin-top: 0.8rem;
    display: flex;
    width: max-content;
    height: 61px;
  }

  .item1 {
    margin-top: 0.8rem;
    display: flex;
    width: max-content;
    height: 62px;
  }

  .item0 {
    display: flex;
    width: max-content;
    height: 61px;
  }

  .salesfinsweetcom {
    position: relative;
    left: 1.5vw;
  }

  #rotate-call {
    left: 2.5vw;
    top: 2.5vw;
    position: relative;
  }

  #rotate-mail {
    left: 2.5vw;
    top: 2.5vw;
    position: relative;
  }

  #rotate {
    left: 2.5vw;
    top: 2.5vw;
    position: relative;
    transform: rotate(-40deg);
  }

  body {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .sub-container {
    width: 100%;
  }
  .salesfinsweetcom {
    font-size: 13px;
  }
}

@media screen and (max-width: 319px) {
  .container-contact {
    height: 850px;
    background: linear-gradient(
      90deg,
      rgba(230, 246, 245, 1) 4%,
      rgba(240, 248, 251, 1) 10%
    );
  }

  .sub-container {
    display: grid;
    grid-template-rows: 8% 92%;
  }

  .getintouch {
    font-size: 30px;
    font-style: normal;
    font-family: var(--horta), sans-serif;
  }

  .left-insddfim {
    height: 372px;
  }

  .div-12ndrow {
    height: 745px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .div-321 {
    height: 745px;
    margin: auto;
    border-radius: 2vw 2vw 0.6vw 1vw;
    background-color: var(--mint-white);
    box-shadow: -14px 0px 1px var(--mint-white);
  }

  .hedi-flex1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .header-2 {
    margin-top: 1%;
    margin-left: 1%;
    width: 28vw;
  }

  #drp-msg {
    color: var(--color-black);

    width: 85vw;
    font-size: 24px;
  }

  .paragraph-contact {
    margin-left: 1%;
    width: 70vw;
  }

  .left-contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .form-1 {
    margin-left: 1%;
    display: flex;
    justify-content: flex-start;
    width: 76.8vw;
    justify-content: space-between;
    flex-direction: row;
  }

  .form-2 {
    margin-left: 1%;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 3px;
    width: 76.8vw;
  }

  .form-1 input {
    line-height: 22px;
    padding: 10px;
    border-radius: 5px;
    border: none;
  }

  #ProductEnquiry {
    line-height: 22px;
    padding: 10px;
    border-radius: 5px;
    border: none;
  }

  .form-2 input {
    border: 1px solid var(--ccc);
    border-radius: 5px;
    padding: 10px;
    border: none;
  }

  .message {
    margin-left: 1%;
    border: none;
    height: 100px;
    width: 76.8vw;
  }

  #sbt {
    margin-left: 1%;
    text-align: center;
    top: 50px;
    width: 76.8vw;
    background-color: var(--primary-color);
    color: var(--color-white);
    border: none;
    padding: 1.3333vw 3.3333vw;
    border-radius: 12px;
    cursor: pointer;
    font-size: 15px;
  }

  #sbt:hover {
    background: var(--mint-white);
    border: 1px solid var(--blue-color);
    color: var(--blue-color);
    cursor: pointer;
  }

  .inside-contact {
    justify-content: flex-start;
    flex-direction: column;
    display: flex;
  }

  .contact-info {
    left: 5vw;
    top: 4vw;
    position: relative;
    width: 42%;
    flex: 1;
  }

  .icen {
    text-align: center;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    background-color: var(--neon-green);
  }

  .item2 {
    margin-top: 0.8rem;
    display: flex;
    width: 297px;
    height: 61px;
  }

  .item1 {
    margin-top: 0.8rem;
    display: flex;
    width: 300px;
    height: 62px;
  }

  .item0 {
    display: flex;
    width: 241px;
    height: 61px;
  }

  .salesfinsweetcom {
    position: relative;
    left: 1.5vw;
  }

  #rotate-call {
    left: 2.5vw;
    top: 2.5vw;
    position: relative;
  }

  #rotate-mail {
    left: 2.5vw;
    top: 2.5vw;
    position: relative;
  }

  #rotate {
    left: 2.5vw;
    top: 2.5vw;
    position: relative;
    transform: rotate(-40deg);
  }

  .salesfinsweetcom {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
  }
  .header101 {
    width: 94%;
    color: var(--color-black);
    text-align: center;
  }

  body {
    overflow-x: hidden;
    margin: 0px;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"Montserrat","arguments":[{"display":"swap","weight":"500","subsets":["latin"]}],"variableName":"montserrat"} ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Montserrat_c8fde2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/356432213705182c-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Montserrat_c8fde2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/a93d3a9445899216-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: '__Montserrat_c8fde2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/b51ef20963cfdf8d-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Montserrat_c8fde2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/a6bc35f8faaab1b5-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Montserrat_c8fde2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/80125230ebe98283-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Montserrat_Fallback_c8fde2';src: local("Arial");ascent-override: 85.79%;descent-override: 22.25%;line-gap-override: 0.00%;size-adjust: 112.83%
}.__className_c8fde2 {font-family: '__Montserrat_c8fde2', '__Montserrat_Fallback_c8fde2';font-weight: 500;font-style: normal
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"Noto_Sans","arguments":[{"display":"swap","weight":"500","subsets":["latin"]}],"variableName":"noto_Sans"} ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/ff010d87b3a4ad8c-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/305daf5d5f484db4-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/cfcfefcf5d0bd76a-s.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* greek-ext */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/0614a9c5679a9770-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/df42776013ccc7b2-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/935832641c8fa995-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/30c15701b9d760bc-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/d63a721c94df843f-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Noto_Sans_Fallback_4a3456';src: local("Arial");ascent-override: 100.54%;descent-override: 27.56%;line-gap-override: 0.00%;size-adjust: 106.33%
}.__className_4a3456 {font-family: '__Noto_Sans_4a3456', '__Noto_Sans_Fallback_4a3456';font-weight: 500;font-style: normal
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"Inter","arguments":[{"display":"swap","weight":"500","subsets":["latin"]}],"variableName":"inter"} ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Inter_2e3237';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/6e4fb5f0b9b94280-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Inter_2e3237';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/13f2c49ab4ecb5b6-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Inter_2e3237';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/755b9941c6d680f8-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Inter_2e3237';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/86235a0393de2f53-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Inter_2e3237';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/e83c3bfd684ede70-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Inter_2e3237';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/6364dcd892b96399-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Inter_2e3237';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/e4a5e7fc8a0ba879-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Inter_Fallback_2e3237';src: local("Arial");ascent-override: 90.49%;descent-override: 22.56%;line-gap-override: 0.00%;size-adjust: 107.06%
}.__className_2e3237 {font-family: '__Inter_2e3237', '__Inter_Fallback_2e3237';font-weight: 500;font-style: normal
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"Poppins","arguments":[{"display":"swap","weight":"600","subsets":["latin"]}],"variableName":"poppins"} ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* latin-ext */
@font-face {
  font-family: '__Poppins_12c8de';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/0a03a6d30c07af2e-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Poppins_12c8de';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/0484562807a97172-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Poppins_Fallback_12c8de';src: local("Arial");ascent-override: 93.62%;descent-override: 31.21%;line-gap-override: 8.92%;size-adjust: 112.16%
}.__className_12c8de {font-family: '__Poppins_12c8de', '__Poppins_Fallback_12c8de';font-weight: 600;font-style: normal
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"Mulish","arguments":[{"display":"swap","weight":"500","subsets":["latin"]}],"variableName":"mulish"} ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Mulish_6e5af2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/f0715998657a73df-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Mulish_6e5af2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/cf4e6fab1e88fefb-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: '__Mulish_6e5af2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/afb59ed93e9d1b28-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Mulish_6e5af2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/150cbe35e902339a-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Mulish_6e5af2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/bcaf79338063300e-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Mulish_Fallback_6e5af2';src: local("Arial");ascent-override: 96.56%;descent-override: 24.02%;line-gap-override: 0.00%;size-adjust: 104.08%
}.__className_6e5af2 {font-family: '__Mulish_6e5af2', '__Mulish_Fallback_6e5af2';font-weight: 500;font-style: normal
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"Roboto","arguments":[{"display":"swap","weight":"500","subsets":["latin"]}],"variableName":"roboto"} ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Roboto_54aa2a';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/dfa8b99978df7bbc-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Roboto_54aa2a';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/42d52f46a26971a3-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Roboto_54aa2a';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/a6d330d7873e7320-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Roboto_54aa2a';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/a5b77b63ef20339c-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Roboto_54aa2a';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/d117eea74e01de14-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Roboto_54aa2a';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/eb52b768f62eeeb4-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Roboto_54aa2a';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/627622453ef56b0d-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Roboto_Fallback_54aa2a';src: local("Arial");ascent-override: 92.98%;descent-override: 24.47%;line-gap-override: 0.00%;size-adjust: 99.78%
}.__className_54aa2a {font-family: '__Roboto_54aa2a', '__Roboto_Fallback_54aa2a';font-weight: 500;font-style: normal
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"DM_Sans","arguments":[{"display":"swap","weight":"500","subsets":["latin"]}],"variableName":"dM_Sans"} ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* latin-ext */
@font-face {
  font-family: '__DM_Sans_375dbe';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/6fe4dfc53cf88ecb-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__DM_Sans_375dbe';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/71dcb7efc7d2c8e8-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__DM_Sans_Fallback_375dbe';src: local("Arial");ascent-override: 94.90%;descent-override: 29.66%;line-gap-override: 0.00%;size-adjust: 104.53%
}.__className_375dbe {font-family: '__DM_Sans_375dbe', '__DM_Sans_Fallback_375dbe';font-weight: 500;font-style: normal
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"Manrope","arguments":[{"display":"swap","weight":"500","subsets":["latin"]}],"variableName":"manrope"} ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Manrope_f4a8d0';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/7997c39d7982fdb1-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Manrope_f4a8d0';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/08fbbe8222dc41e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: '__Manrope_f4a8d0';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/fc1a4dabf5406bc0-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Manrope_f4a8d0';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/6e66886a596209e0-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Manrope_f4a8d0';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/6d08f5c7131be4d5-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Manrope_f4a8d0';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/340b1e736f7b6b1a-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Manrope_Fallback_f4a8d0';src: local("Arial");ascent-override: 103.31%;descent-override: 29.07%;line-gap-override: 0.00%;size-adjust: 103.19%
}.__className_f4a8d0 {font-family: '__Manrope_f4a8d0', '__Manrope_Fallback_f4a8d0';font-weight: 500;font-style: normal
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/components/LoadingOverlay/index.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
/** @format */

.loader-container {
  position: fixed;
  background: #211f1fc4;
  top: 0;
  opacity: 0.8;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1056;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lds-roller {
  display: inline-block;
  position: absolute;
  top: 48vh;
  left: 48vw;
  width: 4rem;
  height: 4rem;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(30deg, #0a9add 10%, #8390c6 100%);
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* media query part */
@media (max-width: 1024px) {
  .loader-container {
    background-color: rgba(33, 31, 31, 0.79);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1056;
  }
}
@media (max-width: 992px) {
  .lds-roller {
    left: 46vw;
  }
}

@media (max-width: 768px) {
  .lds-roller {
    left: 45vw;
  }
}

@media (max-width: 425px) {
  .lds-roller {
    left: 42vw;
  }
}
@media (max-width: 375px) {
  .lds-roller {
    left: 41vw;
  }
}
@media (max-width: 320px) {
  .lds-roller {
    left: 40vw;
  }
}
/* @-webkit-keyframes follow-the-leader {
  0% {
    -webkit-transform: rotate(0deg) translateY(-200%);
    transform: rotate(0deg) translateY(-200%);
  }

  60%,
  100% {
    -webkit-transform: rotate(360deg) translateY(-200%);
    transform: rotate(360deg) translateY(-200%);
  }
}

@keyframes follow-the-leader {
  0% {
    -webkit-transform: rotate(0deg) translateY(-200%);
    transform: rotate(0deg) translateY(-200%);
  }

  60%,
  100% {
    -webkit-transform: rotate(360deg) translateY(-200%);
    transform: rotate(360deg) translateY(-200%);
  }
} */

/* .follow-the-leader-line {
  height: 14px;
  position: relative;
  width: 14px;
}

.follow-the-leader-line div {
  -webkit-animation: follow-the-leader 1.25s infinite backwards;
  animation: follow-the-leader 1.25s infinite backwards;
  background-color: #004b04;
  border-radius: 100%;
  height: 100%;
  width: 100%;
}

.follow-the-leader-line div:nth-child(1) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  background-color: rgba(27, 146, 3, 0.9);
}

.follow-the-leader-line div:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-color: rgba(14, 136, 34, 0.8);
}

.follow-the-leader-line div:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
  background-color: rgba(15, 180, 9, 0.7);
}

.follow-the-leader-line div:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background-color: rgba(22, 153, 55, 0.6);
}

.follow-the-leader-line div:nth-child(5) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  background-color: rgba(9, 185, 62, 0.808);
} */

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/components/MainB2BPage/index.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
/** @format */

.about-img2-b2b {
  width: 40%;
}
.about-img2-b2b img {
  border-radius: 14px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banner-bg-b2b-new {
  background-image: url(/_next/static/media/banner_b2b.4b989015.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: grid;
  grid-template-columns: 60% 30%;
}

.banner-text-container-new {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 746px;
}

.banner-text-new {
  display: flex;
  flex-direction: column;
  height: 65%;
  padding-left: 15%;
}

.sub-title-b2b-new {
  color: var(--secondary-color);
  font-family: var(--hey-octuber);
  font-size: 80px;
  font-weight: 500;
  line-height: 116px;
  letter-spacing: 0em;
  text-align: left;
}

.title-b2b-new {
  color: var(--color-white);
  font-family: var(--horta);
  font-size: 100px;
  font-weight: 600;
  line-height: 74px;
  letter-spacing: -0.01em;
  text-align: left;
  margin: 10px 0 20px 0;
}

.button-b2b-new {
  padding: 20px 25px 20px 25px;
  /* font-family: 'poppins'; */
  width: 210px;
  border: 1px solid var(--color-white);
  background-color: transparent;
  color: var(--color-white);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.button-b2b-new:hover {
  background-color: var(--white);
  color: var(--primary-color);
  cursor: pointer;
}

.button-b2b-new p {
  font-size: 21px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-align: center;
  cursor: pointer;
  margin: 0;
}

.content-b2b-new {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  margin-top: 50px;
}

.after-banner-container-new {
  height: 250px;
  background-color: var(--primary-color);
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.rolled-cones-new {
  display: flex;
  gap: 15px;
  margin-left: 0px;
}

.upper-new {
  color: var(--secondary-color);
  font-size: 36.167px;
  font-style: normal;
  font-weight: 600;
  line-height: 59.6px;
  letter-spacing: -0.362px;
}

.down-new {
  color: var(--mint-white-bg, var(--mint-white));
  font-size: 62px;
  font-style: normal;
  font-weight: 600;
  line-height: 59.6px;
  letter-spacing: -0.62px;
}

.center-line-new {
  background-color: var(--secondary-color);
  height: 168px;
  width: 5px;
  border-radius: 15px;
}

.customizes-cones-new {
  display: flex;
  gap: 15px;
}

.Container-b2b {
  width: 100vw;
  padding: 90px 90px 0px 90px;
  display: flex;
  gap: 25px;
  justify-content: space-evenly;
  justify-content: center;
}

.about-img-b2b {
  height: 544px;
}

.about-img-b2b > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.about-one-b2b {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  width: 665px;
}

.about-one-b2b > h1 {
  font-family: var(--horta);
  font-weight: 600;
  font-size: 65px;
  color: var(--dark-green);
}

.about-one-b2b > p {
  font-size: 20px;
  font-weight: 500;
  color: var(--slate);
}

.about-one-b2b > button {
  padding: 20px 25px 20px 25px;
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 14px;
  width: 210px;
  margin-top: 35px;
  font-size: 20px;
  font-weight: 500;
}

.about-one-b2b > button:hover {
  color: var(--primary-color);
  background-color: var(--white);
  border: 1px solid var(--primary-color);
  transition: all ease-in-out 0.3s;
}

.about-two-b2b {
  width: 100vw;
  padding: 50px 50px 25px 50px;
  display: flex;
  justify-content: space-evenly;
  height: -webkit-fill-available;
  align-items: center;
  background-color: var(--mint-white);
}

.about-img2-b2b > video {
  height: 400px;
  width: 400px;
  margin-right: 105px;
}

.about-row2-b2b {
  width: 452px;
}

.about-row2-b2b > h2 {
  font-family: var(--horta);
  font-size: 65px;
  font-weight: 600;
  color: var(--dark-green);
}

.about-row2-b2b > p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: var(--slate);
}

.about-row2-b2b > button {
  padding: 20px 25px 20px 25px;
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 14px;
  width: 210px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
}

.about-row2-b2b > button:hover {
  background-color: var(--white);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  transition: all ease-in-out 0.3s;
}

.about-three-new {
  display: flex;
  justify-content: space-evenly;
  padding: 50px 0;
  height: 487px;
  align-items: center;
  margin-top: 50px;
}

.about-img3-new > img {
  height: 400px;
  margin-left: 50px;
}

.about-row3-new {
  width: 568px;
}

.about-row3-new > h1 {
  font-family: var(--horta);
  font-size: 58px;
  font-weight: 600;
}

.about-row3-new > p {
  /* font-family: 'Roboto'; */
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.award-new {
  display: flex;
  margin-top: 35px;
}

.ser-new {
  margin-left: 15px;
}

.ser-new > h3 {
  color: var(--secondary-color);
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.ser-new > p {
  font-weight: bolder;
  /* font-family: 'Poppins'; */
  /* font-size: 24px; */
  font-style: normal;
  font-weight: 600;
}

.rec-new > h3 {
  color: var(--secondary-color);
  /* font-family: Inter; */
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.rec-new > p {
  font-weight: bolder;
  /* font-family: 'Poppins'; */
  /* font-size: 24px; */
  font-style: normal;
  font-weight: 600;
}

.about-four-b2b {
  min-height: 700px;
  justify-content: center;
  width: 100%;
  display: flex;
  padding: 25px 30px 0px 30px;
  height: -webkit-fill-available;
}

.about-img4-b2b {
  height: 517px;
  width: 517px;
}

.about-img4-b2b > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.about-row4-b2b {
  padding: 51px;
  width: 584px;
  background-color: var(--white);
}

.about-row4-b2b > h1 {
  font-family: var(--horta);
  font-size: 65px;
  font-weight: 600;
  color: var(--dark-green);
}

.about-four-b2b > p {
  /* font-family: 'Inter'; */
  font-size: 20px;
  font-weight: 500;
  color: var(--slate);
}

.about-row4-b2b > h3 {
  color: var(--primary-color);
  line-height: 20px;
  font-family: var(--hey-octuber);
  font-weight: 10px;
  letter-spacing: 1px;
  font-size: 40px;
}

.about-row4-b2b > p {
  font-size: 18px;
  font-weight: 500;
  color: var(--slate);
}

#ifram {
  width: 619px;
}

.about-row4-b2b > button {
  padding: 20px 25px 20px 25px;
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 14px;
  width: 210px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 27px;
}

.about-row4-b2b > button:hover {
  color: var(--primary-color);
  background-color: var(--white);
  border: 1px solid var(--primary-color);
}

.about-five-new {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 90px;
}

.about-img5-new > img {
  height: 400px;
  margin-left: 20px;
}

.about-row5-new {
  width: 400px;
}

.about-row5-new > h1 {
  font-family: var(--horta);
  font-size: 45px;
}

.about-row5-new > p {
  /* font-family: 'Montserrat Light'; */
}

.ceo-new {
  display: flex;
  margin-top: 18px;
  align-items: center;
}

.small-image-new > img {
  height: 50px;
}

.about-names-new {
  padding-left: 10px;
}

.about-names-new > h4 {
  margin-top: 10px;
  /* font-family: 'Poppins'; */
  font-size: 24px;
  font-weight: 500;
  line-height: 41px;
  letter-spacing: 0em;
  text-align: left;
}

.about-names-new > h6 {
  margin-top: -18px;
  color: var(--secondary-color);
  /* font-family: 'Poppins'; */
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
}

.about-img-b2b-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 368px) {
  .about-row4-b2b {
    top: 50px;
    left: 150px;
  }
}

@media (max-width: 770px) {
  .about-two-b2b {
    display: block;
  }

  .about-img2-b2b > video {
    width: 100% !important;
  }

  .about-img2-b2b {
    width: 100% !important;
  }

  .about-five {
    display: block;
    margin-top: 50px;
  }

  .about-row4-b2b {
    top: 50px;
    left: 100px;
    width: 300px;
  }

  .about-row5 {
    width: 100vw !important;
  }

  .about-img5 > img {
    width: 100vw !important;
  }

  .about-img5 {
    width: 100% !important;
  }
}

@media (max-width: 840px) {
  .about-row3 {
    width: 100vw !important;
  }

  .about-three {
    display: block;
  }

  .about-img3 > img {
    width: 100vw !important;
  }

  .about-img3 {
    width: 100% !important;
  }

  .about-four-b2b {
    display: block;
    margin-top: 50px;
    justify-content: center;
  }

  .about-row2-b2b {
    width: 100% !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1324px) {
  .Container-b2b {
    display: grid;
    grid-template-columns: 100%;
  }
  .about-one-b2b {
    display: block;
    width: auto;
    text-align: center;
    margin-bottom: 29px;
    order: 2;
  }

  .about-two-b2b {
    display: block;
    justify-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    /* height: 931px; */
    padding-top: 20px;
    background-color: var(--white);
  }
  .about-img2-b2b {
    width: 70%;
    margin: auto;
    display: flex;
    flex: 1;
    order: 2;
    justify-content: center;
    align-items: center;
  }

  .about-row2-b2b {
    flex: 1;
    order: 1;
    width: auto;
    text-align: center;
    margin-top: 10px;
    background-color: var(--white);
  }

  .about-three {
    height: 693px;
  }
  .about-img3 {
    order: 1;
    display: flex;
    justify-content: center;
  }
  .about-about-row3 {
    width: auto;
    text-align: center;
    order: 2;
  }

  .award {
    justify-content: center;
  }
  .about-five {
    display: block;
    width: auto;
    text-align: center;
  }
  .about-four-b2b {
    width: 100%;
    display: flex;
    margin: auto;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .about-row4-b2b {
    width: auto;
    text-align: center;
  }
  .about-img5 {
    display: flex;
    justify-content: center;
  }
  .about-about-row5 {
    width: auto;
  }
  .about-img4-b2b {
    width: auto;
    padding: 0px 0px 45px 0px;
  }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .Container-b2b {
    display: grid;
    grid-template-columns: 100%;
  }
  .about-one-b2b {
    display: block;
    width: auto;
    text-align: center;
    margin-bottom: 29px;
    order: 2;
  }
  .about-img-b2b {
    width: 90%;
    height: 100%;
  }

  .about-one-b2b > p {
    font-size: 18px;
  }
  .about-one-b2b > h1 {
    font-size: 40px;
  }
  .about-two-b2b {
    display: block;
    justify-items: center;
    padding: 30px 30px 25px 30px;
    background-color: var(--white);
  }
  .about-row2-b2b > h2 {
    font-size: 40px;
  }

  .about-row4-b2b > h1 {
    font-size: 40px;
  }

  .about-row4-b2b > p {
    font-size: 18px;
    font-weight: 500;
    /* font-family: 'Inter'; */
  }

  .about-row2-b2b > p {
    font-size: 18px;
  }
  .about-img2-b2b {
    display: flex;
    flex: 1;
    order: 2;
    justify-content: center;
    align-items: center;
  }
  .about-img4-b2b {
    position: unset;
  }

  .about-row2-b2b {
    flex: 1;
    order: 1;
    width: auto;
    text-align: center;
    margin-top: 20px;
    background-color: var(--white);
  }

  .about-about-row3 > h1 {
    font-size: 40px;
  }
  .about-bout-row3 > p {
    font-size: 14px;
  }
  .about-img3 {
    display: flex;
    justify-content: center;
    margin-top: 18px;
  }
  .about-about-row3 {
    width: auto;
    text-align: center;
  }

  .award {
    justify-content: center;
    margin-top: 10px;
  }
  .about-five {
    display: block;
    width: auto;
    text-align: center;
  }

  .about-row5 > h1 {
    font-size: 35px;
  }
  .about-four-b2b {
    margin-top: 0px;
  }
  .about-row4-b2b {
    top: 406px;
    height: 391px;
    width: 407px;
  }
  .about-img5 {
    display: flex;
    justify-content: center;
  }
  .about-about-row5 {
    width: auto;
  }
  .about-row5 > p {
    font-size: 14px;
  }
  #ifram {
    width: 294px;
    height: 207px;
  }
  .banner-text-container-new {
    width: 100vw;
  }
  .center-line-new {
    display: none;
  }
  .rolled-cones-new {
    display: none;
  }
}
@media screen and (min-width: 425px) and (max-width: 500px) {
  .title-b2b-new {
    font-size: 60px;
  }
  .banner-bg-b2b-new {
    height: 789px;
    /* width:90%;
   margin: auto; */
  }
  .Container-b2b {
    padding: 30px 30px 0px 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 424px) {
  .about-img4-b2b > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .sub-title-b2b-new {
    font-size: 40px;
    line-height: 30px;
  }
  .title-b2b-new {
    font-size: 50px;
  }
  .about-img4-b2b {
    display: flex;
    justify-content: center;
    align-items: center;
    width: -webkit-fill-available;
    height: 212px;
    margin: auto;
    margin-top: 15px;
  }
  .about-four-b2b {
    margin-bottom: 30px;
    display: block;
    height: auto;
    width: 100%;
  }

  .down-new {
    font-size: 40px;
  }
  .upper-new {
    font-size: 22px;
  }

  .banner-text-new {
    justify-content: center;
    /* align-items: center; */
  }

  .about-two-b2b {
    height: auto;
  }
  .about-row4-b2b {
    top: 368px;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    left: 21px;
    text-align: center;
    padding: 20px;
  }
  .about-row2-b2b {
    background-color: var(--white);
  }
  .about-row2-b2b > button {
    margin-top: 11px;
  }
}

@media screen and (min-width: 425px) and (max-width: 768px) {
  .about-four-b2b {
    margin-bottom: 60px;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    justify-content: center;
    height: auto;
    width: 100%;
  }
  .about-img4-b2b {
    height: 420px;
    width: 82vw;
    margin: auto;
  }

  .sub-title-b2b-new {
    font-size: 50px;
    width: 333px;
  }

  .content-b2b-new {
    margin-top: 9px;
  }

  .about-row4-b2b {
    top: 368px;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    left: 21px;
    text-align: center;
  }
  .about-two-b2b {
    height: auto;
  }
  .banner-text-container-new {
    padding-left: 10px;
  }
}

@media screen and (min-width: 2000px) and (max-width: 2580px) {
  .Container-b2b {
    width: 100vw;
    justify-content: space-evenly;
  }
  .about-two-b2b {
    width: 100vw;
  }
  .about-four-b2b {
    width: 100vw;
  }
}

@media screen and (min-width: 1350px) and (max-width: 1450px) {
  .about-four-b2b {
    width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .banner-text-new {
    padding-left: 20px;
  }
}

.women-5th-page-b2b {
  /* margin-bottom: 100px; */
  position: relative;
  height: 940px;
}
.women-5th-page-b2b img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.women-5th-pagerapper-b2b {
  border-bottom: 10px solid var(--dark-green);
  padding-bottom: 17px;
  position: absolute;
  width: 67vw;
  top: 50%;
  left: 37%;
  transform: translate(-50%, -50%);
  border-radius: 18px 18px 0px 0px;
  background: var(--color-white);
  -webkit-backdrop-filter: blur(20.559999465942383px);
  backdrop-filter: blur(20.559999465942383px);
}
.women-5th-pageinside-b2b {
  margin-top: 8%;
  margin-left: 10%;
  height: fit-content;
  width: 60%;
}
.women-5th-wewant-b2b > h1 {
  width: 28vw;
  color: var(--color-black);
  font-family: var(--horta);
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 65.792px; /* 173.137% */
  letter-spacing: -0.38px;
  text-transform: uppercase;
}
.women-5th-lorem-b2b > p {
  width: 82%;
  color: var(--color-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.672px; /* 150% */
}
.women-5th-btn-b2b {
  margin-top: 20px;
}

.women-5th-inside-rht-b2b {
  margin-right: 8%;
  margin-top: -45%;
  float: right;
  height: 143px;
  width: 193px;
}

.women-5th-inside-rht-b2b img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* MEDIA QUERIES */

@media screen and (min-width: 320px) and (max-width: 767px) {
  .women-5th-page-b2b {
    /* margin-bottom: 20px; */
    position: relative;
    height: 614px;
  }
  .women-5th-page-b2b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .women-5th-pagerapper-b2b {
    position: absolute;
    height: auto;
    width: 88vw;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
    border-radius: 18px 18px 0px 0px;
    background: var(--color-white);
    -webkit-backdrop-filter: blur(20.559999465942383px);
    backdrop-filter: blur(20.559999465942383px);
  }
  .women-5th-pageinside-b2b {
    margin-top: 8%;
    margin-left: 5%;
    height: auto;
    width: 72%;
  }
  .women-5th-wewant-b2b > h1 {
    width: 65vw;
    color: var(--color-black);
    /* font-family: Montserrat;/ */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30.792px;
    letter-spacing: -0.38px;
    text-transform: uppercase;
  }

  .women-5th-lorem-b2b > p {
    width: 85%;
    color: var(--color-black);
    /* font-family: 'Inter'; */
    font-size: 16.448px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.672px;
  }
  .women-5th-inside-rht-b2b {
    margin-right: 8%;
    margin-top: -80%;
    float: right;
    height: 75px;
    width: 104px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .women-5th-pagerapper-b2b {
    position: absolute;
    height: auto;
    width: 64vw;
    top: 50%;
    left: 37%;
    transform: translate(-50%, -50%);
    border-radius: 18px 18px 0px 0px;
    background: var(--color-white);
    -webkit-backdrop-filter: blur(20.559999465942383px);
    backdrop-filter: blur(20.559999465942383px);
  }
  .women-5th-wewant-b2b > h1 {
    width: 52vw;
    color: var(--color-black);
    /* font-family: Montserrat; */
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 45.792px;
    letter-spacing: -0.38px;
    text-transform: uppercase;
  }
  .women-5th-lorem-b2b > p {
    width: 100%;
    color: var(--color-black);
    /* font-family: 'Inter'; */
    font-size: 16.448px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.672px;
  }

  .women-5th-inside-rht-b2b {
    margin-right: 8%;
    margin-top: -35%;
    float: right;
    height: 95px;
    width: 134px;
  }
  .women-5th-page-b2b {
    /* margin-bottom: 20px; */
    position: relative;
    height: 700px;
  }
  .women-5th-pageinside-b2b {
    margin-top: 8%;
    margin-left: 10%;
    height: auto;
    width: 42%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .women-5th-wewant-b2b > h1 {
    width: 36vw;
    color: var(--color-black);
    /* font-family: Montserrat; */
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 65.792px;
    letter-spacing: -0.38px;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 1500px) {
  .women-5th-inside-rht-b2b {
    margin-right: 8%;
    margin-top: -20%;
    float: right;
    height: 143px;
    width: 193px;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/users/b2b/index.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
/** @format */

