/*
body {
  padding-top: 119px;
}
*/
body {
  padding-top: 119px;
}

#footer {
    background: linear-gradient(180deg,  #1C1F29 0%,  #0E0E12 100%);
}
#footer .top {
    padding: 56px 0;
    background: url(https://beta.daha.net/img/footerTop.png) no-repeat center, #3E45EB;
}
#footer .top .headContent {
    flex: 0 0 500px;
    widtH: 500px;
    padding: 0 15px;
}
#footer .top .headContent strong {
    background: none;
    color: #fff;
    border: 1px solid #fff;
}
#footer .top .headContent strong i {
    color: #fff;
}
#footer .top .headContent em {
    color: #fff;
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    padding: 24px 0 16px;
}
#footer .top .headContent p {
    color: rgba(255, 255, 255, 0.5);
}
#footer .top ul {
    font-size: 0;
    text-align: right !important;
}
#footer .top ul li {
    display: inline-block;
    text-align: center !important;
    color: #fff;
    padding: 0 32px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}
#footer .top ul li i {
    font-size: 32px;
    display: block;
}
#footer .top ul li strong {
    display: block;
    font-size: 14px;
    font-weight: normal !important;
    opacity: .7;
    padding: 16px 0 12px;
}
#footer .top ul li a {
    font-size: 20px;
    color: #fff;
    line-height: 1;
}
#footer .top ul li:first-child {
    padding-left: 0;
    border-left: none;
}
#footer .top ul li:last-child {
    padding-right: 0;
}
#footer .menu {
    padding-top: 32px;
}
#footer .menu strong {
    display: block;
    font-size: 18px;
    font-weight: 600 !important;
    color: #fff;
    margin-top: 32px;
    position: relative;
    padding-right: 24px;
}
#footer .menu strong i {
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 0;
    display: none;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#footer .menu ul li {
    padding-top: 8px;
}
#footer .menu ul li a {
    color: #535C6C;
}
#footer .menu ul li a:hover {
    color: #fff;
}
#footer .bottom {
    padding-top: 60px;
}
#footer .bottom>div {
    padding-bottom: 20px;
}
#footer .bottom>div>* {
    padding: 5px 15px;
}
#footer .bottom>div p {
    padding-left: 40px;
    font-size: 18px;
    color: #7686A1;
    position: relative;
}
#footer .bottom>div p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 24px;
    height: 1px;
    background: #7686A1;
}
#footer .bottom>div ul {
    font-size: 0;
    padding: 0 7px;
}
#footer .bottom>div ul li {
    display: inline-block;
    vertical-align: middle;
}
#footer .bottom>div ul li a {
    display: block;
    font-size: 24px;
    color: #7686A1;
    padding: 8px;
}
#footer .bottom>div ul li a:hover {
    color: #fff;
}
#footer .bottom>p {
    overflow: hidden;
    padding: 15px 0;
    border-top: 1px solid rgba(68, 91, 120, 0.5);
}
#footer .bottom>p>span {
    margin: 0 -24px;
}
#footer .bottom>p>span strong {
    padding: 5px 24px;
    font-weight: normal !important;
    color: #fff;
}
#footer .bottom>p>span span {
    color: #7686A2;
    padding: 5px 24px;
    position: relative;
}
#footer .bottom>p>span span:before {
    position: absolute;
    content: "";
    right: -8px;
    top: 50%;
    width: 16px;
    heighT: 1px;
    background: #7686A2;
}
#footer .bottom>p>span span:last-child:before {
    display: none;
}



@media (max-width: 1270px) {


  #footer .top {
      text-align: center !important;
  }
  #footer .top .headContent {
      flex: 0 0 100%;
      width: 100%;
      padding-bottom: 30px;
  }
  #footer .top ul {
      text-align: center !important;
  }
  #footer .bottom>p>span strong {
      text-align: center !important;
  }
}

@media (max-width: 911px) {


  #footer .bottom>div>div {
      text-align: center !important;
  }
  #footer .bottom>div p {
      padding-left: 15px;
  }
  #footer .bottom>div p:before {
      display: none;
  }
  #footer .bottom>p>span span {
      text-align: center !important;
  }
  #footer .bottom>p>span span:before {
      display: none;
  }


}


@media (max-width: 768px) {


  #footer .top .headContent {
      padding-bottom: 0;
  }
  #footer .top ul li {
      display: block;
      border-left: none;
      padding: 30px 0 0;
  }
  #footer .menu {
      border-bottom: 1px solid rgba(68, 91, 120, 0.5);
  }
  #footer .menu>div>div {
      padding: 0;
  }
  #footer .menu strong {
      margin-top: 0;
      padding: 10px 40px 10px 15px;
      border-top: 1px solid rgba(68, 91, 120, 0.5);
  }
  #footer .menu strong i {
      display: block;
      righT: 15px;
  }
  #footer .menu strong.open i {
      transform: rotateX(180deg);
  }
  #footer .menu ul {
      display: none;
      padding: 0 15px 24px;
  }
  #footer .menu ul li:first-child {
      padding-top: 0;
  }
  #footer .bottom {
      text-align: center !important;
  }

}

/*



#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
          box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
#header .header-top {
  width: 100%;
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
}

.header-top .top-left {
  margin-right: auto;
}
#header .header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  padding: 0 !important;
  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 !important;
}

#header .header-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .header-top ul li {
  display: inline-block;
  font-size: 14px;
  border-right: 1px solid rgba(102, 112, 147, 0.2);
  vertical-align: middle;
  line-height: 20px;
}

#header .header-top ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 24px 10px 48px;
  color: #667093;
  font-weight: 600;
}

#header .header-top ul li a i {
  margin-right: 5px;
}

#header .header-top ul li a:first-child {
  padding-left: 24px;
}

#header .header-main {
  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;
}

#header .header-main > ul {
  font-size: 0;
  text-align: right !important;
  margin-left: auto;
}

#header .header-main > ul > li {
  display: inline-block;
  vertical-align: top;
}

/*

@media only screen and (min-width: 992px) {


  #header .header-main > ul > li:hover > div {
    display: block;
  }
}

*/

/*
#header .header-main > ul > li > a {
  position: relative;
  display: block;
  color: #081131;
  line-height: 24px;
  padding: 24px 20px;
  font-weight: 500;
}
#header .header-main > ul > li:hover > a {
  background: #fafafa;
}
#header .header-main > ul > li:hover > a::before {
 opacity: 1;
}
#header .header-main > ul > li > a i{
  display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      padding-left: 4px;
      -moz-transition-duration: .3s;
      -o-transition-duration: .3s;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      -moz-transition-timing-function: ease-in;
      -o-transition-timing-function: ease-in;
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
}

#header .header-main > ul > li > a span {
  font-size: 15px;
  vertical-align: middle;
  display: inline-block;
}

#header .header-main > ul > li > a::before {
  position: absolute;
  content: "";
  z-index: 8;
  left: 0;
  bottom: -1px;
  right: 0;
  height: 1px;
    background: linear-gradient(315deg, #6a93cb 0%, #a4bfef 74%);
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#header .header-main > ul > li > div {
  position: absolute;
  z-index: 6;
  width: 100vw;
  background: #fff;
  left: 50%;
  margin-left: -50vw;
  top: 100%;
  font-size: 14px;
  -webkit-box-shadow: 0 64px 64px rgba(0, 0, 0, 0.24);
          box-shadow: 0 64px 64px rgba(0, 0, 0, 0.24);
  border-top: 1px solid rgba(102, 112, 147, 0.2);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#header .header-main > ul > li > div > div {
  text-align: left !important;
  padding: 10px 14px;
  overflow: hidden;
}

#header .header-main > ul > li > div > div .col {
  padding: 10px 5px;
}

#header .header-main > ul > li > div > div .col > strong {
  display: block;
  font-weight: 500;
  color: #667093;
}

#header .header-main > ul > li > div > div .col ul li {
  padding-top: 12px;
}

#header .header-main > ul > li > div > div .col ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  justify-content: center;
  background: #e8ebef;
  border-radius: 8px;
  padding: 12px 12px 12px 12px;
  font-size: 11px;
  line-height: 16px;
  min-height: 230px;
}
#header .header-main > ul > li > div > div .col ul li a:hover {
    background: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / 23%);
}

#header .header-main > ul > li > div > div .col ul li a:hover i {
    border-radius: 50%;
    background: #0887fd;
    color: #fff;
}
#header .header-main > ul > li > div > div .col ul li a img {
  margin-bottom: 10px;
}

#header .header-main > ul > li > div > div .col ul li a i {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  text-align: center !important;
  background: #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0887fd;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#header .header-main > ul > li > div > div .col ul li a strong {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 8px;
  color: #30313f;
}


#header .header-main .sepet {
border-left: 1px solid rgba(102,112,147,.2);
}
#header .header-main .sepet a {
  color: #081131;
      font-size: 15px;
      text-align: right!important;
      display: flex;
      align-items: center;
      justify-content: space-between;
      line-height: 72px;
      padding: 0 0 0 20px;
}

#header .header-main > a {
  position: absolute;
    right: 15px;
    top: 50%;
    width: 48px;
    border-radius: 4px;
    background: #081131;
    color: #fff;
    text-align: center!important;
    font-size: 24px;
    margin-top: -24px;
    display: none;
}

#header .header-main .sepet a b {
      min-width: 24px;
      padding: 0 4px;
      text-align: center!important;
      background: #00b57f;
      border-radius: 4px;
      color: #fff;
      font-weight: 600;
}


#header .header-main ol {
  padding-top: 4px;
}

#header .header-main ol li {
      padding-top: 12px;
}

#header .header-main ol li a {
  position: relative;
color: #00104b;
font-size: 15px;
font-weight: 400;
padding-left: 24px;
}
#header .header-main ol li a i {
  position: absolute;
      left: 0;
      top: 0;
      font-size: 16px;
      color: #00b57f;
}




*/

#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 8;
    background: #FFFFFF;
}
#header .hill {
    background: #2930C7;
    padding: 12px 0;
}

#header .hill a {
  color: #fff;
}

#header .hill .left .tag {
    font-weight: normal !important;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    padding: 7px 8px;
    border-radius: 12px;
}
#header .hill .center {
    text-align: center !important;
    color: #fff;
}
#header .hill .center>div {
    display: table;
    margin: 0 auto;
}
#header .hill .center>div>* {
    display: table-cell;
    vertical-align: middle;
}
#header .hill .center>div>strong {
    font-size: 15px;
    font-weight: normal !important;
    white-space: nowrap;
}
#header .hill .center>div>div ul {
    font-size: 0;
    height: 32px;
    overflow: hidden;
}
#header .hill .center>div>div ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 16px;
}
#header .hill .center>div>div ul li a {
    display: block;
}
#header .hill .center>div>div ul li a strong {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    padding-right: 8px;
}
#header .hill .center>div>div ul li a>span {
    line-height: 30px;
    padding: 0 9px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
#header .hill .center>div>div ul li a>span u {
    opacity: .5;
    text-decoration: line-through;
}
#header .hill .center>div>div ul li a>span.active {
    display: inline-block;
}
#header .hill .center>div>div ul li a:hover {
    color: #fff;
}
#header .hill .center>div>div ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 1px;
    height: 24px;
    margin-top: -12px;
    background: rgba(255, 255, 255, 0.2);
}
#header .hill .center>div>div ul li:first-child:before {
    display: none;
}
#header .hill .center>div>span {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
}
#header .hill .center>div>span a {
    color: #fff;
    text-decoration: underline !important;
}
#header .hill .right a {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}
#header .top {
    padding: 10px 0;
    background: #0B254B;
}
#header .top ul {
    font-size: 0;
}
#header .top ul li {
    position: relative;
    display: inline-block;
    padding-right: 33px;
}
#header .top ul li a, #header .top ul li strong {
    position: relative;
    display: block;
    font-size: 13px;
    padding-lefT: 24px;
    font-weight: normal !important;
    line-height: 20px;
    color: #FFFFFF;
}
#header .top ul li a b, #header .top ul li strong b {
    font-weight: normal !important;
}
#header .top ul li a i, #header .top ul li strong i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    font-size: 16px;
    opacity: .5;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .top ul li a:hover i, #header .top ul li strong:hover i {
    opacity: 1;
}
#header .top ul li:before {
    position: absolute;
    content: "";
    right: 16px;
    top: 50%;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background: rgba(255, 255, 255, 0.2);
}
#header .top ul li:last-child {
    padding-right: 0;
}
#header .top ul li:last-child:before {
    display: none;
}
#header .top .right li {
    padding-left: 8px;
}
#header .top .right li a {
    color: #05CB9F;
}
#header .top .right li a i {
    opacity: 1;
}
#header .top .right li strong {
    display: none;
    padding-right: 20px;
    cursor: pointer;
}
#header .top .right li strong span {
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 0;
    font-size: 16px;
}
#header .top .right li strong i {
    opacity: 1;
}
#header .top .right li strong.active {
    display: block;
}
#header .bottom {
    position: relative;
    padding: 0 265px 0 220px;
}
#header .bottom>a {
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 50%;
    margin-top: -28px;
    heighT: 56px;
}
#header .bottom>ul {
    position: relative;
    padding: 20px;
    font-size: 0;
}
#header .bottom>ul>li {
    position: relative;
    display: inline-block;
}
#header .bottom>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 18px;
    border-radius: 16px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>ul>li>a>span {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    vertical-align: middle;
}
#header .bottom>ul>li>a i {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    vertical-align: middle;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>ul>li>a b {
    position: absolute;
    left: 18px;
    top: -6px;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    padding: 0 4px;
}
#header .bottom>ul>li>a b span {
    font-weight: normal !important;
    padding: 0;
}
#header .bottom>ul>li>a b:before {
    opacity: 1;
}
#header .bottom>ul>li>div {
    position: absolute;
    left: 50%;
    top: 100%;
    padding-top: 8px;
    opacity: 0;
    width: 600px;
    margin-left: -300px;
    visibility: hidden;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>ul>li>div>div {
    background: #FFFFFF;
    box-shadow: 0 10px 88px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    padding: 16px;
}
#header .bottom>ul>li>div>div ul {
    margin: 0;
}
#header .bottom>ul>li>div>div ul li {
    padding: 0;
    flex: 0 0 50%;
    width: 50%}
#header .bottom>ul>li>div>div ul li a {
    display: block;
    font-size: 14px;
    padding: 16px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    text-align: left !important;
    border-radius: 16px;
}
#header .bottom>ul>li>div>div ul li a strong {
    display: block;
    color: #0B254B;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 0 8px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>ul>li>div>div ul li a i {
    display: block;
    font-size: 24px;
    color: #fff;
    text-align: center !important;
    line-height: 48px;
    width: 48px;
    background: #0077FF;
    border-radius: 100%;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>ul>li>div>div ul li a:hover {
    color: #445B78;
    box-shadow: 0 10px 72px rgba(0, 0, 0, 0.08);
}
#header .bottom>ul>li>div>div ol {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#header .bottom>ul>li>div>div ol li {
    position: relative;
    margin: -1px 0 0 -1px;
    padding: 0;
    border-top: 1px solid rgba(68, 91, 120, 0.15);
    flex: 0 0 50%;
    width: 50%}
#header .bottom>ul>li>div>div ol li a {
    position: relative;
    display: block;
    font-size: 13px;
    padding: 16px 16px 16px 72px;
    text-align: left !important;
}
#header .bottom>ul>li>div>div ol li a strong {
    display: block;
    color: #0B254B;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 8px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>ul>li>div>div ol li a i {
    position: absolute;
    left: 0;
    top: 16px;
    display: block;
    font-size: 28px;
    color: #fff;
    text-align: center !important;
    line-height: 56px;
    width: 56px;
    color: #0077FF;
    background: rgba(0, 119, 255, 0.06);
    border-radius: 100%;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>ul>li>div>div ol li a:hover {
    color: #445B78;
}
#header .bottom>ul>li>div>div ol li a:hover i {
    color: #fff;
    background: #0077FF;
}
#header .bottom>ul>li>div>div ol li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 16px;
    bottom: 16px;
    width: 1px;
    background: rgba(68, 91, 120, 0.15);
}
#header .bottom>ul>li>div>div ol li:nth-child(even) a {
    padding: 16px 0 16px 88px;
}
#header .bottom>ul>li>div>div ol li:nth-child(even) a i {
    left: 16px;
}
#header .bottom>ul>li>div>div>p {
    margin: 0 -15px;
    margin: 0 -16px;
    padding: 32px 24px 16px;
    border-top: 1px solid rgba(68, 91, 120, 0.15);
}
#header .bottom>ul>li>div>div>p>* {
    padding: 0 15px;
}
#header .bottom>ul>li>div>div>p>span {
    font-size: 14px;
    color: #0B254B;
    display: table;
    width: 100%;
    padding: 0;
}
#header .bottom>ul>li>div>div>p>span>* {
    display: table-cell;
    vertical-align: middle;
    padding: 0 8px;
}
#header .bottom>ul>li>div>div>p>span strong {
    font-weight: 600;
}
#header .bottom>ul>li>div>div>p>span>i {
    width: 64px;
}
#header .bottom>ul>li>div>div>p>span>i:before {
    font-size: 24px;
    color: #445B78;
    line-height: 46px;
    display: block;
    width: 48px;
    border-radius: 100%;
    text-align: center !important;
    border: 1px solid rgba(68, 91, 120, 0.15);
}
#header .bottom>ul>li>div>div>p>span>b {
    text-align: right !important;
}
#header .bottom>ul>li>div>div>p>span>b a {
    font-weight: 600;
    color: #0077FF;
    position: relative;
    padding-right: 24px;
}
#header .bottom>ul>li>div>div>p>span>b a i {
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 0;
    font-size: 20px;
}
#header .bottom>ul>li>div:before {
    position: absolute;
    content: "";
    left: 50%;
    top: -6px;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    margin-left: -7px;
}
#header .bottom>ul>li.hover>a i, #header .bottom>ul>li:hover>a i {
    transform: rotateX(180deg);
}
#header .bottom>ul>li.hover>div, #header .bottom>ul>li:hover>div {
    opacity: 1;
    visibility: visible;
}
#header .bottom>ul:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 1px;
    heighT: 32px;
    margin-top: -16px;
    background: rgba(68, 91, 120, 0.2);
}
#header .bottom>div {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
}
#header .bottom>div .basket {
    position: relative;
    border: 1px solid rgba(68, 91, 120, 0.2);
    border-radius: 16px;
    font-size: 15px;
    line-height: 22px;
    padding: 11px 16px 11px 48px;
    margin-left: 8px;
    vertical-align: middle;
    display: inline-block;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>div .basket i {
    position: absolute;
    lefT: 16px;
    top: 50%;
    line-height: 0;
    font-size: 24px;
}
#header .bottom>div .basket b {
    display: block;
    line-height: 24px;
    border-radius: 12px;
    padding: 0 3px;
    min-width: 24px;
    color: #0077FF;
    background: rgba(0, 119, 255, 0.15);
    text-align: center !important;
    font-size: 13px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>div .basket:hover {
    color: #fff;
    background: #0077FF;
    border-color: #0077FF;
}
#header .bottom>div .basket:hover b {
    color: #0077FF;
    background: #fff;
}
#header .bottom>div .account {
    position: relative;
    border: 1px solid #0077FF;
    background: #0077FF;
    border-radius: 16px;
    font-size: 15px;
    line-height: 22px;
    padding: 12px 24px 12px 48px;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>div .account i {
    position: absolute;
    lefT: 16px;
    top: 50%;
    line-height: 0;
    font-size: 24px;
}
#header .bottom>div .account b {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    border-radius: 100%;
    width: 20px;
    background: #0077FF;
    color: #fff;
    text-align: center !important;
    font-size: 13px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>div .account:hover {
    color: #0077FF;
    background: #fff;
    border-color: rgba(68, 91, 120, 0.2);
}
#header .bottom>div .mmenu {
    position: relative;
    border: 1px solid rgba(68, 91, 120, 0.2);
    border-radius: 16px;
    margin-left: 6px;
    vertical-align: middle;
    display: none;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>div .mmenu i {
    display: block;
    widtH: 46px;
    text-align: center !important;
    line-height: 46px;
    font-size: 24px;
}
#header .bottom>div .mmenu:hover {
    color: #fff;
    background: #0077FF;
    border-color: #0077FF;
}
#header.fix {
    position: fixed;
    top: -40px;
}

@media (max-width:1199px) {
    #header .hill .center>div>span {
    display: none;
}
#header .bottom {
    padding-right: 134px;
}
#header .bottom>ul>li>a {
    padding: 12px 8px;
}
#header .bottom>ul>li>a b {
    left: 8px;
}
#header .bottom>div .account {
    font-size: 0;
    padding: 23px;
    line-height: 0;
}
#header .bottom>div .account i {
    left: 0;
    width: 100%;
    text-align: center !important;
}
#header .bottom>div .basket {
    line-height: 0;
    padding: 23px;
}
#header .bottom>div .basket i {
    left: 0;
    width: 100%;
    text-align: center !important;
}
#header .bottom>div .basket b {
    position: absolute;
    righT: 4px;
    top: 4px;
    line-height: 20px;
    min-width: 20px;
    color: #fff;
    background: #0077FF;
}





}


@media (max-width: 911px) {


  #header .hill .left, #header .hill .center>div>strong {
      display: none;
  }
  #header .bottom {
      padding: 0 190px 0 15px;
  }
  #header .bottom>a {
      position: relative;
      display: inline-block;
      left: 0;
      padding: 15px 0;
      margin: 0;
      height: auto;
  }
  #header .bottom>a.blog {
      position: absolute;
      padding: 0;
  }
  #header .bottom>ul {
      display: none;
  }
  #header .bottom>div .basket {
      font-size: 0;
      width: 48px;
      heighT: 48px;
      padding: 0;
  }
  #header .bottom>div .basket i {
      left: 0;
      width: 100%;
      text-align: center !important;
  }
  #header .bottom>div .account {
      font-size: 0;
      width: 48px;
      heighT: 48px;
      padding: 0;
      margin-left: 6px;
  }
  #header .bottom>div .account i {
      left: 0;
      width: 100%;
      text-align: center !important;
  }
  #header .bottom>div .mmenu {
      display: inline-block;
  }


}

@media (max-width: 768px) {



  #header .hill .center {
      padding-right: 0;
  }
  #header .hill .center>div>div ul {
      height: 49px;
  }
  #header .hill .center>div>div ul li {
      padding: 0 4px;
  }
  #header .hill .center>div>div ul li a strong {
      display: block;
      font-size: 14px;
      padding-right: 0;
  }
  #header .hill .center>div>div ul li a span {
      font-size: 12px;
      line-height: 26px;
      padding: 0 6px;
  }
  #header .hill .center>div>div ul li:before {
      display: none;
  }
  #header .hill .right {
      padding-left: 4px;
  }
  #header .top {
      text-align: center !important;
      display: none;
  }
  #header .top ul li {
      padding-right: 16px;
  }
  #header .top ul li:before {
      right: 8px;
  }
  #header .top .right {
      padding-top: 10px;
  }
  #header .top .right li {
      padding-left: 0;
  }
  #header.fix {
      top: -70px;
  }


}


#header .container, #footer .container {
  width: auto;
max-width: 1270px;
}


.mm-wrapper__blocker.mm-slideout {
    background: rgba(0, 0, 0, 0.8);
}
.mm-listitem .tag {
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    padding: 0 4px;
}
.mm-listitem .tag span {
    font-weight: normal !important;
    padding: 0;
    color: #fff;
}
.mm-listitem .tag:before {
    opacity: 1;
}
.mm-listitem:after {
    left: 0;
}
.subBoxMenu.mm-listitem {
    padding: 12px 12px 0;
}
.subBoxMenu.mm-listitem a {
    display: block;
    font-size: 14px;
    padding: 16px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    text-align: left !important;
    border-radius: 16px;
}
.subBoxMenu.mm-listitem a strong {
    display: block;
    color: #0B254B;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 0 8px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.subBoxMenu.mm-listitem a i {
    display: block;
    font-size: 24px;
    color: #fff;
    text-align: center !important;
    line-height: 48px;
    width: 48px;
    background: #0077FF;
    border-radius: 100%;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.subBoxMenu.mm-listitem a:hover {
    color: #445B78;
    box-shadow: 0 10px 72px rgba(0, 0, 0, 0.08);
}
.subBoxMenu.mm-listitem:after {
    display: none;
}


.tag {
    position: relative;
    color: #0077FF;
    font-style: normal;
    font-size: 12px;
    padding: 3px 4px;
    display: inline-block;
    font-weight: 600 !important;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.tag span {
    display: block;
    position: relative;
    padding-left: 22px;
    z-index: 2;
}
.tag span i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    font-size: 16px;
}
.tag:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #0077FF;
    opacity: .1;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.tag.red {
    color: #FB1427;
}
.tag.red:before {
    background: #FB1427;
}
.tag.green {
    color: #05CB9F;
}
.tag.green:before {
    background: #05CB9F;
}
.tag.orange {
    color: #FFBC00;
}
.tag.orange:before {
    background: #FFBC00;
}
.tag.purple {
    color: #6F2FFA;
}
.tag.purple:before {
    background: #6F2FFA;
}


@font-face {
  font-family: 'iconsax';
  src:  url('./iconsax/icomoon.eot?omhj9g');
  src:  url('./iconsax/icomoon.eot?omhj9g#iefix') format('embedded-opentype'),
    url('./iconsax/icomoon.ttf?omhj9g') format('truetype'),
    url('./iconsax/icomoon.woff?omhj9g') format('woff'),
    url('./iconsax/icomoon.svg?omhj9g#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="iconsax-"], [class*=" iconsax-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconsax' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconsax-square:before {
  content: "\e900";
}
.iconsax-support:before {
  content: "\e901";
}
.iconsax-activity:before {
  content: "\e902";
}
.iconsax-add:before {
  content: "\e903";
}
.iconsax-add-circle:before {
  content: "\e904";
}
.iconsax-additem:before {
  content: "\e905";
}
.iconsax-add-square:before {
  content: "\e906";
}
.iconsax-airdrop:before {
  content: "\e907";
}
.iconsax-airplane:before {
  content: "\e908";
}
.iconsax-airplane-square:before {
  content: "\e909";
}
.iconsax-airpod:before {
  content: "\e90a";
}
.iconsax-airpods:before {
  content: "\e90b";
}
.iconsax-alarm:before {
  content: "\e90c";
}
.iconsax-align-bottom:before {
  content: "\e90d";
}
.iconsax-align-horizontally:before {
  content: "\e90e";
}
.iconsax-align-left:before {
  content: "\e90f";
}
.iconsax-align-right:before {
  content: "\e910";
}
.iconsax-align-vertically:before {
  content: "\e911";
}
.iconsax-aquarius:before {
  content: "\e912";
}
.iconsax-archive:before {
  content: "\e913";
}
.iconsax-archive-1:before {
  content: "\e914";
}
.iconsax-archive-2:before {
  content: "\e915";
}
.iconsax-archive-add:before {
  content: "\e916";
}
.iconsax-archive-book:before {
  content: "\e917";
}
.iconsax-archive-minus:before {
  content: "\e918";
}
.iconsax-archive-slash:before {
  content: "\e919";
}
.iconsax-archive-tick:before {
  content: "\e91a";
}
.iconsax-arrange-circle:before {
  content: "\e91b";
}
.iconsax-arrange-circle-2:before {
  content: "\e91c";
}
.iconsax-arrange-square:before {
  content: "\e91d";
}
.iconsax-arrange-square-2:before {
  content: "\e91e";
}
.iconsax-arrow:before {
  content: "\e91f";
}
.iconsax-arrow-2:before {
  content: "\e920";
}
.iconsax-arrow-3:before {
  content: "\e921";
}
.iconsax-arrow-bottom:before {
  content: "\e922";
}
.iconsax-arrow-circle-down:before {
  content: "\e923";
}
.iconsax-arrow-circle-left:before {
  content: "\e924";
}
.iconsax-arrow-circle-right:before {
  content: "\e925";
}
.iconsax-arrow-circle-up:before {
  content: "\e926";
}
.iconsax-arrow-down:before {
  content: "\e927";
}
.iconsax-arrow-down-1:before {
  content: "\e928";
}
.iconsax-arrow-down-2:before {
  content: "\e929";
}
.iconsax-arrow-left:before {
  content: "\e92a";
}
.iconsax-arrow-left-1:before {
  content: "\e92b";
}
.iconsax-arrow-left-2:before {
  content: "\e92c";
}
.iconsax-arrow-left-3:before {
  content: "\e92d";
}
.iconsax-arrow-right:before {
  content: "\e92e";
}
.iconsax-arrow-right-1:before {
  content: "\e92f";
}
.iconsax-arrow-right-2:before {
  content: "\e930";
}
.iconsax-arrow-right-3:before {
  content: "\e931";
}
.iconsax-arrow-right-4:before {
  content: "\e932";
}
.iconsax-arrow-square:before {
  content: "\e933";
}
.iconsax-arrow-square-down:before {
  content: "\e934";
}
.iconsax-arrow-square-left:before {
  content: "\e935";
}
.iconsax-arrow-square-up:before {
  content: "\e936";
}
.iconsax-arrow-swap:before {
  content: "\e937";
}
.iconsax-arrow-swap-horizontal:before {
  content: "\e938";
}
.iconsax-arrow-up:before {
  content: "\e939";
}
.iconsax-arrow-up-1:before {
  content: "\e93a";
}
.iconsax-arrow-up-2:before {
  content: "\e93b";
}
.iconsax-arrow-up-3:before {
  content: "\e93c";
}
.iconsax-attach-circle:before {
  content: "\e93d";
}
.iconsax-attach-square:before {
  content: "\e93e";
}
.iconsax-audio-square:before {
  content: "\e93f";
}
.iconsax-autobrightness:before {
  content: "\e940";
}
.iconsax-award:before {
  content: "\e941";
}
.iconsax-back-square:before {
  content: "\e942";
}
.iconsax-backward:before {
  content: "\e943";
}
.iconsax-backward-5-seconds:before {
  content: "\e944";
}
.iconsax-backward-10-seconds:before {
  content: "\e945";
}
.iconsax-backward-15-seconds:before {
  content: "\e946";
}
.iconsax-backward-item:before {
  content: "\e947";
}
.iconsax-bag:before {
  content: "\e948";
}
.iconsax-bag-2:before {
  content: "\e949";
}
.iconsax-bag-cross:before {
  content: "\e94a";
}
.iconsax-bag-cross-1:before {
  content: "\e94b";
}
.iconsax-bag-happy:before {
  content: "\e94c";
}
.iconsax-bag-tick:before {
  content: "\e94d";
}
.iconsax-bag-tick-2:before {
  content: "\e94e";
}
.iconsax-bag-timer:before {
  content: "\e94f";
}
.iconsax-bank:before {
  content: "\e950";
}
.iconsax-barcode:before {
  content: "\e951";
}
.iconsax-battery-3full:before {
  content: "\e952";
}
.iconsax-battery-charging:before {
  content: "\e953";
}
.iconsax-battery-disable:before {
  content: "\e954";
}
.iconsax-battery-empty:before {
  content: "\e955";
}
.iconsax-battery-empty-1:before {
  content: "\e956";
}
.iconsax-battery-full:before {
  content: "\e957";
}
.iconsax-bezier:before {
  content: "\e958";
}
.iconsax-bill:before {
  content: "\e959";
}
.iconsax-bitcoin-card:before {
  content: "\e95a";
}
.iconsax-bitcoin-convert:before {
  content: "\e95b";
}
.iconsax-bitcoin-refresh:before {
  content: "\e95c";
}
.iconsax-blend:before {
  content: "\e95d";
}
.iconsax-blend-2:before {
  content: "\e95e";
}
.iconsax-bluetooth:before {
  content: "\e95f";
}
.iconsax-bluetooth-2:before {
  content: "\e960";
}
.iconsax-bluetooth-circle:before {
  content: "\e961";
}
.iconsax-bluetooth-rectangle:before {
  content: "\e962";
}
.iconsax-blur:before {
  content: "\e963";
}
.iconsax-book:before {
  content: "\e964";
}
.iconsax-book-1:before {
  content: "\e965";
}
.iconsax-bookmark:before {
  content: "\e966";
}
.iconsax-bookmark-2:before {
  content: "\e967";
}
.iconsax-book-saved:before {
  content: "\e968";
}
.iconsax-book-square:before {
  content: "\e969";
}
.iconsax-box:before {
  content: "\e96a";
}
.iconsax-box-1:before {
  content: "\e96b";
}
.iconsax-box-2:before {
  content: "\e96c";
}
.iconsax-box-add:before {
  content: "\e96d";
}
.iconsax-box-remove:before {
  content: "\e96e";
}
.iconsax-box-search:before {
  content: "\e96f";
}
.iconsax-box-tick:before {
  content: "\e970";
}
.iconsax-box-time:before {
  content: "\e971";
}
.iconsax-briefcase:before {
  content: "\e972";
}
.iconsax-brifecase-cross:before {
  content: "\e973";
}
.iconsax-brifecase-tick:before {
  content: "\e974";
}
.iconsax-brifecase-timer:before {
  content: "\e975";
}
.iconsax-broom:before {
  content: "\e976";
}
.iconsax-brush:before {
  content: "\e977";
}
.iconsax-brush-1:before {
  content: "\e978";
}
.iconsax-brush-2:before {
  content: "\e979";
}
.iconsax-brush-3:before {
  content: "\e97a";
}
.iconsax-brush-4:before {
  content: "\e97b";
}
.iconsax-bubble:before {
  content: "\e97c";
}
.iconsax-bucket:before {
  content: "\e97d";
}
.iconsax-bucket-circle:before {
  content: "\e97e";
}
.iconsax-bucket-square:before {
  content: "\e97f";
}
.iconsax-building:before {
  content: "\e980";
}
.iconsax-building-3:before {
  content: "\e981";
}
.iconsax-building-4:before {
  content: "\e982";
}
.iconsax-buildings:before {
  content: "\e983";
}
.iconsax-buildings-2:before {
  content: "\e984";
}
.iconsax-buliding:before {
  content: "\e985";
}
.iconsax-bus:before {
  content: "\e986";
}
.iconsax-buy-crypto:before {
  content: "\e987";
}
.iconsax-cake:before {
  content: "\e988";
}
.iconsax-calculator:before {
  content: "\e989";
}
.iconsax-calendar:before {
  content: "\e98a";
}
.iconsax-calendar-1:before {
  content: "\e98b";
}
.iconsax-calendar-2:before {
  content: "\e98c";
}
.iconsax-calendar-add:before {
  content: "\e98d";
}
.iconsax-calendar-circle:before {
  content: "\e98e";
}
.iconsax-calendar-edit:before {
  content: "\e98f";
}
.iconsax-calendar-remove:before {
  content: "\e990";
}
.iconsax-calendar-search:before {
  content: "\e991";
}
.iconsax-calendar-tick:before {
  content: "\e992";
}
.iconsax-call:before {
  content: "\e993";
}
.iconsax-call-add:before {
  content: "\e994";
}
.iconsax-call-calling:before {
  content: "\e995";
}
.iconsax-call-incoming:before {
  content: "\e996";
}
.iconsax-call-minus:before {
  content: "\e997";
}
.iconsax-call-outgoing:before {
  content: "\e998";
}
.iconsax-call-received:before {
  content: "\e999";
}
.iconsax-call-remove:before {
  content: "\e99a";
}
.iconsax-call-slash:before {
  content: "\e99b";
}
.iconsax-camera:before {
  content: "\e99c";
}
.iconsax-camera-slash:before {
  content: "\e99d";
}
.iconsax-candle:before {
  content: "\e99e";
}
.iconsax-candle-2:before {
  content: "\e99f";
}
.iconsax-car:before {
  content: "\e9a0";
}
.iconsax-card:before {
  content: "\e9a1";
}
.iconsax-card-add:before {
  content: "\e9a2";
}
.iconsax-card-coin:before {
  content: "\e9a3";
}
.iconsax-card-edit:before {
  content: "\e9a4";
}
.iconsax-card-pos:before {
  content: "\e9a5";
}
.iconsax-card-receive:before {
  content: "\e9a6";
}
.iconsax-card-remove:before {
  content: "\e9a7";
}
.iconsax-card-remove-1:before {
  content: "\e9a8";
}
.iconsax-cards:before {
  content: "\e9a9";
}
.iconsax-card-send:before {
  content: "\e9aa";
}
.iconsax-card-slash:before {
  content: "\e9ab";
}
.iconsax-card-tick:before {
  content: "\e9ac";
}
.iconsax-card-tick-1:before {
  content: "\e9ad";
}
.iconsax-category:before {
  content: "\e9ae";
}
.iconsax-category-2:before {
  content: "\e9af";
}
.iconsax-cd:before {
  content: "\e9b0";
}
.iconsax-chart:before {
  content: "\e9b1";
}
.iconsax-chart-1:before {
  content: "\e9b2";
}
.iconsax-chart-2:before {
  content: "\e9b3";
}
.iconsax-chart-3:before {
  content: "\e9b4";
}
.iconsax-chart-21:before {
  content: "\e9b5";
}
.iconsax-chart-fail:before {
  content: "\e9b6";
}
.iconsax-chart-square:before {
  content: "\e9b7";
}
.iconsax-chart-success:before {
  content: "\e9b8";
}
.iconsax-check:before {
  content: "\e9b9";
}
.iconsax-chrome:before {
  content: "\e9ba";
}
.iconsax-clipboard:before {
  content: "\e9bb";
}
.iconsax-clipboard-close:before {
  content: "\e9bc";
}
.iconsax-clipboard-export:before {
  content: "\e9bd";
}
.iconsax-clipboard-import:before {
  content: "\e9be";
}
.iconsax-clipboard-text:before {
  content: "\e9bf";
}
.iconsax-clipboard-tick:before {
  content: "\e9c0";
}
.iconsax-clock:before {
  content: "\e9c1";
}
.iconsax-clock-1:before {
  content: "\e9c2";
}
.iconsax-close-circle:before {
  content: "\e9c3";
}
.iconsax-close-square:before {
  content: "\e9c4";
}
.iconsax-cloud:before {
  content: "\e9c5";
}
.iconsax-cloud-add:before {
  content: "\e9c6";
}
.iconsax-cloud-change:before {
  content: "\e9c7";
}
.iconsax-cloud-connection:before {
  content: "\e9c8";
}
.iconsax-cloud-cross:before {
  content: "\e9c9";
}
.iconsax-cloud-drizzle:before {
  content: "\e9ca";
}
.iconsax-cloud-fog:before {
  content: "\e9cb";
}
.iconsax-cloud-lightning:before {
  content: "\e9cc";
}
.iconsax-cloud-minus:before {
  content: "\e9cd";
}
.iconsax-cloud-notif:before {
  content: "\e9ce";
}
.iconsax-cloud-plus:before {
  content: "\e9cf";
}
.iconsax-cloud-remove:before {
  content: "\e9d0";
}
.iconsax-cloud-snow:before {
  content: "\e9d1";
}
.iconsax-cloud-sunny:before {
  content: "\e9d2";
}
.iconsax-code:before {
  content: "\e9d3";
}
.iconsax-code-1:before {
  content: "\e9d4";
}
.iconsax-code-circle:before {
  content: "\e9d5";
}
.iconsax-coffee:before {
  content: "\e9d6";
}
.iconsax-coin:before {
  content: "\e9d7";
}
.iconsax-coin-1:before {
  content: "\e9d8";
}
.iconsax-colorfilter:before {
  content: "\e9d9";
}
.iconsax-colors-square:before {
  content: "\e9da";
}
.iconsax-color-swatch:before {
  content: "\e9db";
}
.iconsax-command:before {
  content: "\e9dc";
}
.iconsax-command-square:before {
  content: "\e9dd";
}
.iconsax-component:before {
  content: "\e9de";
}
.iconsax-computing:before {
  content: "\e9df";
}
.iconsax-convert:before {
  content: "\e9e0";
}
.iconsax-convert-3d-cube:before {
  content: "\e9e1";
}
.iconsax-convert-card:before {
  content: "\e9e2";
}
.iconsax-convertshape:before {
  content: "\e9e3";
}
.iconsax-convertshape-2:before {
  content: "\e9e4";
}
.iconsax-copy:before {
  content: "\e9e5";
}
.iconsax-copyright:before {
  content: "\e9e6";
}
.iconsax-copy-success:before {
  content: "\e9e7";
}
.iconsax-courthouse:before {
  content: "\e9e8";
}
.iconsax-cpu:before {
  content: "\e9e9";
}
.iconsax-cpu-charge:before {
  content: "\e9ea";
}
.iconsax-cpu-setting:before {
  content: "\e9eb";
}
.iconsax-creative-commons:before {
  content: "\e9ec";
}
.iconsax-crop:before {
  content: "\e9ed";
}
.iconsax-crown:before {
  content: "\e9ee";
}
.iconsax-crown-1:before {
  content: "\e9ef";
}
.iconsax-cup:before {
  content: "\e9f0";
}
.iconsax-danger:before {
  content: "\e9f1";
}
.iconsax-data:before {
  content: "\e9f2";
}
.iconsax-data-2:before {
  content: "\e9f3";
}
.iconsax-designtools:before {
  content: "\e9f4";
}
.iconsax-device-message:before {
  content: "\e9f5";
}
.iconsax-devices:before {
  content: "\e9f6";
}
.iconsax-diagram:before {
  content: "\e9f8";
}
.iconsax-diamonds:before {
  content: "\e9f9";
}
.iconsax-direct:before {
  content: "\e9fa";
}
.iconsax-directbox-default:before {
  content: "\e9fb";
}
.iconsax-directbox-notif:before {
  content: "\e9fc";
}
.iconsax-directbox-receive:before {
  content: "\e9fd";
}
.iconsax-directbox-send:before {
  content: "\e9fe";
}
.iconsax-direct-down:before {
  content: "\e9ff";
}
.iconsax-direct-inbox:before {
  content: "\ea00";
}
.iconsax-direct-left:before {
  content: "\ea01";
}
.iconsax-direct-normal:before {
  content: "\ea02";
}
.iconsax-direct-notification:before {
  content: "\ea03";
}
.iconsax-direct-right:before {
  content: "\ea04";
}
.iconsax-direct-send:before {
  content: "\ea05";
}
.iconsax-direct-up:before {
  content: "\ea06";
}
.iconsax-discount-circle:before {
  content: "\ea07";
}
.iconsax-discount-shape:before {
  content: "\ea08";
}
.iconsax-discover:before {
  content: "\ea09";
}
.iconsax-discover-1:before {
  content: "\ea0a";
}
.iconsax-dislike:before {
  content: "\ea0b";
}
.iconsax-document:before {
  content: "\ea0c";
}
.iconsax-document-1:before {
  content: "\ea0d";
}
.iconsax-document-cloud:before {
  content: "\ea0e";
}
.iconsax-document-code:before {
  content: "\ea0f";
}
.iconsax-document-code-2:before {
  content: "\ea10";
}
.iconsax-document-copy:before {
  content: "\ea11";
}
.iconsax-document-download:before {
  content: "\ea12";
}
.iconsax-document-favorite:before {
  content: "\ea13";
}
.iconsax-document-filter:before {
  content: "\ea14";
}
.iconsax-document-forward:before {
  content: "\ea15";
}
.iconsax-document-like:before {
  content: "\ea16";
}
.iconsax-document-normal:before {
  content: "\ea17";
}
.iconsax-document-previous:before {
  content: "\ea18";
}
.iconsax-document-sketch:before {
  content: "\ea19";
}
.iconsax-document-text:before {
  content: "\ea1a";
}
.iconsax-document-text-1:before {
  content: "\ea1b";
}
.iconsax-document-upload:before {
  content: "\ea1c";
}
.iconsax-dollar-circle:before {
  content: "\ea1d";
}
.iconsax-dollar-square:before {
  content: "\ea1e";
}
.iconsax-driver:before {
  content: "\ea1f";
}
.iconsax-driver-2:before {
  content: "\ea20";
}
.iconsax-driving:before {
  content: "\ea22";
}
.iconsax-edit:before {
  content: "\ea23";
}
.iconsax-edit-2:before {
  content: "\ea24";
}
.iconsax-electricity:before {
  content: "\ea25";
}
.iconsax-element-2:before {
  content: "\ea26";
}
.iconsax-element-3:before {
  content: "\ea27";
}
.iconsax-element-4:before {
  content: "\ea28";
}
.iconsax-element-equal:before {
  content: "\ea29";
}
.iconsax-element-plus:before {
  content: "\ea2a";
}
.iconsax-emoji-happy:before {
  content: "\ea2b";
}
.iconsax-emoji-normal:before {
  content: "\ea2c";
}
.iconsax-emoji-sad:before {
  content: "\ea2d";
}
.iconsax-empty-wallet:before {
  content: "\ea2e";
}
.iconsax-empty-wallet-add:before {
  content: "\ea2f";
}
.iconsax-empty-wallet-change:before {
  content: "\ea30";
}
.iconsax-empty-wallet-remove:before {
  content: "\ea31";
}
.iconsax-empty-wallet-tick:before {
  content: "\ea32";
}
.iconsax-empty-wallet-time:before {
  content: "\ea33";
}
.iconsax-eraser:before {
  content: "\ea34";
}
.iconsax-eraser-1:before {
  content: "\ea35";
}
.iconsax-export:before {
  content: "\ea36";
}
.iconsax-export-1:before {
  content: "\ea37";
}
.iconsax-export-2:before {
  content: "\ea38";
}
.iconsax-export-3:before {
  content: "\ea39";
}
.iconsax-external-drive:before {
  content: "\ea3a";
}
.iconsax-eye:before {
  content: "\ea3b";
}
.iconsax-eye-slash:before {
  content: "\ea3c";
}
.iconsax-fatrows:before {
  content: "\ea3d";
}
.iconsax-favorite-chart:before {
  content: "\ea3e";
}
.iconsax-filter:before {
  content: "\ea3f";
}
.iconsax-filter-add:before {
  content: "\ea40";
}
.iconsax-filter-edit:before {
  content: "\ea41";
}
.iconsax-filter-remove:before {
  content: "\ea42";
}
.iconsax-filter-search:before {
  content: "\ea43";
}
.iconsax-filter-square:before {
  content: "\ea44";
}
.iconsax-filter-tick:before {
  content: "\ea45";
}
.iconsax-finger-cricle:before {
  content: "\ea46";
}
.iconsax-finger-scan:before {
  content: "\ea47";
}
.iconsax-firstline:before {
  content: "\ea48";
}
.iconsax-flag:before {
  content: "\ea49";
}
.iconsax-flag-2:before {
  content: "\ea4a";
}
.iconsax-flash:before {
  content: "\ea4b";
}
.iconsax-flash-1:before {
  content: "\ea4c";
}
.iconsax-flash-circle:before {
  content: "\ea4d";
}
.iconsax-flash-circle-1:before {
  content: "\ea4e";
}
.iconsax-flash-slash:before {
  content: "\ea4f";
}
.iconsax-folder:before {
  content: "\ea50";
}
.iconsax-folder-2:before {
  content: "\ea51";
}
.iconsax-folder-add:before {
  content: "\ea52";
}
.iconsax-folder-cloud:before {
  content: "\ea53";
}
.iconsax-folder-connection:before {
  content: "\ea54";
}
.iconsax-folder-cross:before {
  content: "\ea55";
}
.iconsax-folder-favorite:before {
  content: "\ea56";
}
.iconsax-folder-minus:before {
  content: "\ea57";
}
.iconsax-folder-open:before {
  content: "\ea58";
}
.iconsax-forbidden:before {
  content: "\ea59";
}
.iconsax-forbidden-2:before {
  content: "\ea5a";
}
.iconsax-format-circle:before {
  content: "\ea5b";
}
.iconsax-format-square:before {
  content: "\ea5c";
}
.iconsax-forward:before {
  content: "\ea5d";
}
.iconsax-forward-5-seconds:before {
  content: "\ea5e";
}
.iconsax-forward-10-seconds:before {
  content: "\ea5f";
}
.iconsax-forward-15-seconds:before {
  content: "\ea60";
}
.iconsax-forward-item:before {
  content: "\ea61";
}
.iconsax-forward-square:before {
  content: "\ea62";
}
.iconsax-frame:before {
  content: "\ea63";
}
.iconsax-frame-1:before {
  content: "\ea64";
}
.iconsax-frame-2:before {
  content: "\ea65";
}
.iconsax-frame-3:before {
  content: "\ea66";
}
.iconsax-frame-4:before {
  content: "\ea67";
}
.iconsax-gallery:before {
  content: "\ea68";
}
.iconsax-gallery-add:before {
  content: "\ea69";
}
.iconsax-gallery-edit:before {
  content: "\ea6a";
}
.iconsax-gallery-export:before {
  content: "\ea6b";
}
.iconsax-gallery-favorite:before {
  content: "\ea6c";
}
.iconsax-gallery-import:before {
  content: "\ea6d";
}
.iconsax-gallery-remove:before {
  content: "\ea6e";
}
.iconsax-gallery-slash:before {
  content: "\ea6f";
}
.iconsax-gallery-tick:before {
  content: "\ea70";
}
.iconsax-game:before {
  content: "\ea71";
}
.iconsax-gameboy:before {
  content: "\ea72";
}
.iconsax-gas-station:before {
  content: "\ea73";
}
.iconsax-gemini:before {
  content: "\ea74";
}
.iconsax-gemini-2:before {
  content: "\ea75";
}
.iconsax-ghost:before {
  content: "\ea76";
}
.iconsax-gift:before {
  content: "\ea77";
}
.iconsax-glass:before {
  content: "\ea78";
}
.iconsax-glass-1:before {
  content: "\ea79";
}
.iconsax-global:before {
  content: "\ea7a";
}
.iconsax-global-edit:before {
  content: "\ea7b";
}
.iconsax-global-refresh:before {
  content: "\ea7c";
}
.iconsax-global-search:before {
  content: "\ea7d";
}
.iconsax-gps:before {
  content: "\ea7e";
}
.iconsax-gps-slash:before {
  content: "\ea7f";
}
.iconsax-grammerly:before {
  content: "\ea80";
}
.iconsax-graph:before {
  content: "\ea81";
}
.iconsax-grid-1:before {
  content: "\ea82";
}
.iconsax-grid-2:before {
  content: "\ea83";
}
.iconsax-grid-3:before {
  content: "\ea84";
}
.iconsax-grid-4:before {
  content: "\ea85";
}
.iconsax-grid-5:before {
  content: "\ea86";
}
.iconsax-grid-6:before {
  content: "\ea87";
}
.iconsax-grid-7:before {
  content: "\ea88";
}
.iconsax-grid-8:before {
  content: "\ea89";
}
.iconsax-grid-9:before {
  content: "\ea8a";
}
.iconsax-grid-edit:before {
  content: "\ea8b";
}
.iconsax-grid-eraser:before {
  content: "\ea8c";
}
.iconsax-grid-lock:before {
  content: "\ea8d";
}
.iconsax-happyemoji:before {
  content: "\ea8e";
}
.iconsax-hashtag:before {
  content: "\ea8f";
}
.iconsax-hashtag-1:before {
  content: "\ea90";
}
.iconsax-hashtag-down:before {
  content: "\ea91";
}
.iconsax-hashtag-up:before {
  content: "\ea92";
}
.iconsax-headphone:before {
  content: "\ea93";
}
.iconsax-headphones:before {
  content: "\ea94";
}
.iconsax-health:before {
  content: "\ea95";
}
.iconsax-heart:before {
  content: "\ea96";
}
.iconsax-heart-add:before {
  content: "\ea97";
}
.iconsax-heart-circle:before {
  content: "\ea98";
}
.iconsax-heart-edit:before {
  content: "\ea99";
}
.iconsax-heart-remove:before {
  content: "\ea9a";
}
.iconsax-heart-search:before {
  content: "\ea9b";
}
.iconsax-heart-slash:before {
  content: "\ea9c";
}
.iconsax-heart-tick:before {
  content: "\ea9d";
}
.iconsax-hierarchy:before {
  content: "\ea9e";
}
.iconsax-hierarchy-2:before {
  content: "\ea9f";
}
.iconsax-hierarchy-3:before {
  content: "\eaa0";
}
.iconsax-hierarchy-square:before {
  content: "\eaa1";
}
.iconsax-hierarchy-square-2:before {
  content: "\eaa2";
}
.iconsax-hierarchy-square-3:before {
  content: "\eaa3";
}
.iconsax-home:before {
  content: "\eaa4";
}
.iconsax-home-1:before {
  content: "\eaa5";
}
.iconsax-home-2:before {
  content: "\eaa6";
}
.iconsax-home-hashtag:before {
  content: "\eaa7";
}
.iconsax-home-trend-down:before {
  content: "\eaa8";
}
.iconsax-home-trend-up:before {
  content: "\eaa9";
}
.iconsax-home-wifi:before {
  content: "\eaaa";
}
.iconsax-hospital:before {
  content: "\eaab";
}
.iconsax-house:before {
  content: "\eaac";
}
.iconsax-house-2:before {
  content: "\eaad";
}
.iconsax-icon:before {
  content: "\eaae";
}
.iconsax-image:before {
  content: "\eaaf";
}
.iconsax-import:before {
  content: "\eab0";
}
.iconsax-import-1:before {
  content: "\eab1";
}
.iconsax-import-2:before {
  content: "\eab2";
}
.iconsax-info-circle:before {
  content: "\eab3";
}
.iconsax-information:before {
  content: "\eab4";
}
.iconsax-instagram:before {
  content: "\eab5";
}
.iconsax-judge:before {
  content: "\eab6";
}
.iconsax-kanban:before {
  content: "\eab7";
}
.iconsax-key:before {
  content: "\eab8";
}
.iconsax-keyboard:before {
  content: "\eab9";
}
.iconsax-keyboard-open:before {
  content: "\eaba";
}
.iconsax-key-square:before {
  content: "\eabb";
}
.iconsax-lamp:before {
  content: "\eabc";
}
.iconsax-lamp-1:before {
  content: "\eabd";
}
.iconsax-lamp-charge:before {
  content: "\eabe";
}
.iconsax-lamp-on:before {
  content: "\eabf";
}
.iconsax-lamp-slash:before {
  content: "\eac0";
}
.iconsax-language-circle:before {
  content: "\eac1";
}
.iconsax-language-square:before {
  content: "\eac2";
}
.iconsax-layer:before {
  content: "\eac3";
}
.iconsax-level:before {
  content: "\eac4";
}
.iconsax-lifebuoy:before {
  content: "\eac5";
}
.iconsax-like:before {
  content: "\eac6";
}
.iconsax-like-1:before {
  content: "\eac7";
}
.iconsax-like-dislike:before {
  content: "\eac8";
}
.iconsax-like-shapes:before {
  content: "\eac9";
}
.iconsax-like-tag:before {
  content: "\eaca";
}
.iconsax-link:before {
  content: "\eacb";
}
.iconsax-link-1:before {
  content: "\eacc";
}
.iconsax-link-2:before {
  content: "\eacd";
}
.iconsax-link-21:before {
  content: "\eace";
}
.iconsax-link-circle:before {
  content: "\eacf";
}
.iconsax-link-square:before {
  content: "\ead0";
}
.iconsax-location:before {
  content: "\ead1";
}
.iconsax-location-add:before {
  content: "\ead2";
}
.iconsax-location-cross:before {
  content: "\ead3";
}
.iconsax-location-minus:before {
  content: "\ead4";
}
.iconsax-location-slash:before {
  content: "\ead5";
}
.iconsax-location-tick:before {
  content: "\ead6";
}
.iconsax-lock:before {
  content: "\ead7";
}
.iconsax-lock-1:before {
  content: "\ead8";
}
.iconsax-lock-circle:before {
  content: "\ead9";
}
.iconsax-lock-slash:before {
  content: "\eada";
}
.iconsax-login:before {
  content: "\eadb";
}
.iconsax-login-1:before {
  content: "\eadc";
}
.iconsax-logout:before {
  content: "\eadd";
}
.iconsax-logout-1:before {
  content: "\eade";
}
.iconsax-lovely:before {
  content: "\eadf";
}
.iconsax-magicpen:before {
  content: "\eae0";
}
.iconsax-magic-star:before {
  content: "\eae1";
}
.iconsax-main-component:before {
  content: "\eae2";
}
.iconsax-man:before {
  content: "\eae3";
}
.iconsax-map:before {
  content: "\eae4";
}
.iconsax-map-1:before {
  content: "\eae5";
}
.iconsax-mask:before {
  content: "\eae6";
}
.iconsax-mask-1:before {
  content: "\eae7";
}
.iconsax-mask-2:before {
  content: "\eae8";
}
.iconsax-math:before {
  content: "\eae9";
}
.iconsax-maximize:before {
  content: "\eaea";
}
.iconsax-maximize-1:before {
  content: "\eaeb";
}
.iconsax-maximize-2:before {
  content: "\eaec";
}
.iconsax-maximize-3:before {
  content: "\eaed";
}
.iconsax-maximize-4:before {
  content: "\eaee";
}
.iconsax-maximize-21:before {
  content: "\eaef";
}
.iconsax-maximize-circle:before {
  content: "\eaf0";
}
.iconsax-medal:before {
  content: "\eaf1";
}
.iconsax-medal-star:before {
  content: "\eaf2";
}
.iconsax-menu:before {
  content: "\eaf3";
}
.iconsax-menu-1:before {
  content: "\eaf4";
}
.iconsax-menu-board:before {
  content: "\eaf5";
}
.iconsax-message:before {
  content: "\eaf6";
}
.iconsax-message-2:before {
  content: "\eaf7";
}
.iconsax-message-add:before {
  content: "\eaf8";
}
.iconsax-message-add-1:before {
  content: "\eaf9";
}
.iconsax-message-circle:before {
  content: "\eafa";
}
.iconsax-message-edit:before {
  content: "\eafb";
}
.iconsax-message-favorite:before {
  content: "\eafc";
}
.iconsax-message-minus:before {
  content: "\eafd";
}
.iconsax-message-notif:before {
  content: "\eafe";
}
.iconsax-message-programming:before {
  content: "\eaff";
}
.iconsax-message-question:before {
  content: "\eb00";
}
.iconsax-message-remove:before {
  content: "\eb01";
}
.iconsax-messages:before {
  content: "\eb02";
}
.iconsax-messages-1:before {
  content: "\eb03";
}
.iconsax-messages-2:before {
  content: "\eb04";
}
.iconsax-messages-3:before {
  content: "\eb05";
}
.iconsax-message-search:before {
  content: "\eb06";
}
.iconsax-message-square:before {
  content: "\eb07";
}
.iconsax-message-text:before {
  content: "\eb08";
}
.iconsax-message-text-1:before {
  content: "\eb09";
}
.iconsax-message-tick:before {
  content: "\eb0a";
}
.iconsax-message-time:before {
  content: "\eb0b";
}
.iconsax-microphone:before {
  content: "\eb0c";
}
.iconsax-microphone-2:before {
  content: "\eb0d";
}
.iconsax-microphone-slash:before {
  content: "\eb0e";
}
.iconsax-microphone-slash-1:before {
  content: "\eb0f";
}
.iconsax-microscope:before {
  content: "\eb10";
}
.iconsax-milk:before {
  content: "\eb11";
}
.iconsax-mini-music-sqaure:before {
  content: "\eb12";
}
.iconsax-minus:before {
  content: "\eb13";
}
.iconsax-minus-cirlce:before {
  content: "\eb14";
}
.iconsax-minus-square:before {
  content: "\eb15";
}
.iconsax-mirror:before {
  content: "\eb16";
}
.iconsax-mirroring-screen:before {
  content: "\eb17";
}
.iconsax-mobile:before {
  content: "\eb18";
}
.iconsax-mobile-programming:before {
  content: "\eb19";
}
.iconsax-money:before {
  content: "\eb1a";
}
.iconsax-money-2:before {
  content: "\eb1b";
}
.iconsax-money-3:before {
  content: "\eb1c";
}
.iconsax-money-4:before {
  content: "\eb1d";
}
.iconsax-money-add:before {
  content: "\eb1e";
}
.iconsax-money-change:before {
  content: "\eb1f";
}
.iconsax-money-forbidden:before {
  content: "\eb20";
}
.iconsax-money-recive:before {
  content: "\eb21";
}
.iconsax-money-remove:before {
  content: "\eb22";
}
.iconsax-moneys:before {
  content: "\eb23";
}
.iconsax-money-send:before {
  content: "\eb24";
}
.iconsax-money-tick:before {
  content: "\eb25";
}
.iconsax-money-time:before {
  content: "\eb26";
}
.iconsax-monitor:before {
  content: "\eb27";
}
.iconsax-monitor-mobbile:before {
  content: "\eb28";
}
.iconsax-monitor-recorder:before {
  content: "\eb29";
}
.iconsax-moon:before {
  content: "\eb2a";
}
.iconsax-more:before {
  content: "\eb2b";
}
.iconsax-more-2:before {
  content: "\eb2c";
}
.iconsax-more-circle:before {
  content: "\eb2d";
}
.iconsax-more-square:before {
  content: "\eb2e";
}
.iconsax-mouse:before {
  content: "\eb2f";
}
.iconsax-mouse-1:before {
  content: "\eb30";
}
.iconsax-mouse-circle:before {
  content: "\eb31";
}
.iconsax-mouse-square:before {
  content: "\eb32";
}
.iconsax-music:before {
  content: "\eb33";
}
.iconsax-music-circle:before {
  content: "\eb34";
}
.iconsax-music-dashboard:before {
  content: "\eb35";
}
.iconsax-music-filter:before {
  content: "\eb36";
}
.iconsax-music-library-2:before {
  content: "\eb37";
}
.iconsax-musicnote:before {
  content: "\eb38";
}
.iconsax-music-play:before {
  content: "\eb39";
}
.iconsax-music-playlist:before {
  content: "\eb3a";
}
.iconsax-music-square:before {
  content: "\eb3b";
}
.iconsax-music-square-add:before {
  content: "\eb3c";
}
.iconsax-music-square-remove:before {
  content: "\eb3d";
}
.iconsax-music-square-search:before {
  content: "\eb3e";
}
.iconsax-next:before {
  content: "\eb3f";
}
.iconsax-note:before {
  content: "\eb40";
}
.iconsax-note-1:before {
  content: "\eb41";
}
.iconsax-note-2:before {
  content: "\eb42";
}
.iconsax-note-21:before {
  content: "\eb43";
}
.iconsax-note-add:before {
  content: "\eb44";
}
.iconsax-note-favorite:before {
  content: "\eb45";
}
.iconsax-note-remove:before {
  content: "\eb46";
}
.iconsax-note-square:before {
  content: "\eb47";
}
.iconsax-note-text:before {
  content: "\eb48";
}
.iconsax-notification:before {
  content: "\eb49";
}
.iconsax-notification-1:before {
  content: "\eb4a";
}
.iconsax-notification-bing:before {
  content: "\eb4b";
}
.iconsax-notification-circle:before {
  content: "\eb4c";
}
.iconsax-notification-favorite:before {
  content: "\eb4d";
}
.iconsax-notification-status:before {
  content: "\eb4e";
}
.iconsax-omega-circle:before {
  content: "\eb4f";
}
.iconsax-omega-square:before {
  content: "\eb50";
}
.iconsax-paintbucket:before {
  content: "\eb51";
}
.iconsax-paperclip:before {
  content: "\eb52";
}
.iconsax-paperclip-2:before {
  content: "\eb53";
}
.iconsax-password-check:before {
  content: "\eb54";
}
.iconsax-path:before {
  content: "\eb55";
}
.iconsax-path-2:before {
  content: "\eb56";
}
.iconsax-path-square:before {
  content: "\eb57";
}
.iconsax-pause:before {
  content: "\eb58";
}
.iconsax-pause-circle:before {
  content: "\eb59";
}
.iconsax-pen-add:before {
  content: "\eb5a";
}
.iconsax-pen-close:before {
  content: "\eb5b";
}
.iconsax-pen-remove:before {
  content: "\eb5c";
}
.iconsax-pen-tool:before {
  content: "\eb5d";
}
.iconsax-pen-tool-2:before {
  content: "\eb5e";
}
.iconsax-people:before {
  content: "\eb5f";
}
.iconsax-percentage-circle:before {
  content: "\eb60";
}
.iconsax-percentage-square:before {
  content: "\eb61";
}
.iconsax-personalcard:before {
  content: "\eb62";
}
.iconsax-pet:before {
  content: "\eb63";
}
.iconsax-pharagraphspacing:before {
  content: "\eb64";
}
.iconsax-picture-frame:before {
  content: "\eb65";
}
.iconsax-play:before {
  content: "\eb66";
}
.iconsax-play-add:before {
  content: "\eb67";
}
.iconsax-play-circle:before {
  content: "\eb68";
}
.iconsax-play-cricle:before {
  content: "\eb69";
}
.iconsax-play-remove:before {
  content: "\eb6a";
}
.iconsax-presention-chart:before {
  content: "\eb6b";
}
.iconsax-previous:before {
  content: "\eb6c";
}
.iconsax-printer:before {
  content: "\eb6d";
}
.iconsax-printer-slash:before {
  content: "\eb6e";
}
.iconsax-profile-2user:before {
  content: "\eb6f";
}
.iconsax-profile-add:before {
  content: "\eb70";
}
.iconsax-profile-circle:before {
  content: "\eb71";
}
.iconsax-profile-delete:before {
  content: "\eb72";
}
.iconsax-profile-remove:before {
  content: "\eb73";
}
.iconsax-profile-tick:before {
  content: "\eb74";
}
.iconsax-programming-arrow:before {
  content: "\eb75";
}
.iconsax-programming-arrows:before {
  content: "\eb76";
}
.iconsax-quote-down:before {
  content: "\eb77";
}
.iconsax-quote-down-circle:before {
  content: "\eb78";
}
.iconsax-quote-down-square:before {
  content: "\eb79";
}
.iconsax-quote-up:before {
  content: "\eb7a";
}
.iconsax-quote-up-circle:before {
  content: "\eb7b";
}
.iconsax-quote-up-square:before {
  content: "\eb7c";
}
.iconsax-radar:before {
  content: "\eb7d";
}
.iconsax-radar-1:before {
  content: "\eb7e";
}
.iconsax-radar-2:before {
  content: "\eb7f";
}
.iconsax-radio:before {
  content: "\eb80";
}
.iconsax-ram:before {
  content: "\eb81";
}
.iconsax-ram-2:before {
  content: "\eb82";
}
.iconsax-ranking:before {
  content: "\eb83";
}
.iconsax-ranking-1:before {
  content: "\eb84";
}
.iconsax-receipt:before {
  content: "\eb85";
}
.iconsax-receipt-1:before {
  content: "\eb86";
}
.iconsax-receipt-2:before {
  content: "\eb87";
}
.iconsax-receipt-2-1:before {
  content: "\eb88";
}
.iconsax-receipt-add:before {
  content: "\eb89";
}
.iconsax-receipt-discount:before {
  content: "\eb8a";
}
.iconsax-receipt-disscount:before {
  content: "\eb8b";
}
.iconsax-receipt-edit:before {
  content: "\eb8c";
}
.iconsax-receipt-item:before {
  content: "\eb8d";
}
.iconsax-receipt-minus:before {
  content: "\eb8e";
}
.iconsax-receipt-search:before {
  content: "\eb8f";
}
.iconsax-receipt-square:before {
  content: "\eb90";
}
.iconsax-receipt-text:before {
  content: "\eb91";
}
.iconsax-received:before {
  content: "\eb92";
}
.iconsax-receive-square:before {
  content: "\eb93";
}
.iconsax-receive-square-2:before {
  content: "\eb94";
}
.iconsax-record:before {
  content: "\eb95";
}
.iconsax-record-circle:before {
  content: "\eb96";
}
.iconsax-recovery-convert:before {
  content: "\eb97";
}
.iconsax-redo:before {
  content: "\eb98";
}
.iconsax-refresh:before {
  content: "\eb99";
}
.iconsax-refresh-circle:before {
  content: "\eb9b";
}
.iconsax-refresh-left-square:before {
  content: "\eb9c";
}
.iconsax-refresh-right-square:before {
  content: "\eb9d";
}
.iconsax-repeat:before {
  content: "\eb9f";
}
.iconsax-repeat-circle:before {
  content: "\eba0";
}
.iconsax-repeate-music:before {
  content: "\eba1";
}
.iconsax-repeate-one:before {
  content: "\eba2";
}
.iconsax-reserve:before {
  content: "\eba3";
}
.iconsax-rotate-left:before {
  content: "\eba4";
}
.iconsax-rotate-left-1:before {
  content: "\eba5";
}
.iconsax-rotate-right:before {
  content: "\eba6";
}
.iconsax-rotate-right-1:before {
  content: "\eba7";
}
.iconsax-route-square:before {
  content: "\eba8";
}
.iconsax-routing:before {
  content: "\eba9";
}
.iconsax-routing-2:before {
  content: "\ebaa";
}
.iconsax-row-horizontal:before {
  content: "\ebab";
}
.iconsax-row-vertical:before {
  content: "\ebac";
}
.iconsax-rulerpen:before {
  content: "\ebad";
}
.iconsax-ruler:before {
  content: "\ebae";
}
.iconsax-safe-home:before {
  content: "\ebaf";
}
.iconsax-sagittarius:before {
  content: "\ebb0";
}
.iconsax-save-2:before {
  content: "\ebb1";
}
.iconsax-save-add:before {
  content: "\ebb2";
}
.iconsax-save-minus:before {
  content: "\ebb3";
}
.iconsax-save-remove:before {
  content: "\ebb4";
}
.iconsax-scan:before {
  content: "\ebb5";
}
.iconsax-scan-barcode:before {
  content: "\ebb6";
}
.iconsax-scanner:before {
  content: "\ebb7";
}
.iconsax-scanning:before {
  content: "\ebb8";
}
.iconsax-scissor:before {
  content: "\ebb9";
}
.iconsax-scissor-1:before {
  content: "\ebba";
}
.iconsax-screenmirroring:before {
  content: "\ebbb";
}
.iconsax-scroll:before {
  content: "\ebbc";
}
.iconsax-search-favorite:before {
  content: "\ebbd";
}
.iconsax-search-favorite-1:before {
  content: "\ebbe";
}
.iconsax-search-normal:before {
  content: "\ebbf";
}
.iconsax-search-normal-1:before {
  content: "\ebc0";
}
.iconsax-search-status:before {
  content: "\ebc1";
}
.iconsax-search-status-1:before {
  content: "\ebc2";
}
.iconsax-search-zoom-in:before {
  content: "\ebc3";
}
.iconsax-search-zoom-in-1:before {
  content: "\ebc4";
}
.iconsax-search-zoom-out:before {
  content: "\ebc5";
}
.iconsax-search-zoom-out-1:before {
  content: "\ebc6";
}
.iconsax-security:before {
  content: "\ebc7";
}
.iconsax-security-card:before {
  content: "\ebc8";
}
.iconsax-security-safe:before {
  content: "\ebc9";
}
.iconsax-security-time:before {
  content: "\ebca";
}
.iconsax-security-user:before {
  content: "\ebcb";
}
.iconsax-send:before {
  content: "\ebcc";
}
.iconsax-send-1:before {
  content: "\ebcd";
}
.iconsax-send-2:before {
  content: "\ebce";
}
.iconsax-send-sqaure-2:before {
  content: "\ebcf";
}
.iconsax-send-square:before {
  content: "\ebd0";
}
.iconsax-setting:before {
  content: "\ebd1";
}
.iconsax-setting-2:before {
  content: "\ebd2";
}
.iconsax-setting-3:before {
  content: "\ebd3";
}
.iconsax-setting-4:before {
  content: "\ebd4";
}
.iconsax-setting-5:before {
  content: "\ebd5";
}
.iconsax-settings:before {
  content: "\ebd6";
}
.iconsax-shapes:before {
  content: "\ebd7";
}
.iconsax-shapes-1:before {
  content: "\ebd8";
}
.iconsax-share:before {
  content: "\ebd9";
}
.iconsax-shield:before {
  content: "\ebda";
}
.iconsax-shield-cross:before {
  content: "\ebdb";
}
.iconsax-shield-search:before {
  content: "\ebdc";
}
.iconsax-shield-slash:before {
  content: "\ebdd";
}
.iconsax-shield-tick:before {
  content: "\ebde";
}
.iconsax-ship:before {
  content: "\ebdf";
}
.iconsax-shop:before {
  content: "\ebe0";
}
.iconsax-shop-add:before {
  content: "\ebe1";
}
.iconsax-shopping-bag:before {
  content: "\ebe2";
}
.iconsax-shopping-cart:before {
  content: "\ebe3";
}
.iconsax-shop-remove:before {
  content: "\ebe4";
}
.iconsax-shuffle:before {
  content: "\ebe5";
}
.iconsax-sidebar-bottom:before {
  content: "\ebe6";
}
.iconsax-sidebar-left:before {
  content: "\ebe7";
}
.iconsax-sidebar-right:before {
  content: "\ebe8";
}
.iconsax-sidebar-top:before {
  content: "\ebe9";
}
.iconsax-signpost:before {
  content: "\ebea";
}
.iconsax-simcard:before {
  content: "\ebeb";
}
.iconsax-simcard-1:before {
  content: "\ebec";
}
.iconsax-simcard-2:before {
  content: "\ebed";
}
.iconsax-size:before {
  content: "\ebee";
}
.iconsax-slash:before {
  content: "\ebef";
}
.iconsax-slider:before {
  content: "\ebf0";
}
.iconsax-slider-horizontal:before {
  content: "\ebf1";
}
.iconsax-slider-horizontal-1:before {
  content: "\ebf2";
}
.iconsax-slider-vertical:before {
  content: "\ebf3";
}
.iconsax-slider-vertical-1:before {
  content: "\ebf4";
}
.iconsax-smallcaps:before {
  content: "\ebf5";
}
.iconsax-smart-car:before {
  content: "\ebf6";
}
.iconsax-smart-home:before {
  content: "\ebf7";
}
.iconsax-smileys:before {
  content: "\ebf8";
}
.iconsax-sms:before {
  content: "\ebf9";
}
.iconsax-sms-edit:before {
  content: "\ebfa";
}
.iconsax-sms-notification:before {
  content: "\ebfb";
}
.iconsax-sms-search:before {
  content: "\ebfc";
}
.iconsax-sms-star:before {
  content: "\ebfd";
}
.iconsax-sms-tracking:before {
  content: "\ebfe";
}
.iconsax-sort:before {
  content: "\ebff";
}
.iconsax-sound:before {
  content: "\ec00";
}
.iconsax-speaker:before {
  content: "\ec01";
}
.iconsax-speedometer:before {
  content: "\ec02";
}
.iconsax-star:before {
  content: "\ec03";
}
.iconsax-star-1:before {
  content: "\ec04";
}
.iconsax-star-slash:before {
  content: "\ec05";
}
.iconsax-status:before {
  content: "\ec06";
}
.iconsax-status-up:before {
  content: "\ec07";
}
.iconsax-sticker:before {
  content: "\ec08";
}
.iconsax-stickynote:before {
  content: "\ec09";
}
.iconsax-stop:before {
  content: "\ec0a";
}
.iconsax-stop-circle:before {
  content: "\ec0b";
}
.iconsax-story:before {
  content: "\ec0c";
}
.iconsax-strongbox:before {
  content: "\ec0d";
}
.iconsax-strongbox-2:before {
  content: "\ec0e";
}
.iconsax-subtitle:before {
  content: "\ec0f";
}
.iconsax-sun:before {
  content: "\ec10";
}
.iconsax-sun-1:before {
  content: "\ec11";
}
.iconsax-sun-fog:before {
  content: "\ec12";
}
.iconsax-tag:before {
  content: "\ec13";
}
.iconsax-tag-2:before {
  content: "\ec14";
}
.iconsax-tag-cross:before {
  content: "\ec15";
}
.iconsax-tag-right:before {
  content: "\ec16";
}
.iconsax-tag-user:before {
  content: "\ec17";
}
.iconsax-task:before {
  content: "\ec18";
}
.iconsax-task-square:before {
  content: "\ec19";
}
.iconsax-teacher:before {
  content: "\ec1a";
}
.iconsax-text:before {
  content: "\ec1b";
}
.iconsax-textalign-center:before {
  content: "\ec1c";
}
.iconsax-textalign-justifycenter:before {
  content: "\ec1d";
}
.iconsax-textalign-justifyleft:before {
  content: "\ec1e";
}
.iconsax-textalign-justifyright:before {
  content: "\ec1f";
}
.iconsax-textalign-left:before {
  content: "\ec20";
}
.iconsax-textalign-right:before {
  content: "\ec21";
}
.iconsax-text-block:before {
  content: "\ec22";
}
.iconsax-text-bold:before {
  content: "\ec23";
}
.iconsax-text-italic:before {
  content: "\ec24";
}
.iconsax-text-underline:before {
  content: "\ec25";
}
.iconsax-tick-circle:before {
  content: "\ec26";
}
.iconsax-ticket:before {
  content: "\ec27";
}
.iconsax-ticket-2:before {
  content: "\ec28";
}
.iconsax-ticket-discount:before {
  content: "\ec29";
}
.iconsax-ticket-expired:before {
  content: "\ec2a";
}
.iconsax-ticket-star:before {
  content: "\ec2b";
}
.iconsax-tick-square:before {
  content: "\ec2c";
}
.iconsax-timer:before {
  content: "\ec2d";
}
.iconsax-timer-1:before {
  content: "\ec2e";
}
.iconsax-timer-pause:before {
  content: "\ec2f";
}
.iconsax-timer-start:before {
  content: "\ec30";
}
.iconsax-toggle-off:before {
  content: "\ec31";
}
.iconsax-toggle-off-circle:before {
  content: "\ec32";
}
.iconsax-toggle-on:before {
  content: "\ec33";
}
.iconsax-toggle-on-circle:before {
  content: "\ec34";
}
.iconsax-trade:before {
  content: "\ec35";
}
.iconsax-transaction-minus:before {
  content: "\ec36";
}
.iconsax-translate:before {
  content: "\ec37";
}
.iconsax-trash:before {
  content: "\ec38";
}
.iconsax-tree:before {
  content: "\ec39";
}
.iconsax-trend-down:before {
  content: "\ec3a";
}
.iconsax-trend-up:before {
  content: "\ec3b";
}
.iconsax-triangle:before {
  content: "\ec3c";
}
.iconsax-truck:before {
  content: "\ec3d";
}
.iconsax-truck-fast:before {
  content: "\ec3e";
}
.iconsax-truck-remove:before {
  content: "\ec3f";
}
.iconsax-truck-tick:before {
  content: "\ec40";
}
.iconsax-truck-time:before {
  content: "\ec41";
}
.iconsax-trush-square:before {
  content: "\ec42";
}
.iconsax-undo:before {
  content: "\ec43";
}
.iconsax-unlimited:before {
  content: "\ec44";
}
.iconsax-unlock:before {
  content: "\ec45";
}
.iconsax-user:before {
  content: "\ec46";
}
.iconsax-user-add:before {
  content: "\ec47";
}
.iconsax-user-cirlce-add:before {
  content: "\ec48";
}
.iconsax-user-edit:before {
  content: "\ec49";
}
.iconsax-user-minus:before {
  content: "\ec4a";
}
.iconsax-user-octagon:before {
  content: "\ec4b";
}
.iconsax-user-remove:before {
  content: "\ec4c";
}
.iconsax-user-search:before {
  content: "\ec4d";
}
.iconsax-user-tag:before {
  content: "\ec4f";
}
.iconsax-user-tick:before {
  content: "\ec50";
}
.iconsax-verify:before {
  content: "\ec51";
}
.iconsax-video:before {
  content: "\ec52";
}
.iconsax-video-add:before {
  content: "\ec53";
}
.iconsax-video-circle:before {
  content: "\ec54";
}
.iconsax-video-horizontal:before {
  content: "\ec55";
}
.iconsax-video-octagon:before {
  content: "\ec56";
}
.iconsax-video-play:before {
  content: "\ec57";
}
.iconsax-video-remove:before {
  content: "\ec58";
}
.iconsax-video-slash:before {
  content: "\ec59";
}
.iconsax-video-square:before {
  content: "\ec5a";
}
.iconsax-video-tick:before {
  content: "\ec5b";
}
.iconsax-video-time:before {
  content: "\ec5c";
}
.iconsax-video-vertical:before {
  content: "\ec5d";
}
.iconsax-voice-cricle:before {
  content: "\ec5e";
}
.iconsax-voice-square:before {
  content: "\ec5f";
}
.iconsax-volume-cross:before {
  content: "\ec60";
}
.iconsax-volume-high:before {
  content: "\ec61";
}
.iconsax-volume-low:before {
  content: "\ec62";
}
.iconsax-volume-low-1:before {
  content: "\ec63";
}
.iconsax-volume-mute:before {
  content: "\ec64";
}
.iconsax-volume-slash:before {
  content: "\ec65";
}
.iconsax-volume-up:before {
  content: "\ec66";
}
.iconsax-wallet:before {
  content: "\ec67";
}
.iconsax-wallet-1:before {
  content: "\ec68";
}
.iconsax-wallet-2:before {
  content: "\ec69";
}
.iconsax-wallet-3:before {
  content: "\ec6a";
}
.iconsax-wallet-add:before {
  content: "\ec6b";
}
.iconsax-wallet-add-1:before {
  content: "\ec6c";
}
.iconsax-wallet-check:before {
  content: "\ec6d";
}
.iconsax-wallet-minus:before {
  content: "\ec6e";
}
.iconsax-wallet-money:before {
  content: "\ec6f";
}
.iconsax-wallet-remove:before {
  content: "\ec70";
}
.iconsax-wallet-search:before {
  content: "\ec71";
}
.iconsax-warning-2:before {
  content: "\ec72";
}
.iconsax-watch:before {
  content: "\ec73";
}
.iconsax-watch-status:before {
  content: "\ec74";
}
.iconsax-weight:before {
  content: "\ec75";
}
.iconsax-weight-1:before {
  content: "\ec76";
}
.iconsax-wifi:before {
  content: "\ec77";
}
.iconsax-wifi-square:before {
  content: "\ec78";
}
.iconsax-wind:before {
  content: "\ec79";
}
.iconsax-wind-2:before {
  content: "\ec7a";
}
.iconsax-woman:before {
  content: "\ec7b";
}
.iconsax-dcube:before {
  content: "\ec7c";
}
.iconsax-d-cube-scan:before {
  content: "\ec7d";
}
.iconsax-d-rotate:before {
  content: "\ec7e";
}
.iconsax-d-square:before {
  content: "\ec7f";
}



@font-face {
  font-family: 'icomoon';
  src:  url('./icomoon.eot?7n9cud');
  src:  url('./icomoon.eot?7n9cud#iefix') format('embedded-opentype'),
    url('./icomoon.ttf?7n9cud') format('truetype'),
    url('./icomoon.woff?7n9cud') format('woff'),
    url('./icomoon.svg?7n9cud#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-microsoft-office:before {
  content: "\f1df";
}
.icon-linux:before {
  content: "\f1de";
}
.icon-cpanel-2:before {
  content: "\f1dd";
}
.icon-cpanel:before {
  content: "\f1dc";
}
.icon-wordpress:before {
  content: "\f1db";
}
.icon-account-box-line:before {
  content: "\e900";
}
.icon-account-circle-fill:before {
  content: "\e901";
}
.icon-account-circle-line:before {
  content: "\e902";
}
.icon-account-pin-box-fill:before {
  content: "\e903";
}
.icon-account-pin-box-line:before {
  content: "\e904";
}
.icon-account-pin-circle-fill:before {
  content: "\e905";
}
.icon-account-pin-circle-line:before {
  content: "\e906";
}
.icon-add-box-fill:before {
  content: "\e907";
}
.icon-add-box-line:before {
  content: "\e908";
}
.icon-add-circle-fill:before {
  content: "\e909";
}
.icon-add-circle-line:before {
  content: "\e90a";
}
.icon-add-fill:before {
  content: "\e90b";
}
.icon-add-line:before {
  content: "\e90c";
}
.icon-admin-fill:before {
  content: "\e90d";
}
.icon-admin-line:before {
  content: "\e90e";
}
.icon-advertisement-fill:before {
  content: "\e90f";
}
.icon-advertisement-line:before {
  content: "\e910";
}
.icon-airplay-fill:before {
  content: "\e911";
}
.icon-airplay-line:before {
  content: "\e912";
}
.icon-alarm-fill:before {
  content: "\e913";
}
.icon-alarm-line:before {
  content: "\e914";
}
.icon-alarm-warning-fill:before {
  content: "\e915";
}
.icon-alarm-warning-line:before {
  content: "\e916";
}
.icon-album-fill:before {
  content: "\e917";
}
.icon-album-line:before {
  content: "\e918";
}
.icon-alert-fill:before {
  content: "\e919";
}
.icon-alert-line:before {
  content: "\e91a";
}
.icon-aliens-fill:before {
  content: "\e91b";
}
.icon-aliens-line:before {
  content: "\e91c";
}
.icon-align-bottom:before {
  content: "\e91d";
}
.icon-align-center:before {
  content: "\e91e";
}
.icon-align-justify:before {
  content: "\e91f";
}
.icon-align-left:before {
  content: "\e920";
}
.icon-align-right:before {
  content: "\e921";
}
.icon-align-top:before {
  content: "\e922";
}
.icon-align-vertically:before {
  content: "\e923";
}
.icon-alipay-fill:before {
  content: "\e924";
}
.icon-alipay-line:before {
  content: "\e925";
}
.icon-amazon-fill:before {
  content: "\e926";
}
.icon-amazon-line:before {
  content: "\e927";
}
.icon-anchor-fill:before {
  content: "\e928";
}
.icon-anchor-line:before {
  content: "\e929";
}
.icon-ancient-gate-fill:before {
  content: "\e92a";
}
.icon-ancient-gate-line:before {
  content: "\e92b";
}
.icon-ancient-pavilion-fill:before {
  content: "\e92c";
}
.icon-ancient-pavilion-line:before {
  content: "\e92d";
}
.icon-android-fill:before {
  content: "\e92e";
}
.icon-android-line:before {
  content: "\e92f";
}
.icon-angularjs-fill:before {
  content: "\e930";
}
.icon-angularjs-line:before {
  content: "\e931";
}
.icon-anticlockwise-2-fill:before {
  content: "\e932";
}
.icon-anticlockwise-2-line:before {
  content: "\e933";
}
.icon-anticlockwise-fill:before {
  content: "\e934";
}
.icon-anticlockwise-line:before {
  content: "\e935";
}
.icon-apple-fill:before {
  content: "\e936";
}
.icon-apple-line:before {
  content: "\e937";
}
.icon-apps-2-fill:before {
  content: "\e938";
}
.icon-apps-2-line:before {
  content: "\e939";
}
.icon-apps-fill:before {
  content: "\e93a";
}
.icon-apps-line:before {
  content: "\e93b";
}
.icon-app-store-fill:before {
  content: "\e93c";
}
.icon-app-store-line:before {
  content: "\e93d";
}
.icon-archive-drawer-fill:before {
  content: "\e93e";
}
.icon-archive-drawer-line:before {
  content: "\e93f";
}
.icon-archive-fill:before {
  content: "\e940";
}
.icon-archive-line:before {
  content: "\e941";
}
.icon-arrow-down-circle-fill:before {
  content: "\e942";
}
.icon-arrow-down-circle-line:before {
  content: "\e943";
}
.icon-arrow-down-fill:before {
  content: "\e944";
}
.icon-arrow-down-line:before {
  content: "\e945";
}
.icon-arrow-down-s-fill:before {
  content: "\e946";
}
.icon-arrow-down-s-line:before {
  content: "\e947";
}
.icon-arrow-drop-down-fill:before {
  content: "\e948";
}
.icon-arrow-drop-down-line:before {
  content: "\e949";
}
.icon-arrow-drop-left-fill:before {
  content: "\e94a";
}
.icon-arrow-drop-left-line:before {
  content: "\e94b";
}
.icon-arrow-drop-right-fill:before {
  content: "\e94c";
}
.icon-arrow-drop-right-line:before {
  content: "\e94d";
}
.icon-arrow-drop-up-fill:before {
  content: "\e94e";
}
.icon-arrow-drop-up-line:before {
  content: "\e94f";
}
.icon-arrow-go-back-fill:before {
  content: "\e950";
}
.icon-arrow-go-back-line:before {
  content: "\e951";
}
.icon-arrow-go-forward-fill:before {
  content: "\e952";
}
.icon-arrow-go-forward-line:before {
  content: "\e953";
}
.icon-arrow-left-circle-fill:before {
  content: "\e954";
}
.icon-arrow-left-circle-line:before {
  content: "\e955";
}
.icon-arrow-left-down-fill:before {
  content: "\e956";
}
.icon-arrow-left-down-line:before {
  content: "\e957";
}
.icon-arrow-left-fill:before {
  content: "\e958";
}
.icon-arrow-left-line:before {
  content: "\e959";
}
.icon-arrow-left-right-fill:before {
  content: "\e95a";
}
.icon-arrow-left-right-line:before {
  content: "\e95b";
}
.icon-arrow-left-s-fill:before {
  content: "\e95c";
}
.icon-arrow-left-s-line:before {
  content: "\e95d";
}
.icon-arrow-left-up-fill:before {
  content: "\e95e";
}
.icon-arrow-left-up-line:before {
  content: "\e95f";
}
.icon-arrow-right-circle-fill:before {
  content: "\e960";
}
.icon-arrow-right-circle-line:before {
  content: "\e961";
}
.icon-arrow-right-down-fill:before {
  content: "\e962";
}
.icon-arrow-right-down-line:before {
  content: "\e963";
}
.icon-arrow-right-fill:before {
  content: "\e964";
}
.icon-arrow-right-line:before {
  content: "\e965";
}
.icon-arrow-right-s-fill:before {
  content: "\e966";
}
.icon-arrow-right-s-line:before {
  content: "\e967";
}
.icon-arrow-right-up-fill:before {
  content: "\e968";
}
.icon-arrow-right-up-line:before {
  content: "\e969";
}
.icon-arrow-up-circle-fill:before {
  content: "\e96a";
}
.icon-arrow-up-circle-line:before {
  content: "\e96b";
}
.icon-arrow-up-down-fill:before {
  content: "\e96c";
}
.icon-arrow-up-down-line:before {
  content: "\e96d";
}
.icon-arrow-up-fill:before {
  content: "\e96e";
}
.icon-arrow-up-line:before {
  content: "\e96f";
}
.icon-arrow-up-s-fill:before {
  content: "\e970";
}
.icon-arrow-up-s-line:before {
  content: "\e971";
}
.icon-artboard-2-fill:before {
  content: "\e972";
}
.icon-artboard-2-line:before {
  content: "\e973";
}
.icon-artboard-fill:before {
  content: "\e974";
}
.icon-artboard-line:before {
  content: "\e975";
}
.icon-article-fill:before {
  content: "\e976";
}
.icon-article-line:before {
  content: "\e977";
}
.icon-aspect-ratio-fill:before {
  content: "\e978";
}
.icon-aspect-ratio-line:before {
  content: "\e979";
}
.icon-asterisk:before {
  content: "\e97a";
}
.icon-at-fill:before {
  content: "\e97b";
}
.icon-at-line:before {
  content: "\e97c";
}
.icon-attachment-2:before {
  content: "\e97d";
}
.icon-attachment-fill:before {
  content: "\e97e";
}
.icon-attachment-line:before {
  content: "\e97f";
}
.icon-auction-fill:before {
  content: "\e980";
}
.icon-auction-line:before {
  content: "\e981";
}
.icon-award-fill:before {
  content: "\e982";
}
.icon-award-line:before {
  content: "\e983";
}
.icon-baidu-fill:before {
  content: "\e984";
}
.icon-baidu-line:before {
  content: "\e985";
}
.icon-ball-pen-fill:before {
  content: "\e986";
}
.icon-ball-pen-line:before {
  content: "\e987";
}
.icon-bank-card-2-fill:before {
  content: "\e988";
}
.icon-bank-card-2-line:before {
  content: "\e989";
}
.icon-bank-card-fill:before {
  content: "\e98a";
}
.icon-bank-card-line:before {
  content: "\e98b";
}
.icon-bank-fill:before {
  content: "\e98c";
}
.icon-bank-line:before {
  content: "\e98d";
}
.icon-bar-chart-2-fill:before {
  content: "\e98e";
}
.icon-bar-chart-2-line:before {
  content: "\e98f";
}
.icon-bar-chart-box-fill:before {
  content: "\e990";
}
.icon-bar-chart-box-line:before {
  content: "\e991";
}
.icon-bar-chart-fill:before {
  content: "\e992";
}
.icon-bar-chart-grouped-fill:before {
  content: "\e993";
}
.icon-bar-chart-grouped-line:before {
  content: "\e994";
}
.icon-bar-chart-horizontal-fill:before {
  content: "\e995";
}
.icon-bar-chart-horizontal-line:before {
  content: "\e996";
}
.icon-bar-chart-line:before {
  content: "\e997";
}
.icon-barcode-box-fill:before {
  content: "\e998";
}
.icon-barcode-box-line:before {
  content: "\e999";
}
.icon-barcode-fill:before {
  content: "\e99a";
}
.icon-barcode-line:before {
  content: "\e99b";
}
.icon-barricade-fill:before {
  content: "\e99c";
}
.icon-barricade-line:before {
  content: "\e99d";
}
.icon-base-station-fill:before {
  content: "\e99e";
}
.icon-base-station-line:before {
  content: "\e99f";
}
.icon-basketball-fill:before {
  content: "\e9a0";
}
.icon-basketball-line:before {
  content: "\e9a1";
}
.icon-battery-2-charge-fill:before {
  content: "\e9a2";
}
.icon-battery-2-charge-line:before {
  content: "\e9a3";
}
.icon-battery-2-fill:before {
  content: "\e9a4";
}
.icon-battery-2-line:before {
  content: "\e9a5";
}
.icon-battery-charge-fill:before {
  content: "\e9a6";
}
.icon-battery-charge-line:before {
  content: "\e9a7";
}
.icon-battery-fill:before {
  content: "\e9a8";
}
.icon-battery-line:before {
  content: "\e9a9";
}
.icon-battery-low-fill:before {
  content: "\e9aa";
}
.icon-battery-low-line:before {
  content: "\e9ab";
}
.icon-battery-saver-fill:before {
  content: "\e9ac";
}
.icon-battery-saver-line:before {
  content: "\e9ad";
}
.icon-battery-share-fill:before {
  content: "\e9ae";
}
.icon-battery-share-line:before {
  content: "\e9af";
}
.icon-bear-smile-fill:before {
  content: "\e9b0";
}
.icon-bear-smile-line:before {
  content: "\e9b1";
}
.icon-behance-fill:before {
  content: "\e9b2";
}
.icon-behance-line:before {
  content: "\e9b3";
}
.icon-bell-fill:before {
  content: "\e9b4";
}
.icon-bell-line:before {
  content: "\e9b5";
}
.icon-bike-fill:before {
  content: "\e9b6";
}
.icon-bike-line:before {
  content: "\e9b7";
}
.icon-bilibili-fill:before {
  content: "\e9b8";
}
.icon-bilibili-line:before {
  content: "\e9b9";
}
.icon-bill-fill:before {
  content: "\e9ba";
}
.icon-billiards-fill:before {
  content: "\e9bb";
}
.icon-billiards-line:before {
  content: "\e9bc";
}
.icon-bill-line:before {
  content: "\e9bd";
}
.icon-bit-coin-fill:before {
  content: "\e9be";
}
.icon-bit-coin-line:before {
  content: "\e9bf";
}
.icon-blaze-fill:before {
  content: "\e9c0";
}
.icon-blaze-line:before {
  content: "\e9c1";
}
.icon-bluetooth-connect-fill:before {
  content: "\e9c2";
}
.icon-bluetooth-connect-line:before {
  content: "\e9c3";
}
.icon-bluetooth-fill:before {
  content: "\e9c4";
}
.icon-bluetooth-line:before {
  content: "\e9c5";
}
.icon-blur-off-fill:before {
  content: "\e9c6";
}
.icon-blur-off-line:before {
  content: "\e9c7";
}
.icon-body-scan-fill:before {
  content: "\e9c8";
}
.icon-body-scan-line:before {
  content: "\e9c9";
}
.icon-bold:before {
  content: "\e9ca";
}
.icon-book-2-fill:before {
  content: "\e9cb";
}
.icon-book-2-line:before {
  content: "\e9cc";
}
.icon-book-3-fill:before {
  content: "\e9cd";
}
.icon-book-3-line:before {
  content: "\e9ce";
}
.icon-book-fill:before {
  content: "\e9cf";
}
.icon-booklet-fill:before {
  content: "\e9d0";
}
.icon-booklet-line:before {
  content: "\e9d1";
}
.icon-book-line:before {
  content: "\e9d2";
}
.icon-bookmark-2-fill:before {
  content: "\e9d3";
}
.icon-bookmark-2-line:before {
  content: "\e9d4";
}
.icon-bookmark-3-fill:before {
  content: "\e9d5";
}
.icon-bookmark-3-line:before {
  content: "\e9d6";
}
.icon-bookmark-fill:before {
  content: "\e9d7";
}
.icon-book-mark-fill:before {
  content: "\e9d8";
}
.icon-bookmark-line:before {
  content: "\e9d9";
}
.icon-book-mark-line:before {
  content: "\e9da";
}
.icon-book-open-fill:before {
  content: "\e9db";
}
.icon-book-open-line:before {
  content: "\e9dc";
}
.icon-book-read-fill:before {
  content: "\e9dd";
}
.icon-book-read-line:before {
  content: "\e9de";
}
.icon-boxing-fill:before {
  content: "\e9df";
}
.icon-boxing-line:before {
  content: "\e9e0";
}
.icon-braces-fill:before {
  content: "\e9e1";
}
.icon-braces-line:before {
  content: "\e9e2";
}
.icon-brackets-fill:before {
  content: "\e9e3";
}
.icon-brackets-line:before {
  content: "\e9e4";
}
.icon-briefcase-2-fill:before {
  content: "\e9e5";
}
.icon-briefcase-2-line:before {
  content: "\e9e6";
}
.icon-briefcase-3-fill:before {
  content: "\e9e7";
}
.icon-briefcase-3-line:before {
  content: "\e9e8";
}
.icon-briefcase-4-fill:before {
  content: "\e9e9";
}
.icon-briefcase-4-line:before {
  content: "\e9ea";
}
.icon-briefcase-5-fill:before {
  content: "\e9eb";
}
.icon-briefcase-5-line:before {
  content: "\e9ec";
}
.icon-briefcase-fill:before {
  content: "\e9ed";
}
.icon-briefcase-line:before {
  content: "\e9ee";
}
.icon-bring-forward:before {
  content: "\e9ef";
}
.icon-bring-to-front:before {
  content: "\e9f0";
}
.icon-broadcast-fill:before {
  content: "\e9f1";
}
.icon-broadcast-line:before {
  content: "\e9f2";
}
.icon-brush-2-fill:before {
  content: "\e9f3";
}
.icon-brush-2-line:before {
  content: "\e9f4";
}
.icon-brush-3-fill:before {
  content: "\e9f5";
}
.icon-brush-3-line:before {
  content: "\e9f6";
}
.icon-brush-4-fill:before {
  content: "\e9f7";
}
.icon-brush-4-line:before {
  content: "\e9f8";
}
.icon-brush-fill:before {
  content: "\e9f9";
}
.icon-brush-line:before {
  content: "\e9fa";
}
.icon-bubble-chart-fill:before {
  content: "\e9fb";
}
.icon-bubble-chart-line:before {
  content: "\e9fc";
}
.icon-bug-2-fill:before {
  content: "\e9fd";
}
.icon-bug-2-line:before {
  content: "\e9fe";
}
.icon-bug-fill:before {
  content: "\e9ff";
}
.icon-bug-line:before {
  content: "\ea00";
}
.icon-building-2-fill:before {
  content: "\ea01";
}
.icon-building-2-line:before {
  content: "\ea02";
}
.icon-building-3-fill:before {
  content: "\ea03";
}
.icon-building-3-line:before {
  content: "\ea04";
}
.icon-building-4-fill:before {
  content: "\ea05";
}
.icon-building-4-line:before {
  content: "\ea06";
}
.icon-building-fill:before {
  content: "\ea07";
}
.icon-building-line:before {
  content: "\ea08";
}
.icon-bus-2-fill:before {
  content: "\ea09";
}
.icon-bus-2-line:before {
  content: "\ea0a";
}
.icon-bus-fill:before {
  content: "\ea0b";
}
.icon-bus-line:before {
  content: "\ea0c";
}
.icon-bus-wifi-fill:before {
  content: "\ea0d";
}
.icon-bus-wifi-line:before {
  content: "\ea0e";
}
.icon-cactus-fill:before {
  content: "\ea0f";
}
.icon-cactus-line:before {
  content: "\ea10";
}
.icon-cake-2-fill:before {
  content: "\ea11";
}
.icon-cake-2-line:before {
  content: "\ea12";
}
.icon-cake-3-fill:before {
  content: "\ea13";
}
.icon-cake-3-line:before {
  content: "\ea14";
}
.icon-cake-fill:before {
  content: "\ea15";
}
.icon-cake-line:before {
  content: "\ea16";
}
.icon-calculator-fill:before {
  content: "\ea17";
}
.icon-calculator-line:before {
  content: "\ea18";
}
.icon-calendar-2-fill:before {
  content: "\ea19";
}
.icon-calendar-2-line:before {
  content: "\ea1a";
}
.icon-calendar-check-fill:before {
  content: "\ea1b";
}
.icon-calendar-check-line:before {
  content: "\ea1c";
}
.icon-calendar-event-fill:before {
  content: "\ea1d";
}
.icon-calendar-event-line:before {
  content: "\ea1e";
}
.icon-calendar-fill:before {
  content: "\ea1f";
}
.icon-calendar-line:before {
  content: "\ea20";
}
.icon-calendar-todo-fill:before {
  content: "\ea21";
}
.icon-calendar-todo-line:before {
  content: "\ea22";
}
.icon-camera-2-fill:before {
  content: "\ea23";
}
.icon-camera-2-line:before {
  content: "\ea24";
}
.icon-camera-3-fill:before {
  content: "\ea25";
}
.icon-camera-3-line:before {
  content: "\ea26";
}
.icon-camera-fill:before {
  content: "\ea27";
}
.icon-camera-lens-fill:before {
  content: "\ea28";
}
.icon-camera-lens-line:before {
  content: "\ea29";
}
.icon-camera-line:before {
  content: "\ea2a";
}
.icon-camera-off-fill:before {
  content: "\ea2b";
}
.icon-camera-off-line:before {
  content: "\ea2c";
}
.icon-camera-switch-fill:before {
  content: "\ea2d";
}
.icon-camera-switch-line:before {
  content: "\ea2e";
}
.icon-capsule-fill:before {
  content: "\ea2f";
}
.icon-capsule-line:before {
  content: "\ea30";
}
.icon-caravan-fill:before {
  content: "\ea31";
}
.icon-caravan-line:before {
  content: "\ea32";
}
.icon-car-fill:before {
  content: "\ea33";
}
.icon-car-line:before {
  content: "\ea34";
}
.icon-car-washing-fill:before {
  content: "\ea35";
}
.icon-car-washing-line:before {
  content: "\ea36";
}
.icon-cast-fill:before {
  content: "\ea37";
}
.icon-cast-line:before {
  content: "\ea38";
}
.icon-cellphone-fill:before {
  content: "\ea39";
}
.icon-cellphone-line:before {
  content: "\ea3a";
}
.icon-celsius-fill:before {
  content: "\ea3b";
}
.icon-celsius-line:before {
  content: "\ea3c";
}
.icon-centos-fill:before {
  content: "\ea3d";
}
.icon-centos-line:before {
  content: "\ea3e";
}
.icon-character-recognition-fill:before {
  content: "\ea3f";
}
.icon-character-recognition-line:before {
  content: "\ea40";
}
.icon-charging-pile-2-fill:before {
  content: "\ea41";
}
.icon-charging-pile-2-line:before {
  content: "\ea42";
}
.icon-charging-pile-fill:before {
  content: "\ea43";
}
.icon-charging-pile-line:before {
  content: "\ea44";
}
.icon-chat-1-fill:before {
  content: "\ea45";
}
.icon-chat-1-line:before {
  content: "\ea46";
}
.icon-chat-2-fill:before {
  content: "\ea47";
}
.icon-chat-2-line:before {
  content: "\ea48";
}
.icon-chat-3-fill:before {
  content: "\ea49";
}
.icon-chat-3-line:before {
  content: "\ea4a";
}
.icon-chat-4-fill:before {
  content: "\ea4b";
}
.icon-chat-4-line:before {
  content: "\ea4c";
}
.icon-chat-check-fill:before {
  content: "\ea4d";
}
.icon-chat-check-line:before {
  content: "\ea4e";
}
.icon-chat-delete-fill:before {
  content: "\ea4f";
}
.icon-chat-delete-line:before {
  content: "\ea50";
}
.icon-chat-download-fill:before {
  content: "\ea51";
}
.icon-chat-download-line:before {
  content: "\ea52";
}
.icon-chat-follow-up-fill:before {
  content: "\ea53";
}
.icon-chat-follow-up-line:before {
  content: "\ea54";
}
.icon-chat-forward-fill:before {
  content: "\ea55";
}
.icon-chat-forward-line:before {
  content: "\ea56";
}
.icon-chat-heart-fill:before {
  content: "\ea57";
}
.icon-chat-heart-line:before {
  content: "\ea58";
}
.icon-chat-history-fill:before {
  content: "\ea59";
}
.icon-chat-history-line:before {
  content: "\ea5a";
}
.icon-chat-new-fill:before {
  content: "\ea5b";
}
.icon-chat-new-line:before {
  content: "\ea5c";
}
.icon-chat-off-fill:before {
  content: "\ea5d";
}
.icon-chat-off-line:before {
  content: "\ea5e";
}
.icon-chat-poll-fill:before {
  content: "\ea5f";
}
.icon-chat-poll-line:before {
  content: "\ea60";
}
.icon-chat-private-fill:before {
  content: "\ea61";
}
.icon-chat-private-line:before {
  content: "\ea62";
}
.icon-chat-quote-fill:before {
  content: "\ea63";
}
.icon-chat-quote-line:before {
  content: "\ea64";
}
.icon-chat-settings-fill:before {
  content: "\ea65";
}
.icon-chat-settings-line:before {
  content: "\ea66";
}
.icon-chat-smile-2-fill:before {
  content: "\ea67";
}
.icon-chat-smile-2-line:before {
  content: "\ea68";
}
.icon-chat-smile-3-fill:before {
  content: "\ea69";
}
.icon-chat-smile-3-line:before {
  content: "\ea6a";
}
.icon-chat-smile-fill:before {
  content: "\ea6b";
}
.icon-chat-smile-line:before {
  content: "\ea6c";
}
.icon-chat-upload-fill:before {
  content: "\ea6d";
}
.icon-chat-upload-line:before {
  content: "\ea6e";
}
.icon-chat-voice-fill:before {
  content: "\ea6f";
}
.icon-chat-voice-line:before {
  content: "\ea70";
}
.icon-checkbox-blank-circle-fill:before {
  content: "\ea71";
}
.icon-checkbox-blank-circle-line:before {
  content: "\ea72";
}
.icon-checkbox-blank-fill:before {
  content: "\ea73";
}
.icon-checkbox-blank-line:before {
  content: "\ea74";
}
.icon-checkbox-circle-fill:before {
  content: "\ea75";
}
.icon-checkbox-circle-line:before {
  content: "\ea76";
}
.icon-checkbox-fill:before {
  content: "\ea77";
}
.icon-checkbox-indeterminate-fill:before {
  content: "\ea78";
}
.icon-checkbox-indeterminate-line:before {
  content: "\ea79";
}
.icon-checkbox-line:before {
  content: "\ea7a";
}
.icon-checkbox-multiple-blank-fill:before {
  content: "\ea7b";
}
.icon-checkbox-multiple-blank-line:before {
  content: "\ea7c";
}
.icon-checkbox-multiple-fill:before {
  content: "\ea7d";
}
.icon-checkbox-multiple-line:before {
  content: "\ea7e";
}
.icon-check-double-fill:before {
  content: "\ea7f";
}
.icon-check-double-line:before {
  content: "\ea80";
}
.icon-check-fill:before {
  content: "\ea81";
}
.icon-check-line:before {
  content: "\ea82";
}
.icon-china-railway-fill:before {
  content: "\ea83";
}
.icon-china-railway-line:before {
  content: "\ea84";
}
.icon-chrome-fill:before {
  content: "\ea85";
}
.icon-chrome-line:before {
  content: "\ea86";
}
.icon-clapperboard-fill:before {
  content: "\ea87";
}
.icon-clapperboard-line:before {
  content: "\ea88";
}
.icon-clipboard-fill:before {
  content: "\ea89";
}
.icon-clipboard-line:before {
  content: "\ea8a";
}
.icon-clockwise-2-fill:before {
  content: "\ea8b";
}
.icon-clockwise-2-line:before {
  content: "\ea8c";
}
.icon-clockwise-fill:before {
  content: "\ea8d";
}
.icon-clockwise-line:before {
  content: "\ea8e";
}
.icon-close-circle-fill:before {
  content: "\ea8f";
}
.icon-close-circle-line:before {
  content: "\ea90";
}
.icon-closed-captioning-fill:before {
  content: "\ea91";
}
.icon-closed-captioning-line:before {
  content: "\ea92";
}
.icon-close-fill:before {
  content: "\ea93";
}
.icon-close-line:before {
  content: "\ea94";
}
.icon-cloud-fill:before {
  content: "\ea95";
}
.icon-cloud-line:before {
  content: "\ea96";
}
.icon-cloud-off-fill:before {
  content: "\ea97";
}
.icon-cloud-off-line:before {
  content: "\ea98";
}
.icon-cloud-windy-fill:before {
  content: "\ea99";
}
.icon-cloud-windy-line:before {
  content: "\ea9a";
}
.icon-cloudy-2-fill:before {
  content: "\ea9b";
}
.icon-cloudy-2-line:before {
  content: "\ea9c";
}
.icon-cloudy-fill:before {
  content: "\ea9d";
}
.icon-cloudy-line:before {
  content: "\ea9e";
}
.icon-code-box-fill:before {
  content: "\ea9f";
}
.icon-code-box-line:before {
  content: "\eaa0";
}
.icon-code-fill:before {
  content: "\eaa1";
}
.icon-code-line:before {
  content: "\eaa2";
}
.icon-codepen-fill:before {
  content: "\eaa3";
}
.icon-codepen-line:before {
  content: "\eaa4";
}
.icon-code-s-fill:before {
  content: "\eaa5";
}
.icon-code-s-line:before {
  content: "\eaa6";
}
.icon-code-s-slash-fill:before {
  content: "\eaa7";
}
.icon-code-s-slash-line:before {
  content: "\eaa8";
}
.icon-code-view:before {
  content: "\eaa9";
}
.icon-coin-fill:before {
  content: "\eaaa";
}
.icon-coin-line:before {
  content: "\eaab";
}
.icon-coins-fill:before {
  content: "\eaac";
}
.icon-coins-line:before {
  content: "\eaad";
}
.icon-collage-fill:before {
  content: "\eaae";
}
.icon-collage-line:before {
  content: "\eaaf";
}
.icon-command-fill:before {
  content: "\eab0";
}
.icon-command-line:before {
  content: "\eab1";
}
.icon-community-fill:before {
  content: "\eab2";
}
.icon-community-line:before {
  content: "\eab3";
}
.icon-compass-2-fill:before {
  content: "\eab4";
}
.icon-compass-2-line:before {
  content: "\eab5";
}
.icon-compass-3-fill:before {
  content: "\eab6";
}
.icon-compass-3-line:before {
  content: "\eab7";
}
.icon-compass-4-fill:before {
  content: "\eab8";
}
.icon-compass-4-line:before {
  content: "\eab9";
}
.icon-compass-discover-fill:before {
  content: "\eaba";
}
.icon-compass-discover-line:before {
  content: "\eabb";
}
.icon-compasses-2-fill:before {
  content: "\eabc";
}
.icon-compasses-2-line:before {
  content: "\eabd";
}
.icon-compasses-fill:before {
  content: "\eabe";
}
.icon-compasses-line:before {
  content: "\eabf";
}
.icon-compass-fill:before {
  content: "\eac0";
}
.icon-compass-line:before {
  content: "\eac1";
}
.icon-computer-fill:before {
  content: "\eac2";
}
.icon-computer-line:before {
  content: "\eac3";
}
.icon-contacts-book-2-fill:before {
  content: "\eac4";
}
.icon-contacts-book-2-line:before {
  content: "\eac5";
}
.icon-contacts-book-fill:before {
  content: "\eac6";
}
.icon-contacts-book-line:before {
  content: "\eac7";
}
.icon-contacts-book-upload-fill:before {
  content: "\eac8";
}
.icon-contacts-book-upload-line:before {
  content: "\eac9";
}
.icon-contacts-fill:before {
  content: "\eaca";
}
.icon-contacts-line:before {
  content: "\eacb";
}
.icon-contrast-2-fill:before {
  content: "\eacc";
}
.icon-contrast-2-line:before {
  content: "\eacd";
}
.icon-contrast-drop-2-fill:before {
  content: "\eace";
}
.icon-contrast-drop-2-line:before {
  content: "\eacf";
}
.icon-contrast-drop-fill:before {
  content: "\ead0";
}
.icon-contrast-drop-line:before {
  content: "\ead1";
}
.icon-contrast-fill:before {
  content: "\ead2";
}
.icon-contrast-line:before {
  content: "\ead3";
}
.icon-copper-coin-fill:before {
  content: "\ead4";
}
.icon-copper-coin-line:before {
  content: "\ead5";
}
.icon-copper-diamond-fill:before {
  content: "\ead6";
}
.icon-copper-diamond-line:before {
  content: "\ead7";
}
.icon-copyleft-fill:before {
  content: "\ead8";
}
.icon-copyleft-line:before {
  content: "\ead9";
}
.icon-copyright-fill:before {
  content: "\eada";
}
.icon-copyright-line:before {
  content: "\eadb";
}
.icon-coreos-fill:before {
  content: "\eadc";
}
.icon-coreos-line:before {
  content: "\eadd";
}
.icon-coupon-2-fill:before {
  content: "\eade";
}
.icon-coupon-2-line:before {
  content: "\eadf";
}
.icon-coupon-3-fill:before {
  content: "\eae0";
}
.icon-coupon-3-line:before {
  content: "\eae1";
}
.icon-coupon-4-fill:before {
  content: "\eae2";
}
.icon-coupon-4-line:before {
  content: "\eae3";
}
.icon-coupon-5-fill:before {
  content: "\eae4";
}
.icon-coupon-5-line:before {
  content: "\eae5";
}
.icon-coupon-fill:before {
  content: "\eae6";
}
.icon-coupon-line:before {
  content: "\eae7";
}
.icon-cpu-fill:before {
  content: "\eae8";
}
.icon-cpu-line:before {
  content: "\eae9";
}
.icon-creative-commons-by-fill:before {
  content: "\eaea";
}
.icon-creative-commons-by-line:before {
  content: "\eaeb";
}
.icon-creative-commons-fill:before {
  content: "\eaec";
}
.icon-creative-commons-line:before {
  content: "\eaed";
}
.icon-creative-commons-nc-fill:before {
  content: "\eaee";
}
.icon-creative-commons-nc-line:before {
  content: "\eaef";
}
.icon-creative-commons-nd-fill:before {
  content: "\eaf0";
}
.icon-creative-commons-nd-line:before {
  content: "\eaf1";
}
.icon-creative-commons-sa-fill:before {
  content: "\eaf2";
}
.icon-creative-commons-sa-line:before {
  content: "\eaf3";
}
.icon-creative-commons-zero-fill:before {
  content: "\eaf4";
}
.icon-creative-commons-zero-line:before {
  content: "\eaf5";
}
.icon-criminal-fill:before {
  content: "\eaf6";
}
.icon-criminal-line:before {
  content: "\eaf7";
}
.icon-crop-2-fill:before {
  content: "\eaf8";
}
.icon-crop-2-line:before {
  content: "\eaf9";
}
.icon-crop-fill:before {
  content: "\eafa";
}
.icon-crop-line:before {
  content: "\eafb";
}
.icon-css3-fill:before {
  content: "\eafc";
}
.icon-css3-line:before {
  content: "\eafd";
}
.icon-cup-fill:before {
  content: "\eafe";
}
.icon-cup-line:before {
  content: "\eaff";
}
.icon-currency-fill:before {
  content: "\eb00";
}
.icon-currency-line:before {
  content: "\eb01";
}
.icon-cursor-fill:before {
  content: "\eb02";
}
.icon-cursor-line:before {
  content: "\eb03";
}
.icon-customer-service-2-fill:before {
  content: "\eb04";
}
.icon-customer-service-2-line:before {
  content: "\eb05";
}
.icon-customer-service-fill:before {
  content: "\eb06";
}
.icon-customer-service-line:before {
  content: "\eb07";
}
.icon-dashboard-2-fill:before {
  content: "\eb08";
}
.icon-dashboard-2-line:before {
  content: "\eb09";
}
.icon-dashboard-3-fill:before {
  content: "\eb0a";
}
.icon-dashboard-3-line:before {
  content: "\eb0b";
}
.icon-dashboard-fill:before {
  content: "\eb0c";
}
.icon-dashboard-line:before {
  content: "\eb0d";
}
.icon-database-2-fill:before {
  content: "\eb0e";
}
.icon-database-2-line:before {
  content: "\eb0f";
}
.icon-database-fill:before {
  content: "\eb10";
}
.icon-database-line:before {
  content: "\eb11";
}
.icon-delete-back-2-fill:before {
  content: "\eb12";
}
.icon-delete-back-2-line:before {
  content: "\eb13";
}
.icon-delete-back-fill:before {
  content: "\eb14";
}
.icon-delete-back-line:before {
  content: "\eb15";
}
.icon-delete-bin-2-fill:before {
  content: "\eb16";
}
.icon-delete-bin-2-line:before {
  content: "\eb17";
}
.icon-delete-bin-3-fill:before {
  content: "\eb18";
}
.icon-delete-bin-3-line:before {
  content: "\eb19";
}
.icon-delete-bin-4-fill:before {
  content: "\eb1a";
}
.icon-delete-bin-4-line:before {
  content: "\eb1b";
}
.icon-delete-bin-5-fill:before {
  content: "\eb1c";
}
.icon-delete-bin-5-line:before {
  content: "\eb1d";
}
.icon-delete-bin-6-fill:before {
  content: "\eb1e";
}
.icon-delete-bin-6-line:before {
  content: "\eb1f";
}
.icon-delete-bin-7-fill:before {
  content: "\eb20";
}
.icon-delete-bin-7-line:before {
  content: "\eb21";
}
.icon-delete-bin-fill:before {
  content: "\eb22";
}
.icon-delete-bin-line:before {
  content: "\eb23";
}
.icon-delete-column:before {
  content: "\eb24";
}
.icon-delete-row:before {
  content: "\eb25";
}
.icon-device-fill:before {
  content: "\eb26";
}
.icon-device-line:before {
  content: "\eb27";
}
.icon-device-recover-fill:before {
  content: "\eb28";
}
.icon-device-recover-line:before {
  content: "\eb29";
}
.icon-dingding-fill:before {
  content: "\eb2a";
}
.icon-dingding-line:before {
  content: "\eb2b";
}
.icon-direction-fill:before {
  content: "\eb2c";
}
.icon-direction-line:before {
  content: "\eb2d";
}
.icon-disc-fill:before {
  content: "\eb2e";
}
.icon-disc-line:before {
  content: "\eb2f";
}
.icon-discord-fill:before {
  content: "\eb30";
}
.icon-discord-line:before {
  content: "\eb31";
}
.icon-discuss-fill:before {
  content: "\eb32";
}
.icon-discuss-line:before {
  content: "\eb33";
}
.icon-dislike-fill:before {
  content: "\eb34";
}
.icon-dislike-line:before {
  content: "\eb35";
}
.icon-disqus-fill:before {
  content: "\eb36";
}
.icon-disqus-line:before {
  content: "\eb37";
}
.icon-divide-fill:before {
  content: "\eb38";
}
.icon-divide-line:before {
  content: "\eb39";
}
.icon-donut-chart-fill:before {
  content: "\eb3a";
}
.icon-donut-chart-line:before {
  content: "\eb3b";
}
.icon-door-closed-fill:before {
  content: "\eb3c";
}
.icon-door-closed-line:before {
  content: "\eb3d";
}
.icon-door-fill:before {
  content: "\eb3e";
}
.icon-door-line:before {
  content: "\eb3f";
}
.icon-door-lock-box-fill:before {
  content: "\eb40";
}
.icon-door-lock-box-line:before {
  content: "\eb41";
}
.icon-door-lock-fill:before {
  content: "\eb42";
}
.icon-door-lock-line:before {
  content: "\eb43";
}
.icon-door-open-fill:before {
  content: "\eb44";
}
.icon-door-open-line:before {
  content: "\eb45";
}
.icon-dossier-fill:before {
  content: "\eb46";
}
.icon-dossier-line:before {
  content: "\eb47";
}
.icon-douban-fill:before {
  content: "\eb48";
}
.icon-douban-line:before {
  content: "\eb49";
}
.icon-double-quotes-l:before {
  content: "\eb4a";
}
.icon-double-quotes-r:before {
  content: "\eb4b";
}
.icon-download-2-fill:before {
  content: "\eb4c";
}
.icon-download-2-line:before {
  content: "\eb4d";
}
.icon-download-cloud-2-fill:before {
  content: "\eb4e";
}
.icon-download-cloud-2-line:before {
  content: "\eb4f";
}
.icon-download-cloud-fill:before {
  content: "\eb50";
}
.icon-download-cloud-line:before {
  content: "\eb51";
}
.icon-download-fill:before {
  content: "\eb52";
}
.icon-download-line:before {
  content: "\eb53";
}
.icon-draft-fill:before {
  content: "\eb54";
}
.icon-draft-line:before {
  content: "\eb55";
}
.icon-drag-drop-fill:before {
  content: "\eb56";
}
.icon-drag-drop-line:before {
  content: "\eb57";
}
.icon-drag-move-2-fill:before {
  content: "\eb58";
}
.icon-drag-move-2-line:before {
  content: "\eb59";
}
.icon-drag-move-fill:before {
  content: "\eb5a";
}
.icon-drag-move-line:before {
  content: "\eb5b";
}
.icon-dribbble-fill:before {
  content: "\eb5c";
}
.icon-dribbble-line:before {
  content: "\eb5d";
}
.icon-drive-fill:before {
  content: "\eb5e";
}
.icon-drive-line:before {
  content: "\eb5f";
}
.icon-drizzle-fill:before {
  content: "\eb60";
}
.icon-drizzle-line:before {
  content: "\eb61";
}
.icon-dropbox-fill:before {
  content: "\eb62";
}
.icon-dropbox-line:before {
  content: "\eb63";
}
.icon-drop-fill:before {
  content: "\eb64";
}
.icon-drop-line:before {
  content: "\eb65";
}
.icon-dual-sim-1-fill:before {
  content: "\eb66";
}
.icon-dual-sim-1-line:before {
  content: "\eb67";
}
.icon-dual-sim-2-fill:before {
  content: "\eb68";
}
.icon-dual-sim-2-line:before {
  content: "\eb69";
}
.icon-dvd-fill:before {
  content: "\eb6a";
}
.icon-dvd-line:before {
  content: "\eb6b";
}
.icon-dv-fill:before {
  content: "\eb6c";
}
.icon-dv-line:before {
  content: "\eb6d";
}
.icon-earth-fill:before {
  content: "\eb6e";
}
.icon-earth-line:before {
  content: "\eb6f";
}
.icon-earthquake-fill:before {
  content: "\eb70";
}
.icon-earthquake-line:before {
  content: "\eb71";
}
.icon-e-bike-2-fill:before {
  content: "\eb72";
}
.icon-e-bike-2-line:before {
  content: "\eb73";
}
.icon-e-bike-fill:before {
  content: "\eb74";
}
.icon-e-bike-line:before {
  content: "\eb75";
}
.icon-edge-fill:before {
  content: "\eb76";
}
.icon-edge-line:before {
  content: "\eb77";
}
.icon-edit-2-fill:before {
  content: "\eb78";
}
.icon-edit-2-line:before {
  content: "\eb79";
}
.icon-edit-box-fill:before {
  content: "\eb7a";
}
.icon-edit-box-line:before {
  content: "\eb7b";
}
.icon-edit-circle-fill:before {
  content: "\eb7c";
}
.icon-edit-circle-line:before {
  content: "\eb7d";
}
.icon-edit-fill:before {
  content: "\eb7e";
}
.icon-edit-line:before {
  content: "\eb7f";
}
.icon-eject-fill:before {
  content: "\eb80";
}
.icon-eject-line:before {
  content: "\eb81";
}
.icon-emotion-2-fill:before {
  content: "\eb82";
}
.icon-emotion-2-line:before {
  content: "\eb83";
}
.icon-emotion-fill:before {
  content: "\eb84";
}
.icon-emotion-happy-fill:before {
  content: "\eb85";
}
.icon-emotion-happy-line:before {
  content: "\eb86";
}
.icon-emotion-laugh-fill:before {
  content: "\eb87";
}
.icon-emotion-laugh-line:before {
  content: "\eb88";
}
.icon-emotion-line:before {
  content: "\eb89";
}
.icon-emotion-normal-fill:before {
  content: "\eb8a";
}
.icon-emotion-normal-line:before {
  content: "\eb8b";
}
.icon-emotion-sad-fill:before {
  content: "\eb8c";
}
.icon-emotion-sad-line:before {
  content: "\eb8d";
}
.icon-emotion-unhappy-fill:before {
  content: "\eb8e";
}
.icon-emotion-unhappy-line:before {
  content: "\eb8f";
}
.icon-empathize-fill:before {
  content: "\eb90";
}
.icon-empathize-line:before {
  content: "\eb91";
}
.icon-emphasis:before {
  content: "\eb92";
}
.icon-emphasis-cn:before {
  content: "\eb93";
}
.icon-english-input:before {
  content: "\eb94";
}
.icon-equalizer-fill:before {
  content: "\eb95";
}
.icon-equalizer-line:before {
  content: "\eb96";
}
.icon-eraser-fill:before {
  content: "\eb97";
}
.icon-eraser-line:before {
  content: "\eb98";
}
.icon-error-warning-fill:before {
  content: "\eb99";
}
.icon-error-warning-line:before {
  content: "\eb9a";
}
.icon-evernote-fill:before {
  content: "\eb9b";
}
.icon-evernote-line:before {
  content: "\eb9c";
}
.icon-exchange-box-fill:before {
  content: "\eb9d";
}
.icon-exchange-box-line:before {
  content: "\eb9e";
}
.icon-exchange-cny-fill:before {
  content: "\eb9f";
}
.icon-exchange-cny-line:before {
  content: "\eba0";
}
.icon-exchange-dollar-fill:before {
  content: "\eba1";
}
.icon-exchange-dollar-line:before {
  content: "\eba2";
}
.icon-exchange-fill:before {
  content: "\eba3";
}
.icon-exchange-funds-fill:before {
  content: "\eba4";
}
.icon-exchange-funds-line:before {
  content: "\eba5";
}
.icon-exchange-line:before {
  content: "\eba6";
}
.icon-external-link-fill:before {
  content: "\eba7";
}
.icon-external-link-line:before {
  content: "\eba8";
}
.icon-eye-2-fill:before {
  content: "\eba9";
}
.icon-eye-2-line:before {
  content: "\ebaa";
}
.icon-eye-close-fill:before {
  content: "\ebab";
}
.icon-eye-close-line:before {
  content: "\ebac";
}
.icon-eye-fill:before {
  content: "\ebad";
}
.icon-eye-line:before {
  content: "\ebae";
}
.icon-eye-off-fill:before {
  content: "\ebaf";
}
.icon-eye-off-line:before {
  content: "\ebb0";
}
.icon-facebook-box-fill:before {
  content: "\ebb1";
}
.icon-facebook-box-line:before {
  content: "\ebb2";
}
.icon-facebook-circle-fill:before {
  content: "\ebb3";
}
.icon-facebook-circle-line:before {
  content: "\ebb4";
}
.icon-facebook-fill:before {
  content: "\ebb5";
}
.icon-facebook-line:before {
  content: "\ebb6";
}
.icon-fahrenheit-fill:before {
  content: "\ebb7";
}
.icon-fahrenheit-line:before {
  content: "\ebb8";
}
.icon-feedback-fill:before {
  content: "\ebb9";
}
.icon-feedback-line:before {
  content: "\ebba";
}
.icon-file-2-fill:before {
  content: "\ebbb";
}
.icon-file-2-line:before {
  content: "\ebbc";
}
.icon-file-3-fill:before {
  content: "\ebbd";
}
.icon-file-3-line:before {
  content: "\ebbe";
}
.icon-file-4-fill:before {
  content: "\ebbf";
}
.icon-file-4-line:before {
  content: "\ebc0";
}
.icon-file-add-fill:before {
  content: "\ebc1";
}
.icon-file-add-line:before {
  content: "\ebc2";
}
.icon-file-chart-2-fill:before {
  content: "\ebc3";
}
.icon-file-chart-2-line:before {
  content: "\ebc4";
}
.icon-file-chart-fill:before {
  content: "\ebc5";
}
.icon-file-chart-line:before {
  content: "\ebc6";
}
.icon-file-cloud-fill:before {
  content: "\ebc7";
}
.icon-file-cloud-line:before {
  content: "\ebc8";
}
.icon-file-code-fill:before {
  content: "\ebc9";
}
.icon-file-code-line:before {
  content: "\ebca";
}
.icon-file-copy-2-fill:before {
  content: "\ebcb";
}
.icon-file-copy-2-line:before {
  content: "\ebcc";
}
.icon-file-copy-fill:before {
  content: "\ebcd";
}
.icon-file-copy-line:before {
  content: "\ebce";
}
.icon-file-damage-fill:before {
  content: "\ebcf";
}
.icon-file-damage-line:before {
  content: "\ebd0";
}
.icon-file-download-fill:before {
  content: "\ebd1";
}
.icon-file-download-line:before {
  content: "\ebd2";
}
.icon-file-edit-fill:before {
  content: "\ebd3";
}
.icon-file-edit-line:before {
  content: "\ebd4";
}
.icon-file-excel-2-fill:before {
  content: "\ebd5";
}
.icon-file-excel-2-line:before {
  content: "\ebd6";
}
.icon-file-excel-fill:before {
  content: "\ebd7";
}
.icon-file-excel-line:before {
  content: "\ebd8";
}
.icon-file-fill:before {
  content: "\ebd9";
}
.icon-file-forbid-fill:before {
  content: "\ebda";
}
.icon-file-forbid-line:before {
  content: "\ebdb";
}
.icon-file-gif-fill:before {
  content: "\ebdc";
}
.icon-file-gif-line:before {
  content: "\ebdd";
}
.icon-file-history-fill:before {
  content: "\ebde";
}
.icon-file-history-line:before {
  content: "\ebdf";
}
.icon-file-hwp-fill:before {
  content: "\ebe0";
}
.icon-file-hwp-line:before {
  content: "\ebe1";
}
.icon-file-info-fill:before {
  content: "\ebe2";
}
.icon-file-info-line:before {
  content: "\ebe3";
}
.icon-file-line:before {
  content: "\ebe4";
}
.icon-file-list-2-fill:before {
  content: "\ebe5";
}
.icon-file-list-2-line:before {
  content: "\ebe6";
}
.icon-file-list-3-fill:before {
  content: "\ebe7";
}
.icon-file-list-3-line:before {
  content: "\ebe8";
}
.icon-file-list-fill:before {
  content: "\ebe9";
}
.icon-file-list-line:before {
  content: "\ebea";
}
.icon-file-lock-fill:before {
  content: "\ebeb";
}
.icon-file-lock-line:before {
  content: "\ebec";
}
.icon-file-mark-fill:before {
  content: "\ebed";
}
.icon-file-mark-line:before {
  content: "\ebee";
}
.icon-file-music-fill:before {
  content: "\ebef";
}
.icon-file-music-line:before {
  content: "\ebf0";
}
.icon-file-paper-2-fill:before {
  content: "\ebf1";
}
.icon-file-paper-2-line:before {
  content: "\ebf2";
}
.icon-file-paper-fill:before {
  content: "\ebf3";
}
.icon-file-paper-line:before {
  content: "\ebf4";
}
.icon-file-pdf-fill:before {
  content: "\ebf5";
}
.icon-file-pdf-line:before {
  content: "\ebf6";
}
.icon-file-ppt-2-fill:before {
  content: "\ebf7";
}
.icon-file-ppt-2-line:before {
  content: "\ebf8";
}
.icon-file-ppt-fill:before {
  content: "\ebf9";
}
.icon-file-ppt-line:before {
  content: "\ebfa";
}
.icon-file-reduce-fill:before {
  content: "\ebfb";
}
.icon-file-reduce-line:before {
  content: "\ebfc";
}
.icon-file-search-fill:before {
  content: "\ebfd";
}
.icon-file-search-line:before {
  content: "\ebfe";
}
.icon-file-settings-fill:before {
  content: "\ebff";
}
.icon-file-settings-line:before {
  content: "\ec00";
}
.icon-file-shield-2-fill:before {
  content: "\ec01";
}
.icon-file-shield-2-line:before {
  content: "\ec02";
}
.icon-file-shield-fill:before {
  content: "\ec03";
}
.icon-file-shield-line:before {
  content: "\ec04";
}
.icon-file-shred-fill:before {
  content: "\ec05";
}
.icon-file-shred-line:before {
  content: "\ec06";
}
.icon-file-text-fill:before {
  content: "\ec07";
}
.icon-file-text-line:before {
  content: "\ec08";
}
.icon-file-transfer-fill:before {
  content: "\ec09";
}
.icon-file-transfer-line:before {
  content: "\ec0a";
}
.icon-file-unknow-fill:before {
  content: "\ec0b";
}
.icon-file-unknow-line:before {
  content: "\ec0c";
}
.icon-file-upload-fill:before {
  content: "\ec0d";
}
.icon-file-upload-line:before {
  content: "\ec0e";
}
.icon-file-user-fill:before {
  content: "\ec0f";
}
.icon-file-user-line:before {
  content: "\ec10";
}
.icon-file-warning-fill:before {
  content: "\ec11";
}
.icon-file-warning-line:before {
  content: "\ec12";
}
.icon-file-word-2-fill:before {
  content: "\ec13";
}
.icon-file-word-2-line:before {
  content: "\ec14";
}
.icon-file-word-fill:before {
  content: "\ec15";
}
.icon-file-word-line:before {
  content: "\ec16";
}
.icon-file-zip-fill:before {
  content: "\ec17";
}
.icon-file-zip-line:before {
  content: "\ec18";
}
.icon-film-fill:before {
  content: "\ec19";
}
.icon-film-line:before {
  content: "\ec1a";
}
.icon-filter-2-fill:before {
  content: "\ec1b";
}
.icon-filter-2-line:before {
  content: "\ec1c";
}
.icon-filter-3-fill:before {
  content: "\ec1d";
}
.icon-filter-3-line:before {
  content: "\ec1e";
}
.icon-filter-fill:before {
  content: "\ec1f";
}
.icon-filter-line:before {
  content: "\ec20";
}
.icon-filter-off-fill:before {
  content: "\ec21";
}
.icon-filter-off-line:before {
  content: "\ec22";
}
.icon-finder-fill:before {
  content: "\ec23";
}
.icon-finder-line:before {
  content: "\ec24";
}
.icon-find-replace-fill:before {
  content: "\ec25";
}
.icon-find-replace-line:before {
  content: "\ec26";
}
.icon-fingerprint-2-fill:before {
  content: "\ec27";
}
.icon-fingerprint-2-line:before {
  content: "\ec28";
}
.icon-fingerprint-fill:before {
  content: "\ec29";
}
.icon-fingerprint-line:before {
  content: "\ec2a";
}
.icon-fire-fill:before {
  content: "\ec2b";
}
.icon-firefox-fill:before {
  content: "\ec2c";
}
.icon-firefox-line:before {
  content: "\ec2d";
}
.icon-fire-line:before {
  content: "\ec2e";
}
.icon-first-aid-kit-fill:before {
  content: "\ec2f";
}
.icon-first-aid-kit-line:before {
  content: "\ec30";
}
.icon-flag-2-fill:before {
  content: "\ec31";
}
.icon-flag-2-line:before {
  content: "\ec32";
}
.icon-flag-fill:before {
  content: "\ec33";
}
.icon-flag-line:before {
  content: "\ec34";
}
.icon-flashlight-fill:before {
  content: "\ec35";
}
.icon-flashlight-line:before {
  content: "\ec36";
}
.icon-flask-fill:before {
  content: "\ec37";
}
.icon-flask-line:before {
  content: "\ec38";
}
.icon-flight-land-fill:before {
  content: "\ec39";
}
.icon-flight-land-line:before {
  content: "\ec3a";
}
.icon-flight-takeoff-fill:before {
  content: "\ec3b";
}
.icon-flight-takeoff-line:before {
  content: "\ec3c";
}
.icon-flow-chart:before {
  content: "\ec3d";
}
.icon-flutter-fill:before {
  content: "\ec3e";
}
.icon-flutter-line:before {
  content: "\ec3f";
}
.icon-focus-2-fill:before {
  content: "\ec40";
}
.icon-focus-2-line:before {
  content: "\ec41";
}
.icon-focus-3-fill:before {
  content: "\ec42";
}
.icon-focus-3-line:before {
  content: "\ec43";
}
.icon-focus-fill:before {
  content: "\ec44";
}
.icon-focus-line:before {
  content: "\ec45";
}
.icon-folder-2-fill:before {
  content: "\ec46";
}
.icon-folder-2-line:before {
  content: "\ec47";
}
.icon-folder-3-fill:before {
  content: "\ec48";
}
.icon-folder-3-line:before {
  content: "\ec49";
}
.icon-folder-4-fill:before {
  content: "\ec4a";
}
.icon-folder-4-line:before {
  content: "\ec4b";
}
.icon-folder-5-fill:before {
  content: "\ec4c";
}
.icon-folder-5-line:before {
  content: "\ec4d";
}
.icon-folder-add-fill:before {
  content: "\ec4e";
}
.icon-folder-add-line:before {
  content: "\ec4f";
}
.icon-folder-chart-2-fill:before {
  content: "\ec50";
}
.icon-folder-chart-2-line:before {
  content: "\ec51";
}
.icon-folder-chart-fill:before {
  content: "\ec52";
}
.icon-folder-chart-line:before {
  content: "\ec53";
}
.icon-folder-download-fill:before {
  content: "\ec54";
}
.icon-folder-download-line:before {
  content: "\ec55";
}
.icon-folder-fill:before {
  content: "\ec56";
}
.icon-folder-forbid-fill:before {
  content: "\ec57";
}
.icon-folder-forbid-line:before {
  content: "\ec58";
}
.icon-folder-history-fill:before {
  content: "\ec59";
}
.icon-folder-history-line:before {
  content: "\ec5a";
}
.icon-folder-info-fill:before {
  content: "\ec5b";
}
.icon-folder-info-line:before {
  content: "\ec5c";
}
.icon-folder-keyhole-fill:before {
  content: "\ec5d";
}
.icon-folder-keyhole-line:before {
  content: "\ec5e";
}
.icon-folder-line:before {
  content: "\ec5f";
}
.icon-folder-lock-fill:before {
  content: "\ec60";
}
.icon-folder-lock-line:before {
  content: "\ec61";
}
.icon-folder-music-fill:before {
  content: "\ec62";
}
.icon-folder-music-line:before {
  content: "\ec63";
}
.icon-folder-open-fill:before {
  content: "\ec64";
}
.icon-folder-open-line:before {
  content: "\ec65";
}
.icon-folder-received-fill:before {
  content: "\ec66";
}
.icon-folder-received-line:before {
  content: "\ec67";
}
.icon-folder-reduce-fill:before {
  content: "\ec68";
}
.icon-folder-reduce-line:before {
  content: "\ec69";
}
.icon-folder-settings-fill:before {
  content: "\ec6a";
}
.icon-folder-settings-line:before {
  content: "\ec6b";
}
.icon-folders-fill:before {
  content: "\ec6c";
}
.icon-folder-shared-fill:before {
  content: "\ec6d";
}
.icon-folder-shared-line:before {
  content: "\ec6e";
}
.icon-folder-shield-2-fill:before {
  content: "\ec6f";
}
.icon-folder-shield-2-line:before {
  content: "\ec70";
}
.icon-folder-shield-fill:before {
  content: "\ec71";
}
.icon-folder-shield-line:before {
  content: "\ec72";
}
.icon-folders-line:before {
  content: "\ec73";
}
.icon-folder-transfer-fill:before {
  content: "\ec74";
}
.icon-folder-transfer-line:before {
  content: "\ec75";
}
.icon-folder-unknow-fill:before {
  content: "\ec76";
}
.icon-folder-unknow-line:before {
  content: "\ec77";
}
.icon-folder-upload-fill:before {
  content: "\ec78";
}
.icon-folder-upload-line:before {
  content: "\ec79";
}
.icon-folder-user-fill:before {
  content: "\ec7a";
}
.icon-folder-user-line:before {
  content: "\ec7b";
}
.icon-folder-warning-fill:before {
  content: "\ec7c";
}
.icon-folder-warning-line:before {
  content: "\ec7d";
}
.icon-folder-zip-fill:before {
  content: "\ec7e";
}
.icon-folder-zip-line:before {
  content: "\ec7f";
}
.icon-font-color:before {
  content: "\ec80";
}
.icon-font-size:before {
  content: "\ec81";
}
.icon-font-size-2:before {
  content: "\ec82";
}
.icon-football-fill:before {
  content: "\ec83";
}
.icon-football-line:before {
  content: "\ec84";
}
.icon-footprint-fill:before {
  content: "\ec85";
}
.icon-footprint-line:before {
  content: "\ec86";
}
.icon-forbid-2-fill:before {
  content: "\ec87";
}
.icon-forbid-2-line:before {
  content: "\ec88";
}
.icon-forbid-fill:before {
  content: "\ec89";
}
.icon-forbid-line:before {
  content: "\ec8a";
}
.icon-format-clear:before {
  content: "\ec8b";
}
.icon-fridge-fill:before {
  content: "\ec8c";
}
.icon-fridge-line:before {
  content: "\ec8d";
}
.icon-fullscreen-exit-fill:before {
  content: "\ec8e";
}
.icon-fullscreen-exit-line:before {
  content: "\ec8f";
}
.icon-fullscreen-fill:before {
  content: "\ec90";
}
.icon-fullscreen-line:before {
  content: "\ec91";
}
.icon-function-fill:before {
  content: "\ec92";
}
.icon-function-line:before {
  content: "\ec93";
}
.icon-functions:before {
  content: "\ec94";
}
.icon-funds-box-fill:before {
  content: "\ec95";
}
.icon-funds-box-line:before {
  content: "\ec96";
}
.icon-funds-fill:before {
  content: "\ec97";
}
.icon-funds-line:before {
  content: "\ec98";
}
.icon-gallery-fill:before {
  content: "\ec99";
}
.icon-gallery-line:before {
  content: "\ec9a";
}
.icon-gallery-upload-fill:before {
  content: "\ec9b";
}
.icon-gallery-upload-line:before {
  content: "\ec9c";
}
.icon-game-fill:before {
  content: "\ec9d";
}
.icon-game-line:before {
  content: "\ec9e";
}
.icon-gamepad-fill:before {
  content: "\ec9f";
}
.icon-gamepad-line:before {
  content: "\eca0";
}
.icon-gas-station-fill:before {
  content: "\eca1";
}
.icon-gas-station-line:before {
  content: "\eca2";
}
.icon-gatsby-fill:before {
  content: "\eca3";
}
.icon-gatsby-line:before {
  content: "\eca4";
}
.icon-genderless-fill:before {
  content: "\eca5";
}
.icon-genderless-line:before {
  content: "\eca6";
}
.icon-ghost-2-fill:before {
  content: "\eca7";
}
.icon-ghost-2-line:before {
  content: "\eca8";
}
.icon-ghost-fill:before {
  content: "\eca9";
}
.icon-ghost-line:before {
  content: "\ecaa";
}
.icon-ghost-smile-fill:before {
  content: "\ecab";
}
.icon-ghost-smile-line:before {
  content: "\ecac";
}
.icon-gift-2-fill:before {
  content: "\ecad";
}
.icon-gift-2-line:before {
  content: "\ecae";
}
.icon-gift-fill:before {
  content: "\ecaf";
}
.icon-gift-line:before {
  content: "\ecb0";
}
.icon-git-branch-fill:before {
  content: "\ecb1";
}
.icon-git-branch-line:before {
  content: "\ecb2";
}
.icon-git-commit-fill:before {
  content: "\ecb3";
}
.icon-git-commit-line:before {
  content: "\ecb4";
}
.icon-github-fill:before {
  content: "\ecb5";
}
.icon-github-line:before {
  content: "\ecb6";
}
.icon-gitlab-fill:before {
  content: "\ecb7";
}
.icon-gitlab-line:before {
  content: "\ecb8";
}
.icon-git-merge-fill:before {
  content: "\ecb9";
}
.icon-git-merge-line:before {
  content: "\ecba";
}
.icon-git-pull-request-fill:before {
  content: "\ecbb";
}
.icon-git-pull-request-line:before {
  content: "\ecbc";
}
.icon-git-repository-commits-fill:before {
  content: "\ecbd";
}
.icon-git-repository-commits-line:before {
  content: "\ecbe";
}
.icon-git-repository-fill:before {
  content: "\ecbf";
}
.icon-git-repository-line:before {
  content: "\ecc0";
}
.icon-git-repository-private-fill:before {
  content: "\ecc1";
}
.icon-git-repository-private-line:before {
  content: "\ecc2";
}
.icon-global-fill:before {
  content: "\ecc3";
}
.icon-global-line:before {
  content: "\ecc4";
}
.icon-globe-fill:before {
  content: "\ecc5";
}
.icon-globe-line:before {
  content: "\ecc6";
}
.icon-goblet-fill:before {
  content: "\ecc7";
}
.icon-goblet-line:before {
  content: "\ecc8";
}
.icon-google-fill:before {
  content: "\ecc9";
}
.icon-google-line:before {
  content: "\ecca";
}
.icon-google-play-fill:before {
  content: "\eccb";
}
.icon-google-play-line:before {
  content: "\eccc";
}
.icon-government-fill:before {
  content: "\eccd";
}
.icon-government-line:before {
  content: "\ecce";
}
.icon-gps-fill:before {
  content: "\eccf";
}
.icon-gps-line:before {
  content: "\ecd0";
}
.icon-gradienter-fill:before {
  content: "\ecd1";
}
.icon-gradienter-line:before {
  content: "\ecd2";
}
.icon-grid-fill:before {
  content: "\ecd3";
}
.icon-grid-line:before {
  content: "\ecd4";
}
.icon-group-2-fill:before {
  content: "\ecd5";
}
.icon-group-2-line:before {
  content: "\ecd6";
}
.icon-group-fill:before {
  content: "\ecd7";
}
.icon-group-line:before {
  content: "\ecd8";
}
.icon-guide-fill:before {
  content: "\ecd9";
}
.icon-guide-line:before {
  content: "\ecda";
}
.icon-h-1:before {
  content: "\ecdb";
}
.icon-h-2:before {
  content: "\ecdc";
}
.icon-h-3:before {
  content: "\ecdd";
}
.icon-h-4:before {
  content: "\ecde";
}
.icon-h-5:before {
  content: "\ecdf";
}
.icon-h-6:before {
  content: "\ece0";
}
.icon-hammer-fill:before {
  content: "\ece1";
}
.icon-hammer-line:before {
  content: "\ece2";
}
.icon-handbag-fill:before {
  content: "\ece3";
}
.icon-handbag-line:before {
  content: "\ece4";
}
.icon-hand-coin-fill:before {
  content: "\ece5";
}
.icon-hand-coin-line:before {
  content: "\ece6";
}
.icon-hand-heart-fill:before {
  content: "\ece7";
}
.icon-hand-heart-line:before {
  content: "\ece8";
}
.icon-hand-sanitizer-fill:before {
  content: "\ece9";
}
.icon-hand-sanitizer-line:before {
  content: "\ecea";
}
.icon-hard-drive-2-fill:before {
  content: "\eceb";
}
.icon-hard-drive-2-line:before {
  content: "\ecec";
}
.icon-hard-drive-fill:before {
  content: "\eced";
}
.icon-hard-drive-line:before {
  content: "\ecee";
}
.icon-hashtag:before {
  content: "\ecef";
}
.icon-haze-2-fill:before {
  content: "\ecf0";
}
.icon-haze-2-line:before {
  content: "\ecf1";
}
.icon-haze-fill:before {
  content: "\ecf2";
}
.icon-haze-line:before {
  content: "\ecf3";
}
.icon-hd-fill:before {
  content: "\ecf4";
}
.icon-hd-line:before {
  content: "\ecf5";
}
.icon-heading:before {
  content: "\ecf6";
}
.icon-headphone-fill:before {
  content: "\ecf7";
}
.icon-headphone-line:before {
  content: "\ecf8";
}
.icon-health-book-fill:before {
  content: "\ecf9";
}
.icon-health-book-line:before {
  content: "\ecfa";
}
.icon-heart-2-fill:before {
  content: "\ecfb";
}
.icon-heart-2-line:before {
  content: "\ecfc";
}
.icon-heart-3-fill:before {
  content: "\ecfd";
}
.icon-heart-3-line:before {
  content: "\ecfe";
}
.icon-heart-add-fill:before {
  content: "\ecff";
}
.icon-heart-add-line:before {
  content: "\ed00";
}
.icon-heart-fill:before {
  content: "\ed01";
}
.icon-heart-line:before {
  content: "\ed02";
}
.icon-heart-pulse-fill:before {
  content: "\ed03";
}
.icon-heart-pulse-line:before {
  content: "\ed04";
}
.icon-hearts-fill:before {
  content: "\ed05";
}
.icon-hearts-line:before {
  content: "\ed06";
}
.icon-heavy-showers-fill:before {
  content: "\ed07";
}
.icon-heavy-showers-line:before {
  content: "\ed08";
}
.icon-history-fill:before {
  content: "\ed09";
}
.icon-history-line:before {
  content: "\ed0a";
}
.icon-home-2-fill:before {
  content: "\ed0b";
}
.icon-home-2-line:before {
  content: "\ed0c";
}
.icon-home-3-fill:before {
  content: "\ed0d";
}
.icon-home-3-line:before {
  content: "\ed0e";
}
.icon-home-4-fill:before {
  content: "\ed0f";
}
.icon-home-4-line:before {
  content: "\ed10";
}
.icon-home-5-fill:before {
  content: "\ed11";
}
.icon-home-5-line:before {
  content: "\ed12";
}
.icon-home-6-fill:before {
  content: "\ed13";
}
.icon-home-6-line:before {
  content: "\ed14";
}
.icon-home-7-fill:before {
  content: "\ed15";
}
.icon-home-7-line:before {
  content: "\ed16";
}
.icon-home-8-fill:before {
  content: "\ed17";
}
.icon-home-8-line:before {
  content: "\ed18";
}
.icon-home-fill:before {
  content: "\ed19";
}
.icon-home-gear-fill:before {
  content: "\ed1a";
}
.icon-home-gear-line:before {
  content: "\ed1b";
}
.icon-home-heart-fill:before {
  content: "\ed1c";
}
.icon-home-heart-line:before {
  content: "\ed1d";
}
.icon-home-line:before {
  content: "\ed1e";
}
.icon-home-smile-2-fill:before {
  content: "\ed1f";
}
.icon-home-smile-2-line:before {
  content: "\ed20";
}
.icon-home-smile-fill:before {
  content: "\ed21";
}
.icon-home-smile-line:before {
  content: "\ed22";
}
.icon-home-wifi-fill:before {
  content: "\ed23";
}
.icon-home-wifi-line:before {
  content: "\ed24";
}
.icon-honor-of-kings-fill:before {
  content: "\ed25";
}
.icon-honor-of-kings-line:before {
  content: "\ed26";
}
.icon-honour-fill:before {
  content: "\ed27";
}
.icon-honour-line:before {
  content: "\ed28";
}
.icon-hospital-fill:before {
  content: "\ed29";
}
.icon-hospital-line:before {
  content: "\ed2a";
}
.icon-hotel-bed-fill:before {
  content: "\ed2b";
}
.icon-hotel-bed-line:before {
  content: "\ed2c";
}
.icon-hotel-fill:before {
  content: "\ed2d";
}
.icon-hotel-line:before {
  content: "\ed2e";
}
.icon-hotspot-fill:before {
  content: "\ed2f";
}
.icon-hotspot-line:before {
  content: "\ed30";
}
.icon-hq-fill:before {
  content: "\ed31";
}
.icon-hq-line:before {
  content: "\ed32";
}
.icon-html5-fill:before {
  content: "\ed33";
}
.icon-html5-line:before {
  content: "\ed34";
}
.icon-ie-fill:before {
  content: "\ed35";
}
.icon-ie-line:before {
  content: "\ed36";
}
.icon-image-2-fill:before {
  content: "\ed37";
}
.icon-image-2-line:before {
  content: "\ed38";
}
.icon-image-add-fill:before {
  content: "\ed39";
}
.icon-image-add-line:before {
  content: "\ed3a";
}
.icon-image-edit-fill:before {
  content: "\ed3b";
}
.icon-image-edit-line:before {
  content: "\ed3c";
}
.icon-image-fill:before {
  content: "\ed3d";
}
.icon-image-line:before {
  content: "\ed3e";
}
.icon-inbox-archive-fill:before {
  content: "\ed3f";
}
.icon-inbox-archive-line:before {
  content: "\ed40";
}
.icon-inbox-fill:before {
  content: "\ed41";
}
.icon-inbox-line:before {
  content: "\ed42";
}
.icon-inbox-unarchive-fill:before {
  content: "\ed43";
}
.icon-inbox-unarchive-line:before {
  content: "\ed44";
}
.icon-increase-decrease-fill:before {
  content: "\ed45";
}
.icon-increase-decrease-line:before {
  content: "\ed46";
}
.icon-indent-decrease:before {
  content: "\ed47";
}
.icon-indent-increase:before {
  content: "\ed48";
}
.icon-indeterminate-circle-fill:before {
  content: "\ed49";
}
.icon-indeterminate-circle-line:before {
  content: "\ed4a";
}
.icon-information-fill:before {
  content: "\ed4b";
}
.icon-information-line:before {
  content: "\ed4c";
}
.icon-infrared-thermometer-fill:before {
  content: "\ed4d";
}
.icon-infrared-thermometer-line:before {
  content: "\ed4e";
}
.icon-ink-bottle-fill:before {
  content: "\ed4f";
}
.icon-ink-bottle-line:before {
  content: "\ed50";
}
.icon-input-cursor-move:before {
  content: "\ed51";
}
.icon-input-method-fill:before {
  content: "\ed52";
}
.icon-input-method-line:before {
  content: "\ed53";
}
.icon-insert-column-left:before {
  content: "\ed54";
}
.icon-insert-column-right:before {
  content: "\ed55";
}
.icon-insert-row-bottom:before {
  content: "\ed56";
}
.icon-insert-row-top:before {
  content: "\ed57";
}
.icon-instagram-fill:before {
  content: "\ed58";
}
.icon-instagram-line:before {
  content: "\ed59";
}
.icon-install-fill:before {
  content: "\ed5a";
}
.icon-install-line:before {
  content: "\ed5b";
}
.icon-invision-fill:before {
  content: "\ed5c";
}
.icon-invision-line:before {
  content: "\ed5d";
}
.icon-italic:before {
  content: "\ed5e";
}
.icon-kakao-talk-fill:before {
  content: "\ed5f";
}
.icon-kakao-talk-line:before {
  content: "\ed60";
}
.icon-key-2-fill:before {
  content: "\ed61";
}
.icon-key-2-line:before {
  content: "\ed62";
}
.icon-keyboard-box-fill:before {
  content: "\ed63";
}
.icon-keyboard-box-line:before {
  content: "\ed64";
}
.icon-keyboard-fill:before {
  content: "\ed65";
}
.icon-keyboard-line:before {
  content: "\ed66";
}
.icon-key-fill:before {
  content: "\ed67";
}
.icon-key-line:before {
  content: "\ed68";
}
.icon-keynote-fill:before {
  content: "\ed69";
}
.icon-keynote-line:before {
  content: "\ed6a";
}
.icon-knife-blood-fill:before {
  content: "\ed6b";
}
.icon-knife-blood-line:before {
  content: "\ed6c";
}
.icon-knife-fill:before {
  content: "\ed6d";
}
.icon-knife-line:before {
  content: "\ed6e";
}
.icon-landscape-fill:before {
  content: "\ed6f";
}
.icon-landscape-line:before {
  content: "\ed70";
}
.icon-layout-2-fill:before {
  content: "\ed71";
}
.icon-layout-2-line:before {
  content: "\ed72";
}
.icon-layout-3-fill:before {
  content: "\ed73";
}
.icon-layout-3-line:before {
  content: "\ed74";
}
.icon-layout-4-fill:before {
  content: "\ed75";
}
.icon-layout-4-line:before {
  content: "\ed76";
}
.icon-layout-5-fill:before {
  content: "\ed77";
}
.icon-layout-5-line:before {
  content: "\ed78";
}
.icon-layout-6-fill:before {
  content: "\ed79";
}
.icon-layout-6-line:before {
  content: "\ed7a";
}
.icon-layout-bottom-2-fill:before {
  content: "\ed7b";
}
.icon-layout-bottom-2-line:before {
  content: "\ed7c";
}
.icon-layout-bottom-fill:before {
  content: "\ed7d";
}
.icon-layout-bottom-line:before {
  content: "\ed7e";
}
.icon-layout-column-fill:before {
  content: "\ed7f";
}
.icon-layout-column-line:before {
  content: "\ed80";
}
.icon-layout-fill:before {
  content: "\ed81";
}
.icon-layout-grid-fill:before {
  content: "\ed82";
}
.icon-layout-grid-line:before {
  content: "\ed83";
}
.icon-layout-left-2-fill:before {
  content: "\ed84";
}
.icon-layout-left-2-line:before {
  content: "\ed85";
}
.icon-layout-left-fill:before {
  content: "\ed86";
}
.icon-layout-left-line:before {
  content: "\ed87";
}
.icon-layout-line:before {
  content: "\ed88";
}
.icon-layout-masonry-fill:before {
  content: "\ed89";
}
.icon-layout-masonry-line:before {
  content: "\ed8a";
}
.icon-layout-right-2-fill:before {
  content: "\ed8b";
}
.icon-layout-right-2-line:before {
  content: "\ed8c";
}
.icon-layout-right-fill:before {
  content: "\ed8d";
}
.icon-layout-right-line:before {
  content: "\ed8e";
}
.icon-layout-row-fill:before {
  content: "\ed8f";
}
.icon-layout-row-line:before {
  content: "\ed90";
}
.icon-layout-top-2-fill:before {
  content: "\ed91";
}
.icon-layout-top-2-line:before {
  content: "\ed92";
}
.icon-layout-top-fill:before {
  content: "\ed93";
}
.icon-layout-top-line:before {
  content: "\ed94";
}
.icon-leaf-fill:before {
  content: "\ed95";
}
.icon-leaf-line:before {
  content: "\ed96";
}
.icon-lifebuoy-fill:before {
  content: "\ed97";
}
.icon-lifebuoy-line:before {
  content: "\ed98";
}
.icon-lightbulb-fill:before {
  content: "\ed99";
}
.icon-lightbulb-flash-fill:before {
  content: "\ed9a";
}
.icon-lightbulb-flash-line:before {
  content: "\ed9b";
}
.icon-lightbulb-line:before {
  content: "\ed9c";
}
.icon-line-chart-fill:before {
  content: "\ed9d";
}
.icon-line-chart-line:before {
  content: "\ed9e";
}
.icon-line-fill:before {
  content: "\ed9f";
}
.icon-line-height:before {
  content: "\eda0";
}
.icon-line-line:before {
  content: "\eda1";
}
.icon-link:before {
  content: "\eda2";
}
.icon-linkedin-box-fill:before {
  content: "\eda3";
}
.icon-linkedin-box-line:before {
  content: "\eda4";
}
.icon-linkedin-fill:before {
  content: "\eda5";
}
.icon-linkedin-line:before {
  content: "\eda6";
}
.icon-link-m:before {
  content: "\eda7";
}
.icon-links-fill:before {
  content: "\eda8";
}
.icon-links-line:before {
  content: "\eda9";
}
.icon-link-unlink:before {
  content: "\edaa";
}
.icon-link-unlink-m:before {
  content: "\edab";
}
.icon-list-check:before {
  content: "\edac";
}
.icon-list-check-2:before {
  content: "\edad";
}
.icon-list-ordered:before {
  content: "\edae";
}
.icon-list-settings-fill:before {
  content: "\edaf";
}
.icon-list-settings-line:before {
  content: "\edb0";
}
.icon-list-unordered:before {
  content: "\edb1";
}
.icon-live-fill:before {
  content: "\edb2";
}
.icon-live-line:before {
  content: "\edb3";
}
.icon-loader-2-fill:before {
  content: "\edb4";
}
.icon-loader-2-line:before {
  content: "\edb5";
}
.icon-loader-3-fill:before {
  content: "\edb6";
}
.icon-loader-3-line:before {
  content: "\edb7";
}
.icon-loader-4-fill:before {
  content: "\edb8";
}
.icon-loader-4-line:before {
  content: "\edb9";
}
.icon-loader-5-fill:before {
  content: "\edba";
}
.icon-loader-5-line:before {
  content: "\edbb";
}
.icon-loader-fill:before {
  content: "\edbc";
}
.icon-loader-line:before {
  content: "\edbd";
}
.icon-lock-2-fill:before {
  content: "\edbe";
}
.icon-lock-2-line:before {
  content: "\edbf";
}
.icon-lock-fill:before {
  content: "\edc0";
}
.icon-lock-line:before {
  content: "\edc1";
}
.icon-lock-password-fill:before {
  content: "\edc2";
}
.icon-lock-password-line:before {
  content: "\edc3";
}
.icon-lock-unlock-fill:before {
  content: "\edc4";
}
.icon-lock-unlock-line:before {
  content: "\edc5";
}
.icon-login-box-fill:before {
  content: "\edc6";
}
.icon-login-box-line:before {
  content: "\edc7";
}
.icon-login-circle-fill:before {
  content: "\edc8";
}
.icon-login-circle-line:before {
  content: "\edc9";
}
.icon-logout-box-fill:before {
  content: "\edca";
}
.icon-logout-box-line:before {
  content: "\edcb";
}
.icon-logout-box-r-fill:before {
  content: "\edcc";
}
.icon-logout-box-r-line:before {
  content: "\edcd";
}
.icon-logout-circle-fill:before {
  content: "\edce";
}
.icon-logout-circle-line:before {
  content: "\edcf";
}
.icon-logout-circle-r-fill:before {
  content: "\edd0";
}
.icon-logout-circle-r-line:before {
  content: "\edd1";
}
.icon-luggage-cart-fill:before {
  content: "\edd2";
}
.icon-luggage-cart-line:before {
  content: "\edd3";
}
.icon-luggage-deposit-fill:before {
  content: "\edd4";
}
.icon-luggage-deposit-line:before {
  content: "\edd5";
}
.icon-lungs-fill:before {
  content: "\edd6";
}
.icon-lungs-line:before {
  content: "\edd7";
}
.icon-macbook-fill:before {
  content: "\edd8";
}
.icon-macbook-line:before {
  content: "\edd9";
}
.icon-mac-fill:before {
  content: "\edda";
}
.icon-mac-line:before {
  content: "\eddb";
}
.icon-magic-fill:before {
  content: "\eddc";
}
.icon-magic-line:before {
  content: "\eddd";
}
.icon-mail-add-fill:before {
  content: "\edde";
}
.icon-mail-add-line:before {
  content: "\eddf";
}
.icon-mail-check-fill:before {
  content: "\ede0";
}
.icon-mail-check-line:before {
  content: "\ede1";
}
.icon-mail-close-fill:before {
  content: "\ede2";
}
.icon-mail-close-line:before {
  content: "\ede3";
}
.icon-mail-download-fill:before {
  content: "\ede4";
}
.icon-mail-download-line:before {
  content: "\ede5";
}
.icon-mail-fill:before {
  content: "\ede6";
}
.icon-mail-forbid-fill:before {
  content: "\ede7";
}
.icon-mail-forbid-line:before {
  content: "\ede8";
}
.icon-mail-line:before {
  content: "\ede9";
}
.icon-mail-lock-fill:before {
  content: "\edea";
}
.icon-mail-lock-line:before {
  content: "\edeb";
}
.icon-mail-open-fill:before {
  content: "\edec";
}
.icon-mail-open-line:before {
  content: "\eded";
}
.icon-mail-send-fill:before {
  content: "\edee";
}
.icon-mail-send-line:before {
  content: "\edef";
}
.icon-mail-settings-fill:before {
  content: "\edf0";
}
.icon-mail-settings-line:before {
  content: "\edf1";
}
.icon-mail-star-fill:before {
  content: "\edf2";
}
.icon-mail-star-line:before {
  content: "\edf3";
}
.icon-mail-unread-fill:before {
  content: "\edf4";
}
.icon-mail-unread-line:before {
  content: "\edf5";
}
.icon-mail-volume-fill:before {
  content: "\edf6";
}
.icon-mail-volume-line:before {
  content: "\edf7";
}
.icon-map-2-fill:before {
  content: "\edf8";
}
.icon-map-2-line:before {
  content: "\edf9";
}
.icon-map-fill:before {
  content: "\edfa";
}
.icon-map-line:before {
  content: "\edfb";
}
.icon-map-pin-2-fill:before {
  content: "\edfc";
}
.icon-map-pin-2-line:before {
  content: "\edfd";
}
.icon-map-pin-3-fill:before {
  content: "\edfe";
}
.icon-map-pin-3-line:before {
  content: "\edff";
}
.icon-map-pin-4-fill:before {
  content: "\ee00";
}
.icon-map-pin-4-line:before {
  content: "\ee01";
}
.icon-map-pin-5-fill:before {
  content: "\ee02";
}
.icon-map-pin-5-line:before {
  content: "\ee03";
}
.icon-map-pin-add-fill:before {
  content: "\ee04";
}
.icon-map-pin-add-line:before {
  content: "\ee05";
}
.icon-map-pin-fill:before {
  content: "\ee06";
}
.icon-map-pin-line:before {
  content: "\ee07";
}
.icon-map-pin-range-fill:before {
  content: "\ee08";
}
.icon-map-pin-range-line:before {
  content: "\ee09";
}
.icon-map-pin-time-fill:before {
  content: "\ee0a";
}
.icon-map-pin-time-line:before {
  content: "\ee0b";
}
.icon-map-pin-user-fill:before {
  content: "\ee0c";
}
.icon-map-pin-user-line:before {
  content: "\ee0d";
}
.icon-markdown-fill:before {
  content: "\ee0e";
}
.icon-markdown-line:before {
  content: "\ee0f";
}
.icon-mark-pen-fill:before {
  content: "\ee10";
}
.icon-mark-pen-line:before {
  content: "\ee11";
}
.icon-markup-fill:before {
  content: "\ee12";
}
.icon-markup-line:before {
  content: "\ee13";
}
.icon-mastercard-fill:before {
  content: "\ee14";
}
.icon-mastercard-line:before {
  content: "\ee15";
}
.icon-mastodon-fill:before {
  content: "\ee16";
}
.icon-mastodon-line:before {
  content: "\ee17";
}
.icon-medal-2-fill:before {
  content: "\ee18";
}
.icon-medal-2-line:before {
  content: "\ee19";
}
.icon-medal-fill:before {
  content: "\ee1a";
}
.icon-medal-line:before {
  content: "\ee1b";
}
.icon-medicine-bottle-fill:before {
  content: "\ee1c";
}
.icon-medicine-bottle-line:before {
  content: "\ee1d";
}
.icon-medium-fill:before {
  content: "\ee1e";
}
.icon-medium-line:before {
  content: "\ee1f";
}
.icon-men-fill:before {
  content: "\ee20";
}
.icon-men-line:before {
  content: "\ee21";
}
.icon-mental-health-fill:before {
  content: "\ee22";
}
.icon-mental-health-line:before {
  content: "\ee23";
}
.icon-menu-2-fill:before {
  content: "\ee24";
}
.icon-menu-2-line:before {
  content: "\ee25";
}
.icon-menu-3-fill:before {
  content: "\ee26";
}
.icon-menu-3-line:before {
  content: "\ee27";
}
.icon-menu-4-fill:before {
  content: "\ee28";
}
.icon-menu-4-line:before {
  content: "\ee29";
}
.icon-menu-5-fill:before {
  content: "\ee2a";
}
.icon-menu-5-line:before {
  content: "\ee2b";
}
.icon-menu-add-fill:before {
  content: "\ee2c";
}
.icon-menu-add-line:before {
  content: "\ee2d";
}
.icon-menu-fill:before {
  content: "\ee2e";
}
.icon-menu-fold-fill:before {
  content: "\ee2f";
}
.icon-menu-fold-line:before {
  content: "\ee30";
}
.icon-menu-line:before {
  content: "\ee31";
}
.icon-menu-unfold-fill:before {
  content: "\ee32";
}
.icon-menu-unfold-line:before {
  content: "\ee33";
}
.icon-merge-cells-horizontal:before {
  content: "\ee34";
}
.icon-merge-cells-vertical:before {
  content: "\ee35";
}
.icon-message-2-fill:before {
  content: "\ee36";
}
.icon-message-2-line:before {
  content: "\ee37";
}
.icon-message-3-fill:before {
  content: "\ee38";
}
.icon-message-3-line:before {
  content: "\ee39";
}
.icon-message-fill:before {
  content: "\ee3a";
}
.icon-message-line:before {
  content: "\ee3b";
}
.icon-messenger-fill:before {
  content: "\ee3c";
}
.icon-messenger-line:before {
  content: "\ee3d";
}
.icon-meteor-fill:before {
  content: "\ee3e";
}
.icon-meteor-line:before {
  content: "\ee3f";
}
.icon-mic-2-fill:before {
  content: "\ee40";
}
.icon-mic-2-line:before {
  content: "\ee41";
}
.icon-mic-fill:before {
  content: "\ee42";
}
.icon-mickey-fill:before {
  content: "\ee43";
}
.icon-mickey-line:before {
  content: "\ee44";
}
.icon-mic-line:before {
  content: "\ee45";
}
.icon-mic-off-fill:before {
  content: "\ee46";
}
.icon-mic-off-line:before {
  content: "\ee47";
}
.icon-microscope-fill:before {
  content: "\ee48";
}
.icon-microscope-line:before {
  content: "\ee49";
}
.icon-microsoft-fill:before {
  content: "\ee4a";
}
.icon-microsoft-line:before {
  content: "\ee4b";
}
.icon-mind-map:before {
  content: "\ee4c";
}
.icon-mini-program-fill:before {
  content: "\ee4d";
}
.icon-mini-program-line:before {
  content: "\ee4e";
}
.icon-mist-fill:before {
  content: "\ee4f";
}
.icon-mist-line:before {
  content: "\ee50";
}
.icon-money-cny-box-fill:before {
  content: "\ee51";
}
.icon-money-cny-box-line:before {
  content: "\ee52";
}
.icon-money-cny-circle-fill:before {
  content: "\ee53";
}
.icon-money-cny-circle-line:before {
  content: "\ee54";
}
.icon-money-dollar-box-fill:before {
  content: "\ee55";
}
.icon-money-dollar-box-line:before {
  content: "\ee56";
}
.icon-money-dollar-circle-fill:before {
  content: "\ee57";
}
.icon-money-dollar-circle-line:before {
  content: "\ee58";
}
.icon-money-euro-box-fill:before {
  content: "\ee59";
}
.icon-money-euro-box-line:before {
  content: "\ee5a";
}
.icon-money-euro-circle-fill:before {
  content: "\ee5b";
}
.icon-money-euro-circle-line:before {
  content: "\ee5c";
}
.icon-money-pound-box-fill:before {
  content: "\ee5d";
}
.icon-money-pound-box-line:before {
  content: "\ee5e";
}
.icon-money-pound-circle-fill:before {
  content: "\ee5f";
}
.icon-money-pound-circle-line:before {
  content: "\ee60";
}
.icon-moon-clear-fill:before {
  content: "\ee61";
}
.icon-moon-clear-line:before {
  content: "\ee62";
}
.icon-moon-cloudy-fill:before {
  content: "\ee63";
}
.icon-moon-cloudy-line:before {
  content: "\ee64";
}
.icon-moon-fill:before {
  content: "\ee65";
}
.icon-moon-foggy-fill:before {
  content: "\ee66";
}
.icon-moon-foggy-line:before {
  content: "\ee67";
}
.icon-moon-line:before {
  content: "\ee68";
}
.icon-more-2-fill:before {
  content: "\ee69";
}
.icon-more-2-line:before {
  content: "\ee6a";
}
.icon-more-fill:before {
  content: "\ee6b";
}
.icon-more-line:before {
  content: "\ee6c";
}
.icon-motorbike-fill:before {
  content: "\ee6d";
}
.icon-motorbike-line:before {
  content: "\ee6e";
}
.icon-mouse-fill:before {
  content: "\ee6f";
}
.icon-mouse-line:before {
  content: "\ee70";
}
.icon-movie-2-fill:before {
  content: "\ee71";
}
.icon-movie-2-line:before {
  content: "\ee72";
}
.icon-movie-fill:before {
  content: "\ee73";
}
.icon-movie-line:before {
  content: "\ee74";
}
.icon-music-2-fill:before {
  content: "\ee75";
}
.icon-music-2-line:before {
  content: "\ee76";
}
.icon-music-fill:before {
  content: "\ee77";
}
.icon-music-line:before {
  content: "\ee78";
}
.icon-mv-fill:before {
  content: "\ee79";
}
.icon-mv-line:before {
  content: "\ee7a";
}
.icon-navigation-fill:before {
  content: "\ee7b";
}
.icon-navigation-line:before {
  content: "\ee7c";
}
.icon-netease-cloud-music-fill:before {
  content: "\ee7d";
}
.icon-netease-cloud-music-line:before {
  content: "\ee7e";
}
.icon-netflix-fill:before {
  content: "\ee7f";
}
.icon-netflix-line:before {
  content: "\ee80";
}
.icon-newspaper-fill:before {
  content: "\ee81";
}
.icon-newspaper-line:before {
  content: "\ee82";
}
.icon-node-tree:before {
  content: "\ee83";
}
.icon-notification-2-fill:before {
  content: "\ee84";
}
.icon-notification-2-line:before {
  content: "\ee85";
}
.icon-notification-3-fill:before {
  content: "\ee86";
}
.icon-notification-3-line:before {
  content: "\ee87";
}
.icon-notification-4-fill:before {
  content: "\ee88";
}
.icon-notification-4-line:before {
  content: "\ee89";
}
.icon-notification-badge-fill:before {
  content: "\ee8a";
}
.icon-notification-badge-line:before {
  content: "\ee8b";
}
.icon-notification-fill:before {
  content: "\ee8c";
}
.icon-notification-line:before {
  content: "\ee8d";
}
.icon-notification-off-fill:before {
  content: "\ee8e";
}
.icon-notification-off-line:before {
  content: "\ee8f";
}
.icon-npmjs-fill:before {
  content: "\ee90";
}
.icon-npmjs-line:before {
  content: "\ee91";
}
.icon-number-0:before {
  content: "\ee92";
}
.icon-number-1:before {
  content: "\ee93";
}
.icon-number-2:before {
  content: "\ee94";
}
.icon-number-3:before {
  content: "\ee95";
}
.icon-number-4:before {
  content: "\ee96";
}
.icon-number-5:before {
  content: "\ee97";
}
.icon-number-6:before {
  content: "\ee98";
}
.icon-number-7:before {
  content: "\ee99";
}
.icon-number-8:before {
  content: "\ee9a";
}
.icon-number-9:before {
  content: "\ee9b";
}
.icon-numbers-fill:before {
  content: "\ee9c";
}
.icon-numbers-line:before {
  content: "\ee9d";
}
.icon-nurse-fill:before {
  content: "\ee9e";
}
.icon-nurse-line:before {
  content: "\ee9f";
}
.icon-oil-fill:before {
  content: "\eea0";
}
.icon-oil-line:before {
  content: "\eea1";
}
.icon-omega:before {
  content: "\eea2";
}
.icon-open-arm-fill:before {
  content: "\eea3";
}
.icon-open-arm-line:before {
  content: "\eea4";
}
.icon-open-source-fill:before {
  content: "\eea5";
}
.icon-open-source-line:before {
  content: "\eea6";
}
.icon-opera-fill:before {
  content: "\eea7";
}
.icon-opera-line:before {
  content: "\eea8";
}
.icon-order-play-fill:before {
  content: "\eea9";
}
.icon-order-play-line:before {
  content: "\eeaa";
}
.icon-organization-chart:before {
  content: "\eeab";
}
.icon-outlet-2-fill:before {
  content: "\eeac";
}
.icon-outlet-2-line:before {
  content: "\eead";
}
.icon-outlet-fill:before {
  content: "\eeae";
}
.icon-outlet-line:before {
  content: "\eeaf";
}
.icon-page-separator:before {
  content: "\eeb0";
}
.icon-pages-fill:before {
  content: "\eeb1";
}
.icon-pages-line:before {
  content: "\eeb2";
}
.icon-paint-brush-fill:before {
  content: "\eeb3";
}
.icon-paint-brush-line:before {
  content: "\eeb4";
}
.icon-paint-fill:before {
  content: "\eeb5";
}
.icon-paint-line:before {
  content: "\eeb6";
}
.icon-palette-fill:before {
  content: "\eeb7";
}
.icon-palette-line:before {
  content: "\eeb8";
}
.icon-pantone-fill:before {
  content: "\eeb9";
}
.icon-pantone-line:before {
  content: "\eeba";
}
.icon-paragraph:before {
  content: "\eebb";
}
.icon-parent-fill:before {
  content: "\eebc";
}
.icon-parentheses-fill:before {
  content: "\eebd";
}
.icon-parentheses-line:before {
  content: "\eebe";
}
.icon-parent-line:before {
  content: "\eebf";
}
.icon-parking-box-fill:before {
  content: "\eec0";
}
.icon-parking-box-line:before {
  content: "\eec1";
}
.icon-parking-fill:before {
  content: "\eec2";
}
.icon-parking-line:before {
  content: "\eec3";
}
.icon-passport-fill:before {
  content: "\eec4";
}
.icon-passport-line:before {
  content: "\eec5";
}
.icon-patreon-fill:before {
  content: "\eec6";
}
.icon-patreon-line:before {
  content: "\eec7";
}
.icon-pause-circle-fill:before {
  content: "\eec8";
}
.icon-pause-circle-line:before {
  content: "\eec9";
}
.icon-pause-fill:before {
  content: "\eeca";
}
.icon-pause-line:before {
  content: "\eecb";
}
.icon-pause-mini-fill:before {
  content: "\eecc";
}
.icon-pause-mini-line:before {
  content: "\eecd";
}
.icon-paypal-fill:before {
  content: "\eece";
}
.icon-paypal-line:before {
  content: "\eecf";
}
.icon-pencil-fill:before {
  content: "\eed0";
}
.icon-pencil-line:before {
  content: "\eed1";
}
.icon-pencil-ruler-2-fill:before {
  content: "\eed2";
}
.icon-pencil-ruler-2-line:before {
  content: "\eed3";
}
.icon-pencil-ruler-fill:before {
  content: "\eed4";
}
.icon-pencil-ruler-line:before {
  content: "\eed5";
}
.icon-pen-nib-fill:before {
  content: "\eed6";
}
.icon-pen-nib-line:before {
  content: "\eed7";
}
.icon-percent-fill:before {
  content: "\eed8";
}
.icon-percent-line:before {
  content: "\eed9";
}
.icon-phone-camera-fill:before {
  content: "\eeda";
}
.icon-phone-camera-line:before {
  content: "\eedb";
}
.icon-phone-fill:before {
  content: "\eedc";
}
.icon-phone-find-fill:before {
  content: "\eedd";
}
.icon-phone-find-line:before {
  content: "\eede";
}
.icon-phone-line:before {
  content: "\eedf";
}
.icon-phone-lock-fill:before {
  content: "\eee0";
}
.icon-phone-lock-line:before {
  content: "\eee1";
}
.icon-picture-in-picture-2-fill:before {
  content: "\eee2";
}
.icon-picture-in-picture-2-line:before {
  content: "\eee3";
}
.icon-picture-in-picture-exit-fill:before {
  content: "\eee4";
}
.icon-picture-in-picture-exit-line:before {
  content: "\eee5";
}
.icon-picture-in-picture-fill:before {
  content: "\eee6";
}
.icon-picture-in-picture-line:before {
  content: "\eee7";
}
.icon-pie-chart-2-fill:before {
  content: "\eee8";
}
.icon-pie-chart-2-line:before {
  content: "\eee9";
}
.icon-pie-chart-box-fill:before {
  content: "\eeea";
}
.icon-pie-chart-box-line:before {
  content: "\eeeb";
}
.icon-pie-chart-fill:before {
  content: "\eeec";
}
.icon-pie-chart-line:before {
  content: "\eeed";
}
.icon-pin-distance-fill:before {
  content: "\eeee";
}
.icon-pin-distance-line:before {
  content: "\eeef";
}
.icon-ping-pong-fill:before {
  content: "\eef0";
}
.icon-ping-pong-line:before {
  content: "\eef1";
}
.icon-pinterest-fill:before {
  content: "\eef2";
}
.icon-pinterest-line:before {
  content: "\eef3";
}
.icon-pinyin-input:before {
  content: "\eef4";
}
.icon-pixelfed-fill:before {
  content: "\eef5";
}
.icon-pixelfed-line:before {
  content: "\eef6";
}
.icon-plane-fill:before {
  content: "\eef7";
}
.icon-plane-line:before {
  content: "\eef8";
}
.icon-plant-fill:before {
  content: "\eef9";
}
.icon-plant-line:before {
  content: "\eefa";
}
.icon-play-circle-fill:before {
  content: "\eefb";
}
.icon-play-circle-line:before {
  content: "\eefc";
}
.icon-play-fill:before {
  content: "\eefd";
}
.icon-play-line:before {
  content: "\eefe";
}
.icon-play-list-2-fill:before {
  content: "\eeff";
}
.icon-play-list-2-line:before {
  content: "\ef00";
}
.icon-play-list-add-fill:before {
  content: "\ef01";
}
.icon-play-list-add-line:before {
  content: "\ef02";
}
.icon-play-list-fill:before {
  content: "\ef03";
}
.icon-play-list-line:before {
  content: "\ef04";
}
.icon-play-mini-fill:before {
  content: "\ef05";
}
.icon-play-mini-line:before {
  content: "\ef06";
}
.icon-playstation-fill:before {
  content: "\ef07";
}
.icon-playstation-line:before {
  content: "\ef08";
}
.icon-plug-2-fill:before {
  content: "\ef09";
}
.icon-plug-2-line:before {
  content: "\ef0a";
}
.icon-plug-fill:before {
  content: "\ef0b";
}
.icon-plug-line:before {
  content: "\ef0c";
}
.icon-polaroid-2-fill:before {
  content: "\ef0d";
}
.icon-polaroid-2-line:before {
  content: "\ef0e";
}
.icon-polaroid-fill:before {
  content: "\ef0f";
}
.icon-polaroid-line:before {
  content: "\ef10";
}
.icon-police-car-fill:before {
  content: "\ef11";
}
.icon-police-car-line:before {
  content: "\ef12";
}
.icon-price-tag-2-fill:before {
  content: "\ef13";
}
.icon-price-tag-2-line:before {
  content: "\ef14";
}
.icon-price-tag-3-fill:before {
  content: "\ef15";
}
.icon-price-tag-3-line:before {
  content: "\ef16";
}
.icon-price-tag-fill:before {
  content: "\ef17";
}
.icon-price-tag-line:before {
  content: "\ef18";
}
.icon-printer-cloud-fill:before {
  content: "\ef19";
}
.icon-printer-cloud-line:before {
  content: "\ef1a";
}
.icon-printer-fill:before {
  content: "\ef1b";
}
.icon-printer-line:before {
  content: "\ef1c";
}
.icon-product-hunt-fill:before {
  content: "\ef1d";
}
.icon-product-hunt-line:before {
  content: "\ef1e";
}
.icon-profile-fill:before {
  content: "\ef1f";
}
.icon-profile-line:before {
  content: "\ef20";
}
.icon-projector-2-fill:before {
  content: "\ef21";
}
.icon-projector-2-line:before {
  content: "\ef22";
}
.icon-projector-fill:before {
  content: "\ef23";
}
.icon-projector-line:before {
  content: "\ef24";
}
.icon-psychotherapy-fill:before {
  content: "\ef25";
}
.icon-psychotherapy-line:before {
  content: "\ef26";
}
.icon-pulse-fill:before {
  content: "\ef27";
}
.icon-pulse-line:before {
  content: "\ef28";
}
.icon-pushpin-2-fill:before {
  content: "\ef29";
}
.icon-pushpin-2-line:before {
  content: "\ef2a";
}
.icon-pushpin-fill:before {
  content: "\ef2b";
}
.icon-pushpin-line:before {
  content: "\ef2c";
}
.icon-qq-fill:before {
  content: "\ef2d";
}
.icon-qq-line:before {
  content: "\ef2e";
}
.icon-qr-code-fill:before {
  content: "\ef2f";
}
.icon-qr-code-line:before {
  content: "\ef30";
}
.icon-qr-scan-2-fill:before {
  content: "\ef31";
}
.icon-qr-scan-2-line:before {
  content: "\ef32";
}
.icon-qr-scan-fill:before {
  content: "\ef33";
}
.icon-qr-scan-line:before {
  content: "\ef34";
}
.icon-question-answer-fill:before {
  content: "\ef35";
}
.icon-question-answer-line:before {
  content: "\ef36";
}
.icon-question-fill:before {
  content: "\ef37";
}
.icon-question-line:before {
  content: "\ef38";
}
.icon-question-mark:before {
  content: "\ef39";
}
.icon-questionnaire-fill:before {
  content: "\ef3a";
}
.icon-questionnaire-line:before {
  content: "\ef3b";
}
.icon-quill-pen-fill:before {
  content: "\ef3c";
}
.icon-quill-pen-line:before {
  content: "\ef3d";
}
.icon-radar-fill:before {
  content: "\ef3e";
}
.icon-radar-line:before {
  content: "\ef3f";
}
.icon-radio-2-fill:before {
  content: "\ef40";
}
.icon-radio-2-line:before {
  content: "\ef41";
}
.icon-radio-button-fill:before {
  content: "\ef42";
}
.icon-radio-button-line:before {
  content: "\ef43";
}
.icon-radio-fill:before {
  content: "\ef44";
}
.icon-radio-line:before {
  content: "\ef45";
}
.icon-rainbow-fill:before {
  content: "\ef46";
}
.icon-rainbow-line:before {
  content: "\ef47";
}
.icon-rainy-fill:before {
  content: "\ef48";
}
.icon-rainy-line:before {
  content: "\ef49";
}
.icon-reactjs-fill:before {
  content: "\ef4a";
}
.icon-reactjs-line:before {
  content: "\ef4b";
}
.icon-record-circle-fill:before {
  content: "\ef4c";
}
.icon-record-circle-line:before {
  content: "\ef4d";
}
.icon-record-mail-fill:before {
  content: "\ef4e";
}
.icon-record-mail-line:before {
  content: "\ef4f";
}
.icon-recycle-fill:before {
  content: "\ef50";
}
.icon-recycle-line:before {
  content: "\ef51";
}
.icon-reddit-fill:before {
  content: "\ef52";
}
.icon-reddit-line:before {
  content: "\ef53";
}
.icon-red-packet-fill:before {
  content: "\ef54";
}
.icon-red-packet-line:before {
  content: "\ef55";
}
.icon-refresh-fill:before {
  content: "\ef56";
}
.icon-refresh-line:before {
  content: "\ef57";
}
.icon-refund-2-fill:before {
  content: "\ef58";
}
.icon-refund-2-line:before {
  content: "\ef59";
}
.icon-refund-fill:before {
  content: "\ef5a";
}
.icon-refund-line:before {
  content: "\ef5b";
}
.icon-registered-fill:before {
  content: "\ef5c";
}
.icon-registered-line:before {
  content: "\ef5d";
}
.icon-remixicon-fill:before {
  content: "\ef5e";
}
.icon-remixicon-line:before {
  content: "\ef5f";
}
.icon-remote-control-2-fill:before {
  content: "\ef60";
}
.icon-remote-control-2-line:before {
  content: "\ef61";
}
.icon-remote-control-fill:before {
  content: "\ef62";
}
.icon-remote-control-line:before {
  content: "\ef63";
}
.icon-repeat-2-fill:before {
  content: "\ef64";
}
.icon-repeat-2-line:before {
  content: "\ef65";
}
.icon-repeat-fill:before {
  content: "\ef66";
}
.icon-repeat-line:before {
  content: "\ef67";
}
.icon-repeat-one-fill:before {
  content: "\ef68";
}
.icon-repeat-one-line:before {
  content: "\ef69";
}
.icon-reply-all-fill:before {
  content: "\ef6a";
}
.icon-reply-all-line:before {
  content: "\ef6b";
}
.icon-reply-fill:before {
  content: "\ef6c";
}
.icon-reply-line:before {
  content: "\ef6d";
}
.icon-reserved-fill:before {
  content: "\ef6e";
}
.icon-reserved-line:before {
  content: "\ef6f";
}
.icon-restart-fill:before {
  content: "\ef70";
}
.icon-restart-line:before {
  content: "\ef71";
}
.icon-restaurant-2-fill:before {
  content: "\ef72";
}
.icon-restaurant-2-line:before {
  content: "\ef73";
}
.icon-restaurant-fill:before {
  content: "\ef74";
}
.icon-restaurant-line:before {
  content: "\ef75";
}
.icon-rest-time-fill:before {
  content: "\ef76";
}
.icon-rest-time-line:before {
  content: "\ef77";
}
.icon-rewind-fill:before {
  content: "\ef78";
}
.icon-rewind-line:before {
  content: "\ef79";
}
.icon-rewind-mini-fill:before {
  content: "\ef7a";
}
.icon-rewind-mini-line:before {
  content: "\ef7b";
}
.icon-rhythm-fill:before {
  content: "\ef7c";
}
.icon-rhythm-line:before {
  content: "\ef7d";
}
.icon-riding-fill:before {
  content: "\ef7e";
}
.icon-riding-line:before {
  content: "\ef7f";
}
.icon-road-map-fill:before {
  content: "\ef80";
}
.icon-road-map-line:before {
  content: "\ef81";
}
.icon-roadster-fill:before {
  content: "\ef82";
}
.icon-roadster-line:before {
  content: "\ef83";
}
.icon-robot-fill:before {
  content: "\ef84";
}
.icon-robot-line:before {
  content: "\ef85";
}
.icon-rocket-2-fill:before {
  content: "\ef86";
}
.icon-rocket-2-line:before {
  content: "\ef87";
}
.icon-rocket-fill:before {
  content: "\ef88";
}
.icon-rocket-line:before {
  content: "\ef89";
}
.icon-rotate-lock-fill:before {
  content: "\ef8a";
}
.icon-rotate-lock-line:before {
  content: "\ef8b";
}
.icon-rounded-corner:before {
  content: "\ef8c";
}
.icon-route-fill:before {
  content: "\ef8d";
}
.icon-route-line:before {
  content: "\ef8e";
}
.icon-router-fill:before {
  content: "\ef8f";
}
.icon-router-line:before {
  content: "\ef90";
}
.icon-rss-fill:before {
  content: "\ef91";
}
.icon-rss-line:before {
  content: "\ef92";
}
.icon-ruler-2-fill:before {
  content: "\ef93";
}
.icon-ruler-2-line:before {
  content: "\ef94";
}
.icon-ruler-fill:before {
  content: "\ef95";
}
.icon-ruler-line:before {
  content: "\ef96";
}
.icon-run-fill:before {
  content: "\ef97";
}
.icon-run-line:before {
  content: "\ef98";
}
.icon-safari-fill:before {
  content: "\ef99";
}
.icon-safari-line:before {
  content: "\ef9a";
}
.icon-safe-2-fill:before {
  content: "\ef9b";
}
.icon-safe-2-line:before {
  content: "\ef9c";
}
.icon-safe-fill:before {
  content: "\ef9d";
}
.icon-safe-line:before {
  content: "\ef9e";
}
.icon-sailboat-fill:before {
  content: "\ef9f";
}
.icon-sailboat-line:before {
  content: "\efa0";
}
.icon-save-2-fill:before {
  content: "\efa1";
}
.icon-save-2-line:before {
  content: "\efa2";
}
.icon-save-3-fill:before {
  content: "\efa3";
}
.icon-save-3-line:before {
  content: "\efa4";
}
.icon-save-fill:before {
  content: "\efa5";
}
.icon-save-line:before {
  content: "\efa6";
}
.icon-scales-2-fill:before {
  content: "\efa7";
}
.icon-scales-2-line:before {
  content: "\efa8";
}
.icon-scales-3-fill:before {
  content: "\efa9";
}
.icon-scales-3-line:before {
  content: "\efaa";
}
.icon-scales-fill:before {
  content: "\efab";
}
.icon-scales-line:before {
  content: "\efac";
}
.icon-scan-2-fill:before {
  content: "\efad";
}
.icon-scan-2-line:before {
  content: "\efae";
}
.icon-scan-fill:before {
  content: "\efaf";
}
.icon-scan-line:before {
  content: "\efb0";
}
.icon-scissors-2-fill:before {
  content: "\efb1";
}
.icon-scissors-2-line:before {
  content: "\efb2";
}
.icon-scissors-cut-fill:before {
  content: "\efb3";
}
.icon-scissors-cut-line:before {
  content: "\efb4";
}
.icon-scissors-fill:before {
  content: "\efb5";
}
.icon-scissors-line:before {
  content: "\efb6";
}
.icon-screenshot-2-fill:before {
  content: "\efb7";
}
.icon-screenshot-2-line:before {
  content: "\efb8";
}
.icon-screenshot-fill:before {
  content: "\efb9";
}
.icon-screenshot-line:before {
  content: "\efba";
}
.icon-sd-card-fill:before {
  content: "\efbb";
}
.icon-sd-card-line:before {
  content: "\efbc";
}
.icon-sd-card-mini-fill:before {
  content: "\efbd";
}
.icon-sd-card-mini-line:before {
  content: "\efbe";
}
.icon-search-2-fill:before {
  content: "\efbf";
}
.icon-search-2-line:before {
  content: "\efc0";
}
.icon-search-eye-fill:before {
  content: "\efc1";
}
.icon-search-eye-line:before {
  content: "\efc2";
}
.icon-search-fill:before {
  content: "\efc3";
}
.icon-search-line:before {
  content: "\efc4";
}
.icon-secure-payment-fill:before {
  content: "\efc5";
}
.icon-secure-payment-line:before {
  content: "\efc6";
}
.icon-seedling-fill:before {
  content: "\efc7";
}
.icon-seedling-line:before {
  content: "\efc8";
}
.icon-send-backward:before {
  content: "\efc9";
}
.icon-send-plane-2-fill:before {
  content: "\efca";
}
.icon-send-plane-2-line:before {
  content: "\efcb";
}
.icon-send-plane-fill:before {
  content: "\efcc";
}
.icon-send-plane-line:before {
  content: "\efcd";
}
.icon-send-to-back:before {
  content: "\efce";
}
.icon-sensor-fill:before {
  content: "\efcf";
}
.icon-sensor-line:before {
  content: "\efd0";
}
.icon-separator:before {
  content: "\efd1";
}
.icon-server-fill:before {
  content: "\efd2";
}
.icon-server-line:before {
  content: "\efd3";
}
.icon-service-fill:before {
  content: "\efd4";
}
.icon-service-line:before {
  content: "\efd5";
}
.icon-settings-2-fill:before {
  content: "\efd6";
}
.icon-settings-2-line:before {
  content: "\efd7";
}
.icon-settings-3-fill:before {
  content: "\efd8";
}
.icon-settings-3-line:before {
  content: "\efd9";
}
.icon-settings-4-fill:before {
  content: "\efda";
}
.icon-settings-4-line:before {
  content: "\efdb";
}
.icon-settings-5-fill:before {
  content: "\efdc";
}
.icon-settings-5-line:before {
  content: "\efdd";
}
.icon-settings-6-fill:before {
  content: "\efde";
}
.icon-settings-6-line:before {
  content: "\efdf";
}
.icon-settings-fill:before {
  content: "\efe0";
}
.icon-settings-line:before {
  content: "\efe1";
}
.icon-shape-2-fill:before {
  content: "\efe2";
}
.icon-shape-2-line:before {
  content: "\efe3";
}
.icon-shape-fill:before {
  content: "\efe4";
}
.icon-shape-line:before {
  content: "\efe5";
}
.icon-share-box-fill:before {
  content: "\efe6";
}
.icon-share-box-line:before {
  content: "\efe7";
}
.icon-share-circle-fill:before {
  content: "\efe8";
}
.icon-share-circle-line:before {
  content: "\efe9";
}
.icon-share-fill:before {
  content: "\efea";
}
.icon-share-forward-2-fill:before {
  content: "\efeb";
}
.icon-share-forward-2-line:before {
  content: "\efec";
}
.icon-share-forward-box-fill:before {
  content: "\efed";
}
.icon-share-forward-box-line:before {
  content: "\efee";
}
.icon-share-forward-fill:before {
  content: "\efef";
}
.icon-share-forward-line:before {
  content: "\eff0";
}
.icon-share-line:before {
  content: "\eff1";
}
.icon-shield-check-fill:before {
  content: "\eff2";
}
.icon-shield-check-line:before {
  content: "\eff3";
}
.icon-shield-cross-fill:before {
  content: "\eff4";
}
.icon-shield-cross-line:before {
  content: "\eff5";
}
.icon-shield-fill:before {
  content: "\eff6";
}
.icon-shield-flash-fill:before {
  content: "\eff7";
}
.icon-shield-flash-line:before {
  content: "\eff8";
}
.icon-shield-keyhole-fill:before {
  content: "\eff9";
}
.icon-shield-keyhole-line:before {
  content: "\effa";
}
.icon-shield-line:before {
  content: "\effb";
}
.icon-shield-star-fill:before {
  content: "\effc";
}
.icon-shield-star-line:before {
  content: "\effd";
}
.icon-shield-user-fill:before {
  content: "\effe";
}
.icon-shield-user-line:before {
  content: "\efff";
}
.icon-ship-2-fill:before {
  content: "\f000";
}
.icon-ship-2-line:before {
  content: "\f001";
}
.icon-ship-fill:before {
  content: "\f002";
}
.icon-ship-line:before {
  content: "\f003";
}
.icon-shirt-fill:before {
  content: "\f004";
}
.icon-shirt-line:before {
  content: "\f005";
}
.icon-shopping-bag-2-fill:before {
  content: "\f006";
}
.icon-shopping-bag-2-line:before {
  content: "\f007";
}
.icon-shopping-bag-3-fill:before {
  content: "\f008";
}
.icon-shopping-bag-3-line:before {
  content: "\f009";
}
.icon-shopping-bag-fill:before {
  content: "\f00a";
}
.icon-shopping-bag-line:before {
  content: "\f00b";
}
.icon-shopping-basket-2-fill:before {
  content: "\f00c";
}
.icon-shopping-basket-2-line:before {
  content: "\f00d";
}
.icon-shopping-basket-fill:before {
  content: "\f00e";
}
.icon-shopping-basket-line:before {
  content: "\f00f";
}
.icon-shopping-cart-2-fill:before {
  content: "\f010";
}
.icon-shopping-cart-2-line:before {
  content: "\f011";
}
.icon-shopping-cart-fill:before {
  content: "\f012";
}
.icon-shopping-cart-line:before {
  content: "\f013";
}
.icon-showers-fill:before {
  content: "\f014";
}
.icon-showers-line:before {
  content: "\f015";
}
.icon-shuffle-fill:before {
  content: "\f016";
}
.icon-shuffle-line:before {
  content: "\f017";
}
.icon-shut-down-fill:before {
  content: "\f018";
}
.icon-shut-down-line:before {
  content: "\f019";
}
.icon-side-bar-fill:before {
  content: "\f01a";
}
.icon-side-bar-line:before {
  content: "\f01b";
}
.icon-signal-tower-fill:before {
  content: "\f01c";
}
.icon-signal-tower-line:before {
  content: "\f01d";
}
.icon-signal-wifi-1-fill:before {
  content: "\f01e";
}
.icon-signal-wifi-1-line:before {
  content: "\f01f";
}
.icon-signal-wifi-2-fill:before {
  content: "\f020";
}
.icon-signal-wifi-2-line:before {
  content: "\f021";
}
.icon-signal-wifi-3-fill:before {
  content: "\f022";
}
.icon-signal-wifi-3-line:before {
  content: "\f023";
}
.icon-signal-wifi-error-fill:before {
  content: "\f024";
}
.icon-signal-wifi-error-line:before {
  content: "\f025";
}
.icon-signal-wifi-fill:before {
  content: "\f026";
}
.icon-signal-wifi-line:before {
  content: "\f027";
}
.icon-signal-wifi-off-fill:before {
  content: "\f028";
}
.icon-signal-wifi-off-line:before {
  content: "\f029";
}
.icon-sim-card-2-fill:before {
  content: "\f02a";
}
.icon-sim-card-2-line:before {
  content: "\f02b";
}
.icon-sim-card-fill:before {
  content: "\f02c";
}
.icon-sim-card-line:before {
  content: "\f02d";
}
.icon-single-quotes-l:before {
  content: "\f02e";
}
.icon-single-quotes-r:before {
  content: "\f02f";
}
.icon-sip-fill:before {
  content: "\f030";
}
.icon-sip-line:before {
  content: "\f031";
}
.icon-skip-back-fill:before {
  content: "\f032";
}
.icon-skip-back-line:before {
  content: "\f033";
}
.icon-skip-back-mini-fill:before {
  content: "\f034";
}
.icon-skip-back-mini-line:before {
  content: "\f035";
}
.icon-skip-forward-fill:before {
  content: "\f036";
}
.icon-skip-forward-line:before {
  content: "\f037";
}
.icon-skip-forward-mini-fill:before {
  content: "\f038";
}
.icon-skip-forward-mini-line:before {
  content: "\f039";
}
.icon-skull-2-fill:before {
  content: "\f03a";
}
.icon-skull-2-line:before {
  content: "\f03b";
}
.icon-skull-fill:before {
  content: "\f03c";
}
.icon-skull-line:before {
  content: "\f03d";
}
.icon-skype-fill:before {
  content: "\f03e";
}
.icon-skype-line:before {
  content: "\f03f";
}
.icon-slack-fill:before {
  content: "\f040";
}
.icon-slack-line:before {
  content: "\f041";
}
.icon-slice-fill:before {
  content: "\f042";
}
.icon-slice-line:before {
  content: "\f043";
}
.icon-slideshow-2-fill:before {
  content: "\f044";
}
.icon-slideshow-2-line:before {
  content: "\f045";
}
.icon-slideshow-3-fill:before {
  content: "\f046";
}
.icon-slideshow-3-line:before {
  content: "\f047";
}
.icon-slideshow-4-fill:before {
  content: "\f048";
}
.icon-slideshow-4-line:before {
  content: "\f049";
}
.icon-slideshow-fill:before {
  content: "\f04a";
}
.icon-slideshow-line:before {
  content: "\f04b";
}
.icon-smartphone-fill:before {
  content: "\f04c";
}
.icon-smartphone-line:before {
  content: "\f04d";
}
.icon-snapchat-fill:before {
  content: "\f04e";
}
.icon-snapchat-line:before {
  content: "\f04f";
}
.icon-snowy-fill:before {
  content: "\f050";
}
.icon-snowy-line:before {
  content: "\f051";
}
.icon-sort-asc:before {
  content: "\f052";
}
.icon-sort-desc:before {
  content: "\f053";
}
.icon-soundcloud-fill:before {
  content: "\f054";
}
.icon-soundcloud-line:before {
  content: "\f055";
}
.icon-sound-module-fill:before {
  content: "\f056";
}
.icon-sound-module-line:before {
  content: "\f057";
}
.icon-space:before {
  content: "\f058";
}
.icon-space-ship-fill:before {
  content: "\f059";
}
.icon-space-ship-line:before {
  content: "\f05a";
}
.icon-spam-2-fill:before {
  content: "\f05b";
}
.icon-spam-2-line:before {
  content: "\f05c";
}
.icon-spam-3-fill:before {
  content: "\f05d";
}
.icon-spam-3-line:before {
  content: "\f05e";
}
.icon-spam-fill:before {
  content: "\f05f";
}
.icon-spam-line:before {
  content: "\f060";
}
.icon-speaker-2-fill:before {
  content: "\f061";
}
.icon-speaker-2-line:before {
  content: "\f062";
}
.icon-speaker-3-fill:before {
  content: "\f063";
}
.icon-speaker-3-line:before {
  content: "\f064";
}
.icon-speaker-fill:before {
  content: "\f065";
}
.icon-speaker-line:before {
  content: "\f066";
}
.icon-spectrum-fill:before {
  content: "\f067";
}
.icon-spectrum-line:before {
  content: "\f068";
}
.icon-speed-fill:before {
  content: "\f069";
}
.icon-speed-line:before {
  content: "\f06a";
}
.icon-speed-mini-fill:before {
  content: "\f06b";
}
.icon-speed-mini-line:before {
  content: "\f06c";
}
.icon-split-cells-horizontal:before {
  content: "\f06d";
}
.icon-split-cells-vertical:before {
  content: "\f06e";
}
.icon-spotify-fill:before {
  content: "\f06f";
}
.icon-spotify-line:before {
  content: "\f070";
}
.icon-spy-fill:before {
  content: "\f071";
}
.icon-spy-line:before {
  content: "\f072";
}
.icon-stack-fill:before {
  content: "\f073";
}
.icon-stack-line:before {
  content: "\f074";
}
.icon-stack-overflow-fill:before {
  content: "\f075";
}
.icon-stack-overflow-line:before {
  content: "\f076";
}
.icon-stackshare-fill:before {
  content: "\f077";
}
.icon-stackshare-line:before {
  content: "\f078";
}
.icon-star-fill:before {
  content: "\f079";
}
.icon-star-fill-vertical .path1:before {
  content: "\f07a";
  color: rgb(0, 0, 0);
  opacity: 0.4;
}
.icon-star-fill-vertical .path2:before {
  content: "\f07b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-star-half-fill:before {
  content: "\f07c";
}
.icon-star-half-line:before {
  content: "\f07d";
}
.icon-star-half-s-fill:before {
  content: "\f07e";
}
.icon-star-half-s-line:before {
  content: "\f07f";
}
.icon-star-line:before {
  content: "\f080";
}
.icon-star-s-fill:before {
  content: "\f081";
}
.icon-star-s-line:before {
  content: "\f082";
}
.icon-star-smile-fill:before {
  content: "\f083";
}
.icon-star-smile-line:before {
  content: "\f084";
}
.icon-steam-fill:before {
  content: "\f085";
}
.icon-steam-line:before {
  content: "\f086";
}
.icon-steering-2-fill:before {
  content: "\f087";
}
.icon-steering-2-line:before {
  content: "\f088";
}
.icon-steering-fill:before {
  content: "\f089";
}
.icon-steering-line:before {
  content: "\f08a";
}
.icon-stethoscope-fill:before {
  content: "\f08b";
}
.icon-stethoscope-line:before {
  content: "\f08c";
}
.icon-sticky-note-2-fill:before {
  content: "\f08d";
}
.icon-sticky-note-2-line:before {
  content: "\f08e";
}
.icon-sticky-note-fill:before {
  content: "\f08f";
}
.icon-sticky-note-line:before {
  content: "\f090";
}
.icon-stock-fill:before {
  content: "\f091";
}
.icon-stock-line:before {
  content: "\f092";
}
.icon-stop-circle-fill:before {
  content: "\f093";
}
.icon-stop-circle-line:before {
  content: "\f094";
}
.icon-stop-fill:before {
  content: "\f095";
}
.icon-stop-line:before {
  content: "\f096";
}
.icon-stop-mini-fill:before {
  content: "\f097";
}
.icon-stop-mini-line:before {
  content: "\f098";
}
.icon-store-2-fill:before {
  content: "\f099";
}
.icon-store-2-line:before {
  content: "\f09a";
}
.icon-store-3-fill:before {
  content: "\f09b";
}
.icon-store-3-line:before {
  content: "\f09c";
}
.icon-store-fill:before {
  content: "\f09d";
}
.icon-store-line:before {
  content: "\f09e";
}
.icon-strikethrough:before {
  content: "\f09f";
}
.icon-strikethrough-2:before {
  content: "\f0a0";
}
.icon-subscript:before {
  content: "\f0a1";
}
.icon-subscript-2:before {
  content: "\f0a2";
}
.icon-subtract-fill:before {
  content: "\f0a3";
}
.icon-subtract-line:before {
  content: "\f0a4";
}
.icon-subway-fill:before {
  content: "\f0a5";
}
.icon-subway-line:before {
  content: "\f0a6";
}
.icon-subway-wifi-fill:before {
  content: "\f0a7";
}
.icon-subway-wifi-line:before {
  content: "\f0a8";
}
.icon-suitcase-2-fill:before {
  content: "\f0a9";
}
.icon-suitcase-2-line:before {
  content: "\f0aa";
}
.icon-suitcase-3-fill:before {
  content: "\f0ab";
}
.icon-suitcase-3-line:before {
  content: "\f0ac";
}
.icon-suitcase-fill:before {
  content: "\f0ad";
}
.icon-suitcase-line:before {
  content: "\f0ae";
}
.icon-sun-cloudy-fill:before {
  content: "\f0af";
}
.icon-sun-cloudy-line:before {
  content: "\f0b0";
}
.icon-sun-fill:before {
  content: "\f0b1";
}
.icon-sun-foggy-fill:before {
  content: "\f0b2";
}
.icon-sun-foggy-line:before {
  content: "\f0b3";
}
.icon-sun-line:before {
  content: "\f0b4";
}
.icon-superscript:before {
  content: "\f0b5";
}
.icon-superscript-2:before {
  content: "\f0b6";
}
.icon-surgical-mask-fill:before {
  content: "\f0b7";
}
.icon-surgical-mask-line:before {
  content: "\f0b8";
}
.icon-surround-sound-fill:before {
  content: "\f0b9";
}
.icon-surround-sound-line:before {
  content: "\f0ba";
}
.icon-survey-fill:before {
  content: "\f0bb";
}
.icon-survey-line:before {
  content: "\f0bc";
}
.icon-swap-box-fill:before {
  content: "\f0bd";
}
.icon-swap-box-line:before {
  content: "\f0be";
}
.icon-swap-fill:before {
  content: "\f0bf";
}
.icon-swap-line:before {
  content: "\f0c0";
}
.icon-switch-fill:before {
  content: "\f0c1";
}
.icon-switch-line:before {
  content: "\f0c2";
}
.icon-sword-fill:before {
  content: "\f0c3";
}
.icon-sword-line:before {
  content: "\f0c4";
}
.icon-syringe-fill:before {
  content: "\f0c5";
}
.icon-syringe-line:before {
  content: "\f0c6";
}
.icon-table-2:before {
  content: "\f0c7";
}
.icon-table-alt-fill:before {
  content: "\f0c8";
}
.icon-table-alt-line:before {
  content: "\f0c9";
}
.icon-table-fill:before {
  content: "\f0ca";
}
.icon-table-line:before {
  content: "\f0cb";
}
.icon-tablet-fill:before {
  content: "\f0cc";
}
.icon-tablet-line:before {
  content: "\f0cd";
}
.icon-takeaway-fill:before {
  content: "\f0ce";
}
.icon-takeaway-line:before {
  content: "\f0cf";
}
.icon-taobao-fill:before {
  content: "\f0d0";
}
.icon-taobao-line:before {
  content: "\f0d1";
}
.icon-tape-fill:before {
  content: "\f0d2";
}
.icon-tape-line:before {
  content: "\f0d3";
}
.icon-task-fill:before {
  content: "\f0d4";
}
.icon-task-line:before {
  content: "\f0d5";
}
.icon-taxi-fill:before {
  content: "\f0d6";
}
.icon-taxi-line:before {
  content: "\f0d7";
}
.icon-taxi-wifi-fill:before {
  content: "\f0d8";
}
.icon-taxi-wifi-line:before {
  content: "\f0d9";
}
.icon-t-box-fill:before {
  content: "\f0da";
}
.icon-t-box-line:before {
  content: "\f0db";
}
.icon-team-fill:before {
  content: "\f0dc";
}
.icon-team-line:before {
  content: "\f0dd";
}
.icon-telegram-fill:before {
  content: "\f0de";
}
.icon-telegram-line:before {
  content: "\f0df";
}
.icon-temp-cold-fill:before {
  content: "\f0e0";
}
.icon-temp-cold-line:before {
  content: "\f0e1";
}
.icon-temp-hot-fill:before {
  content: "\f0e2";
}
.icon-temp-hot-line:before {
  content: "\f0e3";
}
.icon-terminal-box-fill:before {
  content: "\f0e4";
}
.icon-terminal-box-line:before {
  content: "\f0e5";
}
.icon-terminal-fill:before {
  content: "\f0e6";
}
.icon-terminal-line:before {
  content: "\f0e7";
}
.icon-terminal-window-fill:before {
  content: "\f0e8";
}
.icon-terminal-window-line:before {
  content: "\f0e9";
}
.icon-test-tube-fill:before {
  content: "\f0ea";
}
.icon-test-tube-line:before {
  content: "\f0eb";
}
.icon-text:before {
  content: "\f0ec";
}
.icon-text-direction-l:before {
  content: "\f0ed";
}
.icon-text-direction-r:before {
  content: "\f0ee";
}
.icon-text-spacing:before {
  content: "\f0ef";
}
.icon-text-wrap:before {
  content: "\f0f0";
}
.icon-thermometer-fill:before {
  content: "\f0f1";
}
.icon-thermometer-line:before {
  content: "\f0f2";
}
.icon-thumb-down-fill:before {
  content: "\f0f3";
}
.icon-thumb-down-line:before {
  content: "\f0f4";
}
.icon-thumb-up-fill:before {
  content: "\f0f5";
}
.icon-thumb-up-line:before {
  content: "\f0f6";
}
.icon-thunderstorms-fill:before {
  content: "\f0f7";
}
.icon-thunderstorms-line:before {
  content: "\f0f8";
}
.icon-ticket-2-fill:before {
  content: "\f0f9";
}
.icon-ticket-2-line:before {
  content: "\f0fa";
}
.icon-ticket-fill:before {
  content: "\f0fb";
}
.icon-ticket-line:before {
  content: "\f0fc";
}
.icon-time-fill:before {
  content: "\f0fd";
}
.icon-time-line:before {
  content: "\f0fe";
}
.icon-timer-2-fill:before {
  content: "\f0ff";
}
.icon-timer-2-line:before {
  content: "\f100";
}
.icon-timer-fill:before {
  content: "\f101";
}
.icon-timer-flash-fill:before {
  content: "\f102";
}
.icon-timer-flash-line:before {
  content: "\f103";
}
.icon-timer-line:before {
  content: "\f104";
}
.icon-todo-fill:before {
  content: "\f105";
}
.icon-todo-line:before {
  content: "\f106";
}
.icon-toggle-fill:before {
  content: "\f107";
}
.icon-toggle-line:before {
  content: "\f108";
}
.icon-tools-fill:before {
  content: "\f109";
}
.icon-tools-line:before {
  content: "\f10a";
}
.icon-tornado-fill:before {
  content: "\f10b";
}
.icon-tornado-line:before {
  content: "\f10c";
}
.icon-trademark-fill:before {
  content: "\f10d";
}
.icon-trademark-line:before {
  content: "\f10e";
}
.icon-traffic-light-fill:before {
  content: "\f10f";
}
.icon-traffic-light-line:before {
  content: "\f110";
}
.icon-train-fill:before {
  content: "\f111";
}
.icon-train-line:before {
  content: "\f112";
}
.icon-train-wifi-fill:before {
  content: "\f113";
}
.icon-train-wifi-line:before {
  content: "\f114";
}
.icon-translate:before {
  content: "\f115";
}
.icon-translate-2:before {
  content: "\f116";
}
.icon-travesti-fill:before {
  content: "\f117";
}
.icon-travesti-line:before {
  content: "\f118";
}
.icon-treasure-map-fill:before {
  content: "\f119";
}
.icon-treasure-map-line:before {
  content: "\f11a";
}
.icon-trello-fill:before {
  content: "\f11b";
}
.icon-trello-line:before {
  content: "\f11c";
}
.icon-trophy-fill:before {
  content: "\f11d";
}
.icon-trophy-line:before {
  content: "\f11e";
}
.icon-truck-fill:before {
  content: "\f11f";
}
.icon-truck-line:before {
  content: "\f120";
}
.icon-t-shirt-2-fill:before {
  content: "\f121";
}
.icon-t-shirt-2-line:before {
  content: "\f122";
}
.icon-t-shirt-air-fill:before {
  content: "\f123";
}
.icon-t-shirt-air-line:before {
  content: "\f124";
}
.icon-t-shirt-fill:before {
  content: "\f125";
}
.icon-t-shirt-line:before {
  content: "\f126";
}
.icon-tumblr-fill:before {
  content: "\f127";
}
.icon-tumblr-line:before {
  content: "\f128";
}
.icon-tv-2-fill:before {
  content: "\f129";
}
.icon-tv-2-line:before {
  content: "\f12a";
}
.icon-tv-fill:before {
  content: "\f12b";
}
.icon-tv-line:before {
  content: "\f12c";
}
.icon-twitch-fill:before {
  content: "\f12d";
}
.icon-twitch-line:before {
  content: "\f12e";
}
.icon-twitter-fill:before {
  content: "\f12f";
}
.icon-twitter-line:before {
  content: "\f130";
}
.icon-typhoon-fill:before {
  content: "\f131";
}
.icon-typhoon-line:before {
  content: "\f132";
}
.icon-ubuntu-fill:before {
  content: "\f133";
}
.icon-ubuntu-line:before {
  content: "\f134";
}
.icon-u-disk-fill:before {
  content: "\f135";
}
.icon-u-disk-line:before {
  content: "\f136";
}
.icon-umbrella-fill:before {
  content: "\f137";
}
.icon-umbrella-line:before {
  content: "\f138";
}
.icon-underline:before {
  content: "\f139";
}
.icon-uninstall-fill:before {
  content: "\f13a";
}
.icon-uninstall-line:before {
  content: "\f13b";
}
.icon-unsplash-fill:before {
  content: "\f13c";
}
.icon-unsplash-line:before {
  content: "\f13d";
}
.icon-upload-2-fill:before {
  content: "\f13e";
}
.icon-upload-2-line:before {
  content: "\f13f";
}
.icon-upload-cloud-2-fill:before {
  content: "\f140";
}
.icon-upload-cloud-2-line:before {
  content: "\f141";
}
.icon-upload-cloud-fill:before {
  content: "\f142";
}
.icon-upload-cloud-line:before {
  content: "\f143";
}
.icon-upload-fill:before {
  content: "\f144";
}
.icon-upload-line:before {
  content: "\f145";
}
.icon-usb-fill:before {
  content: "\f146";
}
.icon-usb-line:before {
  content: "\f147";
}
.icon-user-2-fill:before {
  content: "\f148";
}
.icon-user-2-line:before {
  content: "\f149";
}
.icon-user-3-fill:before {
  content: "\f14a";
}
.icon-user-3-line:before {
  content: "\f14b";
}
.icon-user-4-fill:before {
  content: "\f14c";
}
.icon-user-4-line:before {
  content: "\f14d";
}
.icon-user-5-fill:before {
  content: "\f14e";
}
.icon-user-5-line:before {
  content: "\f14f";
}
.icon-user-6-fill:before {
  content: "\f150";
}
.icon-user-6-line:before {
  content: "\f151";
}
.icon-user-add-fill:before {
  content: "\f152";
}
.icon-user-add-line:before {
  content: "\f153";
}
.icon-user-fill:before {
  content: "\f154";
}
.icon-user-follow-fill:before {
  content: "\f155";
}
.icon-user-follow-line:before {
  content: "\f156";
}
.icon-user-heart-fill:before {
  content: "\f157";
}
.icon-user-heart-line:before {
  content: "\f158";
}
.icon-user-line:before {
  content: "\f159";
}
.icon-user-location-fill:before {
  content: "\f15a";
}
.icon-user-location-line:before {
  content: "\f15b";
}
.icon-user-received-2-fill:before {
  content: "\f15c";
}
.icon-user-received-2-line:before {
  content: "\f15d";
}
.icon-user-received-fill:before {
  content: "\f15e";
}
.icon-user-received-line:before {
  content: "\f15f";
}
.icon-user-search-fill:before {
  content: "\f160";
}
.icon-user-search-line:before {
  content: "\f161";
}
.icon-user-settings-fill:before {
  content: "\f162";
}
.icon-user-settings-line:before {
  content: "\f163";
}
.icon-user-shared-2-fill:before {
  content: "\f164";
}
.icon-user-shared-2-line:before {
  content: "\f165";
}
.icon-user-shared-fill:before {
  content: "\f166";
}
.icon-user-shared-line:before {
  content: "\f167";
}
.icon-user-smile-fill:before {
  content: "\f168";
}
.icon-user-smile-line:before {
  content: "\f169";
}
.icon-user-star-fill:before {
  content: "\f16a";
}
.icon-user-star-line:before {
  content: "\f16b";
}
.icon-user-unfollow-fill:before {
  content: "\f16c";
}
.icon-user-unfollow-line:before {
  content: "\f16d";
}
.icon-user-voice-fill:before {
  content: "\f16e";
}
.icon-user-voice-line:before {
  content: "\f16f";
}
.icon-video-add-fill:before {
  content: "\f170";
}
.icon-video-add-line:before {
  content: "\f171";
}
.icon-video-chat-fill:before {
  content: "\f172";
}
.icon-video-chat-line:before {
  content: "\f173";
}
.icon-video-download-fill:before {
  content: "\f174";
}
.icon-video-download-line:before {
  content: "\f175";
}
.icon-video-fill:before {
  content: "\f176";
}
.icon-video-line:before {
  content: "\f177";
}
.icon-video-upload-fill:before {
  content: "\f178";
}
.icon-video-upload-line:before {
  content: "\f179";
}
.icon-vidicon-2-fill:before {
  content: "\f17a";
}
.icon-vidicon-2-line:before {
  content: "\f17b";
}
.icon-vidicon-fill:before {
  content: "\f17c";
}
.icon-vidicon-line:before {
  content: "\f17d";
}
.icon-vimeo-fill:before {
  content: "\f17e";
}
.icon-vimeo-line:before {
  content: "\f17f";
}
.icon-vip-crown-2-fill:before {
  content: "\f180";
}
.icon-vip-crown-2-line:before {
  content: "\f181";
}
.icon-vip-crown-fill:before {
  content: "\f182";
}
.icon-vip-crown-line:before {
  content: "\f183";
}
.icon-vip-diamond-fill:before {
  content: "\f184";
}
.icon-vip-diamond-line:before {
  content: "\f185";
}
.icon-vip-fill:before {
  content: "\f186";
}
.icon-vip-line:before {
  content: "\f187";
}
.icon-virus-fill:before {
  content: "\f188";
}
.icon-virus-line:before {
  content: "\f189";
}
.icon-visa-fill:before {
  content: "\f18a";
}
.icon-visa-line:before {
  content: "\f18b";
}
.icon-voiceprint-fill:before {
  content: "\f18c";
}
.icon-voiceprint-line:before {
  content: "\f18d";
}
.icon-voice-recognition-fill:before {
  content: "\f18e";
}
.icon-voice-recognition-line:before {
  content: "\f18f";
}
.icon-volume-down-fill:before {
  content: "\f190";
}
.icon-volume-down-line:before {
  content: "\f191";
}
.icon-volume-mute-fill:before {
  content: "\f192";
}
.icon-volume-mute-line:before {
  content: "\f193";
}
.icon-volume-off-vibrate-fill:before {
  content: "\f194";
}
.icon-volume-off-vibrate-line:before {
  content: "\f195";
}
.icon-volume-up-fill:before {
  content: "\f196";
}
.icon-volume-up-line:before {
  content: "\f197";
}
.icon-volume-vibrate-fill:before {
  content: "\f198";
}
.icon-volume-vibrate-line:before {
  content: "\f199";
}
.icon-vuejs-fill:before {
  content: "\f19a";
}
.icon-vuejs-line:before {
  content: "\f19b";
}
.icon-walk-fill:before {
  content: "\f19c";
}
.icon-walk-line:before {
  content: "\f19d";
}
.icon-wallet-2-fill:before {
  content: "\f19e";
}
.icon-wallet-2-line:before {
  content: "\f19f";
}
.icon-wallet-3-fill:before {
  content: "\f1a0";
}
.icon-wallet-3-line:before {
  content: "\f1a1";
}
.icon-wallet-fill:before {
  content: "\f1a2";
}
.icon-wallet-line:before {
  content: "\f1a3";
}
.icon-water-flash-fill:before {
  content: "\f1a4";
}
.icon-water-flash-line:before {
  content: "\f1a5";
}
.icon-webcam-fill:before {
  content: "\f1a6";
}
.icon-webcam-line:before {
  content: "\f1a7";
}
.icon-wechat-2-fill:before {
  content: "\f1a8";
}
.icon-wechat-2-line:before {
  content: "\f1a9";
}
.icon-wechat-fill:before {
  content: "\f1aa";
}
.icon-wechat-line:before {
  content: "\f1ab";
}
.icon-wechat-pay-fill:before {
  content: "\f1ac";
}
.icon-wechat-pay-line:before {
  content: "\f1ad";
}
.icon-weibo-fill:before {
  content: "\f1ae";
}
.icon-weibo-line:before {
  content: "\f1af";
}
.icon-whatsapp-fill:before {
  content: "\f1b0";
}
.icon-whatsapp-line:before {
  content: "\f1b1";
}
.icon-wheelchair-fill:before {
  content: "\f1b2";
}
.icon-wheelchair-line:before {
  content: "\f1b3";
}
.icon-wifi-fill:before {
  content: "\f1b4";
}
.icon-wifi-line:before {
  content: "\f1b5";
}
.icon-wifi-off-fill:before {
  content: "\f1b6";
}
.icon-wifi-off-line:before {
  content: "\f1b7";
}
.icon-window-2-fill:before {
  content: "\f1b8";
}
.icon-window-2-line:before {
  content: "\f1b9";
}
.icon-window-fill:before {
  content: "\f1ba";
}
.icon-window-line:before {
  content: "\f1bb";
}
.icon-windows-fill:before {
  content: "\f1bc";
}
.icon-windows-line:before {
  content: "\f1bd";
}
.icon-windy-fill:before {
  content: "\f1be";
}
.icon-windy-line:before {
  content: "\f1bf";
}
.icon-wireless-charging-fill:before {
  content: "\f1c0";
}
.icon-wireless-charging-line:before {
  content: "\f1c1";
}
.icon-women-fill:before {
  content: "\f1c2";
}
.icon-women-line:before {
  content: "\f1c3";
}
.icon-wubi-input:before {
  content: "\f1c4";
}
.icon-xbox-fill:before {
  content: "\f1c5";
}
.icon-xbox-line:before {
  content: "\f1c6";
}
.icon-xing-fill:before {
  content: "\f1c7";
}
.icon-xing-line:before {
  content: "\f1c8";
}
.icon-youtube-fill:before {
  content: "\f1c9";
}
.icon-youtube-line:before {
  content: "\f1ca";
}
.icon-zcool-fill:before {
  content: "\f1cb";
}
.icon-zcool-line:before {
  content: "\f1cc";
}
.icon-zhihu-fill:before {
  content: "\f1cd";
}
.icon-zhihu-line:before {
  content: "\f1ce";
}
.icon-zoom-in-fill:before {
  content: "\f1cf";
}
.icon-zoom-in-line:before {
  content: "\f1d0";
}
.icon-zoom-out-fill:before {
  content: "\f1d1";
}
.icon-zoom-out-line:before {
  content: "\f1d2";
}
.icon-zzz-fill:before {
  content: "\f1d3";
}
.icon-zzz-line:before {
  content: "\f1d4";
}
.icon-k-fill:before {
  content: "\f1d5";
}
.icon-k-line:before {
  content: "\f1d6";
}
.icon-hours-fill:before {
  content: "\f1d7";
}
.icon-hours-line:before {
  content: "\f1d8";
}
.icon-a-b:before {
  content: "\f1d9";
}
.icon-account-box-fill:before {
  content: "\f1da";
}

.carousel-item {
  height: 600px !important;
  background-position: center;
}


.homeSliderContent {
    max-width: 430px;
    position: absolute;
    z-index: 5;
    margin-top: 50px;
    left: 0;
}

.fw {
    width: 100%;
    display: inline-block;
    float: left;
}

.homeSliderContentTop ul {
    width: 100%;
    display: inline-block;
    float: left;
}

.homeSliderContentTop ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.homeSliderContentTop ul li a {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding: 16px 15px;
    text-align: center;
    background: #667093;
    font-weight: 400;
    height: 60px;
    position: relative;
}

.homeSliderContentTop ul li a:after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    top: -10px;
    background: #fff;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3 ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: 107.5px;
}

.homeSliderContentTop ul .prese.active li a {
    background: #fff!important;
    color: #343646!important;
    position: relative;
}



.homeSliderContentBot {
    background: #fff;
    padding: 20px;
}

.homeSliderContentBot ul {
    width: 100%;
    display: inline-block;
    float: left;
}

.homeSliderContentBot ul li {
    width: 100%;
    display: inline-block;
    float: left;
}

.homeSliderContentBot ul li.title {
    position: relative;
    color: #5d6068;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 50px;
    padding-top: 20px;
    text-align: left;
}


.homeSliderContentBot ul li.desc {
    color: #5d6068;
    font-size: 14px;
    line-height: 23px;
    height: 150px;
}

.homeSliderContentBot ul li.price {
    color: #888e96;
    font-size: 20px;
    line-height: 29px;
    height: 60px;
}

.homeSliderContentBot ul li {
    width: 100%;
    display: inline-block;
    float: left;
}

.homeSliderContentBot ul li.title:after {
    content: "";
    width: 78px;
    height: 3px;
    background: #0887fd;
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.homeSliderContentBot .tab-pane:nth-of-type(3) ul li.title:after {
    background: #21b058;
}

.homeSliderContentBot ul li.title img {
    position: absolute;
    right: 0;
    top: 10px;
}

.homeSliderContentBot ul li.price span {
    color: #21b058;
    font-size: 30px;
    line-height: 29px;
    display: inline-block;
    position: relative;
    font-weight: 400;
}

.homeSliderContentBot .tab-pane:nth-of-type(3) ul li.price span {
    color: #0887fd;
}

.homeSliderContentBot ul li.link a {
    width: 100%;
    float: left;
    display: inline-block;
    line-height: 64px;
    color: #fff;
    background-color: #0887fd;
    border-color: #0887fd;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.homeSliderContentBot .tab-pane:nth-of-type(3) ul li.link a {
    color: #fff;
    background-color: #0887fd;
    border-color: #0887fd;
}


.carousel-item {
  position: relative;
}

.carousel-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: rgba(0,0,0,0.5);
}


.menu-banner-box {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 20px;
  justify-content: center;
  background: linear-gradient(315deg, #6a93cb 0%, #a4bfef 74%);
  color: #fff;
}

.menu-banner-box strong {
  font-size: 20px;
}

.menu-banner-box p {
  font-size: 16px;
}

.menu-banner-box a {
  width: 120px;
  height: 45px;
  border-radius: 5px;
  background: #fff;
  color: #7ce497;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
}


.domain-price {
  padding: 15px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.domain-price b {
  font-size: 26px;
  font-weight: 700;
  color: #0887fd;
}
.grid-content {
  overflow-x: hidden;
}
.grid-content .grid-img {
  height: 600px;
}
.grid-content .grid-img:hover img {
  filter: none;
}
.grid-content .grid-img img {
  width: 100%;
  height: 100%;
  transition: .2s all;
  filter: brightness(70%);
  object-fit: cover;
}
.grid-content .grid-text {
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 100px;
  overflow: hidden;
}

.grid-content .grid-text p {
  font-size: 14px;
  margin: 20px 0;
}

.grid-packs {
  display: flex;
}

.grid-pack {
  padding: 24px;
  background: #fafafa;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #eee;
  width: 100%;
}
.grid-pack .iconn {
  font-size: 60px;
  color: #0887fd;
  height: 65px;
}
.grid-pack h5 {
  font-size: 20px;
    line-height: 25px;
    padding: 12px 0;
    font-weight: 600;
    color: #00104b;
}
.grid-pack strong {
  display: block;
    font-size: 16px;
    font-weight: 400!important;
}

.grid-pack span {
  color: #667093;
    display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.grid-pack .price {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.grid-pack .price b {
font-weight: 700;
color: #0887fd;
font-size: 30px;
margin-right: 5px;
}
.grid-pack a {
  width: 100%;
  margin: 15px 0;
}
.grid-pack ul {
  padding-top: 15px;
  border-top: 1px solid #eee;
  width: 100%;
}

.grid-pack ul li {
    color: #667093;
    display: flex;
    align-items: center;
}
.grid-pack ul li span {
  width: 20px;
  height: 10px;
  display: flex;
  align-items: center;
}

.c-blog-wrapper {
  padding: 50px 0;
}


.c-blog-wrapper .container {
  max-width: 1350px;
}

.c-blog-wrapper .c-img-wrap {
  width: 100%;
  height: 613px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.c-blog-wrapper .c-img-wrap .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px;
  color: #fff;
  z-index: 9;
}

.c-blog-wrapper .c-img-wrap .overlay p {
  font-weight: 600;
  font-size: 24px;
}

.c-blog-wrapper .c-img-wrap:hover img {
  transform: scale(1.1);
}

.c-blog-wrapper .c-img-wrap:hover .overlay p {
  text-decoration: underline;;
}

.c-blog-wrapper .c-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s all;
}

.c-blog-wrapper .c-img-wrap.small {
  height: 300px;
}

.c-blog-wrapper .c-img-wrap.small .overlay p {
  font-size: 17px;
}


.refSliderWrap {
    background: #f0f5fb;
    padding: 30px 0;
}

.refSliderItem {
  display: flex;
  align-items: center;
  justify-content: center;
}
.refSliderItem img {
transition: .2s all;
  filter: grayscale(1);
}
.refSliderItem:hover img {
  filter: none;
}

.news-bar {
  background: linear-gradient(to right, #000, #314860) !important;
}

.vdsBoxTop {
    background: #fafafa;
    border-radius: 5px 5px 0 0;
    padding: 20px;
    position: relative;
    border-bottom: 2px solid #eaedf3;
}

.vdsBox.pro {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}

.vdsBox.pro .vdsBoxTop .title {
    color: #404257;
}
.vdsBoxTop .title {
    color: #878691;
    font-size: 20px;
    border-radius: 5px 5px 0 0;
    font-weight: 800;
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    margin-bottom: 5px;
    line-height: 20px;
}
.vdsBoxTop .desc {
    color: #878691;
    font-size: 11px;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    letter-spacing: 2px;
    line-height: 20px;
}
.vdsBoxTop .dots {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -3px;
    text-align: center;
}
.vdsBoxBot {
    background: #fafafa;
}
.vdsBoxBot ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.vdsBoxBot ul li {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    text-align: center;
    border-right: 2px solid #eaedf3;
    border-bottom: 2px solid #eaedf3;
}

.vdsBoxBot ul li:first-child {
border-left: 2px solid #eaedf3;
}

.vdsBoxBot ul li:nth-child(3) {
border-left: 2px solid #eaedf3;
}
.vdsBoxBot ul li:nth-child(5) {
border-left: 2px solid #eaedf3;
}
.vdsBoxBot ul li .icon {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 40px;
    color: #878691;
    line-height: 40px;
    margin-bottom: 20px;
}
.vdsBoxBot ul li .title {
    width: 100%;
    display: inline-block;
    float: left;
    color: #878691;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.vdsPrice {
    background: #eaedf3;
    padding: 10px;
}
.vdsBoxBot ul li .title strong {
    width: 100%;
    display: inline-block;
}
.vdsPrice .text {
    float: left;
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #404257;
    font-size: 34px;
    font-weight: 300;
    line-height: 40px;
}
.vdsPrice .text i {
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
}
.purchaseButton {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 30px;
    border-radius: 0 0 5px 5px;
    color: #fff;
        background: linear-gradient(315deg, #6a93cb 0%, #a4bfef 74%);
}
.c-tab-buttons {
  border-top: 1px solid rgba(102,112,147,.2);
border-bottom: 1px solid rgba(102,112,147,.2);
display: flex;
align-items: center;
}

.c-tab-buttons button {
  flex: 1;
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  background: none;
  border: none;
  font-weight: 600;
  border-left: 1px solid rgba(102,112,147,.2);
}

.c-tab-buttons button.active {
    background: linear-gradient(315deg, #6a93cb 0%, #a4bfef 74%);
    color: #fff;
}


.c-tab-buttons button:hover {
  background: #fafafa;
}


.c-tab-buttons button:last-child {
border-right: 1px solid rgba(102,112,147,.2);
}


.sss {
  border-radius: 5px;
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  box-shadow: 4px 7px 21px 0 rgba(0, 0, 0, 0.09);
}
.sssTop {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 2px solid #e3e6ed;
  margin-bottom: 30px;
}
.sssTop:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #e3e6ed;
  position: absolute;
  left: 0;
  bottom: -2px;
  display: inline-block;
}
.sssTop ul {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  padding-left: 6px;
}
.sssTop ul li {
  width: 100%;
  display: inline-block;
  float: left;
}
.sssTop ul li.icon {
  font-size: 40px;
  color: #1dcc5b;
  position: absolute;
  left: 0;
  top: 0;
}
.sssTop ul li.title {
  color: #3b5b7a;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 3px;
}
.sssTop ul li.title strong {
  font-weight: 800;
}
.sssTop ul li.desc {
  color: #3c4d5d;
  font-size: 14px;
  line-height: 20px;
}
.sssBot .sssTab:last-child {
  margin-bottom: 0;
}
.sssTab {
  background: #f1f3f8;
  border-radius: 3px;
  margin-bottom: 10px;
}
.sssTabTop {
  position: relative;
  cursor: pointer;
}
.sssTabTop .title {
  float: left;
  color: #3b5b7a;
  font-size: 17px;
  line-height: 28px;
  display: inline-block;
  float: left;
  position: relative;
  padding-left: 25px;
  padding-right: 50px;
}
.sssTabTop .icon {
  position: absolute;
  right: 30px;
  width: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  top: 50%;
  margin-top: -10px;
  color: #8f8f94;
}
.sssTabTop .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 4px;
  height: 20px;
  background: #8f8f94;
  border-radius: 4px;
  display: inline-block;
}
.sssTabTop {
  padding: 20px 30px;
}
.sssTabBot, .sssTabBot2 {
  color: #404257;
  font-size: 17px;
  line-height: 28px;
  padding: 20px 30px;
  border-top: 2px solid #e6e8ee;
  display: none;
  float: left;
  width: 100%;
}

.sssTabTop .icon.iconMinus {
  display: none;
}
.sssTab.active .sssTabTop .title {
  color: #404257;
}
.sssTab.active .icon {
  display: none;
}
.sssTab.active .icon.iconMinus {
  display: inline-block;
}



.domain__price {
  padding: 0 10px;
  border-radius: 5px;
  margin-top: 30px;
  background: linear-gradient(to right,#0a5075a8,#4dc4ff82);
}

.why-header h2 {
    font-size: 40px;
    color: #333;
    letter-spacing: 0px;
    font-weight: 900;
    margin-bottom: 0px;
    display: inline-block;
}

.why-header p {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #333;
}

.box-section {
    margin-bottom: 50px;
}
.box-image {
    min-height: 110px;
}

.box-section .head-text {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    padding: 10px 0px;
}

.box-section p {
    font-size: 14px;
    font-weight: 400;
    color: #222;
}
.bg-dark-blue {
    background-image: linear-gradient(315deg, #6a93cb 0%, #a4bfef 74%);
}

.domainPrice {
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 60px;
    padding: 30px;
}

.domainPriceTitle {
    background: #404257;
    padding: 20px 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.domainPriceTitle i {
    float: left;
    font-size: 24px;
    line-height: 20px;
    margin-right: 15px;
    display: inline-block;
    color: #1dcc5b;
}

.domainPriceTitle .title {
    float: left;
    font-size: 17px;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
}

.domainPriceListTop {
    background: #4f5164;
}

.domainPriceListTop ul {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 10px 0;
}

.domainPriceListTop ul li {
    width: 25%;
    float: left;
    color: #e7e7ef;
    font-size: 11px;
    line-height: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
}

.domainPriceList {
    border: 2px solid #f1f3f8;
}

.domainPriceList ul {
    width: 100%;
    display: inline-block;
    float: left;
    background: #fff;
    border-bottom: 2px solid #f1f3f8;
    padding: 16px 0;
}

.domainPriceList ul li {
    width: 25%;
    float: left;
    color: #404257;
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.domainPriceList ul:nth-of-type(2n) {
    background: #f7f9fd;
}

.domain-use-box {
    padding: 42px;
    background: #fff;
    height: 100%;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 -3px 0 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: inset 0 -3px 0 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -3px 0 0 rgb(0 0 0 / 15%);
}

.bg-grey {
  padding: 100px 0;
}

.g-recaptcha {
    z-index: 99999;
    position: relative;
}
  /* Aylık/Yıllık toggle stil */
  .switch-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .billing-toggle {
    display: flex;
    gap: 10px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f0f0f0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    justify-content: center;
  }

  .toggle-btn {
    padding: 4px 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
    flex: 1 1 auto;
    min-width: 75px;
    text-align: center;
    border-radius: 0;
  }

  .toggle-btn.active {
    background-color: #007bff;
    color: white;
  }

  .toggle-btn:not(.active):hover {
    background-color: #e0e0e0;
  }

  @media (max-width: 400px) {
    .billing-toggle {
      flex-direction: column;
      gap: 8px;
    }

    .toggle-btn {
      min-width: unset;
      width: 100%;
    }
  }

  /* Döviz Toggle Butonları */
  .currency-toggle {
    display: flex;
    justify-content: center;
    gap: 10px;
    border-radius: 20px;
    background-color: #f0f0f0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    overflow: hidden;
    margin: 20px auto 30px;
    max-width: fit-content;
    box-sizing: border-box;
  }

  .currency-btn {
    padding: 4px 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
    flex: 1 1 auto;
    min-width: 120px;
    text-align: center;
    border-radius: 0;
    color: #007bff;
    user-select: none;
  }

  .currency-btn.active {
    background-color: #007bff;
    color: white;
    font-weight: 700;
  }

  .currency-btn:not(.active):hover {
    background-color: #e0e0e0;
  }

  @media (max-width: 400px) {
    .currency-toggle {
      flex-direction: column;
      width: 100%;
      margin: 15px 0;
    }
    .currency-btn {
      width: 100%;
      min-width: unset;
    }
  }

/* Genel paket stili */
.pack-item {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.07);
  padding: 25px 20px 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pack-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* En çok tercih edilen kırmızı çerçeve (Midi) */
.pack-item.most-popular-red {
  border: 3px solid #ff0000;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.7);
  z-index: 10;
}

.pack-item.most-popular-red:hover {
  transform: scale(1.05);
}

/* En çok tercih edilen yeşil çerçeve (Mega) */
.pack-item.most-popular-green {
  border: 3px solid #28a745; /* parlak yeşil */
  box-shadow: 0 0 15px rgba(40, 167, 69, 0.7);
  z-index: 10;
}

.pack-item.most-popular-green:hover {
  transform: scale(1.05);
}

/* Başlık renkleri */
.pack-item.most-popular-red .title h4 {
  color: #ff0000;
  font-weight: 700;
}

.pack-item.most-popular-green .title h4 {
  color: #28a745;
  font-weight: 700;
}

/* Satın al butonları renkleri */
.pack-item.most-popular-red a {
  background-color: #ff0000;
  color: white;
  border: none;
  transition: background-color 0.3s ease;
}

.pack-item.most-popular-red a:hover {
  background-color: #cc0000;
}

.pack-item.most-popular-green a {
  background-color: #28a745;
  color: white;
  border: none;
  transition: background-color 0.3s ease;
}

.pack-item.most-popular-green a:hover {
  background-color: #1e7e34;
}

/* “En Çok Tercih Edilen” etiketi */
.pack-item.most-popular-red::before,
.pack-item.most-popular-green::before {
  content: "En Çok Tercih Edilen";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 6px 14px;
  font-weight: 700;
  font-size: 13px;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  white-space: nowrap;
  z-index: 20;
  user-select: none;
}

.pack-item.most-popular-red::before {
  color: #ff0000;
  border: 2px solid #ff0000;
}

.pack-item.most-popular-green::before {
  color: #28a745;
  border: 2px solid #28a745;
}
