@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
  --colorWhite: #fff;
  --colorPrimary: #484E5A;
  --color566074: #566074;
  --colorTitle: #030304;
  --color00ADB5: #00ADB5;
  --colorF8B500: #F8B500;
  --colorBC3B9A: #BC3B9A;
  --color3BBCA2: #3BBCA2;
  --colorBFC400: #BFC400;
  --colorFF7B23: #FF7B23;
  --color003C9D: #003C9D;
  --color525967: #525967;
  --color9FA7B7: #9FA7B7;
  --colorCCCED3: #CCCED3;
  --color081243: #081243;
  --fontMon: 'Montserrat', sans-serif; }

.wrapper-fonts {
  font-family: var(--fontMon);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--colorPrimary);
  background-color: var(--colorWhite);
  scroll-behavior: smooth; }

#all-fonts, #font-family {
  display: none; }

.wrapper-fonts * {
  font-family: var(--fontMon); }

img {
  display: block;
  object-fit: cover; }

a {
  text-decoration: none; }

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

.wrapper-fonts {
  padding: 130px 0; }

.wrapper-fonts .container {
  width: 100%;
  max-width: 1710px; }

.wrapper-fonts .logo img {
  display: block;
  margin: 0 auto; }

.wrapper-fonts .header {
  text-align: center; }

.search-fonts {
  max-width: 792px;
  height: auto;
  background: var(--colorWhite);
  border: 1px solid rgba(75, 63, 180, 0.25);
  border-radius: 4px;
  margin: 45px auto 10px;
  position: relative; }

.search-fonts .icon-search {
  padding: 12px;
  width: 48px;
  height: 48px;
  background: var(--color003C9D);
  color: var(--colorWhite);
  font-size: 20px;
  position: absolute;
  right: 0;
  top: -1px;
  border-radius: 0 4px 4px 0;
  cursor: pointer; }

.wrapper-fonts .select2-container--default .select2-selection--single {
  border: 0;
  height: 46px;
  padding-left: 20px;
  text-align: left; }

.wrapper-fonts .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

.wrapper-fonts .select2-container--default .select2-selection--single .select2-selection__arrow::before {
  content: '\f107';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro"; }

.wrapper-fonts .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  color: var(--color525967);
  font-size: 16px; }

.select2-results__option, .select2-results__option--selectable {
  font-size: 14px !important;
  font-family: var(--fontMon) !important; }

.sub-title {
  font-size: 14px; }

.select2-container--default .select2-results__group {
  font-size: 16px;
  font-family: var(--fontMon) !important; }

.wrapper-fonts .select2-container--open .select2-selection--single .select2-selection__arrow::before {
  content: '\f106'; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  line-height: 46px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--color525967);
  font-size: 16px; }

.wrapper-fonts .font-family {
  width: 200px;
  position: relative;
  padding-right: 15px; }

.wrapper-fonts .font-family .select2-container, .wrapper-fonts .font-child .select2-container {
  width: 100% !important;
  font-family: var(--fontMon); }

.wrapper-fonts .font-family::before {
  content: '';
  height: 24px;
  background-color: var(--color9FA7B7);
  width: 1px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0px, -50%); }

.wrapper-fonts .font-child {
  width: calc(100% - 200px); }

.wrapper-fonts .select2-container--default .select2-selection--multiple {
  border: 0;
  height: auto;
  padding-bottom: 0;
  line-height: 46px;
  font-weight: 300;
  color: var(--color9FA7B7);
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.wrapper-fonts .select2-container--default .select2-search--inline .select2-search__field {
  font-weight: 300;
  color: var(--color9FA7B7);
  font-family: var(--fontMon);
  font-size: 14px;
  height: 46px;
  margin: 0; }

.wrapper-fonts .select2-container--default .select2-selection--multiple .select2-selection__choice {
  height: 30px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 2px;
  background: #00ADB5;
  border-radius: 2px;
  color: #fff;
  border: 0;
  padding-left: 0;
  padding-right: 20px;
  padding-left: 12px;
  margin-left: 0px;
  font-size: 14px;
  margin-right: 10px; }

.wrapper-fonts .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background-color: #00ADB5 !important; }

.wrapper-fonts .select2-container--default .select2-selection--multiple .select2-selection__choice:last-child {
  margin-right: 0; }

.wrapper-fonts .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: 0;
  left: auto;
  right: 0; }

.wrapper-fonts .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  background-color: transparent !important; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  font-size: 14px; }

.wrapper-fonts .select2-container--default .select2-selection--multiple .select2-selection__choice__remove > span {
  font-size: 24px; }

.wrapper-fonts .select2-container--default .select2-selection--multiple .select2-selection__clear > span {
  font-size: 28px; }

.wrapper-fonts .select2-container--default .select2-selection--multiple .select2-selection__clear {
  height: auto;
  font-size: 28px;
  font-weight: 300;
  margin: 0;
  padding-right: 10px;
  z-index: 999;
  background-color: #fff; }

.wrapper-fonts .select2-container .select2-selection--multiple .select2-selection__rendered {
  height: 46px;
  position: absolute;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 30px);
  font-size: 26px;
  line-height: 40px; }

.item-fonts .title-h3-font {
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 5px; }

.title-h3-font.hex-00ADB5 {
  color: var(--color00ADB5); }

.title-h3-font.hex-F8B500 {
  color: var(--colorF8B500); }

.title-h3-font.hex-BC3B9A {
  color: var(--colorBC3B9A); }

.title-h3-font.hex-3BBCA2 {
  color: var(--color3BBCA2); }

.title-h3-font.hex-BFC400 {
  color: var(--colorBFC400); }

.title-h3-font.hex-FF7B23 {
  color: var(--colorFF7B23); }

.list-child-fonts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  gap: 25px; }

.list-child-fonts .child-fonts {
  padding: 24px;
  border: 1px solid var(--colorCCCED3);
  border-radius: 4px; }

.list-child-fonts {
  margin-top: 35px; }

.list-child-fonts .images {
  height: 80px;
  margin: 30px 0; }

.list-child-fonts .images img {
  height: 100%;
  max-width: 100%;
  object-fit: contain; }

.main-fonts .item-fonts {
  margin-top: 60px; }

.main-fonts .item-fonts:first-child {
  margin-top: 0; }

.info-fonts ul {
  padding-left: 0px; }

.sub-fonts {
  font-size: 14px; }

.info-fonts ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 10px; }

.info-fonts ul li:last-child {
  margin-bottom: 0; }

.info-fonts ul li p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: var(--color566074); }

.info-fonts ul li > span {
  width: 160px;
  font-size: 12px;
  line-height: 15px; }

.info-fonts .tool-tip {
  border: 0;
  padding: 0;
  background: transparent;
  font-size: 12px;
  margin-left: 7px;
  position: relative;
  top: 2px; }

.info-fonts .tool-tip .fa-question-circle::before {
  font-family: "Font Awesome 5 Pro"; }

.info-fonts ul li:first-child p > span {
  display: inline-block;
  height: 12px;
  background: var(--color566074);
  width: 1px;
  margin: 0 5px;
  position: relative;
  left: -2px;
  top: 2px; }

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  border-top-color: var(--color081243); }

.tooltip {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: var(--colorWhite);
  border-radius: 8px;
  font-family: var(--fontMon);
  text-align: left; }

.tooltip-inner {
  background: var(--color081243) !important;
  text-align: left; }

.wrapper-fonts #scrolltop {
  width: 50px;
  height: 50px;
  background: var(--color003C9D);
  color: var(--colorWhite);
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  display: block;
  border-radius: 100%;
  right: 30px;
  position: fixed;
  bottom: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out; }

.wrapper-fonts #scrolltop > i::before {
  line-height: 47px;
  font-family: "Font Awesome 5 Pro" !important;
  font-size: 20px; }

.wrapper-fonts #scrolltop.hidden {
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out; }

.title-h4-font {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: var(--colorTitle);
  margin-bottom: 0;
  text-transform: capitalize;
  font-family: var(--fontMon); }

#LogoSuperPictor img {
  width: auto;
  display: initial; }

.badgeHeader p {
  margin-bottom: 0; }

.wrapper-fonts .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0 !important; }

.wrapper-fonts:before {
  width: 1188px;
  height: 827.05px;
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('/images/fontsppage/bg-header.png');
  background-repeat: no-repeat;
  background-size: contain; }

.wrapper-fonts > * {
  position: relative;
  z-index: 1; }

.wrapper-fonts .overlay {
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  display: flex;
  opacity: 0;
  visibility: hidden; }

.wrapper-fonts .overlay.show-load {
  opacity: 1;
  visibility: visible; }

.wrapper-fonts .item-fonts {
  margin-bottom: 40px; }

.wrapper-fonts .item-fonts:last-child {
  margin-bottom: 0px; }

@media screen and (max-width: 1630px) {
  .info-fonts ul li > span {
    width: 135px; } }

@media screen and (max-width: 1408px) {
  .list-child-fonts {
    grid-template-columns: repeat(3, 1fr); }
  .wrapper-fonts::before {
    width: 100%; } }

@media screen and (max-width: 1138px) {
  .wrapper-fonts {
    padding: 30px 0 50px; }
  .list-child-fonts {
    grid-template-columns: repeat(2, 1fr); } }

@media screen and (max-width: 736px) {
  .info-fonts ul li {
    flex-direction: column; }
  .info-fonts ul li p {
    margin-top: 5px; }
  .list-child-fonts .images {
    margin: 15px 0; }
  .list-child-fonts {
    margin-top: 20px; }
  .item-fonts .title-h3-font {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 5px;
    margin-top: 15px; } }

@media screen and (max-width: 568px) {
  .list-child-fonts {
    grid-template-columns: repeat(1, 1fr); }
  .info-fonts ul li {
    flex-direction: row; }
  .info-fonts ul li p {
    margin-top: 0px; }
  .search-fonts .icon-search {
    display: none; }
  .search-fonts {
    padding-right: 0;
    margin-top: 20px; }
  .wrapper-fonts .font-family {
    width: 170px; }
  .wrapper-fonts .logo img {
    width: 100%;
    max-width: 250px; }
  .item-fonts .title-h3-font {
    font-size: 28px;
    line-height: 32px; }
  .wrapper-fonts #scrolltop {
    bottom: 15px;
    right: 15px; }
  .list-child-fonts .images {
    height: 70px; } }
