/**
 * @author      David Rivaldy <davidrivaldy@gmail.com>
 * @copyright   2020 | DRAC
 */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #0063AD;
  border-radius: 10px;
}

#main #navbar .navbar {
  padding: 0.6em 2em !important;
  background: #000;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.031372549);
}
@media (min-width: 992px) {
  #main #navbar .navbar {
    padding: 0 35px !important;
  }
}
#main #navbar .navbar .navbar-brand {
  padding-top: 3px;
}
#main #navbar .navbar .navbar-toggler {
  background: 0 0;
  border: none !important;
}
#main #navbar .navbar .navbar-toggler:active, #main #navbar .navbar .navbar-toggler:focus {
  outline: 0;
}
#main #navbar .navbar .navbar-toggler .icon-bar {
  display: block;
  width: 36px;
  height: 3px;
  margin: 7px 0;
  transition: all 0.2s;
  background: #fff;
}
#main #navbar .navbar .navbar-toggler .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
#main #navbar .navbar .navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
}
#main #navbar .navbar .navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
#main #navbar .navbar .collapsed .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}
#main #navbar .navbar .collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
}
#main #navbar .navbar .collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}
#main #navbar .navbar .navbar-collapse {
  background-color: transparent !important;
  margin-top: 15px;
  margin-bottom: 25px;
  padding: 0;
}
@media (min-width: 992px) {
  #main #navbar .navbar .navbar-collapse {
    background-color: transparent !important;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#main #navbar .navbar .navbar-collapse .nav-item {
  display: table-cell;
  position: relative;
  padding: 15px 0;
  font-size: 13px;
  padding: 0 !important;
  border-top: none;
  border-bottom: none;
  text-align: center;
}
#main #navbar .navbar .navbar-collapse .nav-item .nav-link {
  padding: 0.8rem 1rem;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
#main #navbar .navbar .navbar-collapse .nav-item .nav-link:focus, #main #navbar .navbar .navbar-collapse .nav-item .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  #main #navbar .navbar .navbar-collapse .nav-item .nav-link {
    padding: 1.5rem 1rem !important;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
  }
  #main #navbar .navbar .navbar-collapse .nav-item .nav-link:focus, #main #navbar .navbar .navbar-collapse .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ccc !important;
    border-bottom: 3px solid #fff;
  }
}
#main #navbar .navbar .navbar-collapse .nav-item .active {
  background-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  #main #navbar .navbar .navbar-collapse .nav-item .active {
    background-color: transparent !important;
    color: #ccc !important;
    border-bottom: 3px solid #fff;
  }
}
#main #navbar .navbar .navbar-collapse .nav-item .dropdown-menu .dropdown-item {
  font-size: 13px;
}
#main #navbar .navbar .navbar-collapse .nav-item .dropdown-menu .dropdown-item:focus, #main #navbar .navbar .navbar-collapse .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #ccc;
  color: #dc062d !important;
}
#main #navbar .navbar .navbar-collapse .sub-nav a {
  padding: 5px 20px !important;
  font-size: 13px !important;
  color: #999 !important;
}
@media (min-width: 992px) {
  #main #navbar .navbar .navbar-collapse .sub-nav {
    display: none;
  }
}
#main #content {
  width: 100%;
  float: left;
}
#main #content #home .partnership {
  width: 100%;
  background-color: #000;
  padding: 40px 8px 20px 8px;
  color: #FFF;
  text-align: center;
}
#main #content #home .partnership img {
  width: 95%;
}
@media (min-width: 855px) {
  #main #content #home .partnership {
    padding: 50px 20px;
  }
  #main #content #home .partnership img {
    width: 80%;
  }
}
#main #content #home .banner {
  background-image: url(../../images/home/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: calc(100vh - 75px);
}
@media (min-width: 855px) {
  #main #content #home .banner {
    background-image: unset;
    width: 100%;
    height: auto;
  }
}
#main #content #home .banner .wrapper {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
}
#main #content #home .banner .wrapper img {
  display: none;
}
@media (min-width: 855px) {
  #main #content #home .banner .wrapper img {
    width: 100%;
    display: block;
  }
}
#main #content #home .greeting {
  width: 100%;
  float: left;
  background-color: #000;
  text-align: center;
  letter-spacing: 1;
}
#main #content #home .greeting h1 {
  color: #FFF;
  letter-spacing: 2;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 30px;
}
#main #content #home .greeting p {
  color: #FFF;
  letter-spacing: 1;
  font-size: 1rem;
  font-weight: 300;
}
#main #content #home .greeting img {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (min-width: 855px) {
  #main #content #home .greeting img {
    width: 70%;
  }
}
#main #content #about {
  min-height: calc(100vh - 76px);
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  #main #content #about {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
#main #content #about .empty {
  float: left;
  width: 100%;
  padding: 30px;
  text-align: center;
}
#main #content #about .title h1 {
  color: #555;
  margin-left: 30px;
  font-size: 30px;
  font-weight: 700;
}
#main #content #about .title h1::after {
  border-bottom: 3px solid #8E101E;
  min-width: 80px;
  display: inline-block;
  content: "";
  vertical-align: super;
  line-height: 10px;
  margin-bottom: -5px;
  margin-left: 10px;
}
#main #content #about .title h2 {
  font-size: 18px;
  font-weight: 700;
  color: #555;
  margin-left: 30px;
  letter-spacing: 1px;
}
#main #content #about .title h2 span {
  color: #8E101E;
}
#main #content #about .title .line {
  width: 80px;
  margin-top: 5px;
  border-top: 3px solid #8E101E;
}
#main #content #blog {
  min-height: calc(100vh - 76px);
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  #main #content #blog {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
#main #content #blog .empty {
  float: left;
  width: 100%;
  padding: 30px;
  text-align: center;
}
#main #content #blog .title h1 {
  color: #555;
  margin-left: 30px;
  font-size: 30px;
  font-weight: 700;
}
#main #content #blog .title h1::after {
  border-bottom: 3px solid #8E101E;
  min-width: 80px;
  display: inline-block;
  content: "";
  vertical-align: super;
  line-height: 10px;
  margin-bottom: -5px;
  margin-left: 10px;
}
#main #content #blog .title h2 {
  font-size: 18px;
  font-weight: 700;
  color: #555;
  margin-left: 30px;
  letter-spacing: 1px;
}
#main #content #blog .title h2 span {
  color: #8E101E;
}
#main #content #blog .title .line {
  width: 80px;
  margin-top: 5px;
  border-top: 3px solid #8E101E;
}
#main #content #blog .card {
  border-radius: 15px;
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  border: 3px solid #8E101E;
}
#main #content #blog .card:hover {
  box-shadow: 0px 5px 20px rgba(66, 123, 199, 0.4509803922);
}
#main #content #blog .card .information {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(142, 16, 30, 0.9);
}
#main #content #blog .card .information .date {
  float: left;
  width: 95px;
  text-align: center;
  background: #8E101E;
  padding-top: 35px;
  padding-bottom: 35px;
}
#main #content #blog .card .information .date h3,
#main #content #blog .card .information .date h5 {
  margin: 0;
  padding: 0;
  color: #fff;
}
#main #content #blog .card .information .date h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#main #content #blog .card .information .date h5 {
  font-size: 16px;
}
#main #content #blog .card .information .title {
  float: right;
  height: 100%;
  width: calc(100% - 95px);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 15px;
}
#main #content #blog .pagination {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  width: auto;
}
#main #content #blog .pagination li {
  border: 1px solid #8E101E;
  border-radius: 5px;
  width: 35px;
  line-height: 35px;
  font-size: 15px;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
  float: left;
}
#main #content #blog .pagination li:hover {
  background: #8E101E;
  color: #fff !important;
}
#main #content #blog .pagination li:hover a {
  color: #fff !important;
}
#main #content #blog .pagination li a {
  text-decoration: none;
  color: inherit;
  color: #8E101E;
  font-weight: 600;
}
#main #content #blog .pagination .active {
  background: #8E101E;
}
#main #content #blog .pagination .active a {
  color: #fff;
}
#main #content #blog #read .navigation a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #1B63A0;
}
#main #content #blog #read .content {
  font-size: 14px;
  line-height: 30px;
  color: #444;
}
#main #content #blog #read .content .head h1 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  color: #333;
}
#main #content #blog #read .content .head h6 {
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  color: #8E101E;
}
#main #content #blog #read .content .share {
  margin-top: 50px;
  margin-bottom: 50px;
}
#main #content #blog #read .content .share h6 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #8E101E;
}
#main #content #blog #read .content .share .social-media {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 50px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#main #content #blog #read .content .share .social-media li {
  display: inline-block;
}
#main #content #blog #read .content .share .social-media li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 100%;
  background: #fff;
  transition: all 0.2s linear;
  font-size: 22px;
  text-align: center;
}
#main #content #blog #read .content .share .social-media li a.whatsapp {
  border: 2px solid #2DB742;
  color: #2DB742;
}
#main #content #blog #read .content .share .social-media li a.whatsapp:hover {
  background-color: #2DB742;
  color: #fff;
}
#main #content #blog #read .content .share .social-media li a.twitter {
  border: 2px solid #2CAAE1;
  color: #2CAAE1;
}
#main #content #blog #read .content .share .social-media li a.twitter:hover {
  background-color: #2CAAE1;
  color: #fff;
}
#main #content #blog #read .content .share .social-media li a.facebook {
  border: 2px solid #3B579D;
  color: #3B579D;
}
#main #content #blog #read .content .share .social-media li a.facebook:hover {
  background-color: #3B579D;
  color: #fff;
}
#main #content #blog #read .recent h1 {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #333;
  margin: 0 0 15px 0;
  padding: 0;
  text-align: center;
}
#main #content #blog #read .recent .item {
  text-decoration: none;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #bbb;
}
#main #content #blog #read .recent .item h2 {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  color: #8E101E;
}
#main #content #blog #read .recent .item h3 {
  font-size: 11px;
  text-decoration: none;
  color: #666;
}
#main #content #membership {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  #main #content #membership {
    padding-right: 100px;
    padding-left: 100px;
  }
}
#main #content #membership h1 {
  font-size: 32px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  color: #333 !important;
  text-align: center;
}
#main #content #membership .intro .card {
  margin-top: 30px !important;
  margin-bottom: 25px !important;
  padding-top: 30px;
  padding-bottom: 30px;
}
#main #content #membership .intro .card h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  color: #555 !important;
  text-align: center;
  margin-bottom: 35px !important;
}
#main #content #membership .intro .card table {
  font-size: 13px;
  color: #555;
}
#main #content #membership .intro .card table tr td {
  line-height: 30px;
}
#main #content #membership .intro .register {
  height: 45px;
  background: #1B63A0;
  color: #fff;
  border-radius: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 35px;
}
#main #content #membership .register {
  margin-top: 100px;
  margin-bottom: 100px;
}
#main #content #membership .payment h1 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #555;
}
#main #content #membership .payment table {
  font-size: 13px !important;
}
#main #content #membership .card {
  border-radius: 10px;
  border: 2px solid #8E101E;
}
#main #content #membership .card h1 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #555;
}
#main #content #membership .card h2 {
  font-size: 16px;
  font-weight: 600;
  color: #888;
}
#main #content #membership .card #w0,
#main #content #membership .card #w1 {
  padding-top: 10px;
}
#main #content #membership .card #w0 label,
#main #content #membership .card #w1 label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #777;
}
#main #content #membership .card #w0 .text-input-wrapper,
#main #content #membership .card #w1 .text-input-wrapper {
  height: 110px;
}
#main #content #membership .card #w0 input[type=text],
#main #content #membership .card #w0 input[type=password],
#main #content #membership .card #w0 input[type=number],
#main #content #membership .card #w1 input[type=text],
#main #content #membership .card #w1 input[type=password],
#main #content #membership .card #w1 input[type=number] {
  width: 100%;
  height: 40px;
  line-height: 30px;
  padding: 22px 12px;
  border-radius: 5px;
  border: 2px solid #bbb;
  font-size: 13px;
}
#main #content #membership .card #w0 input[type=file],
#main #content #membership .card #w1 input[type=file] {
  width: 100%;
  height: 48px;
  line-height: 30px;
  padding: 4px 12px;
  border-radius: 5px;
  border: 2px solid #bbb;
  font-size: 13px;
}
#main #content #membership .card #w0 textarea,
#main #content #membership .card #w1 textarea {
  width: 100% !important;
  line-height: 30px;
  padding: 6px 12px;
  border-radius: 5px;
  border: 2px solid #bbb;
  font-size: 13px;
}
#main #content #membership .card #w0 select,
#main #content #membership .card #w1 select {
  width: 100% !important;
  height: 48px;
  line-height: 20px;
  padding: 7px 12px;
  border-radius: 5px;
  border: 2px solid #bbb;
  font-size: 13px;
}
#main #content #membership .card #w0 .form-control:disabled,
#main #content #membership .card #w1 .form-control:disabled {
  background: #ccc !important;
  cursor: not-allowed;
}
#main #content #membership .card #w0 .help-block,
#main #content #membership .card #w1 .help-block {
  margin-top: 6px;
  padding-left: 5px;
  color: #EC4561 !important;
  font-size: 11px;
}
#main #content #membership .card #w0 h6,
#main #content #membership .card #w1 h6 {
  font-size: 16px;
  font-weight: 600;
  color: #555;
}
#main #content #membership .card #w0 button,
#main #content #membership .card #w1 button {
  height: 45px;
  background: #1B63A0;
  color: #fff;
  border-radius: 15px;
  margin-top: -10px;
  letter-spacing: 1px;
}
#main #content #membership .card .note {
  color: #DC062D;
  font-size: 13px;
}
#main #content #membership .card .note td {
  padding: 5px;
}
#main #content #election .header {
  padding-top: 50px;
  letter-spacing: 1.5px;
}
#main #content #election .header h1 {
  font-size: 30px;
  font-weight: bold;
}
#main #content #election .header h3 {
  font-size: 20px;
  color: #888;
}
#main #content #election .card .card-body h1 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}
#main #content #election .card .card-body h3 {
  font-size: 13px;
  color: #888;
}
#main #content #election #voting label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #777;
}
#main #content #election #voting .text-input-wrapper {
  height: 110px;
}
#main #content #election #voting input[type=text] {
  width: 100%;
  height: 40px;
  line-height: 30px;
  padding: 22px 12px;
  border-radius: 5px;
  border: 2px solid #bbb;
  font-size: 13px;
}
#main #content #election #voting select {
  width: 100% !important;
  height: 48px;
  line-height: 20px;
  padding: 7px 12px;
  border-radius: 5px;
  border: 2px solid #bbb;
  font-size: 13px;
}
#main #content #election #voting .help-block {
  margin-top: 6px;
  padding-left: 5px;
  color: #EC4561 !important;
  font-size: 11px;
}
#main #footer {
  width: 100%;
  float: left;
  background-color: #8E101E;
  padding: 45px 0 20px;
  line-height: 24px;
  color: #fff;
  margin-top: -8px;
}
#main #footer .copyright {
  font-size: 14px;
  margin: 0;
  text-align: center;
}
#main #footer .copyright a {
  color: #fff;
  font-weight: bold;
}
#main #footer .copyright a:hover {
  color: #DC062D;
  text-decoration: none;
}
#main #footer .social-icons {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#main #footer .social-icons li {
  display: inline-block;
}
#main #footer .social-icons li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 100%;
  border: 2px solid #8E101E;
  background: #fff;
  transition: all 0.2s linear;
  font-size: 22px;
  text-align: center;
  color: #8E101E;
}
#main #footer .social-icons li a:hover {
  color: #fff;
}
#main #footer .social-icons li a.instagram:hover {
  background-color: #ea4c89;
}
#main #footer .social-icons li a.facebook:hover {
  background-color: #4267B2;
}
#main #footer .social-icons li a.twitter:hover {
  background-color: #00aced;
}

#access .banner {
  background-image: url("../../images/layouts/access/background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #access .banner {
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }
}
#access h1,
#access p {
  margin: 0;
  padding: 0;
  color: #777;
}
#access h1 {
  font-size: 20px;
  font-weight: 700;
}
#access p {
  font-size: 14px;
}
#access .alert {
  font-size: 13px;
}
#access #w0 {
  padding-top: 10px;
}
#access #w0 label {
  font-size: 13px;
  font-weight: bold;
  color: #777;
}
#access #w0 .text-input-wrapper {
  height: 85px;
}
#access #w0 input[type=text],
#access #w0 input[type=password] {
  width: 100%;
  height: 40px;
  line-height: 30px;
  padding: 22px 12px;
  border-radius: 5px;
  border: 2px solid #bbb;
  font-size: 13px;
}
#access #w0 .help-block {
  margin-top: 6px;
  padding-left: 5px;
  color: #EC4561 !important;
  font-size: 11px;
}
#access #w0 button {
  height: 45px;
  background: #1B63A0;
  color: #fff;
  border-radius: 15px;
  margin-top: -10px;
  letter-spacing: 1px;
}
#access a {
  color: #1B63A0;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

#technical {
  background: #dc062d;
}
#technical .d-flex {
  height: 100vh;
}
@keyframes animate {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 500px 0;
  }
}
#technical h1,
#technical h4,
#technical p {
  color: #ccc;
  font-weight: 600;
}
#technical .button {
  display: block;
  position: relative;
  background: #ccc;
  border: 3px solid transparent;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  color: #DC062D;
  line-height: 40px;
  font-size: 18px;
  white-space: nowrap;
  transition: background 0.5s ease;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
#technical .button:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100px;
  background: #ccc;
  bottom: -25px;
  left: 0;
  border: 3px solid #D92027;
  transform: translateX(-60px) rotate(45deg);
  transition: transform 0.5s ease;
}
#technical .button:hover {
  background: transparent;
  border-color: #ccc;
  text-decoration: none;
  color: #ccc;
}
#technical .button:hover:before {
  transform: translateX(300px) rotate(45deg);
}

/**
 * @author      David Rivaldy <davidrivaldy@gmail.com>
 * @copyright   2020 | DRAC
 */
.font-8 {
  font-size: 8px;
}

.font-9 {
  font-size: 9px;
}

.font-10 {
  font-size: 10px;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

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

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-19 {
  font-size: 19px;
}

.font-20 {
  font-size: 20px;
}

.font-21 {
  font-size: 21px;
}

.font-22 {
  font-size: 22px;
}

.font-23 {
  font-size: 23px;
}

.font-24 {
  font-size: 24px;
}

.font-25 {
  font-size: 25px;
}

.font-26 {
  font-size: 26px;
}

.font-27 {
  font-size: 27px;
}

.font-28 {
  font-size: 28px;
}

.font-29 {
  font-size: 29px;
}

.font-30 {
  font-size: 30px;
}

.font-31 {
  font-size: 31px;
}

.font-32 {
  font-size: 32px;
}

.font-33 {
  font-size: 33px;
}

.font-34 {
  font-size: 34px;
}

.font-35 {
  font-size: 35px;
}

.font-36 {
  font-size: 36px;
}

.font-37 {
  font-size: 37px;
}

.font-38 {
  font-size: 38px;
}

.font-39 {
  font-size: 39px;
}

.font-40 {
  font-size: 40px;
}

.font-41 {
  font-size: 41px;
}

.font-42 {
  font-size: 42px;
}

.font-43 {
  font-size: 43px;
}

.font-44 {
  font-size: 44px;
}

.font-45 {
  font-size: 45px;
}

.font-46 {
  font-size: 46px;
}

.font-47 {
  font-size: 47px;
}

.font-48 {
  font-size: 48px;
}

.font-49 {
  font-size: 49px;
}

.font-50 {
  font-size: 50px;
}

.font-100 {
  font-size: 100px;
}

.font-150 {
  font-size: 150px;
}

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

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}/*# sourceMappingURL=fcbfi.css.map */