@charset "UTF-8";
@import url('icons.css');


/* nunito-regular - vietnamese_latin-ext_latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("") format("woff2"), url("../../static/libs/fonts/nunito-v23-vietnamese_latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* nunito-500 - vietnamese_latin-ext_latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("../../static/libs/fonts/nunito-v23-vietnamese_latin-ext_latin-500.woff2") format("woff2"), url("../../static/libs/fonts/nunito-v23-vietnamese_latin-ext_latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* nunito-600 - vietnamese_latin-ext_latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(""), url("../../static/libs/fonts/nunito-v23-vietnamese_latin-ext_latin-600.woff2") format("woff2"), url("../../static/libs/fonts/nunito-v23-vietnamese_latin-ext_latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* nunito-700 - vietnamese_latin-ext_latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../../static/libs/fonts/nunito-v23-vietnamese_latin-ext_latin-700.woff2") format("woff2"), url("../../static/libs/fonts/nunito-v23-vietnamese_latin-ext_latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-regular - vietnamese_latin-ext_latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../../static/libs/fonts/montserrat-v23-vietnamese_latin-ext_latin-regular.woff2") format("woff2"), url("../../static/libs/fonts/montserrat-v23-vietnamese_latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-500 - vietnamese_latin-ext_latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("../../static/libs/fonts/montserrat-v23-vietnamese_latin-ext_latin-500.woff2") format("woff2"), url("../../static/libs/fonts/montserrat-v23-vietnamese_latin-ext_latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-600 - vietnamese_latin-ext_latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(""), url("../../static/libs/fonts/montserrat-v23-vietnamese_latin-ext_latin-600.woff2") format("woff2"), url("../../static/libs/fonts/montserrat-v23-vietnamese_latin-ext_latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-700 - vietnamese_latin-ext_latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../../static/libs/fonts/montserrat-v23-vietnamese_latin-ext_latin-700.woff2") format("woff2"), url("../../static/libs/fonts/montserrat-v23-vietnamese_latin-ext_latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Paddings */
.p-0 {
  padding: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 992px) {
  .lg-p-0 {
    padding: 0 !important;
  }

  .lg-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .lg-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg-pt-0 {
    padding-top: 0 !important;
  }

  .lg-pb-0 {
    padding-bottom: 0 !important;
  }

  .lg-m-0 {
    margin: 0 !important;
  }

  .lg-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .lg-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg-mt-0 {
    margin-top: 0 !important;
  }

  .lg-mb-0 {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .md-p-0 {
    padding: 0 !important;
  }

  .md-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .md-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md-pt-0 {
    padding-top: 0 !important;
  }

  .md-pb-0 {
    padding-bottom: 0 !important;
  }

  .md-m-0 {
    margin: 0 !important;
  }

  .md-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .md-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md-mt-0 {
    margin-top: 0 !important;
  }

  .md-mb-0 {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  .sm-p-0 {
    padding: 0 !important;
  }

  .sm-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .sm-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .sm-pt-0 {
    padding-top: 0 !important;
  }

  .sm-pb-0 {
    padding-bottom: 0 !important;
  }

  .sm-m-0 {
    margin: 0 !important;
  }

  .sm-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .sm-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm-mt-0 {
    margin-top: 0 !important;
  }

  .sm-mb-0 {
    margin-bottom: 0 !important;
  }
}

.p-1 {
  padding: 10px !important;
}

.px-1 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.m-1 {
  margin: 10px !important;
}

.mx-1 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

@media screen and (min-width: 992px) {
  .lg-p-1 {
    padding: 10px !important;
  }

  .lg-px-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .lg-py-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .lg-pt-1 {
    padding-top: 10px !important;
  }

  .lg-pb-1 {
    padding-bottom: 10px !important;
  }

  .lg-m-1 {
    margin: 10px !important;
  }

  .lg-mx-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .lg-my-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .lg-mt-1 {
    margin-top: 10px !important;
  }

  .lg-mb-1 {
    margin-bottom: 10px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .md-p-1 {
    padding: 10px !important;
  }

  .md-px-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .md-py-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .md-pt-1 {
    padding-top: 10px !important;
  }

  .md-pb-1 {
    padding-bottom: 10px !important;
  }

  .md-m-1 {
    margin: 10px !important;
  }

  .md-mx-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .md-my-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .md-mt-1 {
    margin-top: 10px !important;
  }

  .md-mb-1 {
    margin-bottom: 10px !important;
  }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  .sm-p-1 {
    padding: 10px !important;
  }

  .sm-px-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .sm-py-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .sm-pt-1 {
    padding-top: 10px !important;
  }

  .sm-pb-1 {
    padding-bottom: 10px !important;
  }

  .sm-m-1 {
    margin: 10px !important;
  }

  .sm-mx-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .sm-my-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .sm-mt-1 {
    margin-top: 10px !important;
  }

  .sm-mb-1 {
    margin-bottom: 10px !important;
  }
}

.p-2 {
  padding: 20px !important;
}

.px-2 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.m-2 {
  margin: 20px !important;
}

.mx-2 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

@media screen and (min-width: 992px) {
  .lg-p-2 {
    padding: 20px !important;
  }

  .lg-px-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .lg-py-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .lg-pt-2 {
    padding-top: 20px !important;
  }

  .lg-pb-2 {
    padding-bottom: 20px !important;
  }

  .lg-m-2 {
    margin: 20px !important;
  }

  .lg-mx-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .lg-my-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .lg-mt-2 {
    margin-top: 20px !important;
  }

  .lg-mb-2 {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .md-p-2 {
    padding: 20px !important;
  }

  .md-px-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .md-py-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .md-pt-2 {
    padding-top: 20px !important;
  }

  .md-pb-2 {
    padding-bottom: 20px !important;
  }

  .md-m-2 {
    margin: 20px !important;
  }

  .md-mx-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .md-my-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .md-mt-2 {
    margin-top: 20px !important;
  }

  .md-mb-2 {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  .sm-p-2 {
    padding: 20px !important;
  }

  .sm-px-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .sm-py-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .sm-pt-2 {
    padding-top: 20px !important;
  }

  .sm-pb-2 {
    padding-bottom: 20px !important;
  }

  .sm-m-2 {
    margin: 20px !important;
  }

  .sm-mx-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .sm-my-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .sm-mt-2 {
    margin-top: 20px !important;
  }

  .sm-mb-2 {
    margin-bottom: 20px !important;
  }
}

.p-3 {
  padding: 30px !important;
}

.px-3 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.m-3 {
  margin: 30px !important;
}

.mx-3 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

@media screen and (min-width: 992px) {
  .lg-p-3 {
    padding: 30px !important;
  }

  .lg-px-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .lg-py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .lg-pt-3 {
    padding-top: 30px !important;
  }

  .lg-pb-3 {
    padding-bottom: 30px !important;
  }

  .lg-m-3 {
    margin: 30px !important;
  }

  .lg-mx-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .lg-my-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .lg-mt-3 {
    margin-top: 30px !important;
  }

  .lg-mb-3 {
    margin-bottom: 30px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .md-p-3 {
    padding: 30px !important;
  }

  .md-px-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .md-py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .md-pt-3 {
    padding-top: 30px !important;
  }

  .md-pb-3 {
    padding-bottom: 30px !important;
  }

  .md-m-3 {
    margin: 30px !important;
  }

  .md-mx-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .md-my-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .md-mt-3 {
    margin-top: 30px !important;
  }

  .md-mb-3 {
    margin-bottom: 30px !important;
  }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  .sm-p-3 {
    padding: 30px !important;
  }

  .sm-px-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .sm-py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .sm-pt-3 {
    padding-top: 30px !important;
  }

  .sm-pb-3 {
    padding-bottom: 30px !important;
  }

  .sm-m-3 {
    margin: 30px !important;
  }

  .sm-mx-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .sm-my-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .sm-mt-3 {
    margin-top: 30px !important;
  }

  .sm-mb-3 {
    margin-bottom: 30px !important;
  }
}

.p-4 {
  padding: 40px !important;
}

.px-4 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.py-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.m-4 {
  margin: 40px !important;
}

.mx-4 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

@media screen and (min-width: 992px) {
  .lg-p-4 {
    padding: 40px !important;
  }

  .lg-px-4 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .lg-py-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .lg-pt-4 {
    padding-top: 40px !important;
  }

  .lg-pb-4 {
    padding-bottom: 40px !important;
  }

  .lg-m-4 {
    margin: 40px !important;
  }

  .lg-mx-4 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .lg-my-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .lg-mt-4 {
    margin-top: 40px !important;
  }

  .lg-mb-4 {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .md-p-4 {
    padding: 40px !important;
  }

  .md-px-4 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .md-py-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .md-pt-4 {
    padding-top: 40px !important;
  }

  .md-pb-4 {
    padding-bottom: 40px !important;
  }

  .md-m-4 {
    margin: 40px !important;
  }

  .md-mx-4 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .md-my-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .md-mt-4 {
    margin-top: 40px !important;
  }

  .md-mb-4 {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  .sm-p-4 {
    padding: 40px !important;
  }

  .sm-px-4 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .sm-py-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .sm-pt-4 {
    padding-top: 40px !important;
  }

  .sm-pb-4 {
    padding-bottom: 40px !important;
  }

  .sm-m-4 {
    margin: 40px !important;
  }

  .sm-mx-4 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .sm-my-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .sm-mt-4 {
    margin-top: 40px !important;
  }

  .sm-mb-4 {
    margin-bottom: 40px !important;
  }
}

.p-5 {
  padding: 50px !important;
}

.px-5 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.m-5 {
  margin: 50px !important;
}

.mx-5 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.my-5 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

@media screen and (min-width: 992px) {
  .lg-p-5 {
    padding: 50px !important;
  }

  .lg-px-5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .lg-py-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .lg-pt-5 {
    padding-top: 50px !important;
  }

  .lg-pb-5 {
    padding-bottom: 50px !important;
  }

  .lg-m-5 {
    margin: 50px !important;
  }

  .lg-mx-5 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .lg-my-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .lg-mt-5 {
    margin-top: 50px !important;
  }

  .lg-mb-5 {
    margin-bottom: 50px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .md-p-5 {
    padding: 50px !important;
  }

  .md-px-5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .md-py-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .md-pt-5 {
    padding-top: 50px !important;
  }

  .md-pb-5 {
    padding-bottom: 50px !important;
  }

  .md-m-5 {
    margin: 50px !important;
  }

  .md-mx-5 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .md-my-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .md-mt-5 {
    margin-top: 50px !important;
  }

  .md-mb-5 {
    margin-bottom: 50px !important;
  }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  .sm-p-5 {
    padding: 50px !important;
  }

  .sm-px-5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .sm-py-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .sm-pt-5 {
    padding-top: 50px !important;
  }

  .sm-pb-5 {
    padding-bottom: 50px !important;
  }

  .sm-m-5 {
    margin: 50px !important;
  }

  .sm-mx-5 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .sm-my-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .sm-mt-5 {
    margin-top: 50px !important;
  }

  .sm-mb-5 {
    margin-bottom: 50px !important;
  }
}

.p-6 {
  padding: 60px !important;
}

.px-6 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.m-6 {
  margin: 60px !important;
}

.mx-6 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.my-6 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

@media screen and (min-width: 992px) {
  .lg-p-6 {
    padding: 60px !important;
  }

  .lg-px-6 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .lg-py-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .lg-pt-6 {
    padding-top: 60px !important;
  }

  .lg-pb-6 {
    padding-bottom: 60px !important;
  }

  .lg-m-6 {
    margin: 60px !important;
  }

  .lg-mx-6 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .lg-my-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .lg-mt-6 {
    margin-top: 60px !important;
  }

  .lg-mb-6 {
    margin-bottom: 60px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .md-p-6 {
    padding: 60px !important;
  }

  .md-px-6 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .md-py-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .md-pt-6 {
    padding-top: 60px !important;
  }

  .md-pb-6 {
    padding-bottom: 60px !important;
  }

  .md-m-6 {
    margin: 60px !important;
  }

  .md-mx-6 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .md-my-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .md-mt-6 {
    margin-top: 60px !important;
  }

  .md-mb-6 {
    margin-bottom: 60px !important;
  }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  .sm-p-6 {
    padding: 60px !important;
  }

  .sm-px-6 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .sm-py-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .sm-pt-6 {
    padding-top: 60px !important;
  }

  .sm-pb-6 {
    padding-bottom: 60px !important;
  }

  .sm-m-6 {
    margin: 60px !important;
  }

  .sm-mx-6 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .sm-my-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .sm-mt-6 {
    margin-top: 60px !important;
  }

  .sm-mb-6 {
    margin-bottom: 60px !important;
  }
}

.p-7 {
  padding: 70px !important;
}

.px-7 {
  padding-right: 70px !important;
  padding-left: 70px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.pt-7 {
  padding-top: 70px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

.m-7 {
  margin: 70px !important;
}

.mx-7 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.my-7 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

@media screen and (min-width: 992px) {
  .lg-p-7 {
    padding: 70px !important;
  }

  .lg-px-7 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .lg-py-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .lg-pt-7 {
    padding-top: 70px !important;
  }

  .lg-pb-7 {
    padding-bottom: 70px !important;
  }

  .lg-m-7 {
    margin: 70px !important;
  }

  .lg-mx-7 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .lg-my-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .lg-mt-7 {
    margin-top: 70px !important;
  }

  .lg-mb-7 {
    margin-bottom: 70px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .md-p-7 {
    padding: 70px !important;
  }

  .md-px-7 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .md-py-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .md-pt-7 {
    padding-top: 70px !important;
  }

  .md-pb-7 {
    padding-bottom: 70px !important;
  }

  .md-m-7 {
    margin: 70px !important;
  }

  .md-mx-7 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .md-my-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .md-mt-7 {
    margin-top: 70px !important;
  }

  .md-mb-7 {
    margin-bottom: 70px !important;
  }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  .sm-p-7 {
    padding: 70px !important;
  }

  .sm-px-7 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .sm-py-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .sm-pt-7 {
    padding-top: 70px !important;
  }

  .sm-pb-7 {
    padding-bottom: 70px !important;
  }

  .sm-m-7 {
    margin: 70px !important;
  }

  .sm-mx-7 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .sm-my-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .sm-mt-7 {
    margin-top: 70px !important;
  }

  .sm-mb-7 {
    margin-bottom: 70px !important;
  }
}

.p-8 {
  padding: 80px !important;
}

.px-8 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.pt-8 {
  padding-top: 80px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.m-8 {
  margin: 80px !important;
}

.mx-8 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.my-8 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

@media screen and (min-width: 992px) {
  .lg-p-8 {
    padding: 80px !important;
  }

  .lg-px-8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .lg-py-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .lg-pt-8 {
    padding-top: 80px !important;
  }

  .lg-pb-8 {
    padding-bottom: 80px !important;
  }

  .lg-m-8 {
    margin: 80px !important;
  }

  .lg-mx-8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .lg-my-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .lg-mt-8 {
    margin-top: 80px !important;
  }

  .lg-mb-8 {
    margin-bottom: 80px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .md-p-8 {
    padding: 80px !important;
  }

  .md-px-8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .md-py-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .md-pt-8 {
    padding-top: 80px !important;
  }

  .md-pb-8 {
    padding-bottom: 80px !important;
  }

  .md-m-8 {
    margin: 80px !important;
  }

  .md-mx-8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .md-my-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .md-mt-8 {
    margin-top: 80px !important;
  }

  .md-mb-8 {
    margin-bottom: 80px !important;
  }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  .sm-p-8 {
    padding: 80px !important;
  }

  .sm-px-8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .sm-py-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .sm-pt-8 {
    padding-top: 80px !important;
  }

  .sm-pb-8 {
    padding-bottom: 80px !important;
  }

  .sm-m-8 {
    margin: 80px !important;
  }

  .sm-mx-8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .sm-my-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .sm-mt-8 {
    margin-top: 80px !important;
  }

  .sm-mb-8 {
    margin-bottom: 80px !important;
  }
}

.p-9 {
  padding: 90px !important;
}

.px-9 {
  padding-right: 90px !important;
  padding-left: 90px !important;
}

.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.pt-9 {
  padding-top: 90px !important;
}

.pb-9 {
  padding-bottom: 90px !important;
}

.m-9 {
  margin: 90px !important;
}

.mx-9 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}

.my-9 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mt-9 {
  margin-top: 90px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

@media screen and (min-width: 992px) {
  .lg-p-9 {
    padding: 90px !important;
  }

  .lg-px-9 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .lg-py-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .lg-pt-9 {
    padding-top: 90px !important;
  }

  .lg-pb-9 {
    padding-bottom: 90px !important;
  }

  .lg-m-9 {
    margin: 90px !important;
  }

  .lg-mx-9 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .lg-my-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .lg-mt-9 {
    margin-top: 90px !important;
  }

  .lg-mb-9 {
    margin-bottom: 90px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .md-p-9 {
    padding: 90px !important;
  }

  .md-px-9 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .md-py-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .md-pt-9 {
    padding-top: 90px !important;
  }

  .md-pb-9 {
    padding-bottom: 90px !important;
  }

  .md-m-9 {
    margin: 90px !important;
  }

  .md-mx-9 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .md-my-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .md-mt-9 {
    margin-top: 90px !important;
  }

  .md-mb-9 {
    margin-bottom: 90px !important;
  }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  .sm-p-9 {
    padding: 90px !important;
  }

  .sm-px-9 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .sm-py-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .sm-pt-9 {
    padding-top: 90px !important;
  }

  .sm-pb-9 {
    padding-bottom: 90px !important;
  }

  .sm-m-9 {
    margin: 90px !important;
  }

  .sm-mx-9 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .sm-my-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .sm-mt-9 {
    margin-top: 90px !important;
  }

  .sm-mb-9 {
    margin-bottom: 90px !important;
  }
}

.p-10 {
  padding: 100px !important;
}

.px-10 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pt-10 {
  padding-top: 100px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

.m-10 {
  margin: 100px !important;
}

.mx-10 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.my-10 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

@media screen and (min-width: 992px) {
  .lg-p-10 {
    padding: 100px !important;
  }

  .lg-px-10 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .lg-py-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .lg-pt-10 {
    padding-top: 100px !important;
  }

  .lg-pb-10 {
    padding-bottom: 100px !important;
  }

  .lg-m-10 {
    margin: 100px !important;
  }

  .lg-mx-10 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .lg-my-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .lg-mt-10 {
    margin-top: 100px !important;
  }

  .lg-mb-10 {
    margin-bottom: 100px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .md-p-10 {
    padding: 100px !important;
  }

  .md-px-10 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .md-py-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .md-pt-10 {
    padding-top: 100px !important;
  }

  .md-pb-10 {
    padding-bottom: 100px !important;
  }

  .md-m-10 {
    margin: 100px !important;
  }

  .md-mx-10 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .md-my-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .md-mt-10 {
    margin-top: 100px !important;
  }

  .md-mb-10 {
    margin-bottom: 100px !important;
  }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  .sm-p-10 {
    padding: 100px !important;
  }

  .sm-px-10 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .sm-py-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .sm-pt-10 {
    padding-top: 100px !important;
  }

  .sm-pb-10 {
    padding-bottom: 100px !important;
  }

  .sm-m-10 {
    margin: 100px !important;
  }

  .sm-mx-10 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .sm-my-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .sm-mt-10 {
    margin-top: 100px !important;
  }

  .sm-mb-10 {
    margin-bottom: 100px !important;
  }
}

.over-hide {
  overflow: hidden !important;
}

.over-y-hide {
  overflow-y: hidden !important;
}

.over-x-hide {
  overflow-x: hidden !important;
}

.over-visible {
  overflow: visible !important;
}

.over-y-visible {
  overflow-y: visible !important;
}

.over-x-visible {
  overflow-x: visible !important;
}

.btn {
  border-radius: 5rem;
  border: 0;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transition-property: background-color, color, -webkit-filter, -webkit-box-shadow;
  transition-property: background-color, color, -webkit-filter, -webkit-box-shadow;
  transition-property: background-color, filter, box-shadow, color;
  transition-property: background-color, filter, box-shadow, color, -webkit-filter, -webkit-box-shadow;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  outline: none;
  padding: .5rem 2rem;
}

.btn:hover, .btn:active, .btn:focus {
  -webkit-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.5);
}

.btn-xsmall {
  height: 2.4rem;
  min-height: 2.4rem;
  max-height: 2.4rem;
  font-size: 1.2rem;
}

.btn-small {
  height: 3rem;
  min-height: 3rem;
  max-height: 3rem;
  font-size: 1.4rem;
}

.btn-med {
  height: 3.6rem;
  min-height: 3.6rem;
  max-height: 3.6rem;
  font-size: 1.4rem;
}

.btn-large {
  height: 4.4rem;
  font-size: 1.6rem;
}

.text-primary {
  color: var(--color_primary);
}

.bg-white,
.btn-white {
  background-color: var(--color_white);
}

.bg-primary,
.btn-primary {
  background-color: var(--color_primary) !important;
}

.bg-secondary,
.btn-secondary {
  background-color: var(--color_secondary);
}

.bg-info,
.btn-info {
  background-color: var(--color_info);
}

.bg-warning,
.btn-warning {
  background-color: var(--color_warning);
}

.bg-light,
.btn-light {
  background-color: var(--color_light);
}

.bg-dark,
.btn-dark {
  background-color: var(--color_black);
}

.btn-primary,
.btn-secondary,
.btn-warning,
.btn-dark {
  color: var(--color_white) !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

.btn-info,
.btn-light {
  color: var(--color_black) !important;
}

.btn-primary:hover {
  background-color: var(--color_primary);
}

.btn-secondary:hover {
  background-color: var(--color_secondary);
  -webkit-box-shadow: 0px 0px 0px 5px var(--color_e73657_02);
  box-shadow: 0px 0px 0px 5px var(--color_e73657_02);
}

.btn-info:hover {
  background-color: var(--color_info);
}

.btn-warning:hover {
  background-color: var(--color_warning);
}

.btn-light:hover {
  background-color: var(--color_light);
}

.btn-dark:hover {
  background-color: var(--color_black);
}

.active-model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0px;
  min-width: calc(120px);
}

.active-model label {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  margin-right: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.active-model label::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 12px;
  width: 12px;
  -webkit-box-shadow: 0px 0px 0px 2px var(--color_white), 0px 0px 0px 4px var(--color_primary);
  box-shadow: 0px 0px 0px 2px var(--color_white), 0px 0px 0px 4px var(--color_primary);
  border-radius: 2px;
  background-color: var(--color_white);
}

.active-model label::after {
  content: attr(data-noactive);
  padding-left: 7px;
  color: var(--color_gray_3B);
  font-size: 1.4rem;
}

.active-model input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.active-model input:checked + label::before {
  background-color: var(--color_primary);
  -webkit-box-shadow: 0px 0px 0px 2px var(--color_white), 0px 0px 0px 4px var(--color_primary);
  box-shadow: 0px 0px 0px 2px var(--color_white), 0px 0px 0px 4px var(--color_primary);
  padding: 2px;
}

.active-model input:checked + label::after {
  content: attr(data-active);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Nunito", sans-serif;
  color: var(--color_black);
  margin: 0;
  font-weight: 700;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span {
  font-size: unset;
  font-weight: unset;
  font-family: unset;
}

p {
  margin: 0px;
}

p,
span {
  color: var(--color_primary);
  font-family: "Montserrat", sans-serif;
}

p,
span,
h6,
.h6,
label {
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  p,
  span,
  h6,
  .h6,
  label {
    font-size: 1.6rem;
  }
}

.uppercase {
  text-transform: uppercase;
}

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

a {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-property: color;
  transition-property: color;
  text-decoration: none;
  font-size: 1.6rem;
  color: var(--color_primary);
}

a:hover {
  text-decoration: none !important;
}

a > img,
a .icon,
a i {
  pointer-events: none;
}

.text-primary {
  color: var(--color_primary);
}

.paragraph {
  margin-bottom: 10px !important;
  text-align: justify;
}

.paragraph.title {
  width: 100%;
  text-align: center;
  margin: 20px 0 !important;
}

.paragraph.title span b {
  font-weight: bold;
  font-size: 2rem;
}

.title {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}

.title.title-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.title.title-lang img {
  max-width: 36px;
}

.title.title-center {
  text-align: center;
  max-width: 565px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .title {
    font-size: 36px;
  }

  .title.title-lang img {
    max-width: 48px;
  }
}

.subtitle {
  font-family: "Nunito", sans-serif;
  font-weight: 550;
  font-size: 20px;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .subtitle {
    font-size: 24px;
  }
}

.hidden {
  display: none !important;
}

/* Reboot Codes - Based on normalize.css v5.0.0
**********************/
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 62.5%;
  /* 1rem = 10px */
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: var(--color_gray_F2);
  margin: 0px;
  font-size: 1.6rem;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: var(--color_yellow);
  color: var(--color_black);
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

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

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

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

a:hover {
  color: inherit;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--color_gray_636c72);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin: 0px;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  font-size: 1.6rem;
}

figure {
  margin: 0;
  padding: 0;
}

summary {
  list-style: none;
  list-style-type: none;
}

summary::-webkit-details-marker,
details > summary::-webkit-details-marker {
  display: none;
}

summary::marker,
details > summary::marker {
  display: none;
}

summary:hover, summary:focus, summary:active {
  outline: none;
}

details > summary {
  list-style: none;
  list-style-type: none;
}

.h1 {
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .h1 {
    font-size: 26px;
  }
}

h2,
.h2 {
  font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}

h3,
.h3 {
  font-size: 2.4rem;
}

p {
  margin: 0;
  line-height: 30px;
}

i {
  font-size: 16px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-property: color;
  transition-property: color;
  text-decoration: none;
  font-size: 16px;
}

a:hover {
  text-decoration: none;
}

p,
span,
h6,
.h6 {
  font-size: 1.6rem;
  color: var(--color_black);
}

@media screen and (max-width: 768px) {
  p,
  span,
  h6,
  .h6 {
    font-size: 1.6rem;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.text-right {
  text-align: right !important;
}

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

.rounded-pill {
  border-radius: 5rem;
}

.rounded-small {
  border-radius: 5px;
}

.rounded-med {
  border-radius: 10px;
}

.rounded-large {
  border-radius: 20px;
}

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

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.overflow-visible {
  overflow: visible !important;
}

@media screen and (max-width: 992px) {
  .md-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 375px) {
  .xsm-hidden {
    display: none;
  }
}

.input-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 37.5px;
}

.input-search.success-theme input:focus, .input-search.success-theme input:active {
  border-color: var(--color_success);
}

.input-search.success-theme .input-search-append button {
  background-color: var(--color_success);
  color: var(--color_white);
}

.input-search.secondary-theme input:focus, .input-search.secondary-theme input:active {
  border-color: var(--color_secondary);
}

.input-search.secondary-theme .input-search-append button {
  background-color: var(--color_secondary);
  color: var(--color_white);
}

.input-search input {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid transparent;
  border-radius: 5px 0 0 5px;
  outline: 0;
  padding: 5px 10px;
}

.input-search input:focus, .input-search input:active {
  border-color: var(--color_primary);
}

.input-search .input-search-append {
  width: 37.5px;
  height: 37.5px;
}

.input-search .input-search-append button {
  width: 100%;
  height: 100%;
  border-radius: 0 5px 5px 0;
  -webkit-transition: .2s opacity;
  transition: .2s opacity;
  font-size: 18px;
  line-height: 1;
  background-color: var(--color_primary);
  color: var(--color_white);
}

.input-search .input-search-append button:hover {
  opacity: .9;
}

.inputs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 500px;
}

.inputs-wrapper .submit-full {
  height: 40px;
  border-radius: 5rem;
  font-weight: bold;
  color: var(--color_white);
  -webkit-transition: .2s;
  transition: .2s;
}

.inputs-wrapper .submit-full:hover {
  -webkit-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.5);
}

.input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.input-wrapper > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color_black);
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

.input-wrapper > label img,
.input-wrapper > label i {
  margin-top: 2.5px;
  margin-right: 5px;
}

.input-wrapper > p {
  font-size: 1.6rem;
  color: var(--color_black);
  margin-top: 2rem;
}

.input-wrapper .input-textarea textarea {
  border: 2px solid var(--color_gray_CCC);
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  outline: none;
  padding: 10px;
  color: var(--color_primary);
}

.input-wrapper .input-textarea textarea:focus, .input-wrapper .input-textarea textarea:active {
  border-color: var(--color_primary);
}

.input-wrapper .input-checkbox {
  position: relative;
}

.input-wrapper .input-checkbox input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.input-wrapper .input-checkbox input[type="checkbox"]:checked ~ label::before {
  content: '☑️';
}

.input-wrapper .input-checkbox label {
  padding: 5px 0px 5px 40px;
  position: relative;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-wrapper .input-checkbox label::before {
  content: '🟦';
  position: absolute;
  left: 0;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 20px;
}

.mw-100 {
  max-width: 100px;
}

.mw-200 {
  max-width: 200px;
}

.mw-300 {
  max-width: 300px;
}

.mw-400 {
  max-width: 400px;
}

.mw-500 {
  max-width: 500px;
}

.mw-600 {
  max-width: 600px;
}

.mw-700 {
  max-width: 700px;
}

.mw-800 {
  max-width: 800px;
}

.paragraph {
  margin-bottom: 10px !important;
  text-align: justify;
}

.paragraph.title {
  width: 100%;
  text-align: center;
  margin: 20px 0 !important;
}

.btn {
  padding: 10px 20px;
}

.main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 7rem 0rem 0rem 0rem;
  min-height: calc(100vh);
  position: relative;
}

.main-container .section-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.main-container .section-container .section-wrapper {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 2rem 10rem;
}

@media screen and (max-width: 1200px) {
  .main-container .section-container .section-wrapper {
    padding: 2rem 5rem;
  }
}

@media screen and (max-width: 992px) {
  .main-container .section-container .section-wrapper {
    padding: 2rem 2rem 2rem !important;
  }
}

.main-container .section-container .section-wrapper.grid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

@media screen and (max-width: 992px) {
  .main-container .section-container .section-wrapper.grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.main-container .section-container .section-wrapper.full-height {
  min-height: calc(100vh - 10rem);
}

.main-container .section-container .section-wrapper.grid-sidebar {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: 1fr 400px;
  grid-template-columns: 1fr 400px;
}

@media screen and (max-width: 992px) {
  .main-container .section-container .section-wrapper.grid-sidebar {
    -ms-grid-columns: 1fr 300px;
    grid-template-columns: 1fr 300px;
  }
}

@media screen and (max-width: 768px) {
  .main-container .section-container .section-wrapper.grid-sidebar {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.main-container.sidebar-page {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  padding-bottom: 0px;
}

.main-container.sidebar-page .section-container {
  width: 100%;
  padding-bottom: 8rem;
}

.main-container.sidebar-page .section-wrapper {
  max-width: unset;
  padding: 20px;
}

.main-container.sidebar-page .modelList-wrapper {
  gap: 1rem;
  -ms-grid-columns: (minmax(300px, 350px)) [ auto-fill ];
  grid-template-columns: repeat(auto-fill, minmax(300px, 350px));
}

@media screen and (max-width: 1420px) {
  .main-container.sidebar-page .modelList-wrapper {
    -ms-grid-columns: (minmax(300px, 320px)) [ auto-fill ];
    grid-template-columns: repeat(auto-fill, minmax(300px, 320px));
  }
}

@media screen and (max-width: 1300px) {
  .main-container.sidebar-page .modelList-wrapper {
    -ms-grid-columns: (minmax(300px, 350px)) [ auto-fill ];
    grid-template-columns: repeat(auto-fill, minmax(300px, 350px));
  }
}

.main-container.sidebar-page .categories-wrapper {
  margin-top: 5rem;
}

.main-container.sidebar-page .categories-wrapper .category {
  max-width: 220px;
}

@media screen and (max-width: 992px) {
  .main-container.sidebar-page .categories-wrapper {
    margin-top: 2rem;
  }

  .main-container.sidebar-page .categories-wrapper .category {
    max-width: 210px;
  }
}

@media screen and (max-width: 576px) {
  .main-container.sidebar-page .categories-wrapper {
    gap: 1rem;
  }

  .main-container.sidebar-page .categories-wrapper .category {
    max-width: 150px;
  }
}

.section-content {
  width: 100%;
}

.section-content.models-section .modelCard-list {
  max-width: 1175px;
  padding: 0 2rem;
}

@media screen and (min-width: 576px) {
  .section-content.models-section .modelCard-list {
    display: flex;
  }
}

@media screen and (min-width: 1425px) {
  .section-content.models-section .modelCard-list {
    display: grid;
    grid: auto/repeat(4, 1fr);
  }
}

.section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.section-container .section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1366px;
}

.section-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-pagination .navigation-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .5rem;
}

.section-pagination .navigation-btn.disabled, .section-pagination .navigation-btn:disabled {
  color: var(--color_gray_999);
}

.section-pagination .navigation-btn.disabled span, .section-pagination .navigation-btn:disabled span {
  color: var(--color_gray_999);
}

.section-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.section-pagination ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-pagination ul .page-number {
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 50%;
  color: var(--color_black);
  font-size: 18px;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-pagination ul .page-number.current {
  color: var(--color_primary);
  border-color: var(--color_primary);
}

@media screen and (min-width: 768px) {
  .section-pagination {
    gap: 10px;
  }
}

.searcher-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.searcher-input form {
  width: 100%;
}

.searcher-input form .input-group {
  width: 100%;
}

.searcher-input form .input-group input {
  background-color: var(--color_gray_F2);
  border: none;
}

.searcher-input form .input-group input::-webkit-input-placeholder {
  color: var(--color_gray_999);
}

.searcher-input form .input-group input:-ms-input-placeholder {
  color: var(--color_gray_999);
}

.searcher-input form .input-group input::-ms-input-placeholder {
  color: var(--color_gray_999);
}

.searcher-input form .input-group input::placeholder {
  color: var(--color_gray_999);
}

.searcher-input form .input-group .btn-append {
  background-color: var(--color_primary);
}

.searcher-input form .input-group .btn-append .icon {
  color: var(--color_white);
}

.searcher-input .input-group {
  position: relative;
}

.searcher-input .input-group input {
  min-height: 50px;
  border-radius: 5rem;
  border: 2px solid var(--color_black_01);
  outline: none;
  padding: 5px 80px 5px 20px;
  width: 100%;
  font-size: 16px;
  color: var(--color_gray_555);
  -webkit-transition: .2s;
  transition: .2s;
}

.searcher-input .input-group input:focus, .searcher-input .input-group input:active {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
  border-color: var(--color_primary);
}

.searcher-input .input-group .btn-append {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 5px 25px;
  border-radius: 5rem;
  font-size: 18px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
}

.searcher-input .input-group .btn-append i {
  color: rgba(0, 0, 0, 0.5);
}

.searcher-input:not(.header-searcher) {
  max-width: 550px;
}

.searcher-input.layout-searcher {
  margin: 32px auto;
}

@media screen and (min-width: 993px) {
  .searcher-input.layout-searcher {
    display: none;
  }
}

.searcher-input.header-searcher .input-group input {
  min-height: 40px;
}

.searcher-input.header-searcher .input-group .btn-append {
  height: 30px;
}

.hidden {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  width: 0px;
  overflow: hidden;
  display: none;
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0px 20px 0px;
  position: relative;
  gap: 1rem;
}

.section-header .section-title {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  gap: 1rem;
}

.section-header .section-title img {
  height: 4.8rem;
  width: 4.8rem;
}

.section-header .section-title > * {
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}

.section-header .section-paragraph {
  text-align: center;
  font-size: 2rem;
  max-width: 100rem;
}

.section-header .header-brand {
  margin-bottom: 10px;
}

.section-header .header-navigation {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.section-header .header-navigation a {
  padding: 10px;
  text-align: center;
  border-radius: 5rem;
  -webkit-transition: .2s;
  transition: .2s;
  min-width: 80px;
  height: 40px;
}

.section-header .header-navigation a i {
  margin-right: 5px;
}

.section-header .header-navigation a.active {
  color: var(--color_pink);
}

.section-cta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-cta .button-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4.8rem;
  padding: 0rem 7rem;
  background-color: var(--color_black);
  border-radius: 5rem;
  color: var(--color_white);
  font-family: "Nunito", sans-serif;
  font-weight: bold;
}

.section-orange {
  background-color: var(--color_primary);
}

.section-orange .section-header .section-title {
  color: var(--color_white);
  text-align: center;
}

.section-orange .section-header .section-paragraph {
  color: var(--color_white);
  text-align: center;
}

.section-orange.girl-bg {
  background-color: var(--color_primary);
}

.section-orange.girl-bg::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("/static/images/utils/imagen-model-beach.jpg");
  opacity: .2;
  background-size: 100%;
  background-position: top left;
  mix-blend-mode: luminosity;
}

@media screen and (max-width: 576px) {
  .section-orange.girl-bg::before {
    background-position: bottom left;
    background-size: cover;
  }
}

.bestCategories {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 2rem 0rem;
  gap: 1rem;
}

.bestCategories h2 {
  font-size: 2.6rem;
}

.bestCategories .bestCategories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: 100%;
  max-width: calc(100vw - 4rem);
  overflow-x: auto;
  padding-bottom: 1.5rem;
  padding-right: 1rem;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.bestCategories .bestCategories-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  -webkit-appearance: none;
}

.bestCategories .bestCategories-list::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50px;
}

.bestCategories .bestCategories-list::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: rgba(254, 72, 16, 0.3);
}

.bestCategories .bestCategories-list::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

.bestCategories .bestCategories-list .bestCategorie-item {
  height: 4.4rem;
  padding: 0rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5rem;
  border: 1px solid var(--color_black);
  color: var(--color_black);
  font-weight: 600;
  font-size: 1.6rem;
  text-wrap: nowrap;
}

.bestCategories .bestCategories-list .bestCategorie-item.active {
  background-color: var(--color_primary);
  border: 1px solid var(--color_primary);
  color: var(--color_white);
}

@media screen and (max-width: 768px) {
  .bestCategories .bestCategories-list {
    gap: 1rem;
  }
}

.itemSubMenu-wrapper {
  position: relative;
}

.itemSubMenu-wrapper .subNav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.itemSubMenu-wrapper .subNav-link span {
  line-height: 1;
  font-size: 16px;
  pointer-events: none;
}

.itemSubMenu-wrapper .subNav-link img {
  border-radius: 5rem;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 2px;
  pointer-events: none;
  margin-right: 7.5px;
}

.itemSubMenu-wrapper .subNav-items {
  position: absolute;
  top: calc(100%);
  min-width: 200px;
  z-index: 999;
  background-color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.itemSubMenu-wrapper .subNav-items.float-items {
  top: calc(100% + 15px);
  border-radius: 5px;
}

.itemSubMenu-wrapper .subNav-items.from-right {
  right: 0;
}

.itemSubMenu-wrapper .subNav-items.from-left {
  left: 0;
}

.itemSubMenu-wrapper .subNav-items:not(.show) {
  max-height: 0;
  padding: 0 5px;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transition-property: max-height padding;
  transition-property: max-height padding;
  overflow: hidden;
}

.itemSubMenu-wrapper .subNav-items:not(.show) > a,
.itemSubMenu-wrapper .subNav-items:not(.show) .subNav-item {
  opacity: 0;
}

.itemSubMenu-wrapper .subNav-items.show {
  max-height: 1000px;
  padding: 5px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  -webkit-transition-property: max-height padding;
  transition-property: max-height padding;
  -webkit-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.5);
  overflow: visible;
  border-radius: 10px;
}

.itemSubMenu-wrapper .subNav-items.show > a {
  opacity: 1;
}

.itemSubMenu-wrapper .subNav-items .subNav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  color: var(--color_primary);
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 5px;
}

.itemSubMenu-wrapper .subNav-items .subNav-item:not(.subNav-item-dropdown) {
  padding: 10px;
}

.itemSubMenu-wrapper .subNav-items .subNav-item:hover {
  background-color: var(--color_black_01);
}

.itemSubMenu-wrapper .subNav-items .subNav-item > img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  pointer-events: none;
}

.itemSubMenu-wrapper .subNav-items .subNav-item .subNav-item-icon {
  width: 15px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color_primary);
}

.itemSubMenu-wrapper .subNav-items .subNav-item .subNav-item-icon img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 20px;
  height: 20px;
  pointer-events: none;
  border-radius: 2px;
}

.itemSubMenu-wrapper .subNav-items .subNav-item .subNav-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: var(--color_black);
}

.itemSubMenu-wrapper .subNav-items .subNav-item.logout-item {
  margin-top: 5px;
  position: relative;
  color: var(--color_red_d65e5c);
}

.itemSubMenu-wrapper .subNav-items .subNav-item.logout-item:hover {
  background-color: var(--color_red_d65e5c);
  color: var(--color_white);
}

.itemSubMenu-wrapper .subNav-items .subNav-item.logout-item:hover::before {
  opacity: 0;
}

.itemSubMenu-wrapper .subNav-items .subNav-item.logout-item::before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: var(--color_black_01);
  position: absolute;
  bottom: 100%;
  left: 0%;
}

.itemSubMenu-wrapper .subNav-items .subNav-item.subNav-item-dropdown {
  position: relative;
}

.itemSubMenu-wrapper .subNav-items .subNav-item.subNav-item-dropdown .subNav-item-dropdown-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  color: var(--color_primary);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
}

.itemSubMenu-wrapper .subNav-items .subNav-item.subNav-item-dropdown .subNav-item-dropdown-link span {
  pointer-events: none;
}

.itemSubMenu-wrapper .subNav-items .subNav-item.subNav-item-dropdown .subNav-item-dropdown-list {
  position: absolute;
  right: calc(100% + 10px);
  background-color: var(--color_white);
  -webkit-box-shadow: 0px 1px 3px -0.5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px -0.5px rgba(0, 0, 0, 0.5);
  padding: 5px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  min-width: 100px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: .2s;
  transition: .2s;
}

.itemSubMenu-wrapper .subNav-items .subNav-item.subNav-item-dropdown .subNav-item-dropdown-list.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.itemSubMenu-wrapper .subNav-items .subNav-item.subNav-item-dropdown .subNav-item-dropdown-list a {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
}

.itemSubMenu-wrapper .subNav-items .subNav-item.subNav-item-dropdown .subNav-item-dropdown-list a img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
}

.itemSubMenu-wrapper .subNav-items .subNav-item.subNav-item-dropdown .subNav-item-dropdown-list a:hover {
  background-color: var(--color_black_01);
}

.itemSubMenu-wrapper.mobile-subNav .nav-link span {
  font-size: 20px;
}

.itemSubMenu-wrapper.mobile-subNav .subNav-items {
  position: relative;
  max-width: 100%;
}

.itemSubMenu-wrapper.mobile-subNav .subNav-items a {
  font-size: 18px;
}

.model-profile {
  background-color: var(--color_gray_F2);
  padding-bottom: 0rem;
}

.modelProfile-hero {
  min-height: 50rem;
  background-color: var(--color_black);
  z-index: 1;
}

.modelProfile-hero::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0px;
  left: 0px;
  -webkit-backdrop-filter: brightness(30%);
  backdrop-filter: brightness(30%);
}

.modelProfile-hero .modelProfile-userInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
}

.modelProfile-hero .modelProfile-userInfo .userInfo-images {
  max-width: 22rem;
  position: relative;
  z-index: 666;
  overflow: hidden;
  border: 4px solid var(--color_primary);
  border-radius: 20px;
}

.modelProfile-hero .modelProfile-userInfo .userInfo-images .images-swiper {
  background-color: var(--color_black);
  max-height: 22rem;
  max-width: 22rem;
}

.modelProfile-hero .modelProfile-userInfo .userInfo-images .images-swiper .swiper-wrapper {
  max-height: 22rem;
  max-width: 22rem;
}

.modelProfile-hero .modelProfile-userInfo .userInfo-images .images-swiper .swiper-wrapper .swiper-slide {
  max-height: 22rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: unset;
}

.modelProfile-hero .modelProfile-userInfo .userInfo-images .images-swiper .swiper-wrapper .swiper-slide img {
  max-height: 22rem;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modelProfile-hero .modelProfile-userInfo .userInfo-images .images-swiper .swiper-button-prev {
  color: var(--color_white);
  width: 75px;
  height: 75px;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  left: 0px !important;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 1rem;
}

.modelProfile-hero .modelProfile-userInfo .userInfo-images .images-swiper .swiper-button-prev::after {
  display: none;
}

.modelProfile-hero .modelProfile-userInfo .userInfo-images .images-swiper .swiper-button-prev.swiper-button-disabled {
  pointer-events: all;
  cursor: not-allowed;
}

.modelProfile-hero .modelProfile-userInfo .userInfo-images .images-swiper .swiper-button-next {
  color: var(--color_white);
  width: 75px;
  height: 75px;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  right: 0px !important;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
}

.modelProfile-hero .modelProfile-userInfo .userInfo-images .images-swiper .swiper-button-next.swiper-button-disabled {
  pointer-events: all;
  cursor: not-allowed;
}

.modelProfile-hero .modelProfile-userInfo .userInfo-images .images-swiper .swiper-button-next::after {
  display: none;
}

.modelProfile-hero .modelProfile-userInfo .userInfo-images .profile-mediaInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  width: 100%;
  height: 4.5rem;
  z-index: 555;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.modelProfile-hero .modelProfile-userInfo .userInfo-images .profile-mediaInfo .mediaInfo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .2rem;
}

.modelProfile-hero .modelProfile-userInfo .userInfo-images .profile-mediaInfo .mediaInfo-item .icon {
  color: var(--color_white);
  font-size: 1.6rem;
}

.modelProfile-hero .modelProfile-userInfo .userInfo-images .profile-mediaInfo .mediaInfo-item span {
  color: var(--color_white);
  font-size: 1.4rem;
}

.modelProfile-hero .modelProfile-userInfo .userInfo-name p,
.modelProfile-hero .modelProfile-userInfo .userInfo-name h1 {
  color: var(--color_white);
  font-size: 3.6rem;
  font-family: 'Nunito';
  font-weight: 800;
  text-align: center;
}

.modelProfile-hero .modelProfile-userInfo .userInfo-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modelProfile-hero .modelProfile-userInfo .userInfo-location img {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: .5rem;
}

.modelProfile-hero .modelProfile-userInfo .userInfo-location p {
  color: var(--color_white);
  font-size: 1.6rem;
}

.modelProfile-hero .modelProfile-userInfo .userInfo-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.modelProfile-hero .modelProfile-userInfo .userInfo-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .modelProfile-hero {
    padding-top: 6rem;
  }
}

.profile-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 100%;
  padding: 1rem 0rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  gap: 1rem;
}

.profile-categories .profile-categorie {
  background-color: var(--color_black);
  color: var(--color_white);
  border-radius: 5px;
  font-size: 1.4rem;
  height: 2.4rem;
  padding: 0rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-circle {
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid var(--color_black);
}

.social-circle .icon {
  color: var(--color_black);
}

.social-circle.white {
  border: 2px solid var(--color_white);
}

.social-circle.white .icon {
  color: var(--color_white);
}

.social-circle.primary {
  border: 2px solid var(--color_primary);
}

.social-circle.primary .icon {
  color: var(--color_primary);
}

.social-circle.secondary {
  border: 2px solid var(--color_secondary);
  color: var(--color_secondary);
}

.social-circle.secondary .icon {
  color: var(--color_secondary);
}

.getOnlyfans-btn {
  height: 4.4rem;
  padding: .5rem 2rem;
  background-color: var(--color_primary);
  color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5rem;
  font-weight: 600;
}

.freeTrial-btn {
  height: 4.4rem;
  padding: .5rem 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5rem;
  border: 1px solid var(--color_primary);
  font-weight: 600;
}

.content-card {
  padding: 8rem 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 992px) {
  .content-card {
    padding: 8rem 5rem;
  }
}

@media screen and (max-width: 768px) {
  .content-card {
    padding: 5rem 2rem;
  }
}

.paragraph-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.6rem;
}

.paragraph-wrapper .paragraph-header .paragraph-title {
  font-size: 3.6rem;
}

.title-reflect {
  position: relative;
}

.title-reflect::before {
  content: attr(data-reflect_text);
  position: absolute;
  font-size: 6.4rem;
  color: var(--color_black);
  opacity: .1;
  bottom: .5rem;
  left: 0rem;
  pointer-events: none;
  white-space: nowrap;
}

.title-reflect.reflect-left::before {
  left: -4rem;
}

.title-reflect.reflect-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.title-reflect.text-primary::before {
  color: var(--color_primary);
}

@media screen and (max-width: 768px) {
  .title-reflect::before {
    display: none;
  }
}

.modelCard-swiper {
  max-width: 100%;
}

.modelCard-swiper .swiper-wrapper .swiper-slide {
  max-width: 27rem;
}

.model-card {
  width: 100%;
  height: 27rem;
  max-width: 27rem;
}

.model-card .model-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 27rem;
  height: 27rem;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 3px -0.5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px -0.5px rgba(0, 0, 0, 0.5);
  -webkit-transition: .2s;
  transition: .2s;
}

.model-card .model-wrapper .model-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.model-card .model-wrapper .model-picture img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -webkit-transition: .2s;
  transition: .2s;
}

.model-card .model-wrapper .model-caption {
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: -25px;
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .2s;
  transition: .2s;
}

.model-card .model-wrapper .model-caption h2 {
  color: var(--color_white);
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.model-card .model-wrapper .model-caption .model-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.model-card .model-wrapper .model-caption .model-info span {
  color: var(--color_white);
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.model-card .model-wrapper .model-caption .model-info span i {
  margin-right: 5px;
  color: var(--color_white);
}

.model-card .model-wrapper .model-price {
  position: absolute;
  right: 20px;
  top: 20px;
}

.model-card .model-wrapper .model-price span {
  color: var(--color_white);
  background-color: rgba(0, 0, 0, 0.25);
  padding: 5px 10px;
  border-radius: 5rem;
  -webkit-box-shadow: 0px 1px 3px -0.5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px -0.5px rgba(0, 0, 0, 0.5);
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 576px) {
  .model-card .model-wrapper .model-caption {
    bottom: 0px;
    background-color: rgba(46, 48, 56, 0.639);
  }

  .model-card .model-wrapper .model-caption h2 {
    color: var(--color_primary);
  }

  .model-card .model-wrapper .model-caption .model-info {
    opacity: 1;
  }

  .model-card .model-wrapper .model-price span {
    background-color: rgba(46, 48, 56, 0.639);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    color: var(--color_primary);
  }
}

.model-card .model-wrapper:hover .model-price span {
  background-color: rgba(46, 48, 56, 0.639);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  color: var(--color_primary);
}

.model-card .model-wrapper:hover .model-caption {
  bottom: 0px;
  background-color: rgba(46, 48, 56, 0.639);
}

.model-card .model-wrapper:hover .model-caption h2 {
  color: var(--color_primary);
}

.model-card .model-wrapper:hover .model-caption .model-info {
  opacity: 1;
}

.model-card .model-wrapper:hover .model-picture img {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.model-card.featured .model-wrapper {
  border: 4px solid var(--color_primary);
}

.model-card.freeTrial .model-wrapper::before {
  content: '';
  width: 7rem;
  height: 7rem;
  background: url("/static/images/free-trial.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -3px;
  top: -3px;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 555;
}

.best-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  padding: 5rem 0rem;
}

.best-categories h2 {
  width: 100%;
  text-align: center;
  color: var(--color_white);
}

.best-categories p {
  width: 100%;
  text-align: center;
  color: var(--color_white);
}

.best-categories .best-categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.best-categories .best-categories-list .best-categorie {
  height: 4.4rem;
  padding: .5rem 2rem;
  background-color: var(--color_black);
  color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5rem;
  -webkit-transition: .2s;
  transition: .2s;
  font-weight: bold;
}

.best-categories .best-categories-list .best-categorie:hover {
  -webkit-box-shadow: 0px 0px 0px 3px var(--color_primary);
  box-shadow: 0px 0px 0px 3px var(--color_primary);
}

.faq-wrapper {
  padding: 3rem 0rem 5rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
  width: 100%;
}

.faq-wrapper .faq-header h2 {
  text-align: center;
}

.faq-wrapper .faq-tabWrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40rem 1fr;
  grid-template-columns: 40rem 1fr;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 992px) {
  .faq-wrapper .faq-tabWrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .faq-wrapper .faq-tabWrapper {
    display: none;
  }
}

.faq-wrapper .faq-tabWrapper .faq-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--color_light);
  padding: 2rem;
}

.faq-wrapper .faq-tabWrapper .faq-tabs .faq-tab {
  padding: 1.5rem 4rem 1.5rem 2rem;
  font-size: 1.8rem;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
  color: var(--color_black);
  font-weight: 600;
}

.faq-wrapper .faq-tabWrapper .faq-tabs .faq-tab:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.faq-wrapper .faq-tabWrapper .faq-tabs .faq-tab.active {
  background-color: var(--color_white);
}

.faq-wrapper .faq-tabWrapper .faq-tabs .faq-tab.active::before {
  content: "\e903";
  font-family: 'FinderFans Icon' !important;
  position: absolute;
  top: 1.3rem;
  right: 1rem;
  font-size: 2.6rem;
  color: var(--color_primary);
}

.faq-wrapper .faq-tabWrapper .faq-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.faq-wrapper .faq-tabWrapper .faq-content .faq-tabContent {
  padding: 1rem 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  min-width: 100%;
}

.faq-wrapper .faq-tabWrapper .faq-content .faq-tabContent.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq-wrapper .faq-tabWrapper .faq-content .faq-tabContent:not(.active) {
  display: none;
}

.faq-wrapper .faq-acordionWrapper {
  display: none;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .faq-wrapper .faq-acordionWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.acordion-wrapper {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.acordion-wrapper h3 {
  font-size: 2.4rem;
}

.acordion-wrapper .acordion-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  max-width: 800px;
  background-color: var(--color_white);
}

.acordion-wrapper .acordion-card .acordion-card-header {
  padding: 2rem 4rem 2rem 2rem;
  position: relative;
  cursor: pointer;
  background: var(--color_white);
}

.acordion-wrapper .acordion-card .acordion-card-header p {
  font-size: 1.8rem;
  pointer-events: none;
  font-weight: 600;
}

.acordion-wrapper .acordion-card .acordion-card-header::before {
  content: "\e905";
  font-family: 'FinderFans Icon' !important;
  position: absolute;
  top: 2.3rem;
  right: 1.5rem;
  font-size: 1.6rem;
}

.acordion-wrapper .acordion-card .acordion-card-content {
  overflow: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.acordion-wrapper .acordion-card .acordion-card-content p {
  font-size: 1.6rem;
  color: var(--color_black);
  font-weight: 400;
}

.acordion-wrapper .acordion-card.show {
  background-color: var(--color_gray_F2);
}

.acordion-wrapper .acordion-card.show .acordion-card-header {
  background-color: transparent;
}

.acordion-wrapper .acordion-card.show .acordion-card-header::before {
  color: var(--color_primary);
}

.acordion-wrapper .acordion-card.show .acordion-card-content {
  padding: 0px 20px 40px 20px;
  opacity: 1;
  max-height: 1000px;
}

.acordion-wrapper .acordion-card:not(.show) {
  gap: 0px;
}

.acordion-wrapper .acordion-card:not(.show) .acordion-card-header::before {
  color: var(--color_gray_CCC);
}

.acordion-wrapper .acordion-card:not(.show) .acordion-card-content {
  opacity: 0;
  padding: 0px 20px 0px 20px;
  -webkit-transition: .3s;
  transition: .3s;
  max-height: 0px;
}

.dots-divisor::before {
  content: "\e90f";
  font-family: 'FinderFans Icon';
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(60%);
  transform: translateX(-50%) translateY(60%);
  font-size: 3rem;
  color: var(--color_primary);
}

.modelResults-wrapper {
  width: 100%;
  padding: 5rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.modelResults-wrapper .modelResults-header {
  padding: 0rem 10rem;
}

@media screen and (max-width: 768px) {
  .modelResults-wrapper .modelResults-header {
    margin-top: 5rem;
    padding: 0rem 2rem;
  }
}

.modelResults-wrapper .modelResults-header .title-reflect {
  text-align: center;
}

.modelResults-wrapper .modelResults-header p {
  text-align: center;
}

.modelResults-wrapper .modelResults-content {
  padding: 2rem 0rem;
  position: relative;
}

.pagination-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination-wrapper .pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .2rem;
}

.pagination-wrapper .pagination-list .page-item .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 3.2rem;
  min-height: 3.2rem;
  color: var(--color_black);
  border: 1px solid transparent;
  border-radius: 5rem;
  gap: .5rem;
  -webkit-transition: .2s;
  transition: .2s;
  font-weight: 400;
}

.pagination-wrapper .pagination-list .page-item .page-link:hover {
  color: var(--color_primary);
}

.pagination-wrapper .pagination-list .page-item .page-link:hover .icon {
  color: var(--color_primary);
}

.pagination-wrapper .pagination-list .page-item .page-link .icon {
  color: var(--color_black);
  pointer-events: none;
}

.pagination-wrapper .pagination-list .page-item .page-link.page-prev {
  margin-right: 1rem;
}

.pagination-wrapper .pagination-list .page-item .page-link.page-next {
  margin-left: 1rem;
}

.pagination-wrapper .pagination-list .page-item.active .page-link {
  border-color: var(--color_primary);
  color: var(--color_primary);
}

.pagination-wrapper .pagination-list .page-item.active .page-link .icon {
  color: var(--color_primary);
}

.nulled {
  color: var(--color_gray_999) !important;
}

.nulled a {
  color: var(--color_gray_999) !important;
  pointer-events: none;
}

.nulled .icon {
  color: var(--color_gray_999) !important;
  pointer-events: none;
}

.nulled:hover {
  cursor: not-allowed !important;
}

.horizontal-line {
  border-color: var(--color_gray_CCC);
}

.dropdown-wrapper {
  position: relative;
  cursor: pointer;
}

.header-navigation .nav-link {
  background-color: var(--color_primary);
  border: 1px solid var(--color_primary);
  color: var(--color_white);
  padding: 5px 25px;
  border-radius: 5rem;
}

.dropdown-wrapper .dropdown-link {
  white-space: nowrap;
  font-weight: 400;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: .5rem;
}

.dropdown-wrapper .dropdown-link span,
.dropdown-wrapper .dropdown-link p {
  pointer-events: none;
}

.dropdown-wrapper .dropdown-link img {
  width: 24px;
  height: 24px;
}

.dropdown-wrapper .dropdown-link img,
.dropdown-wrapper .dropdown-link i {
  pointer-events: none;
}

.dropdown-wrapper .dropdown-link .icon {
  font-size: 1.6rem;
}

.dropdown-wrapper .dropdown-link .icon.ico-caret-down {
  font-size: 1rem;
}

.dropdown-wrapper .dropdown-link .icon.ico-triangle-down {
  font-size: 1rem;
}

.dropdown-wrapper .dropdown-link.select-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0rem 3.5rem 0rem .5rem;
  border-radius: 5rem;
}

.dropdown-wrapper .dropdown-link.select-dropdown::before {
  content: '';
  position: absolute;
  right: .5rem;
  top: .75rem;
  width: 2rem;
  height: 2rem;
  background-image: url("/static/images/icons/icon-caret-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.dropdown-wrapper .dropdown-list {
  position: absolute;
  top: calc(100% + 2rem);
  min-width: 200px;
  max-width: 300px;
  z-index: 999;
  background-color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem 2rem;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
  border-radius: 1.5rem;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  overflow-y: hidden;
}

.dropdown-wrapper .dropdown-list.float-top {
  top: unset;
  bottom: calc(100% + 1rem);
}

.dropdown-wrapper .dropdown-list.from-right {
  right: 0;
}

.dropdown-wrapper .dropdown-list.from-right-responsive {
  right: 0;
}

@media screen and (max-width: 992px) {
  .dropdown-wrapper .dropdown-list.from-right-responsive {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

.dropdown-wrapper .dropdown-list.from-left {
  left: 0;
}

.dropdown-wrapper .dropdown-list.from-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dropdown-wrapper .dropdown-list .dropdown-options {
  max-height: 240px;
  padding-right: .5rem;
  scrollbar-color: rgba(0, 0, 0, 0.5) var(--color_primary);
  scrollbar-width: thin;
  overflow-y: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.dropdown-wrapper .dropdown-list .dropdown-options::-webkit-scrollbar {
  width: 5px;
  -webkit-appearance: none;
}

.dropdown-wrapper .dropdown-list .dropdown-options::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50px;
}

.dropdown-wrapper .dropdown-list .dropdown-options::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: var(--color_primary);
}

.dropdown-wrapper .dropdown-list .dropdown-options::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

.dropdown-wrapper .dropdown-list .dropdown-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: var(--color_black);
  min-height: 3.5rem;
  -webkit-transition: .25s linear;
  transition: .25s linear;
  border-radius: 5px;
  opacity: 0;
  gap: .5rem;
}

.dropdown-wrapper .dropdown-list .dropdown-option .icon {
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 5px;
  background-color: var(--color_primary);
  color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dropdown-wrapper .dropdown-list .dropdown-option p {
  font-size: 1.4rem;
  pointer-events: none;
  color: var(--color_black);
  font-weight: 500;
}

.dropdown-wrapper .dropdown-list .dropdown-option > img {
  width: 2.4rem;
  height: 2.4rem;
  pointer-events: none;
  -webkit-transition: .2s;
  transition: .2s;
  padding: .2rem;
}

.dropdown-wrapper .dropdown-list .dropdown-option .subNav-item-icon {
  width: 15px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dropdown-wrapper .dropdown-list .dropdown-option .subNav-item-icon img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 20px;
  height: 20px;
  pointer-events: none;
  border-radius: 2px;
}

.dropdown-wrapper .dropdown-list .dropdown-option .subNav-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown-wrapper .dropdown-list .dropdown-option:hover {
  color: var(--color_primary);
}

.dropdown-wrapper .dropdown-list .dropdown-option:hover p {
  color: var(--color_primary);
}

.dropdown-wrapper .dropdown-list .dropdown-option:hover > img {
  margin-right: 5px;
}

.dropdown-wrapper .dropdown-list:not(.show) {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
}

.dropdown-wrapper .dropdown-list:not(.show) .dropdown-item,
.dropdown-wrapper .dropdown-list:not(.show) .dropdown-option {
  opacity: 0;
}

.dropdown-wrapper .dropdown-list.show {
  max-height: 240px;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  visibility: visible;
  opacity: 1;
}

.dropdown-wrapper .dropdown-list.show .dropdown-item,
.dropdown-wrapper .dropdown-list.show .dropdown-option {
  opacity: 1;
}

.dropdown-wrapper.large-dropdown .dropdown-list {
  width: 300px;
}

.notify-box {
  font-size: 1.2rem;
  background-color: var(--color_primary);
  color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5rem;
  padding: .2rem 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

.notify-float {
  position: absolute;
  bottom: calc(100% + .2rem);
  right: 0px;
  font-size: 1.2rem;
  background-color: var(--color_primary);
  color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5rem;
  padding: .2rem 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  max-height: 18px;
}

.dropdownCard-wrapper {
  position: relative;
  cursor: pointer;
}

.dropdownCard-wrapper .dropdownCard-link {
  white-space: nowrap;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: .75rem;
}

.dropdownCard-wrapper .dropdownCard-link span {
  pointer-events: none;
  font-size: 2rem;
  font-weight: 500;
}

.dropdownCard-wrapper .dropdownCard-link p {
  pointer-events: none;
}

.dropdownCard-wrapper .dropdownCard-link img {
  width: 24px;
  height: 24px;
}

.dropdownCard-wrapper .dropdownCard-link img,
.dropdownCard-wrapper .dropdownCard-link i {
  pointer-events: none;
}

.dropdownCard-wrapper .dropdownCard-link i {
  font-size: 1.6rem;
}

.dropdownCard-wrapper .dropdownCard-link i.ico-caret-down {
  font-size: 1rem;
}

.dropdownCard-wrapper .dropdownCard-list {
  min-width: 200px;
  z-index: 999;
  background-color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0rem 2rem;
  border-radius: 1.5rem;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  overflow-y: hidden;
}

.dropdownCard-wrapper .dropdownCard-list.from-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dropdownCard-wrapper .dropdownCard-list .dropdownCard-options {
  max-height: 240px;
  padding-right: .5rem;
  scrollbar-color: rgba(0, 0, 0, 0.5) var(--color_primary);
  scrollbar-width: thin;
  overflow-y: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.dropdownCard-wrapper .dropdownCard-list .dropdownCard-options::-webkit-scrollbar {
  width: 5px;
  -webkit-appearance: none;
}

.dropdownCard-wrapper .dropdownCard-list .dropdownCard-options::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50px;
}

.dropdownCard-wrapper .dropdownCard-list .dropdownCard-options::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: var(--color_primary);
}

.dropdownCard-wrapper .dropdownCard-list .dropdownCard-options::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

.dropdownCard-wrapper .dropdownCard-list .dropdownCard-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: var(--color_black);
  min-height: 3.5rem;
  -webkit-transition: .25s linear;
  transition: .25s linear;
  border-radius: 5px;
  opacity: 0;
  gap: .5rem;
}

.dropdownCard-wrapper .dropdownCard-list .dropdownCard-option .icon {
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 5px;
  background-color: var(--color_primary);
  color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dropdownCard-wrapper .dropdownCard-list .dropdownCard-option > img {
  width: 2.4rem;
  height: 2.4rem;
  pointer-events: none;
  -webkit-transition: .2s;
  transition: .2s;
  padding: .2rem;
}

.dropdownCard-wrapper .dropdownCard-list .dropdownCard-option p {
  font-size: 1.6rem;
  pointer-events: none;
  color: var(--color_black);
  font-weight: 500;
  white-space: nowrap;
}

.dropdownCard-wrapper .dropdownCard-list .dropdownCard-option:hover {
  color: var(--color_primary);
}

.dropdownCard-wrapper .dropdownCard-list .dropdownCard-option:hover p {
  color: var(--color_primary);
}

.dropdownCard-wrapper .dropdownCard-list .dropdownCard-option:hover > img {
  margin-right: 15px;
}

.dropdownCard-wrapper .dropdownCard-list:not(.show) {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
}

.dropdownCard-wrapper .dropdownCard-list:not(.show) .dropdownCard-item,
.dropdownCard-wrapper .dropdownCard-list:not(.show) .dropdownCard-option {
  opacity: 0;
}

.dropdownCard-wrapper .dropdownCard-list.show {
  max-height: 240px;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  visibility: visible;
  opacity: 1;
  padding: 1rem 2rem;
}

.dropdownCard-wrapper .dropdownCard-list.show .dropdownCard-item,
.dropdownCard-wrapper .dropdownCard-list.show .dropdownCard-option {
  opacity: 1;
}

.promoteData-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 20px 50px;
  gap: 20px;
}

@media screen and (max-width: 992px) {
  .promoteData-wrapper {
    padding: 20px;
  }
}

@media screen and (max-width: 992px) and (max-width: 850px) {
  .promoteData-wrapper {
    gap: 3rem;
  }
}

.promoteData-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.promoteData-header .promoteData-header_options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 850px) {
  .promoteData-header .promoteData-header_options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
}

.promoteData-header .promoteData-header_options .download-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.promoteData-header .promoteData-header_options .download-options .load-data {
  position: relative;
}

.promoteData-header .promoteData-header_options .download-options .load-data input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 0px;
  height: 0px;
}

.promoteData-header .promoteData-header_options .download-options .load-data label {
  margin: 0px;
  width: 100%;
  height: 50px;
  max-width: 165px;
  min-width: 165px;
}

.promoteData-header .promoteData-header_options .download-options .btn {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 4.8rem;
  max-width: 20rem;
  gap: 3px;
  font-size: 1.6rem;
}

.promoteData-header .promoteData-header_options .download-options .btn .icon {
  margin-right: 2px;
}

@media screen and (max-width: 420px) {
  .promoteData-header .promoteData-header_options .download-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .promoteData-header .promoteData-header_options .download-options .btn {
    max-width: unset;
  }

  .promoteData-header .promoteData-header_options .download-options .load-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .promoteData-header .promoteData-header_options .download-options .load-data label {
    max-width: unset;
  }
}

.promoteData-header .promoteData-header_options .filter-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.promoteData-header .promoteData-header_options .filter-options .filter-date {
  border: 1px solid var(--color_black_01);
  font-weight: 600;
  color: var(--color_primary);
  position: relative;
}

.promoteData-header .promoteData-header_options .filter-options .filter-date.btn {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  padding: 10px 10px 10px 20px;
}

@media screen and (max-width: 420px) {
  .promoteData-header .promoteData-header_options .filter-options .filter-date.btn {
    padding: 10px;
  }
}

.promoteData-header .promoteData-header_options .filter-options .filter-date.btn .icon {
  margin-left: 5px;
}

.promoteData-header .promoteData-header_options .filter-options .filter-date label {
  margin: 0px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 420px) {
  .promoteData-header .promoteData-header_options .filter-options .filter-date label.promoteDatePicker-from > p {
    display: none;
  }
}

.promoteData-header .promoteData-header_options .filter-options .filter-date input {
  border-radius: 5rem;
  border: 1px solid var(--color_black_01);
  padding: 0px 10px;
  margin-left: 5px;
  outline: none;
  max-width: 100px;
  color: var(--color_gray_555);
  text-align: center;
  font-size: 1.4rem;
}

.promoteData-header .promoteData-header_options .filter-options .filter-date-submit {
  background-color: var(--color_primary);
  padding: 0rem 2rem;
  border-radius: 5rem;
  font-size: 1.6rem;
  color: var(--color_white);
  height: 4.8rem;
}

@media screen and (max-width: 576px) {
  .promoteData-header .promoteData-header_options .filter-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 420px) {
  .promoteData-header .promoteData-header_options .filter-options {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }

  .promoteData-header .promoteData-header_options .filter-options .filter-date {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .promoteData-header .promoteData-header_options .filter-options .filter-date-submit {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .promoteData-header h1 {
    text-align: center;
  }
}

.promoteData-table {
  padding: 4rem 2rem;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 20px rgba(19, 66, 118, 0.1);
  box-shadow: 0px 10px 20px rgba(19, 66, 118, 0.1);
}

.promoteData-table.promoteTrials-table {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 4rem 0rem;
}

.promoteData-table.promoteTrials-table .fixed-table-body {
  max-width: 85vw;
}

@media screen and (max-width: 576px) {
  .promoteData-table.promoteTrials-table .promoteData-table-wrapper .fixed-table-body .fixed-table-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    margin-bottom: 2rem;
    padding: 0rem 3rem;
  }
}

.promoteData-table .promoteData-table-wrapper {
  width: 100%;
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .fixed-table-toolbar {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1rem;
  padding-left: 22rem;
}

@media screen and (max-width: 576px) {
  .promoteData-table .promoteData-table-wrapper .fixed-table-body .fixed-table-toolbar {
    padding-left: 0rem;
  }
}

@media screen and (max-width: 576px) {
  .promoteData-table .promoteData-table-wrapper .fixed-table-body .fixed-table-toolbar .search {
    width: 100%;
    margin: 0px;
  }
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .fixed-table-toolbar input[type="search"] {
  height: 4.8rem;
  border-radius: 5rem;
  padding: .5rem 2rem;
  font-size: 1.4rem;
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .fixed-table-toolbar input[type="search"]:focus, .promoteData-table .promoteData-table-wrapper .fixed-table-body .fixed-table-toolbar input[type="search"]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--color_gray_3B);
}

@media screen and (max-width: 576px) {
  .promoteData-table .promoteData-table-wrapper .fixed-table-body .fixed-table-toolbar input[type="search"] {
    width: 100%;
  }
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .fixed-table-toolbar .columns.columns-right {
  margin: 0px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  height: 4.8rem;
}

@media screen and (max-width: 576px) {
  .promoteData-table .promoteData-table-wrapper .fixed-table-body .fixed-table-toolbar .columns.columns-right {
    width: 100%;
  }
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .fixed-table-toolbar .columns.columns-right .btn {
  font-size: 1.4rem;
  background-color: var(--color_primary);
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .fixed-table-toolbar .columns.columns-right .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-filter: opacity(0.7);
  filter: opacity(0.7);
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .table {
  margin-bottom: 0px;
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .table thead th {
  border: none;
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .table thead th .table-title {
  font-size: 28px;
  font-family: "Nunito", sans-serif;
  font-size: 700;
  color: var(--color_gray_3B);
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .table thead th .th-inner {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  font-size: 700;
  color: var(--color_gray_3B);
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .table tbody tr td {
  color: var(--color_gray_3B);
  font-size: 1.4rem;
  vertical-align: middle;
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .table tbody tr td .model-name p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  max-width: 15rem;
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .table tbody tr td .model-trial p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  max-width: 30rem;
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .table tbody tr td .trial-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .table tbody tr td .trial-options .trial-option_show .option-btn {
  width: 24px;
  height: 24px;
  background-color: var(--color_info);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5rem;
  position: relative;
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .table tbody tr td .trial-options .trial-option_show .option-btn::after {
  content: attr(data-trial_link);
  position: absolute;
  color: var(--color_gray_3B);
  text-align: center;
  bottom: calc(100% - 15px);
  right: 50%;
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
  background-color: var(--color_white);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
  padding: 5px 20px;
  border-radius: 5rem;
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .table tbody tr td .trial-options .trial-option_show .option-btn:hover::after {
  bottom: calc(100% + 2px);
  opacity: 1;
  visibility: visible;
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .table tbody tr td .trial-options .trial-option_show .option-btn .icon {
  color: var(--color_white);
  pointer-events: none;
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .table tbody tr td .trial-options .trial-option_edit .option-btn {
  width: 24px;
  height: 24px;
  background-color: var(--color_primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5rem;
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .table tbody tr td .trial-options .trial-option_edit .option-btn .icon {
  color: var(--color_white);
  pointer-events: none;
  font-size: 12px;
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .table tbody tr td .trial-options .trial-option_copy .option-btn {
  min-width: 24px;
  height: 24px;
  background-color: var(--color_info);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5rem;
  position: relative;
  font-size: 12px;
  color: var(--color_white);
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .table tbody tr td .trial-options .trial-option_copy .option-btn .icon {
  color: var(--color_white);
  pointer-events: none;
  font-size: 12px;
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .table tbody tr td .trial-options .trial-option_delete .option-btn {
  width: 24px;
  height: 24px;
  background-color: var(--color_red_d65e5c);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5rem;
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .table tbody tr td .trial-options .trial-option_delete .option-btn .icon {
  color: var(--color_white);
  pointer-events: none;
  font-size: 10px;
  font-weight: bold;
}

.promoteData-table .promoteData-table-wrapper .fixed-table-body .table tbody tr td .trial-options .trial-option_link p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 70px;
  font-size: 1.4rem;
}

.table-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.table-list-container .table-empty-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 3px -0.5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px -0.5px rgba(0, 0, 0, 0.5);
}

.table-list-container .table-empty-wrapper .table-empty-header {
  width: 100%;
}

.table-list-container .table-empty-wrapper .table-empty-header .table-empty-title {
  font-size: 22px;
  padding: 10px 20px;
  font-weight: bold;
  color: var(--color_primary);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-list-container .table-empty-wrapper .table-empty-info {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.table-list-container .table-empty-wrapper .table-empty-info p {
  width: 100%;
}

.table-list-container .table-empty-wrapper .table-empty-info p:not(:last-child) {
  margin-bottom: 10px;
}

.table-list-container .send-trial-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}

.table-list-wrapper .table-list-colum.flex-width {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.table-list-wrapper .table-list-colum.table-enumeration {
  width: 50px;
}

@media screen and (max-width: 768px) {
  .table-list-wrapper .table-list-colum.table-enumeration {
    width: 40px;
  }
}

@media screen and (max-width: 375px) {
  .table-list-wrapper .table-list-colum.table-enumeration {
    display: none;
  }
}

.table-list-wrapper .table-list-colum.table-enumeration .table-list-colum_title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-list-wrapper .table-list-colum.table-enumeration .table-list-colum_content .table-col-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-list-wrapper .table-list-colum.table-enumeration .table-list-colum_content .table-col-item span {
  font-weight: bold;
}

.table-list-wrapper .table-list-colum.span-full {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.table-list-wrapper .table-list-colum .table-list-colum_title {
  padding: 10px 20px;
  height: 50px;
  font-weight: bold;
  color: var(--color_primary);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .table-list-wrapper .table-list-colum .table-list-colum_title {
    padding: 10px;
  }
}

.table-list-wrapper .table-list-colum .table-list-colum_content .table-col-item {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 20px;
}

@media screen and (max-width: 768px) {
  .table-list-wrapper .table-list-colum .table-list-colum_content .table-col-item {
    padding: 0px 10px;
  }
}

.table-list-wrapper .table-list-colum .table-list-colum_content .table-col-item.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-list-wrapper .table-list-colum .table-list-colum_content .table-col-item:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-list-wrapper .table-list-colum .table-list-colum_content .table-col-item > a {
  text-decoration: underline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.table-list-wrapper .table-list-colum .table-list-colum_content .table-col-item > span {
  color: var(--color_primary);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.table-list-wrapper .table-list-colum .table-list-colum_content .delete-freeTrial span {
  pointer-events: none;
  color: var(--color_red_d65e5c);
}

.swich-wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swich-wrapper input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.swich-wrapper input:checked ~ label {
  background-color: var(--color_success);
}

.swich-wrapper input:checked ~ label span {
  left: 50%;
  -webkit-transform: translateX(calc(100% - 12px));
  transform: translateX(calc(100% - 12px));
}

.swich-wrapper input:not(:checked) ~ label {
  background-color: var(--color_red_d65e5c);
}

.swich-wrapper input:not(:checked) ~ label span {
  left: 0px;
  -webkit-transform: translateX(calc(100% - 12px));
  transform: translateX(calc(100% - 12px));
}

.swich-wrapper label {
  border-radius: 5rem;
  padding: 5px;
  width: 100%;
  max-width: 60px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-box-shadow: 0px 1px 3px -0.5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px -0.5px rgba(0, 0, 0, 0.5);
}

.swich-wrapper label span {
  position: absolute;
  -webkit-transition: .2s;
  transition: .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swich-wrapper label span i {
  color: var(--color_white);
}

.table-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.table-wrapper .table-head {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.table-wrapper .table-row {
  width: 100%;
}

.table-wrapper .table-row .table-cell {
  padding: 5px;
}

.tooltip-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.tooltip-wrapper .tooltip-text {
  pointer-events: none;
  color: var(--color_gray_3B);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.tooltip-wrapper .tooltip-content {
  position: absolute;
  bottom: calc(100% + 5px);
  left: -10px;
  z-index: 1;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 0;
  visibility: hidden;
  max-width: calc(80vw);
}

.tooltip-wrapper .tooltip-content.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.tooltip-wrapper .tooltip-content::before {
  content: '';
  height: 15px;
  width: 15px;
  background-color: var(--color_primary);
  position: absolute;
  z-index: -1;
  top: calc(100% - 7px);
  left: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 576px) {
  .tooltip-wrapper.eye-mobile::before {
    content: "\e919";
    font-family: "FinderFans Icon";
    position: absolute;
    left: 0;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    -webkit-transition: .3s;
    transition: .3s;
    color: var(--color_primary);
  }

  .tooltip-wrapper.eye-mobile .tooltip-text {
    display: none !important;
  }
}

.item-copy {
  position: relative;
  padding: 10px 10px 10px 45px;
  border-radius: 10px;
  background-color: var(--color_primary);
  -webkit-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.item-copy::before {
  content: "\e909";
  font-family: "FinderFans Icon";
  position: absolute;
  left: 15px;
  top: 7.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  color: var(--color_white);
}

.item-copy .copy-text {
  color: var(--color_white);
  position: relative;
  pointer-events: none;
}

.submit-user-trial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.submit-user-trial p {
  text-align: center;
}

.submit-user-trial .submit-trial-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .5rem;
  padding: 1rem 2rem;
  border-radius: 5rem;
  height: 4.8rem;
  background-color: var(--color_primary);
  color: var(--color_white);
  font-size: 1.6rem;
  position: absolute;
  top: 9rem;
  left: 4rem;
}

@media screen and (max-width: 576px) {
  .submit-user-trial .submit-trial-btn {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
  }
}

.freeTrial-modal-container {
  position: fixed;
  inset: 0;
  background-color: var(--color_black_01);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.freeTrial-modal-container.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.freeTrial-modal-wrapper {
  background-color: var(--color_white);
  border-radius: 30px;
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  max-width: 90vw;
}

.freeTrial-modal-wrapper .modal-title {
  text-align: left;
  width: 100%;
  position: absolute;
  top: 3rem;
  left: 4rem;
  pointer-events: none;
}

.freeTrial-modal-wrapper .modal-close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 4.2rem;
  width: 4.2rem;
  color: var(--color_gray_999);
  padding: 0rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.freeTrial-modal-wrapper .modal-close-btn:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.freeTrial-modal-wrapper .modal-close-btn .icon {
  pointer-events: none;
}

.myModal-container {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 999;
}

.myModal-container.show {
  visibility: visible;
  opacity: 1;
}

.myModal-container.show .myModal-wrapper,
.myModal-container.show .modalConfirm-wrapper {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.myModal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
  transform: translate(-50%, -65%);
  width: 95%;
  max-width: 60rem;
  background-color: var(--color_white);
  z-index: 999;
  -webkit-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  -webkit-transition: .2s;
  transition: .2s;
  overflow: hidden;
  padding: 4rem;
}

.myModal-wrapper .myModal-header {
  position: relative;
}

.myModal-wrapper .myModal-header .myModal-header_title {
  font-size: 36px;
  color: var(--color_black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .myModal-wrapper .myModal-header .myModal-header_title {
    font-size: 26px;
  }
}

.myModal-wrapper .myModal-header p {
  max-width: 100%;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
}

.myModal-wrapper .myModal-header .myModal-header_close {
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 5rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.myModal-wrapper .myModal-header .myModal-header_close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.myModal-wrapper .myModal-header .myModal-header_close span {
  font-size: 24px;
  color: var(--color_gray_999);
  pointer-events: none;
}

.myModal-wrapper .myModal-content {
  padding: 2rem 0rem 2rem 0rem;
}

.myModal-wrapper .myModal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.myModal-wrapper .myModal-footer button {
  padding: 10px 20px;
  border-radius: 5rem;
  font-weight: bold;
  height: 4.8rem;
  min-width: 14rem;
  font-size: 1.6rem;
  color: var(--color_white);
  -webkit-transition: .2s;
  transition: .2s;
}

.myModal-wrapper .myModal-footer button:hover {
  -webkit-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
}

.myModal-wrapper .myModal-footer .myModal-close {
  color: var(--color_black);
  background-color: var(--color_white);
  border: 1px solid var(--color_black);
}

.myModal-wrapper .myModal-footer .myModal-submit {
  color: var(--color_white);
  background-color: var(--color_primary);
  border: 1px solid transparent;
}

@media screen and (max-width: 576px) {
  .myModal-wrapper .myModal-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .myModal-wrapper .myModal-footer button {
    width: 100%;
  }
}

.modalConfirm-wrapper {
  padding: 20px;
  background-color: var(--color_white);
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  max-width: 55rem;
  -webkit-transform: translate(-50%, -65%);
  transform: translate(-50%, -65%);
  -webkit-transition: .2s;
  transition: .2s;
}

.modalConfirm-wrapper > .modal-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.75);
  width: 40px;
  height: 40px;
  border-radius: 5rem;
  -webkit-transition: .2s;
  transition: .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modalConfirm-wrapper > .modal-close-btn:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modalConfirm-wrapper > .modal-close-btn i {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: bold;
}

.modalConfirm-wrapper .myModal-header {
  margin-bottom: 20px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid var(--color_black_01);
}

.modalConfirm-wrapper .myModal-header .myModal-title {
  font-size: 18px;
  font-weight: bold;
  color: var(--color_black);
  font-family: "Nunito", sans-serif;
}

.modalConfirm-wrapper .myModal-body {
  padding: 0px;
}

.modalConfirm-wrapper .myModal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  padding: 10px 0px 0px 0px;
  gap: 1rem;
}

.modalConfirm-wrapper .myModal-footer button,
.modalConfirm-wrapper .myModal-footer a {
  padding: 1.5rem 2rem;
  border-radius: 5rem;
  font-weight: bold;
  min-width: 14rem;
  font-size: 1.4rem;
  color: var(--color_white);
  -webkit-transition: .2s;
  transition: .2s;
  line-height: 1;
}

.modalConfirm-wrapper .myModal-footer button:hover,
.modalConfirm-wrapper .myModal-footer a:hover {
  -webkit-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
}

.modalConfirm-wrapper .myModal-footer .myModal-close {
  color: var(--color_black);
  background-color: var(--color_white);
  border: 1px solid var(--color_black);
}

.modalConfirm-wrapper .myModal-footer .myModal-submit {
  color: var(--color_white);
  background-color: var(--color_primary);
  border: 1px solid transparent;
}

.input-text {
  position: relative;
}

.input-text input {
  height: 4.4rem;
  border-radius: 5rem;
  border: none;
  padding: 1.2rem 2rem;
  outline: 0;
  -webkit-transition: .2s;
  transition: .2s;
  width: 100%;
  font-size: 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.input-text input:active, .input-text input:focus {
  border-color: var(--color_primary);
}

.input-text input:-moz-read-only {
  color: var(--color_primary);
}

.input-text input:read-only {
  color: var(--color_primary);
}

.input-text input::-webkit-input-placeholder {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: var(--color_gray_999);
}

.input-text input:-ms-input-placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color_gray_999);
}

.input-text input::-ms-input-placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color_gray_999);
}

.input-text input::placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color_gray_999);
}

.input-text.add-button-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--color_white);
  border-radius: 5rem;
  padding: .5rem;
  width: 100%;
  max-width: 60rem;
}

.input-text.add-button-right input {
  border: none;
}

.input-text.add-button-right .button-right {
  white-space: nowrap;
  background-color: var(--color_black);
  color: var(--color_white);
  border-radius: 5rem;
  padding: 0rem 2rem;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
}

.input-text .input-icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  font-size: 2.4rem;
  color: var(--color_secondary);
  width: 4.4rem;
  height: 4.4rem;
  font-size: 2rem;
}

.input-text .input-icon .icon {
  width: 20px;
  height: 20px;
  font-size: 2rem;
  pointer-events: none;
}

.input-text .input-icon .icon:before {
  color: var(--color_orange_e8572c);
}

.input-text .input-icon img {
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.input-text .input-icon.icon-left {
  left: 0rem;
  right: unset;
}

.input-text .input-icon.icon-right {
  right: 0rem;
  left: unset;
}

.input-text.add-padding-left input {
  padding-left: 4.5rem;
}

.input-text.add-padding-right input {
  padding-right: 4.5rem;
}

.ui-datepicker {
  width: auto;
}

.infoCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background-color: var(--color_white);
  border-radius: 50px;
  width: 36rem;
  height: 34rem;
  -webkit-box-shadow: 0px 4px 50px var(--color_black_01);
  box-shadow: 0px 4px 50px var(--color_black_01);
}

.infoCard-wrapper {
  background-color: var(--color_black);
  height: 100%;
  width: 100%;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}

.infoCard-wrapper .infoCard-icon {
  height: 4.8rem;
  width: 4.8rem;
  background-color: var(--color_primary);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.infoCard-wrapper .infoCard-icon .icon {
  color: var(--color_white);
  font-size: 3rem;
}

.infoCard-wrapper .infoCard-title .card-title {
  color: var(--color_white);
  font-size: 2.4rem;
  font-weight: bold;
}

.infoCard-wrapper .infoCard-description p {
  color: var(--color_white);
  font-size: 1.6rem;
  line-height: 20px;
  text-align: center;
  padding: 0rem 4rem;
}

.cardList-slider {
  position: relative;
  padding: 4rem 0rem;
  max-width: calc(100vw - 20rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

@media screen and (min-width: 1400px) {
  .cardList-slider {
    max-width: calc(115rem);
  }
}

@media screen and (max-width: 992px) {
  .cardList-slider {
    max-width: calc(100vw - 10rem);
    padding-top: 0px;
  }
}

@media screen and (max-width: 576px) {
  .cardList-slider {
    max-width: calc(100vw - 4rem);
  }
}

.cardList-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cardList-slider .cardList-slider-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}

.cardList-slider .cardList-slider-header h2 {
  font-size: 2.6rem;
}

.cardList-slider .cardList-slider-header h2 span {
  font-size: 2.6rem;
}

@media screen and (max-width: 576px) {
  .cardList-slider .cardList-slider-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cardList-slider .cardList-slider-header h2 {
    text-align: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .cardList-slider .cardList-slider-header .cardList-buttons {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.cardList-slider .cardList-slider-header h2 {
  white-space: pre-wrap;
}

.cardList-slider .cardList-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  height: 5rem;
  width: 10rem;
}

.cardList-slider .cardList-buttons .swiper-button-next,
.cardList-slider .cardList-buttons .swiper-button-prev {
  width: 4.5rem;
  height: 4.5rem;
  background-color: var(--color_black);
  border-radius: 10px;
  position: relative;
  left: unset;
  right: unset;
}

.cardList-slider .cardList-buttons .swiper-button-next::after,
.cardList-slider .cardList-buttons .swiper-button-prev::after {
  font-family: 'FinderFans Icon';
  font-size: 2rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color_white);
}

.cardList-slider .cardList-buttons .swiper-button-next::after {
  content: "\e907";
}

.cardList-slider .cardList-buttons .swiper-button-prev::after {
  content: "\e906";
}

.modelProfile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 5rem;
}

.modelProfile-infoWrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40rem 1fr;
  grid-template-columns: 40rem 1fr;
  gap: 4rem;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .modelProfile-infoWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.modelProfile-images {
  width: 100%;
  height: 40rem;
  max-width: 40rem;
  border-radius: 20px;
  position: relative;
}

.modelProfile-images .modelProfile-price {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  padding: 1rem;
  border-radius: 10px;
}

.modelProfile-images .modelProfile-price span {
  color: var(--color_white);
  font-size: 1.4rem;
  font-weight: 700;
}

.modelProfile-images .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border: 1px solid transparent;
}

.modelProfile-images .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color_primary);
  position: relative;
}

.modelProfile-images .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: '';
  height: 12px;
  width: 12px;
  -webkit-box-shadow: 0px 0px 0px 2px var(--color_primary);
  box-shadow: 0px 0px 0px 2px var(--color_primary);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5rem;
}

.modelProfile-images .swiper-button-prev {
  color: var(--color_white);
  width: 75px;
  height: 75px;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  left: 0px !important;
}

.modelProfile-images .swiper-button-prev::after {
  content: "\e906";
  font-family: 'FinderFans Icon';
  font-size: 1.4rem;
  position: absolute;
  left: 1rem;
  background-color: var(--color_black);
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modelProfile-images .swiper-button-prev.swiper-button-disabled {
  pointer-events: all;
  cursor: not-allowed;
}

.modelProfile-images .swiper-button-next {
  color: var(--color_white);
  width: 75px;
  height: 75px;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  right: 0px !important;
}

.modelProfile-images .swiper-button-next.swiper-button-disabled {
  pointer-events: all;
  cursor: not-allowed;
}

.modelProfile-images .swiper-button-next::after {
  content: "\e907";
  font-family: 'FinderFans Icon';
  font-size: 1.4rem;
  position: absolute;
  right: 1rem;
  background-color: var(--color_black);
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modelProfile-images .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 576px) {
  .modelProfile-images {
    height: 30rem;
    max-width: 30rem;
  }
}

.modelProfile-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 5rem;
  gap: 2rem;
}

@media screen and (max-width: 992px) {
  .modelProfile-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0rem;
  }

  .modelProfile-info * {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modelProfile-info .modelProfile-info_l {
    width: 100%;
  }

  .modelProfile-info .modelProfile-info_r {
    width: 100%;
  }
}

.modelProfile-info_l {
  width: calc(60% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.modelProfile-info_l .modelProfile-info_name {
  font-size: 3.6rem;
  font-weight: bold;
}

.modelProfile-info_l .modelProfile-info_location {
  font-size: 2.4rem;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.modelProfile-info_l .modelProfile-info_location img {
  width: 2.4rem;
  height: 2.4rem;
}

.modelProfile-info_l .modelProfile-info_media {
  background-color: var(--color_black);
  height: 6rem;
  padding: 0rem 2rem;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}

.modelProfile-info_l .modelProfile-info_media * {
  color: var(--color_white);
}

.modelProfile-info_l .modelProfile-info_media .media-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .5rem;
}

.modelProfile-info_l .modelProfile-info_media .media-item span {
  font-size: 1.4rem;
  font-weight: 500;
}

.modelProfile-info_l .modelProfile-info_media .media-item .icon {
  font-size: 1.2rem;
}

.modelProfile-info_l .modelProfile-info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .5rem;
}

.modelProfile-info_l .modelProfile-info_social p {
  font-weight: 700;
}

.modelProfile-info_l .modelProfile-info_social .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modelProfile-info_r {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.modelProfile-info_r .modelProfile-info_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

.modelProfile-info_r .modelProfile-info_categories .categorie-budge {
  background-color: var(--color_black);
  color: var(--color_white);
  border-radius: 5px;
  padding: .5rem 1rem;
}

.modelProfile-info_r .modelProfile-info_platforms p {
  font-weight: 700;
}

.modelProfile-info_cta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

@media screen and (max-width: 464px) {
  .modelProfile-info_cta a {
    width: 100%;
  }
}

.circle-style {
  height: 3.2rem;
  width: 3.2rem;
  border: 1px solid var(--color_black);
  color: var(--color_black);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.getOnlyfans-cta {
  background-color: var(--color_primary);
  color: var(--color_white);
  height: 4.8rem;
  padding: 1rem 2.5rem;
  border-radius: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.accessTrial-cta {
  background-color: var(--color_black);
  color: var(--color_white);
  height: 4.8rem;
  padding: 1rem 2.5rem;
  border-radius: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.accessTrial-cta:hover {
  color: var(--color_primary);
}

.countries-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
  padding: 3rem 0rem;
}

.country-item {
  height: 9rem;
  width: 100%;
  max-width: 250px;
  background-color: var(--color_white);
  border: 1px solid var(--color_light);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
}

.country-item img {
  height: 3.2rem;
  width: 3.2rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.sidebar-country-image {
  border-radius: 100%;
}

.country-item p {
  font-size: 1.8rem;
  font-weight: 800;
  font-family: "Nunito", sans-serif;
  line-height: 1;
}

.other-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  border-top: 1px solid var(--color_gray_CCC);
}

.other-items > p {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  text-align: center;
}

.other-items .categories-list,
.other-items .countries-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.other-items .categories-list {
  padding: 0rem;
}

.other-items .categories-list .category-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #E5E5E5;
}

.other-items .categories-list .category-item p {
  font-size: 2rem;
}

.other-items .countries-list {
  padding: 0rem;
}

.other-items .countries-list .country-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .other-items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.other-countries-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
}

.other-countries-list .other-country {
  height: 9rem;
  width: 100%;
  max-width: 250px;
  background-color: var(--color_white);
  border: 1px solid var(--color_light);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
}

.other-countries-list .other-country img {
  height: 3.2rem;
  width: 3.2rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.other-countries-list .other-country p {
  font-size: 1.8rem;
  font-weight: 800;
  font-family: "Nunito", sans-serif;
  line-height: 1;
}

.location-tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  border-radius: 5rem;
  background-color: var(--color_light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}

.location-tag img {
  width: 2.6rem;
  height: 2.6rem;
}

.location-tag p {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
}

.categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
  padding: 3rem 0rem;
}

.category-item {
  height: 9rem;
  width: 100%;
  max-width: 250px;
  background-color: var(--color_white);
  border: 1px solid var(--color_light);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
  position: relative;
}

.category-item img {
  height: 4.8rem;
  width: 4.8rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 7px;
}

.category-item p {
  font-size: 1.8rem;
  font-weight: 800;
  font-family: "Nunito", sans-serif;
  line-height: 1;
}

.category-item .item-tags {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.category-item .item-tags .item-tag {
  background-color: var(--color_primary);
  color: var(--color_white);
  height: 1.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0rem 1rem;
  font-size: 1.2rem;
  border-radius: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-container {
  position: fixed;
  background-color: var(--color_header_main);
  -webkit-box-shadow: 0px 0px 5px 1px var(--color_black_01);
  box-shadow: 0px 0px 5px 1px var(--color_black_01);
  width: 100%;
  z-index: 999;
}

.header-container.sidebar-page .header-wrapper {
  max-width: unset;
}

.header-container .header-wrapper {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0rem 10rem;
  gap: 10px 20px;
  min-height: 70px;
}

.header-container .header-wrapper .burgerMenu-toggler {
  display: none;
  color: var(--color_primary)
}

.header-container .header-wrapper .burgerMenu-toggler .icon {
  font-size: 2.8rem;
}

@media screen and (max-width: 992px) {
  .header-container .header-wrapper .burgerMenu-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header-container .header-wrapper .header-categories {
  height: 5rem;
}

@media screen and (min-width: 768px) {
  .header-container .header-wrapper .header-categories {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.header-container .header-wrapper .header-categories > a {
  color: var(--color_primary);
  white-space: nowrap;
  height: 100%;
}

.header-container .header-wrapper .header-searcher form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-container .header-wrapper .header-searcher form .input-group {
  width: 100%;
}

.header-container .header-wrapper .header-searcher form .input-group input {
  background-color: var(--color_gray_F2);
  border: none;
}

.header-container .header-wrapper .header-searcher form .input-group input::-webkit-input-placeholder {
  color: var(--color_gray_999);
}

.header-container .header-wrapper .header-searcher form .input-group input:-ms-input-placeholder {
  color: var(--color_gray_999);
}

.header-container .header-wrapper .header-searcher form .input-group input::-ms-input-placeholder {
  color: var(--color_gray_999);
}

.header-container .header-wrapper .header-searcher form .input-group input::placeholder {
  color: var(--color_gray_999);
}

.header-container .header-wrapper .header-searcher form .input-group .btn-append {
  background-color: var(--color_primary);
}

.header-container .header-wrapper .header-searcher form .input-group .btn-append .icon {
  color: var(--color_white);
}

@media screen and (max-width: 992px) {
  .header-container .header-wrapper .header-searcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1200px) {
  .header-container .header-wrapper {
    padding: 0rem 5rem;
  }
}

@media screen and (max-width: 992px) {
  .header-container .header-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding: 20px !important;
  }

  .header-container .header-wrapper .header-categories:not(.hidden) {
    display: block;
  }

  .header-container .header-wrapper .header-searcher {
    width: 100%;
  }

  .header-container .header-wrapper .input-group {
    max-width: 1000px;
  }
}

.header-container .header-wrapper .header-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .header-container .header-wrapper .header-brand {
    width: 100%;
  }
}

.header-container .header-wrapper .header-brand .brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .header-container .header-wrapper .header-brand .brand-logo img {
    width: 18rem;
  }
}

.header-container .header-wrapper .header-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 3.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.header-container .header-wrapper .header-navigation .searcher-input {
  max-width: 50rem;
}

.header-container .header-wrapper .platform-dropdown .dropdown-link,
.header-container .header-wrapper .categories-dropdown .dropdown-link {
  font-size: 1.4rem;
  color: var(--color_black);
  font-weight: 500;
}

.header-container .header-wrapper .platform-dropdown .dropdown-link .icon:not(.ico-caret-down),
.header-container .header-wrapper .categories-dropdown .dropdown-link .icon:not(.ico-caret-down) {
  color: var(--color_primary);
}

.header-container.sidebar-page .header-wrapper {
  padding: 0rem 2rem;
}

.navigation-user-container {
  position: fixed;
  width: 100%;
  left: 0px;
  bottom: 0px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 998;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 992px) {
  .navigation-user-container {
    display: block;
  }
}

.navigation-user-container .navigation-user-wrapper {
  background-color: var(--color_white);
  -webkit-box-shadow: 0px 0px 20px 20px rgba(153, 153, 153, 0.2);
  box-shadow: 0px 0px 20px 20px rgba(153, 153, 153, 0.2);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 7rem;
}

.navigation-user-container .navigation-user-wrapper .navigation-user-options {
  display: -ms-grid;
  display: grid;
  grid: auto/repeat(5, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 650px;
  height: 100%;
}

.navigation-user-container .navigation-user-wrapper .navigation-user-options .navigation-user-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 10px;
  font-weight: 400;
  -webkit-transition: .2s;
  transition: .2s;
  width: 100%;
  height: 100%;
  font-size: 12px;
  text-align: center;
  height: 100%;
  position: relative;
}

.navigation-user-container .navigation-user-wrapper .navigation-user-options .navigation-user-option.open .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation-user-container .navigation-user-wrapper .navigation-user-options .navigation-user-option.open .icon::before {
  content: "\e915";
  font-family: 'FinderFans Icon';
  color: var(--color_primary);
}

.navigation-user-container .navigation-user-wrapper .navigation-user-options .navigation-user-option .icon {
  font-size: 2.4rem;
  color: var(--color_black);
  pointer-events: none;
}

.navigation-user-container .navigation-user-wrapper .navigation-user-options .navigation-user-option span {
  font-size: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-user-container .navigation-user-wrapper .navigation-user-options .navigation-user-option span img {
  width: 22px;
  height: 22px;
  margin-bottom: 3px;
}

.navigation-user-container .navigation-user-wrapper .navigation-user-options .navigation-user-option p {
  font-size: .8rem;
  line-height: 1;
  font-weight: bold;
  pointer-events: none;
}

.navigation-user-container .navigation-user-wrapper .navigation-user-options .navigation-user-option::before {
  content: '';
  height: 6px;
  width: 6px;
  background-color: var(--color_primary);
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 0px 3px rgba(254, 70, 16, 0.2);
  box-shadow: 0px 0px 0px 3px rgba(254, 70, 16, 0.2);
  display: none;
}

.navigation-user-container .navigation-user-wrapper .navigation-user-options .navigation-user-option:hover {
  background-color: var(--color_black_01);
}

.navigation-user-container .navigation-user-wrapper .navigation-user-options .navigation-user-option:focus {
  outline: none;
}

.navigation-user-container .navigation-user-wrapper .navigation-user-options .navigation-user-option.active .icon {
  color: var(--color_primary) !important;
}

.navigation-user-container .navigation-user-wrapper .navigation-user-options .navigation-user-option.active p {
  color: var(--color_primary) !important;
}

.navigation-user-container .navigation-user-wrapper .navigation-user-options .navigation-user-option.active::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation-user-container .navigation-user-wrapper .navigation-user-options .navigation-user-option.iphone-style {
  padding: 7.5px 10px 20px 10px;
}

.navigation-user-container .navigation-user-wrapper .navigation-user-options .navigation-user-option.navigation-more:hover {
  background-color: var(--color_white);
}

@media screen and (min-width: 768px) {
  .navigation-user-container .navigation-user-wrapper .navigation-user-options .navigation-user-option {
    padding: 12px 20px;
  }
}

.burgerMenu-container {
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 38rem;
  background-color: var(--color_header_main);
  z-index: 999;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .3s;
  transition: .3s;
}

.burgerMenu-container.show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

@media screen and (max-width: 576px) {
  .burgerMenu-container {
    max-width: unset;
  }
}

.burgerMenu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  height: 100%;
}

.burgerMenu-wrapper .burgerMenu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.burgerMenu-wrapper .burgerMenu-header P {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}

.burgerMenu-wrapper .burgerMenu-header .burgerMenu-toggler .icon {
  font-size: 2.8rem;
}

.burgerMenu-wrapper .burgerMenu-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  max-height: calc(100vh - 10rem);
  overflow-y: auto;
  padding-top: 2rem;
}

.burgerMenu-wrapper .burgerMenu-body .dropdownCard-link {
  padding-bottom: .5rem;
}

.burgerMenu-wrapper .burgerMenu-body .dropdownCard-link .icon {
  font-size: 3rem;
  color: var(--color_primary);
}

.burgerMenu-wrapper .burgerMenu-body .dropdownCard-link .icon.ico-caret-down {
  font-size: 2rem;
  color: var(--color_black);
}

.burgerMenu-wrapper .burgerMenu-body .dropdownCard-link p {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  position: relative;
}

.burgerMenu-wrapper .burgerMenu-body .dropdownCard-link .notify-float {
  font-size: 1.6rem;
}

.burgerMenu-wrapper .burgerMenu-body .dropdownCard-list {
  padding: 1rem 2rem 1rem 4rem;
  position: relative;
}

.burgerMenu-wrapper .burgerMenu-body .dropdownCard-list.show {
  max-height: 500px !important;
}

.burgerMenu-wrapper .burgerMenu-body .dropdownCard-list .dropdownCard-options {
  max-height: 500px !important;
}

.burgerMenu-wrapper .burgerMenu-body .dropdownCard-list .dropdownCard-option p {
  font-size: 1.4rem !important;
}

/*.burgerMenu-wrapper .burgerMenu-body .dropdownCard-list::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  width: 1px;*/
/*  height: 100%;*/
/*  background-color: var(--color_gray_CCC);*/
/*  left: 15px;*/
/*  top: 15px;*/
/*}*/

.modelCard {
  width: 100%;
  max-width: 27rem;
  height: 27rem;
}

@media screen and (max-width: 576px) {
  .modelCard {
    height: 32rem;
    max-width: 32rem;
  }
}

.modelCard.featured .modelCard-caption {
  background-color: var(--color_orange_trans75);
}

.modelCard.featured .modelCard-icons .icon-featured {
  background-color: var(--color_primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modelCard.try-free {
  position: relative;
  overflow: hidden;
}

.modelCard.try-free::before {
  content: 'TRY FREE';
  background-color: var(--color_primary);
  color: var(--color_white);
  height: 3rem;
  width: 14rem;
  position: absolute;
  top: 24px;
  left: calc(100% - 10.8rem);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  z-index: 1;
  pointer-events: none;
}

.modelCard.try-free .modelCard-price {
  top: unset;
  bottom: 8.5rem;
}

.modelCard.try-free .modelCard-icon.icon-gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modelCard-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 4px var(--color_white);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.featured .modelCard-wrapper {
  border-color: var(--color_yellow_fb3);
}

.modelCard-picture {
  position: absolute;
  inset: 0;
}

.modelCard-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modelCard-caption {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem;
  pointer-events: none;
}

.modelCard-caption .caption-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modelCard-caption .caption-info span {
  font-size: 1.2rem;
  color: var(--color_white);
}

.modelCard-caption .caption-info h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color_white);
}

.modelCard-caption .caption-icon {
  background-color: var(--color_black);
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
}

.modelCard-caption .caption-icon .icon {
  color: var(--color_white);
}

.modelCard-price {
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modelCard-price span {
  padding: .75rem 1rem;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.4rem;
  color: var(--color_white);
}

.modelCard-icons {
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.modelCard-icons .modelCard-icon {
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color_black);
  border-radius: 50%;
}

.modelCard-icons .modelCard-icon.icon-gift, .modelCard-icons .modelCard-icon.icon-featured {
  display: none;
}

.modelCard-icons .modelCard-icon .icon {
  color: var(--color_white);
}

.modelCard-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(27rem, 1fr)) [ auto-fill ];
  grid-template-columns: repeat(auto-fill, minmax(27rem, 1fr));
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  place-content: center;
  gap: 20px;
  padding: 1rem 0rem;
  width: 100%;
  position: relative;
}

.modelCard-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  padding-bottom: 20px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 576px) {
  .modelCard-list.sm-colums-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
  }

  .modelCard-list.sm-colums-2 .modelCard {
    height: 18rem;
  }

  .modelCard-list.sm-colums-2 .modelCard .caption-info h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 1.6rem;
  }

  .modelCard-list.sm-colums-2 .modelCard .caption-icon {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .modelCard-list.sm-colums-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
  }
}

@media screen and (max-width: 375px) {
  .modelCard-list.sm-colums-2 .modelCard .modelCard-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .modelCard-list {
    padding: 2rem 0rem;
  }
}


.e404 {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.e404-wrapper {
  padding: 5rem 0;
}

.e404-wrapper .e404-img {
  text-align: center;
}

.e404-wrapper .e404-img img {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}

.e404-wrapper .e404-content {
  position: relative;
}

.e404-wrapper .e404-content h1 {
  font-size: 3.6rem;
  text-align: center;
  margin: 3rem 0 2rem;
}

.e404-wrapper .e404-content p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}

.e404-wrapper .e404-content p:first-of-type {
  margin-bottom: 1.6rem;
}

.e404-wrapper .e404-content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 3rem;
  padding: 1.2rem 4.4rem;
}

.e404-wrapper .e404-content .btn i {
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .e404-wrapper .e404-img img {
    max-width: 375px;
  }

  .e404-wrapper .e404-content h1 {
    margin: 4.5rem 0 1.5rem;
  }

  .e404-wrapper .e404-content h1::before {
    -webkit-transform: scale(1.65);
    transform: scale(1.65);
    top: -2rem;
  }

  .e404-wrapper .e404-content p:first-of-type {
    margin-bottom: .5rem;
  }

  .e404-wrapper .e404-content .btn {
    margin-top: 2rem;
  }
}


.terms-wrapper {
  max-width: 100%;
}

.terms-wrapper .privacy-table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.terms-wrapper h2, .terms-wrapper h3 {
  margin-bottom: 16px;
  font-weight: bold
}

.terms-wrapper a {
  color: var(--color_pink_e81869);
  word-break: break-all;
}

.terms-wrapper ul {
  list-style: disc;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.terms-wrapper li {
  list-style: disc;
}

.feature-description {
  padding-top: 36px;
  max-width: 1200px;
}

.myModal-container.show {
  visibility: visible;
  opacity: 1;
}

.brand-logo {
  font-size: 32px;
  font-weight: bold;
  color: var(--color_primary);
}


.header-border {
  width: 100vw;
  height: 1px;
  background-color: var(--color_gray_555);
}

.header-border.style_3,
.header-border.style_4 {
  margin-top: 16px;
}

.header-links {
  font-weight: 500 !important;
  font-size: 1.6rem !important;
  color: var(--color_header_links) !important;
}


.header-wrapper.style_1 {
  justify-content: center !important;
  min-height: 50px !important;
}

.header-wrapper.style_1.second-row {
  justify-content: center !important;
  min-height: 40px !important;
  width: 100%;
  max-width: 100%;
  background-color: var(--color_header_second) !important;
}

.header-wrapper.style_4.second-row {
  margin: 10px auto;
}

.header-navigation.style_1 {
  gap: 10px !important;
  justify-content: center !important;
}


.header-navigation.style_1 .searcher-input {
  max-width: 100rem !important;
}

.header-navigation.style_3 .searcher-input,
.header-navigation.style_4 .searcher-input {
  max-width: 30rem !important;
}

.header-navigation.style_1 .searcher-input .input-group input {
  border-radius: 5px !important;
  background-color: var(--color_white) !important;
  padding: 5px 80px 5px 50px;
}

.header-navigation.style_1 .searcher-input .input-group .btn-append {
  right: unset !important;
  left: 5px !important;
  background-color: unset !important;
  color: var(--color_black) !important;
}

.header-navigation.style_1 .searcher-input .input-group .btn-append .icon {
  background-color: unset !important;
  color: rgba(0, 0, 0, 0.5) !important;
}

.header-wrapper.style_2,
.header-wrapper.style_3,
.header-wrapper.style_4 {
  justify-content: flex-start !important;
  min-height: 50px !important;
}

.header-navigation.style_2,
.header-navigation.style_3,
.header-navigation.style_4 {
  justify-content: flex-start !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  gap: 20px !important;
}

.header-navigation.style_2 .searcher-input .input-group input {
  border-radius: 50px !important;
  background-color: var(--color_white) !important;
  padding: 5px 80px 5px 50px;
}

.header-navigation.style_2 .searcher-input .input-group .btn-append,
.header-navigation.style_3 .searcher-input .input-group .btn-append,
.header-navigation.style_4 .searcher-input .input-group .btn-append {
  background-color: var(--color_white) !important;
}

.header-navigation.style_2 .searcher-input .input-group .btn-append .icon,
.header-navigation.style_3 .searcher-input .input-group .btn-append .icon,
.header-navigation.style_4 .searcher-input .input-group .btn-append .icon {
  color: var(--color_gray_555) !important;
}

.header-navigation.style_3 .searcher-input .input-group input,
.header-navigation.style_4 .searcher-input .input-group input {
  border-radius: 5px !important;
  background-color: var(--color_white) !important;
}

.header-wrapper.style_5 {
  justify-content: center !important;
}
.header-wrapper .dropdown-list {
  background-color: var(--color_header_dropdown_bg) !important;
}