@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-Gilroy Regular.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "SVN-Gilroy Medium";
  src: url("../fonts/SVN-Gilroy Medium.otf");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: star;
  src: url(../fonts/star.eot);
  src: url(../fonts/star.eot?#iefix) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: WooCommerce;
  src: url(../fonts/WooCommerce.eot);
  src: url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype"), url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
  font-weight: 400;
  font-style: normal; }
@keyframes pulse {
  0% {
    transform: scale(1.1); }
  50% {
    transform: scale(1.3); }
  100% {
    transform: scale(1.1); } }
@keyframes phonePulse {
  0% {
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
.tab-content {
  position: relative;
  overflow: hidden; }

.tab-content.is-animating {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  width: auto; }

.content-pane {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.content-pane.is-active {
  position: relative;
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

.content-pane.is-exiting {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.content-pane.is-animating {
  -webkit-transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
  transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
  transition: opacity 400ms ease-out, transform 400ms ease-out;
  transition: opacity 400ms ease-out, transform 400ms ease-out, -webkit-transform 400ms ease-out; }

.dashed-button {
  border: 1px dashed #b7b7b7;
  color: #797979;
  padding: 2px 15px;
  border-radius: 8px;
  font-size: 16px; }
  .dashed-button:hover {
    cursor: pointer;
    border-color: #7fbb62;
    color: #7fbb62; }
  @media only screen and (min-width: 992px) {
    .dashed-button {
      font-size: 20px; } }
  @media only screen and (min-width: 1440px) {
    .dashed-button {
      font-size: 24px; } }

.modal .modal-notice {
  color: #f26120;
  text-decoration: underline;
  font-size: 16px;
  margin-top: -5px;
  margin-bottom: 15px; }
.modal .modal-dialog {
  max-width: 600px; }
.modal .modal-header {
  border: 0; }
  .modal .modal-header .btn-close-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99; }
  .modal .modal-header img {
    max-height: 70px; }
    @media only screen and (min-width: 992px) {
      .modal .modal-header img {
        max-height: 100%; } }
.modal .form-group {
  position: relative;
  margin-bottom: 10px; }
  .modal .form-group .form-check-input {
    margin-top: 0; }
  .modal .form-group i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    left: 20px; }
  .modal .form-group.form-group-select i {
    left: 25px; }
.modal .form-control {
  height: 50px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  background-color: #f0f0f0;
  padding-left: 45px; }
.modal .btn-modal {
  background-color: #f26120;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  line-height: 50px;
  padding: 0 10px;
  font-size: 24px; }
  .modal .btn-modal:hover {
    background-color: #5fa744; }
.modal .modal-footer {
  border: 0;
  padding-top: 0; }
.modal .form-check {
  padding-left: 3rem; }
.modal .modal-text-color {
  color: #f26120;
  text-decoration: underline;
  font-size: 16px; }
.modal .confirm-notice {
  font-size: 16px; }

#loginModal .modal-content {
  border-radius: 1.3rem;
  padding: 0 0 10px 0; }
  @media only screen and (min-width: 1200px) {
    #loginModal .modal-content {
      padding: 0 95px 40px 95px; } }
#loginModal .modal-footer_lists {
  width: 100%; }
  #loginModal .modal-footer_lists li {
    display: inline-block;
    padding: 5px 10px; }
    #loginModal .modal-footer_lists li a {
      color: #f26120;
      text-decoration: underline;
      font-size: 16px; }
      #loginModal .modal-footer_lists li a:hover {
        color: #5ea745; }

#registerModal .modal-content {
  border-radius: 1.3rem;
  padding: 0 0 10px 0; }
  @media only screen and (min-width: 1200px) {
    #registerModal .modal-content {
      padding: 0 95px; } }

#forgotPwdModal .modal-content {
  border-radius: 1.3rem;
  padding: 0 0 10px 0; }
  @media only screen and (min-width: 1200px) {
    #forgotPwdModal .modal-content {
      padding: 0 95px 40px 95px; } }

#confirmModal .modal-content {
  border-radius: 1.3rem;
  padding: 0 0 10px 0; }
  @media only screen and (min-width: 1200px) {
    #confirmModal .modal-content {
      padding: 0 95px 15px 95px; } }

.modal-dialog {
  min-height: calc(100vh - 20px); }
  @media only screen and (min-width: 768px) {
    .modal-dialog {
      min-height: calc(100vh - 60px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      overflow: auto; } }

.btn-learn-status {
  font-size: 13px;
  font-weight: 500;
  padding: 5px;
  color: red; }
  @media only screen and (min-width: 480px) {
    .btn-learn-status {
      font-size: 14px; } }
  @media only screen and (min-width: 768px) {
    .btn-learn-status {
      font-size: 15px;
      color: inherit; } }
  @media only screen and (min-width: 992px) {
    .btn-learn-status {
      font-size: 16px;
      padding: 5px 20px;
      background-image: url(../images/btn-status.png);
      background-repeat: no-repeat;
      background-position: center; } }
  @media only screen and (min-width: 1200px) {
    .btn-learn-status {
      font-size: 18px; } }

.btn-learn-status-bigger {
  font-size: 30px;
  padding: 10px 54px;
  font-weight: 500;
  background-image: url(../images/btn-status-bigger.png);
  background-repeat: no-repeat;
  color: black; }

.btn-submit-lesson {
  background-color: #f24d4d;
  font-size: 23px;
  font-weight: 500;
  width: 100%;
  border-radius: 100px;
  border: 1px solid #f24d4d; }

.btn-result-lesson {
  background-color: #f24d4d;
  font-size: 21px;
  font-weight: 500;
  width: 100%;
  border-radius: 100px;
  border: 1px solid #f24d4d; }

.btn-reply {
  background-color: #ff700d;
  border-bottom: 2px solid #ca5200;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 500;
  padding: 0 15px; }

main {
  display: block; }

:focus {
  outline: none; }

a {
  color: inherit;
  transition: 0.25s color; }

a:hover {
  color: inherit;
  text-decoration: none; }

video,
iframe {
  max-width: 100%; }

img {
  border: 0;
  max-width: 100%;
  height: auto; }

p {
  color: #000;
  margin: 0 0 10px 0; }

a {
  color: #000;
  text-decoration: none;
  transition: 0.15s all; }

a:hover {
  color: black;
  cursor: pointer;
  text-decoration: none; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.clearfix {
  display: block; }

.text-align-center {
  text-align: center; }

img.aligncenter {
  display: block;
  margin: 0 auto 5px; }

html body {
  line-height: 1.4;
  color: black;
  -ms-overflow-style: scrollbar; }

span {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

html {
  font-size: 13px; }
  @media only screen and (min-width: 992px) {
    html {
      font-size: 14px; } }
  @media only screen and (min-width: 1440px) {
    html {
      font-size: 16px; } }

body {
  scroll-behavior: smooth;
  font-family: "SVN-Gilroy", sans-serif;
  line-height: 1.5;
  color: #3e4754;
  background-color: #374151; }

p {
  line-height: 1.2; }

@media only screen and (min-width: 992px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0; } }

ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

button:focus,
input:focus {
  outline: none; }

.animation-time, .gloss-hover, .gloss-hover:before, .bigger-hover, .bigger-hover:hover, .change-color-hover, .change-color-hover:hover {
  -webkit-transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  -ms-transition: all 0.8s ease-in;
  -o-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in; }

@media only screen and (min-width: 992px) {
  .row.gutter-50 {
    margin-right: -25px;
    margin-left: -25px; }
    .row.gutter-50 > .col,
    .row.gutter-50 > [class^="col-"],
    .row.gutter-50 > [class^=" col-"] {
      padding-right: 25px;
      padding-left: 25px; } }

@media only screen and (min-width: 992px) {
  .row.gutter-45 {
    margin-right: -22.5px;
    margin-left: -22.5px; }
    .row.gutter-45 > .col,
    .row.gutter-45 > [class^="col-"],
    .row.gutter-45 > [class^=" col-"] {
      padding-right: 22.5px;
      padding-left: 22.5px; } }

@media only screen and (min-width: 992px) {
  .row.gutter-40 {
    margin-right: -20px;
    margin-left: -20px; }
    .row.gutter-40 > .col,
    .row.gutter-40 > [class^="col-"],
    .row.gutter-40 > [class^=" col-"] {
      padding-right: 20px;
      padding-left: 20px; } }

.row.gutter-20 {
  margin-right: -10px;
  margin-left: -10px; }
  .row.gutter-20 > .col,
  .row.gutter-20 > [class^="col-"],
  .row.gutter-20 > [class^=" col-"] {
    padding-right: 10px;
    padding-left: 10px; }

.row.gutter-15 {
  margin-right: -7.5px;
  margin-left: -7.5px; }
  .row.gutter-15 > .col,
  .row.gutter-15 > [class^="col-"],
  .row.gutter-15 > [class^=" col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px; }

.row.gutter-10 {
  margin-right: -5px;
  margin-left: -5px; }
  .row.gutter-10 > .col,
  .row.gutter-10 > [class^="col-"],
  .row.gutter-10 > [class^=" col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.row.gutter-0 {
  margin-right: -0px;
  margin-left: -0px; }
  .row.gutter-0 > .col,
  .row.gutter-0 > [class^="col-"],
  .row.gutter-0 > [class^=" col-"] {
    padding-right: 0px;
    padding-left: 0px; }

.animation-time, .gloss-hover, .gloss-hover:before, .bigger-hover, .bigger-hover:hover, .change-color-hover, .change-color-hover:hover {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.inline-middle {
  display: inline-block; }

.inline-middle {
  vertical-align: middle; }

.container--large {
  max-width: 1620px; }

.c-main {
  color: #152464; }

.c-secondary {
  color: #00ada7; }

.pos-r {
  position: relative; }

.h-100-percent {
  height: 100%; }

.h-100-vh {
  height: 100vh; }

.rotate-90 {
  transform: rotate(90deg); }

.rotate-90-cc {
  transform: rotate(-90deg); }

.invisible {
  opacity: 0; }

.c-white, .modal .btn-modal, .btn-submit-lesson, .btn-result-lesson, .btn-result-lesson:hover, .btn-reply, body .mm-menu, body .mm-menu .mm-navbar a,
body .mm-menu .mm-navbar > * {
  color: #fff; }

.line-height-1p5 {
  line-height: 1.5; }

.uppercase, .modal .btn-modal, .btn-submit-lesson, .btn-result-lesson, #main-menu > ul > li, .home-heading-title, .normal-heading, body .mm-menu .mm-navbar a,
body .mm-menu .mm-navbar > *, #sidebar .widget h2, .category-name, form.woocommerce-cart-form h1,
form.woocommerce-cart-form h2,
form.woocommerce-cart-form h3,
form.woocommerce-cart-form h4,
form.woocommerce-cart-form h5,
form.woocommerce-cart-form h6,
form.woocommerce-cart-form thead,
.woocommerce .cart-collaterals h1,
.woocommerce .cart-collaterals h2,
.woocommerce .cart-collaterals h3,
.woocommerce .cart-collaterals h4,
.woocommerce .cart-collaterals h5,
.woocommerce .cart-collaterals h6,
.woocommerce .cart-collaterals thead,
.woocommerce-page .cart-collaterals h1,
.woocommerce-page .cart-collaterals h2,
.woocommerce-page .cart-collaterals h3,
.woocommerce-page .cart-collaterals h4,
.woocommerce-page .cart-collaterals h5,
.woocommerce-page .cart-collaterals h6,
.woocommerce-page .cart-collaterals thead, .woocommerce-billing-fields h3,
#order_review_heading, .woocommerce-additional-fields h3 {
  text-transform: uppercase; }

.bold, .modal .btn-modal, .btn-submit-lesson, .btn-result-lesson, #main-menu > ul li.current-menu-item, body .mm-menu .mm-navbar a,
body .mm-menu .mm-navbar > *, #sidebar .widget_title, #sidebar .widget .widget-content h4, .product-items_data .price, .post-title {
  font-weight: bold; }

.kt-link:hover {
  color: #00ada7; }

.img-stretch {
  width: 100%;
  object-fit: cover; }

.fw {
  float: left;
  width: 100%; }

.btn-rounded {
  border-radius: 100px; }

.btn-orange {
  background-color: #f26120; }

header#header {
  padding: 20px 0;
  position: sticky;
  z-index: 10;
  top: 0;
  box-shadow: #38771d 0px 0px 10px;
  border-bottom: 1px solid #4f5866; }
  header#header .top-header i.fas.fa-cog {
    color: #b2360b;
    font-size: 30px; }

#mobile-menu {
  display: none; }

#main-menu {
  align-items: center;
  display: flex; }
  #main-menu > ul {
    display: none; }
    @media only screen and (min-width: 992px) {
      #main-menu > ul {
        display: flex; } }
    #main-menu > ul > li {
      font-weight: bold;
      font-size: 18px;
      padding: 0 20px;
      line-height: 1; }
      #main-menu > ul > li > a {
        color: #fff;
        padding: 0 30px;
        display: block; }
        #main-menu > ul > li > a:hover {
          color: #38761d; }

.site-name {
  font-size: 3.75rem;
  line-height: 1.2;
  letter-spacing: -0.00833em;
  text-align: center;
  font-weight: 1000;
  text-transform: uppercase; }

.site-description {
  margin: 0;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.0075em;
  text-align: center;
  color: #CCCCCC;
  font-weight: 0;
  margin-bottom: 16px; }

.btn-custom {
  border-radius: 4px;
  width: 100%; }

.btn-primary {
  background-color: #38761d;
  border-color: #38761d;
  color: #fff; }
  .btn-primary * {
    color: #fff; }

.btn.btn-default {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: #0c4a6e;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-weight: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  background-color: #f0f9ff;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 8px; }

.btn.btn-transparent {
  background-color: transparent;
  border-color: #38761d;
  color: #38761d; }
  .btn.btn-transparent * {
    color: #38761d; }

.home-heading-title {
  font-size: 24px;
  color: #de0000;
  border: 1px solid #de0000;
  padding: 15px 20px;
  display: inline-block;
  margin: auto auto 40px auto;
  border-radius: 100px;
  margin-bottom: 45px; }
  @media only screen and (min-width: 768px) {
    .home-heading-title {
      font-size: 28px;
      padding: 15px 30px; } }
  @media only screen and (min-width: 992px) {
    .home-heading-title {
      font-size: 32px;
      padding: 15px 50px; } }
  @media only screen and (min-width: 1200px) {
    .home-heading-title {
      font-size: 36px;
      padding: 18px 70px; } }

#apo-menu-toggle {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  z-index: 99999;
  padding: 5px 12px 7px;
  width: 45px;
  background: #c33531; }
  @media only screen and (min-width: 768px) {
    #apo-menu-toggle {
      display: none; } }

.mm-opened #apo-menu-toggle .fa-bars:before {
  content: "\f00d"; }

.socials {
  display: flex;
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .socials li {
    padding: 0 7.5px;
    font-size: 22px;
    margin-bottom: 20px; }
    .socials li a {
      border-radius: 50%;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      background-color: #5e5d5d;
      display: inline-block; }
      .socials li a:hover {
        color: #fff;
        background-color: #c33531; }

footer#footer {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.2);
  padding: 15px; }
  footer#footer .ft-logo {
    display: block;
    margin: auto auto 15px auto; }
    @media only screen and (min-width: 768px) {
      footer#footer .ft-logo {
        margin: 0 0 15px 0; } }
  footer#footer .form-control {
    border-radius: 100px;
    margin-right: 15px; }
  footer#footer .btn.btn-default {
    background-color: #f7dda2;
    border-radius: 100px;
    color: #0d257b;
    font-size: 16px;
    padding: .375rem .75rem;
    height: calc(1.5em + .75rem + 2px); }
    footer#footer .btn.btn-default:hover {
      background-color: #000;
      color: #fff; }

#sidebar .widget {
  border: 1px solid #CAC4C4;
  padding: 20px;
  margin-bottom: 30px; }

.btn-viewmore {
  border: 1px solid #0039ac;
  border-radius: 24px;
  color: #0039ac;
  padding: 20px 75px;
  background-color: #fff;
  font-size: 16px;
  margin-bottom: 30px; }
  .btn-viewmore:hover {
    background-color: #0039ac;
    color: #fff; }

.normal-heading {
  font-size: 24px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 992px) {
    .normal-heading {
      font-size: 30px; } }
  @media only screen and (min-width: 1200px) {
    .normal-heading {
      font-size: 36px; } }

.mm-menu.mm-offcanvas.mm-opened {
  z-index: 9999; }

body .mm-menu {
  background: #c33531;
  border-color: rgba(255, 255, 255, 0.1); }
body .mm-menu .mm-navbar a,
body .mm-menu .mm-navbar > * {
  font-size: 24px; }
body .mm-listview > li:not(.mm-divider):after {
  border-color: rgba(255, 255, 255, 0.4); }

.mgb-30 {
  margin-bottom: 30px; }

.mgb-60 {
  margin-bottom: 60px; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.card {
  border: 1px solid #374151;
  padding-top: 0px;
  border-radius: 8px;
  min-height: 462.5px;
  max-width: 400px;
  background-color: #373737; }

.card-header img {
  border-radius: 4px 4px 0 0; }

.card-body-title {
  display: flex;
  justify-content: space-between; }
  .card-body-title_heading {
    line-height: 1.6;
    letter-spacing: 0.0075em;
    text-align: left;
    font-weight: 600; }
    .card-body-title_heading a {
      color: #fff; }

.card-body {
  padding: 16px; }
  .card-body .excerpt {
    margin: 0;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    text-align: left;
    font-size: 16px;
    width: 90%;
    height: 100px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #fff; }
  .card-body .rating {
    display: flex; }

.card-footer {
  padding: 16px; }

#t_draggable2 {
  border: 0; }

.tables_ui {
  border: 0;
  border-spacing: 0;
  width: 100%;
  max-width: 100%; }

.tables_ui tr th {
  background-color: white;
  color: #b2360b; }

.tables_ui ul li {
  min-width: 200px; }

.dragging li.ui-state-hover {
  min-width: 240px; }

.dragging .ui-state-hover a {
  color: green !important;
  font-weight: bold; }

.tables_ui th,
.tables_ui td {
  padding: 12px; }

.t_sortable tr,
.ui-sortable-helper {
  cursor: move; }

.ui-sortable-placeholder {
  background: yellow; }

.form-control.non-select {
  position: relative; }

.btn-unassigned {
  position: absolute;
  right: 8px;
  top: 6px;
  color: #ababab;
  z-index: 1000; }
  .btn-unassigned:hover {
    color: green; }

.dropdown-menu li {
  padding: 0 10px;
  position: relative; }
  .dropdown-menu li input {
    border: 1px solid #b2360b;
    padding: 0 5px;
    border-radius: 2px;
    color: #b2360b;
    font-weight: bold; }
  .dropdown-menu li .save-edit-case-number {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 100;
    color: #b2360b; }
    .dropdown-menu li .save-edit-case-number:hover {
      color: green; }

.processing:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 88888;
  position: absolute; }

.fa-spin {
  display: none; }

.processing {
  overflow: hidden; }
  .processing .fa-spin {
    display: flex;
    align-items: center;
    justify-content: center;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 99999;
    margin: auto;
    position: absolute;
    color: white;
    font-size: 6rem;
    width: 100%;
    height: 100%; }

svg.loader-svg {
  margin: 0; }

.loader {
  stroke: red;
  stroke-width: 12;
  stroke-dasharray: 350, 350;
  /*75%*/
  transform-origin: center;
  transform: rotate(135deg);
  fill: transparent;
  animation: change 1s linear; }

.loader.orange {
  stroke: orange; }

.loader.yellow {
  stroke: yellow; }

.loader.green {
  stroke: green; }

.dash {
  stroke: #fff;
  stroke-width: 12;
  stroke-dasharray: 25;
  /*adjust this to control the dashes*/
  transform-origin: center;
  transform: rotate(135deg);
  fill: transparent; }

.star {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 14px; }

.star:after {
  content: "\f005";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  overflow: hidden;
  color: #faaf00; }

@keyframes change {
  from {
    stroke-dasharray: 0, 350; }
  /*0%*/
  to {
    stroke-dasharray: 350, 350; }
  /*100%*/ }
@media only screen and (max-width: 479px) {
  footer#footer .address {
    margin-bottom: 15px; }

  nav#ft-menu {
    display: none; } }
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
@media only screen and (min-width: 1440px) and (min-width: 992px) {
  .row.gutter-60 {
    margin-right: -30px;
    margin-left: -30px; }
    .row.gutter-60 > .col,
    .row.gutter-60 > [class^="col-"],
    .row.gutter-60 > [class^=" col-"] {
      padding-right: 30px;
      padding-left: 30px; } }

@media only screen and (min-width: 1440px) and (min-width: 992px) {
  .row.gutter-65 {
    margin-right: -32.5px;
    margin-left: -32.5px; }
    .row.gutter-65 > .col,
    .row.gutter-65 > [class^="col-"],
    .row.gutter-65 > [class^=" col-"] {
      padding-right: 32.5px;
      padding-left: 32.5px; } }

@media only screen and (min-width: 1440px) and (min-width: 992px) {
  .row.gutter-70 {
    margin-right: -35px;
    margin-left: -35px; }
    .row.gutter-70 > .col,
    .row.gutter-70 > [class^="col-"],
    .row.gutter-70 > [class^=" col-"] {
      padding-right: 35px;
      padding-left: 35px; } }

@media only screen and (min-width: 1440px) and (min-width: 992px) {
  .row.gutter-80 {
    margin-right: -40px;
    margin-left: -40px; }
    .row.gutter-80 > .col,
    .row.gutter-80 > [class^="col-"],
    .row.gutter-80 > [class^=" col-"] {
      padding-right: 40px;
      padding-left: 40px; } }

@media only screen and (min-width: 1440px) and (min-width: 992px) {
  .row.gutter-100 {
    margin-right: -50px;
    margin-left: -50px; }
    .row.gutter-100 > .col,
    .row.gutter-100 > [class^="col-"],
    .row.gutter-100 > [class^=" col-"] {
      padding-right: 50px;
      padding-left: 50px; } }

@media only screen and (min-width: 1440px) and (min-width: 992px) {
  .row.gutter-150 {
    margin-right: -75px;
    margin-left: -75px; }
    .row.gutter-150 > .col,
    .row.gutter-150 > [class^="col-"],
    .row.gutter-150 > [class^=" col-"] {
      padding-right: 75px;
      padding-left: 75px; } }

.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left; }

.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel.mm-highest {
  z-index: 1; }

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block; }

.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto; }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px; }

.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1; }

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-next:after,
.mm-prev:before {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0; }

.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none; }

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-navbar .mm-btn:first-child {
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none; }

.mm-listview > li {
  position: relative; }

.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
  border-color: inherit; }

.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.mm-listview > li:not(.mm-divider):after {
  left: 20px; }

.mm-listview .mm-next {
  background: #1b2654;
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-menu {
  background: #1e2a5a;
  border-color: rgba(255, 255, 255, 0.1);
  color: #ccc; }

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #00ada7; }

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: #eee; }

.mm-menu .mm-listview {
  border-color: rgba(4, 21, 90, 0.5); }

.mm-menu .mm-listview > li .mm-next:after {
  border-color: #00ada7; }

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05); }

.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking {
  overflow: hidden; }

html.mm-blocking body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed; }

.mm-menu.mm-offcanvas.mm-opened {
  display: block; }

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10; }

.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important; }

.mm-menu .mm-listview.mm-border-none > li:after,
.mm-menu .mm-listview > li.mm-border-none:after,
.mm-menu.mm-border-none .mm-listview > li:after {
  content: none; }

.mm-menu .mm-listview.mm-border-full > li:after,
.mm-menu .mm-listview > li.mm-border-full:after,
.mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important; }

.mm-menu .mm-listview.mm-border-offset > li:after,
.mm-menu .mm-listview > li.mm-border-offset:after,
.mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px; }

.mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: 0; }

html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity 0.4s ease 0.4s; }

.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker {
  background: inherit; }

.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
  background: #fff; }

.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
  background: #000; }

.slick-dots li button:before {
  content: '';
  width: 15px;
  height: 3px;
  background: #d6dadd;
  opacity: 0.5;
  border-radius: 3px; }

.slick-dots li.slick-active button:before {
  background: #00ada7; }

.slick-dots {
  bottom: -50px; }

.slick-prev,
.slick-next {
  -webkit-text-stroke: 2px white;
  font-size: 0; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 1.7142857143rem;
    color: #0050bc;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }

.slick-prev:before {
  content: "\f060"; }

.slick-next:before {
  content: "\f061"; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.progress-circle {
  font-size: 20px;
  margin: 20px;
  position: relative;
  /* so that children can be absolutely positioned */
  padding: 0;
  width: 10em;
  height: 10em;
  background-color: #F2E9E1;
  border-radius: 50%;
  line-height: 10em;
  float: left; }

.progress-circle:after {
  border: none;
  position: absolute;
  top: 0.7em;
  left: 0.7em;
  text-align: center;
  display: block;
  border-radius: 50%;
  width: 8.6em;
  height: 8.6em;
  background-color: white;
  content: " "; }

/* Text inside the control */
.progress-circle span {
  position: absolute;
  line-height: 1;
  width: 10em;
  text-align: center;
  display: block;
  color: black;
  z-index: 2;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex; }

.left-half-clipper {
  /* a round circle */
  border-radius: 50%;
  width: 10em;
  height: 10em;
  position: absolute;
  /* needed for clipping */
  clip: rect(0, 10em, 10em, 5em);
  /* clips the whole left half*/ }

/* when p>50, don't clip left half*/
.progress-circle.over50 .left-half-clipper {
  clip: rect(auto, auto, auto, auto); }

.value-bar {
  /*This is an overlayed square, that is made round with the border radius,
  then it is cut to display only the left half, then rotated clockwise
  to escape the outer clipping path.*/
  position: absolute;
  /*needed for clipping*/
  clip: rect(0, 5em, 10em, 0);
  width: 10em;
  height: 10em;
  border-radius: 50%;
  border: 0.9em solid #f45f14;
  /*The border is 0.35 but making it larger removes visual artifacts */
  /*background-color: #4D642D;*/
  /* for debug */
  box-sizing: border-box; }

/* Progress bar filling the whole right half for values above 50% */
.progress-circle.over50 .first50-bar {
  /*Progress bar for the first 50%, filling the whole right half*/
  position: absolute;
  /*needed for clipping*/
  clip: rect(0, 10em, 10em, 5em);
  background-color: #f45f14;
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.progress-circle:not(.over50) .first50-bar {
  display: none; }

/* Progress bar rotation position */
.progress-circle.p0 .value-bar {
  display: none; }

.progress-circle.p1 .value-bar {
  transform: rotate(4deg); }

.progress-circle.p2 .value-bar {
  transform: rotate(7deg); }

.progress-circle.p3 .value-bar {
  transform: rotate(11deg); }

.progress-circle.p4 .value-bar {
  transform: rotate(14deg); }

.progress-circle.p5 .value-bar {
  transform: rotate(18deg); }

.progress-circle.p6 .value-bar {
  transform: rotate(22deg); }

.progress-circle.p7 .value-bar {
  transform: rotate(25deg); }

.progress-circle.p8 .value-bar {
  transform: rotate(29deg); }

.progress-circle.p9 .value-bar {
  transform: rotate(32deg); }

.progress-circle.p10 .value-bar {
  transform: rotate(36deg); }

.progress-circle.p11 .value-bar {
  transform: rotate(40deg); }

.progress-circle.p12 .value-bar {
  transform: rotate(43deg); }

.progress-circle.p13 .value-bar {
  transform: rotate(47deg); }

.progress-circle.p14 .value-bar {
  transform: rotate(50deg); }

.progress-circle.p15 .value-bar {
  transform: rotate(54deg); }

.progress-circle.p16 .value-bar {
  transform: rotate(58deg); }

.progress-circle.p17 .value-bar {
  transform: rotate(61deg); }

.progress-circle.p18 .value-bar {
  transform: rotate(65deg); }

.progress-circle.p19 .value-bar {
  transform: rotate(68deg); }

.progress-circle.p20 .value-bar {
  transform: rotate(72deg); }

.progress-circle.p21 .value-bar {
  transform: rotate(76deg); }

.progress-circle.p22 .value-bar {
  transform: rotate(79deg); }

.progress-circle.p23 .value-bar {
  transform: rotate(83deg); }

.progress-circle.p24 .value-bar {
  transform: rotate(86deg); }

.progress-circle.p25 .value-bar {
  transform: rotate(90deg); }

.progress-circle.p26 .value-bar {
  transform: rotate(94deg); }

.progress-circle.p27 .value-bar {
  transform: rotate(97deg); }

.progress-circle.p28 .value-bar {
  transform: rotate(101deg); }

.progress-circle.p29 .value-bar {
  transform: rotate(104deg); }

.progress-circle.p30 .value-bar {
  transform: rotate(108deg); }

.progress-circle.p31 .value-bar {
  transform: rotate(112deg); }

.progress-circle.p32 .value-bar {
  transform: rotate(115deg); }

.progress-circle.p33 .value-bar {
  transform: rotate(119deg); }

.progress-circle.p34 .value-bar {
  transform: rotate(122deg); }

.progress-circle.p35 .value-bar {
  transform: rotate(126deg); }

.progress-circle.p36 .value-bar {
  transform: rotate(130deg); }

.progress-circle.p37 .value-bar {
  transform: rotate(133deg); }

.progress-circle.p38 .value-bar {
  transform: rotate(137deg); }

.progress-circle.p39 .value-bar {
  transform: rotate(140deg); }

.progress-circle.p40 .value-bar {
  transform: rotate(144deg); }

.progress-circle.p41 .value-bar {
  transform: rotate(148deg); }

.progress-circle.p42 .value-bar {
  transform: rotate(151deg); }

.progress-circle.p43 .value-bar {
  transform: rotate(155deg); }

.progress-circle.p44 .value-bar {
  transform: rotate(158deg); }

.progress-circle.p45 .value-bar {
  transform: rotate(162deg); }

.progress-circle.p46 .value-bar {
  transform: rotate(166deg); }

.progress-circle.p47 .value-bar {
  transform: rotate(169deg); }

.progress-circle.p48 .value-bar {
  transform: rotate(173deg); }

.progress-circle.p49 .value-bar {
  transform: rotate(176deg); }

.progress-circle.p50 .value-bar {
  transform: rotate(180deg); }

.progress-circle.p51 .value-bar {
  transform: rotate(184deg); }

.progress-circle.p52 .value-bar {
  transform: rotate(187deg); }

.progress-circle.p53 .value-bar {
  transform: rotate(191deg); }

.progress-circle.p54 .value-bar {
  transform: rotate(194deg); }

.progress-circle.p55 .value-bar {
  transform: rotate(198deg); }

.progress-circle.p56 .value-bar {
  transform: rotate(202deg); }

.progress-circle.p57 .value-bar {
  transform: rotate(205deg); }

.progress-circle.p58 .value-bar {
  transform: rotate(209deg); }

.progress-circle.p59 .value-bar {
  transform: rotate(212deg); }

.progress-circle.p60 .value-bar {
  transform: rotate(216deg); }

.progress-circle.p61 .value-bar {
  transform: rotate(220deg); }

.progress-circle.p62 .value-bar {
  transform: rotate(223deg); }

.progress-circle.p63 .value-bar {
  transform: rotate(227deg); }

.progress-circle.p64 .value-bar {
  transform: rotate(230deg); }

.progress-circle.p65 .value-bar {
  transform: rotate(234deg); }

.progress-circle.p66 .value-bar {
  transform: rotate(238deg); }

.progress-circle.p67 .value-bar {
  transform: rotate(241deg); }

.progress-circle.p68 .value-bar {
  transform: rotate(245deg); }

.progress-circle.p69 .value-bar {
  transform: rotate(248deg); }

.progress-circle.p70 .value-bar {
  transform: rotate(252deg); }

.progress-circle.p71 .value-bar {
  transform: rotate(256deg); }

.progress-circle.p72 .value-bar {
  transform: rotate(259deg); }

.progress-circle.p73 .value-bar {
  transform: rotate(263deg); }

.progress-circle.p74 .value-bar {
  transform: rotate(266deg); }

.progress-circle.p75 .value-bar {
  transform: rotate(270deg); }

.progress-circle.p76 .value-bar {
  transform: rotate(274deg); }

.progress-circle.p77 .value-bar {
  transform: rotate(277deg); }

.progress-circle.p78 .value-bar {
  transform: rotate(281deg); }

.progress-circle.p79 .value-bar {
  transform: rotate(284deg); }

.progress-circle.p80 .value-bar {
  transform: rotate(288deg); }

.progress-circle.p81 .value-bar {
  transform: rotate(292deg); }

.progress-circle.p82 .value-bar {
  transform: rotate(295deg); }

.progress-circle.p83 .value-bar {
  transform: rotate(299deg); }

.progress-circle.p84 .value-bar {
  transform: rotate(302deg); }

.progress-circle.p85 .value-bar {
  transform: rotate(306deg); }

.progress-circle.p86 .value-bar {
  transform: rotate(310deg); }

.progress-circle.p87 .value-bar {
  transform: rotate(313deg); }

.progress-circle.p88 .value-bar {
  transform: rotate(317deg); }

.progress-circle.p89 .value-bar {
  transform: rotate(320deg); }

.progress-circle.p90 .value-bar {
  transform: rotate(324deg); }

.progress-circle.p91 .value-bar {
  transform: rotate(328deg); }

.progress-circle.p92 .value-bar {
  transform: rotate(331deg); }

.progress-circle.p93 .value-bar {
  transform: rotate(335deg); }

.progress-circle.p94 .value-bar {
  transform: rotate(338deg); }

.progress-circle.p95 .value-bar {
  transform: rotate(342deg); }

.progress-circle.p96 .value-bar {
  transform: rotate(346deg); }

.progress-circle.p97 .value-bar {
  transform: rotate(349deg); }

.progress-circle.p98 .value-bar {
  transform: rotate(353deg); }

.progress-circle.p99 .value-bar {
  transform: rotate(356deg); }

.progress-circle.p100 .value-bar {
  transform: rotate(360deg); }

/*////////////////////////////////////////////////////////////*/
html {
  min-height: 100%; }

.hidden {
  visibility: hidden;
  width: 0; }

.progress-bar {
  background: #f1f6fa;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #ccd6dd;
  height: 10px;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  width: 300px; }

.progress-bar--counter {
  margin-left: 10px;
  position: relative;
  top: -1px; }

.progress-bar--counter .hidden {
  display: inline-block; }

.progress-bar--wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin: 10px 0; }

.progress-bar--inner {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
  height: 10px;
  left: 0;
  min-height: 10px;
  position: absolute;
  top: 0; }

.progress-bar--green {
  color: #6fc14b; }

.progress-bar--green .progress-bar--inner {
  background-color: #6fc14b; }

.progress-bar--blue {
  color: #068eda; }

.progress-bar--blue .progress-bar--inner {
  background-color: #068eda; }

.progress-bar--red {
  color: #fb797e; }

.progress-bar--red .progress-bar--inner {
  background-color: #fb797e; }

.progress-bar--yellow {
  color: #f7a81d; }

.progress-bar--yellow .progress-bar--inner {
  background-color: #f7a81d; }

.wrap {
  max-width: 600px;
  margin: 0 auto; }

h1 {
  font-weight: 300;
  color: #38761D; }

.bars {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.bars > div {
  margin: 10px; }

.bars > div:nth-child(odd) {
  margin-left: 0; }

.progress-bar2 {
  background: #DEE2E3;
  border-radius: 99px;
  width: 200px;
  height: 5px;
  position: relative;
  overflow: hidden; }

.progress-bar2::before {
  border-radius: 99px;
  position: absolute;
  height: 5px;
  background: #38761D;
  content: '';
  width: 0;
  transition: width .2s; }

.progress-bar-10::before {
  width: 10%; }

.progress-bar-20::before {
  width: 20%; }

.progress-bar-30::before {
  width: 30%; }

.progress-bar-40::before {
  width: 40%; }

.progress-bar-50::before {
  width: 50%; }

.progress-bar-60::before {
  width: 60%; }

.progress-bar-70::before {
  width: 70%; }

.progress-bar-80::before {
  width: 80%; }

.progress-bar-90::before {
  width: 90%; }

.progress-bar-100::before {
  width: 100%; }

/****************************************************************
  *
  *
 *****************************************************************/
.progressWrapper {
  position: relative;
  width: 250px; }

.progressWrapper .progressColor {
  width: 250px;
  height: 12px;
  margin-bottom: 60px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 2px;
  overflow: hidden;
  background-color: #d7d7d7; }

.progressWrapper .progressColor::webkit-progress-bar {
  background-color: #d7d7d7;
  -moz-transition: 4s;
  -o-transition: 4s;
  -webkit-transition: 4s;
  transition: 4s; }

.progressWrapper .tooltip2 {
  display: inline-block;
  background-color: #717880;
  font-size: 11px;
  color: #fff;
  padding: 4px 8px;
  width: auto;
  border-radius: 3px;
  position: absolute;
  top: -27px;
  left: 0%;
  margin-left: -15px; }

.progressWrapper .tooltip2:after {
  content: '';
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #717880;
  position: absolute;
  left: 50%;
  top: 100%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.progressWrapper .tooltip2 {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  left: 0%; }

.progressWrapper progress.progressColor::-moz-progress-bar {
  background: #08da9d;
  border-radius: 2px;
  position: relative; }

.progressWrapper progress.progressColor::-webkit-progress-value {
  background: #08da9d;
  border-radius: 2px;
  position: relative; }

.progressColor progress[value] {
  color: #08da9d; }

.progressColor progress[value]::-webkit-progress-bar {
  background-color: #d7d7d7; }

/****************************************************************
  *
  * CSS Percentage Circle
  * Author: Andre Firchow
  *
 *****************************************************************/
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
  clip: rect(auto, auto, auto, auto); }

.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
  position: absolute;
  border: 0.08em solid #307bbb;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #cccccc; }

.c100 *,
.c100 *:before,
.c100 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.c100.center {
  float: none;
  margin: 0 auto; }

.c100.big {
  font-size: 240px; }

.c100.small {
  font-size: 80px; }

.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5em;
  font-size: 0.2em;
  color: #cccccc;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: whitesmoke;
  width: 0.84em;
  height: 0.84em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em); }

.c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  transform: rotate(3.6deg); }

.c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  transform: rotate(7.2deg); }

.c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  transform: rotate(10.8deg); }

.c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  transform: rotate(14.4deg); }

.c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg); }

.c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  transform: rotate(21.6deg); }

.c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  transform: rotate(25.2deg); }

.c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);
  transform: rotate(28.8deg); }

.c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  transform: rotate(32.4deg); }

.c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg); }

.c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  transform: rotate(39.6deg); }

.c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  transform: rotate(43.2deg); }

.c100.p13 .bar {
  -webkit-transform: rotate(46.8deg);
  -moz-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -o-transform: rotate(46.8deg);
  transform: rotate(46.8deg); }

.c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  transform: rotate(50.4deg); }

.c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg); }

.c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  transform: rotate(57.6deg); }

.c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  transform: rotate(61.2deg); }

.c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  transform: rotate(64.8deg); }

.c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  transform: rotate(68.4deg); }

.c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg); }

.c100.p21 .bar {
  -webkit-transform: rotate(75.6deg);
  -moz-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -o-transform: rotate(75.6deg);
  transform: rotate(75.6deg); }

.c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  transform: rotate(79.2deg); }

.c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  transform: rotate(82.8deg); }

.c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  transform: rotate(86.4deg); }

.c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.c100.p26 .bar {
  -webkit-transform: rotate(93.6deg);
  -moz-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -o-transform: rotate(93.6deg);
  transform: rotate(93.6deg); }

.c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  transform: rotate(97.2deg); }

.c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  transform: rotate(100.8deg); }

.c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  transform: rotate(104.4deg); }

.c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg); }

.c100.p31 .bar {
  -webkit-transform: rotate(111.6deg);
  -moz-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -o-transform: rotate(111.6deg);
  transform: rotate(111.6deg); }

.c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  transform: rotate(115.2deg); }

.c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  transform: rotate(118.8deg); }

.c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  transform: rotate(122.4deg); }

.c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg); }

.c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  transform: rotate(129.6deg); }

.c100.p37 .bar {
  -webkit-transform: rotate(133.2deg);
  -moz-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -o-transform: rotate(133.2deg);
  transform: rotate(133.2deg); }

.c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  transform: rotate(136.8deg); }

.c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  transform: rotate(140.4deg); }

.c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg); }

.c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  transform: rotate(147.6deg); }

.c100.p42 .bar {
  -webkit-transform: rotate(151.2deg);
  -moz-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -o-transform: rotate(151.2deg);
  transform: rotate(151.2deg); }

.c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  transform: rotate(154.8deg); }

.c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  transform: rotate(158.4deg); }

.c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg); }

.c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  transform: rotate(165.6deg); }

.c100.p47 .bar {
  -webkit-transform: rotate(169.2deg);
  -moz-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -o-transform: rotate(169.2deg);
  transform: rotate(169.2deg); }

.c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  transform: rotate(172.8deg); }

.c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  transform: rotate(176.4deg); }

.c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  transform: rotate(183.6deg); }

.c100.p52 .bar {
  -webkit-transform: rotate(187.2deg);
  -moz-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  -o-transform: rotate(187.2deg);
  transform: rotate(187.2deg); }

.c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  transform: rotate(190.8deg); }

.c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  transform: rotate(194.4deg); }

.c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  transform: rotate(198deg); }

.c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  transform: rotate(201.6deg); }

.c100.p57 .bar {
  -webkit-transform: rotate(205.2deg);
  -moz-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  -o-transform: rotate(205.2deg);
  transform: rotate(205.2deg); }

.c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  transform: rotate(208.8deg); }

.c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  transform: rotate(212.4deg); }

.c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg); }

.c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  transform: rotate(219.6deg); }

.c100.p62 .bar {
  -webkit-transform: rotate(223.2deg);
  -moz-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  -o-transform: rotate(223.2deg);
  transform: rotate(223.2deg); }

.c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  transform: rotate(226.8deg); }

.c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  transform: rotate(230.4deg); }

.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  transform: rotate(234deg); }

.c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  transform: rotate(237.6deg); }

.c100.p67 .bar {
  -webkit-transform: rotate(241.2deg);
  -moz-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  -o-transform: rotate(241.2deg);
  transform: rotate(241.2deg); }

.c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  transform: rotate(244.8deg); }

.c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  transform: rotate(248.4deg); }

.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg); }

.c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  transform: rotate(255.6deg); }

.c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  transform: rotate(259.2deg); }

.c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  transform: rotate(262.8deg); }

.c100.p74 .bar {
  -webkit-transform: rotate(266.4deg);
  -moz-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  -o-transform: rotate(266.4deg);
  transform: rotate(266.4deg); }

.c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  transform: rotate(273.6deg); }

.c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  transform: rotate(277.2deg); }

.c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  transform: rotate(280.8deg); }

.c100.p79 .bar {
  -webkit-transform: rotate(284.4deg);
  -moz-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  -o-transform: rotate(284.4deg);
  transform: rotate(284.4deg); }

.c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg); }

.c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  transform: rotate(291.6deg); }

.c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  transform: rotate(295.2deg); }

.c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  transform: rotate(298.8deg); }

.c100.p84 .bar {
  -webkit-transform: rotate(302.4deg);
  -moz-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  -o-transform: rotate(302.4deg);
  transform: rotate(302.4deg); }

.c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  transform: rotate(306deg); }

.c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  transform: rotate(309.6deg); }

.c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  transform: rotate(313.2deg); }

.c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  transform: rotate(316.8deg); }

.c100.p89 .bar {
  -webkit-transform: rotate(320.4deg);
  -moz-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  -o-transform: rotate(320.4deg);
  transform: rotate(320.4deg); }

.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg); }

.c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  transform: rotate(327.6deg); }

.c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  transform: rotate(331.2deg); }

.c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  transform: rotate(334.8deg); }

.c100.p94 .bar {
  -webkit-transform: rotate(338.4deg);
  -moz-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  -o-transform: rotate(338.4deg);
  transform: rotate(338.4deg); }

.c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  transform: rotate(342deg); }

.c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  transform: rotate(345.6deg); }

.c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  transform: rotate(349.2deg); }

.c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  transform: rotate(352.8deg); }

.c100.p99 .bar {
  -webkit-transform: rotate(356.4deg);
  -moz-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  -o-transform: rotate(356.4deg);
  transform: rotate(356.4deg); }

.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg); }

.c100:hover {
  cursor: default; }

.c100:hover > span {
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.3em;
  color: #307bbb; }

.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em; }

.c100.dark {
  background-color: #777777; }

.c100.dark .bar,
.c100.dark .fill {
  border-color: #c6ff00 !important; }

.c100.dark > span {
  color: #777777; }

.c100.dark:after {
  background-color: #666666; }

.c100.dark:hover > span {
  color: #c6ff00; }

.c100.green .bar,
.c100.green .fill {
  border-color: #4db53c !important; }

.c100.green:hover > span {
  color: #4db53c; }

.c100.green.dark .bar,
.c100.green.dark .fill {
  border-color: #5fd400 !important; }

.c100.green.dark:hover > span {
  color: #5fd400; }

.c100.orange .bar,
.c100.orange .fill {
  border-color: #dd9d22 !important; }

.c100.orange:hover > span {
  color: #dd9d22; }

.c100.orange.dark .bar,
.c100.orange.dark .fill {
  border-color: #e08833 !important; }

.c100.orange.dark:hover > span {
  color: #e08833; }

.no-border {
  border: none !important;
  width: 100%;
  max-width: 100%; }

#main-table-info tr td {
  padding-right: 60px;
  position: relative; }
  #main-table-info tr td i.fa {
    position: absolute;
    right: 75px;
    top: 15px;
    z-index: 1000; }

#main-table-info textarea {
  box-shadow: 5px 5px 5px 0px rgba(219, 219, 219, 0.75);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(219, 219, 219, 0.75);
  -moz-box-shadow: 5px 5px 5px 0px rgba(219, 219, 219, 0.75); }

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5; }
  .table > tbody > tr.active > td textarea,
  .table > tbody > tr.active > td input,
  .table > tbody > tr.active > td select,
  .table > tbody > tr.active > th textarea,
  .table > tbody > tr.active > th input,
  .table > tbody > tr.active > th select,
  .table > tbody > tr > td.active textarea,
  .table > tbody > tr > td.active input,
  .table > tbody > tr > td.active select,
  .table > tbody > tr > th.active textarea,
  .table > tbody > tr > th.active input,
  .table > tbody > tr > th.active select,
  .table > tfoot > tr.active > td textarea,
  .table > tfoot > tr.active > td input,
  .table > tfoot > tr.active > td select,
  .table > tfoot > tr.active > th textarea,
  .table > tfoot > tr.active > th input,
  .table > tfoot > tr.active > th select,
  .table > tfoot > tr > td.active textarea,
  .table > tfoot > tr > td.active input,
  .table > tfoot > tr > td.active select,
  .table > tfoot > tr > th.active textarea,
  .table > tfoot > tr > th.active input,
  .table > tfoot > tr > th.active select,
  .table > thead > tr.active > td textarea,
  .table > thead > tr.active > td input,
  .table > thead > tr.active > td select,
  .table > thead > tr.active > th textarea,
  .table > thead > tr.active > th input,
  .table > thead > tr.active > th select,
  .table > thead > tr > td.active textarea,
  .table > thead > tr > td.active input,
  .table > thead > tr > td.active select,
  .table > thead > tr > th.active textarea,
  .table > thead > tr > th.active input,
  .table > thead > tr > th.active select {
    background-color: #f5f5f5; }

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8; }
  .table > tbody > tr.success > td textarea,
  .table > tbody > tr.success > td input,
  .table > tbody > tr.success > td select,
  .table > tbody > tr.success > th textarea,
  .table > tbody > tr.success > th input,
  .table > tbody > tr.success > th select,
  .table > tbody > tr > td.success textarea,
  .table > tbody > tr > td.success input,
  .table > tbody > tr > td.success select,
  .table > tbody > tr > th.success textarea,
  .table > tbody > tr > th.success input,
  .table > tbody > tr > th.success select,
  .table > tfoot > tr.success > td textarea,
  .table > tfoot > tr.success > td input,
  .table > tfoot > tr.success > td select,
  .table > tfoot > tr.success > th textarea,
  .table > tfoot > tr.success > th input,
  .table > tfoot > tr.success > th select,
  .table > tfoot > tr > td.success textarea,
  .table > tfoot > tr > td.success input,
  .table > tfoot > tr > td.success select,
  .table > tfoot > tr > th.success textarea,
  .table > tfoot > tr > th.success input,
  .table > tfoot > tr > th.success select,
  .table > thead > tr.success > td textarea,
  .table > thead > tr.success > td input,
  .table > thead > tr.success > td select,
  .table > thead > tr.success > th textarea,
  .table > thead > tr.success > th input,
  .table > thead > tr.success > th select,
  .table > thead > tr > td.success textarea,
  .table > thead > tr > td.success input,
  .table > thead > tr > td.success select,
  .table > thead > tr > th.success textarea,
  .table > thead > tr > th.success input,
  .table > thead > tr > th.success select {
    background-color: transparent; }

.avatar {
  max-width: 100px; }

.nav-dashboard-user a {
  margin: 0 10px; }

.nav-dashboard-user a.btn:hover {
  color: white;
  background-color: black; }

#breadcrumbs {
  background-color: #F8D9ED;
  padding: 10px 0; }

.c-green {
  color: #00B67A; }

#sidebar .widget .wp-block-search__label {
  font-size: 0; }
#sidebar .widget_title {
  font-size: 16px;
  margin-bottom: 14px; }
#sidebar .widget .widget-icon {
  padding-right: 15px;
  color: #00B67A; }
#sidebar .widget .widget-content h4 {
  font-size: 16px; }
#sidebar .widget h2 {
  font-size: 18px;
  font-weight: bold; }
#sidebar .widget ul li {
  margin-bottom: 15px; }
#sidebar .widget ul.wp-block-categories-list.wp-block-categories li {
  margin-bottom: 5px; }
  #sidebar .widget ul.wp-block-categories-list.wp-block-categories li a {
    color: #000; }

.bg-category {
  position: relative;
  background-color: #ffe1e0;
  padding: 40px 0; }

.category-name {
  z-index: 9999;
  text-align: center;
  width: 100%;
  color: #000;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: normal; }
  @media only screen and (min-width: 768px) {
    .category-name {
      font-size: 30px; } }
  @media only screen and (min-width: 992px) {
    .category-name {
      font-size: 38px;
      max-width: 770px;
      margin: auto auto 10px auto; } }
  @media only screen and (min-width: 1200px) {
    .category-name {
      font-size: 46px; } }

.page-link {
  margin: 30px 0;
  color: #725524;
  background-color: #f4f1e6;
  border-color: #f4f1e6;
  font-size: 30px; }
  .page-link:hover {
    background-color: #c33531;
    border-color: #c33531; }

.page-item.active .page-link {
  background-color: #c33531;
  border-color: #c33531;
  color: #fff; }

.product-items {
  margin-bottom: 30px;
  border: 1px solid #c1c1c1; }
  .product-items_image {
    background-color: #fefefe;
    position: relative; }
  .product-items_data {
    padding: 15px;
    text-align: center;
    position: relative; }
    .product-items_data .woocommerce-loop-product__title {
      font-size: 16px;
      color: #010101; }
      @media only screen and (min-width: 1200px) {
        .product-items_data .woocommerce-loop-product__title {
          font-size: 18px; } }
      .product-items_data .woocommerce-loop-product__title a {
        color: #010101; }
    .product-items_data .rating-stars {
      font-size: 14px;
      color: #ffc107;
      margin: 0; }
    .product-items_data .price {
      font-size: 18px;
      color: #de0000; }
      .product-items_data .price del {
        color: #515151;
        font-size: 14px; }
        @media only screen and (min-width: 992px) {
          .product-items_data .price del {
            font-size: 16px; } }
        @media only screen and (min-width: 1200px) {
          .product-items_data .price del {
            font-size: 18px; } }
      @media only screen and (min-width: 768px) {
        .product-items_data .price {
          font-size: 20px; } }
      @media only screen and (min-width: 992px) {
        .product-items_data .price {
          font-size: 22px; } }
      @media only screen and (min-width: 1200px) {
        .product-items_data .price {
          font-size: 24px; } }

form.woocommerce-ordering {
  margin-bottom: 30px; }
  form.woocommerce-ordering label {
    margin-right: 15px; }
  form.woocommerce-ordering select.orderby {
    border: 2px solid #c1c1c1;
    height: 46px;
    padding: 0 15px; }

.woocommerce-pagination {
  margin: 30px 0 60px 0; }
  .woocommerce-pagination ul.page-numbers {
    display: flex;
    justify-content: center; }
    .woocommerce-pagination ul.page-numbers li {
      font-size: 18px;
      margin: 3px; }
      .woocommerce-pagination ul.page-numbers li .page-numbers {
        background-color: #f4f0e5;
        color: #02246d;
        border: 1px solid #f4f0e5;
        padding: 10px 18px; }
        .woocommerce-pagination ul.page-numbers li .page-numbers:hover {
          background-color: #02246d;
          color: #fff;
          border-color: #02246d; }
      .woocommerce-pagination ul.page-numbers li .page-numbers.current {
        background-color: #d0c291;
        border: 1px solid #a88d58; }

#related-news-section {
  padding: 20px 0; }
  @media only screen and (min-width: 768px) {
    #related-news-section {
      padding: 20px 0 30px; } }
  @media only screen and (min-width: 992px) {
    #related-news-section {
      padding: 30px 0 40px; } }
  @media only screen and (min-width: 1200px) {
    #related-news-section {
      padding: 35px 0 45px; } }

.post-title {
  font-size: 24px;
  color: #000;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .post-title {
      font-size: 30px; } }
  @media only screen and (min-width: 992px) {
    .post-title {
      font-size: 36px; } }
  @media only screen and (min-width: 1200px) {
    .post-title {
      font-size: 42px; } }

.posted-time {
  margin-bottom: 15px; }
  .posted-time i.far {
    font-size: 20px; }

.sfsi_shortcode_container {
  float: left;
  width: 100%;
  display: flex;
  justify-content: start;
  border-top: 2px solid #b2b2b2;
  padding-top: 15px;
  margin-top: 15px; }

.map {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .map {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 992px) {
    .map {
      margin-bottom: 45px; } }
  @media only screen and (min-width: 1200px) {
    .map {
      margin-bottom: 60px; } }
  .map iframe {
    display: block;
    border: 1px solid #c33531 !important;
    width: 100%;
    height: 250px; }
    @media only screen and (min-width: 768px) {
      .map iframe {
        height: 350px; } }
    @media only screen and (min-width: 992px) {
      .map iframe {
        height: 450px; } }
    @media only screen and (min-width: 1200px) {
      .map iframe {
        height: 520px; } }

.contact-items {
  margin-bottom: 20px; }
  @media only screen and (min-width: 992px) {
    .contact-items {
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1200px) {
    .contact-items {
      margin-bottom: 65px; } }
  .contact-items_item {
    background: #c33531;
    font-size: 18px;
    border-radius: 40px;
    padding: 10px; }
    .contact-items_item p {
      margin: 0;
      color: #fff; }
    .contact-items_item a {
      color: #fff; }
    @media only screen and (min-width: 992px) {
      .contact-items_item {
        font-size: 20px;
        padding: 15px; } }
    @media only screen and (min-width: 1200px) {
      .contact-items_item {
        font-size: 24px;
        padding: 20px; } }
    .contact-items_item strong {
      font-size: 20px; }
      @media only screen and (min-width: 992px) {
        .contact-items_item strong {
          font-size: 25px; } }
      @media only screen and (min-width: 1200px) {
        .contact-items_item strong {
          font-size: 30px; } }

body.page-template-page-contact .page-content {
  font-size: 24px; }

.contact-form {
  margin: 20px 0; }
  .contact-form .btn.btn-default {
    background-color: #c33531;
    border-color: #c33531;
    border-radius: 100px;
    padding: 15px 30px;
    color: #fff;
    margin: 20px auto;
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .contact-form .btn.btn-default {
        width: auto; } }
    @media only screen and (min-width: 1200px) {
      .contact-form .btn.btn-default {
        width: auto; } }
    .contact-form .btn.btn-default:hover {
      background-color: #000; }
  .contact-form .form-control {
    border-radius: 100px;
    border: 1px solid #6c6c6c;
    padding: 15px;
    min-height: 45px; }
    @media only screen and (min-width: 992px) {
      .contact-form .form-control {
        padding: 15px 35px;
        min-height: 65px; } }
  .contact-form textarea.form-control {
    border-radius: 20px;
    padding: 15px;
    min-height: 45px;
    max-height: 120px; }
    @media only screen and (min-width: 992px) {
      .contact-form textarea.form-control {
        padding: 15px 35px;
        border-radius: 40px;
        min-height: 65px;
        max-height: 227px; } }

#page-section {
  padding: 30px 0 0; }
  @media only screen and (min-width: 992px) {
    #page-section {
      padding: 45px 0 10px; } }
  @media only screen and (min-width: 1200px) {
    #page-section {
      padding: 60px 0 20px; } }

.page-distributors h1,
.page-distributors h2,
.page-distributors h3,
.page-distributors h4,
.page-distributors h5,
.page-distributors h6 {
  font-size: 20px;
  color: #c33531;
  font-weight: normal;
  display: flex;
  align-items: center; }
  .page-distributors h1 img,
  .page-distributors h2 img,
  .page-distributors h3 img,
  .page-distributors h4 img,
  .page-distributors h5 img,
  .page-distributors h6 img {
    margin-right: 15px;
    min-width: 61px; }
  @media only screen and (min-width: 992px) {
    .page-distributors h1,
    .page-distributors h2,
    .page-distributors h3,
    .page-distributors h4,
    .page-distributors h5,
    .page-distributors h6 {
      font-size: 26px; } }
  @media only screen and (min-width: 1200px) {
    .page-distributors h1,
    .page-distributors h2,
    .page-distributors h3,
    .page-distributors h4,
    .page-distributors h5,
    .page-distributors h6 {
      font-size: 30px; } }
.page-distributors a {
  background-color: #c33531;
  border-color: #c33531;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin: 20px 0; }
  .page-distributors a:hover {
    background-color: #000; }

body.page-template-page-distributors #page-section {
  padding: 10px 0 30px; }

#become-distributors-section {
  background-color: #f8f8f8;
  padding: 45px 0; }

.distributor-form {
  margin: 20px 0; }
  .distributor-form p {
    font-size: 16px;
    color: #c33531; }
    @media only screen and (min-width: 992px) {
      .distributor-form p {
        font-size: 20px; } }
    @media only screen and (min-width: 1200px) {
      .distributor-form p {
        font-size: 24px; } }
  .distributor-form .btn.btn-default {
    background-color: #c33531;
    border-color: #c33531;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    border-radius: 4px;
    width: 100%; }
    .distributor-form .btn.btn-default:hover {
      background-color: #e91c15; }
  .distributor-form .btn.btn-primary {
    background-color: black;
    border-color: black;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    border-radius: 4px;
    width: 100%; }
    .distributor-form .btn.btn-primary:hover {
      background-color: #fff;
      color: #000; }
  .distributor-form .form-control {
    border: 1px solid #c2c2c2;
    padding: 15px;
    min-height: 45px; }
    @media only screen and (min-width: 992px) {
      .distributor-form .form-control {
        padding: 15px;
        min-height: 65px; } }
  .distributor-form textarea.form-control {
    min-height: 60px;
    height: auto;
    max-height: 120px; }

.page-content iframe,
.page-content video {
  display: block;
  max-width: 100%; }
.page-content .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 33%; }
.page-content .gallery-item img {
  border: 0 !important; }
.page-content .gallery-item .gallery-caption {
  margin-left: 0; }

.page-content-about {
  font-size: 18px; }
  .page-content-about p {
    margin-bottom: 15px; }

body .qib-button.qib-button-wrapper {
  width: 100%; }

.pro-quantity {
  margin-bottom: 15px; }

.pro-plus-minus {
  margin-bottom: 15px; }

body #main .qib-button.qib-button-wrapper {
  justify-content: flex-start; }

.qib-button-wrapper .quantity input.input-text.qty.text {
  max-width: 50px; }

.table .thead-dark th {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #c33531; }

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #000; }

.rating-5-stars .star.fill:after,
.rating-5-stars .star.fill:not(.half-star),
.rating-5-stars .star.half-star:after,
.rating-5-stars .star.half-star:not(.half-star) {
  background: #00b67a; }

.rating-5-stars .star.fill:after,
.rating-5-stars .star.fill:not(.half-star) {
  background: #00b67a; }

.review-star .star {
  margin: 0.9rem 0;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.4rem; }

.star:not(:last-child) {
  margin-right: 0.3rem; }

.review,
.score {
  color: #212528; }

.review {
  margin-top: 0.8rem;
  border-top: 1px solid #cbd5d8; }

.grey {
  color: #88979a; }

.review-heading {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0.7rem 0 0; }

img.logo.mb-2 {
  width: 7rem;
  height: 1.7266666667rem; }

.review-star-large .star img {
  width: 1.4rem;
  height: 1.4rem; }

.rating {
  font-size: 1.3em; }

.grey {
  color: #88979a; }

.separator {
  margin: 0 10px;
  width: 0.4em; }

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 100%; }

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 30px;
  border-radius: 4px; }

form.woocommerce-cart-form,
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  font-family: "SVN-Linux Libertine", sans-serif; }
  form.woocommerce-cart-form h1,
  form.woocommerce-cart-form h2,
  form.woocommerce-cart-form h3,
  form.woocommerce-cart-form h4,
  form.woocommerce-cart-form h5,
  form.woocommerce-cart-form h6,
  form.woocommerce-cart-form thead,
  .woocommerce .cart-collaterals h1,
  .woocommerce .cart-collaterals h2,
  .woocommerce .cart-collaterals h3,
  .woocommerce .cart-collaterals h4,
  .woocommerce .cart-collaterals h5,
  .woocommerce .cart-collaterals h6,
  .woocommerce .cart-collaterals thead,
  .woocommerce-page .cart-collaterals h1,
  .woocommerce-page .cart-collaterals h2,
  .woocommerce-page .cart-collaterals h3,
  .woocommerce-page .cart-collaterals h4,
  .woocommerce-page .cart-collaterals h5,
  .woocommerce-page .cart-collaterals h6,
  .woocommerce-page .cart-collaterals thead {
    font-size: 18px; }

.woocommerce table.shop_table th {
  font-weight: normal; }

.woocommerce-cart td.product-subtotal {
  color: #f10202;
  font-size: 21px; }

.woocommerce-cart td.product-price {
  font-size: 21px; }

.woocommerce-cart table.cart img {
  width: 85px; }

.border-box {
  border: 1px solid #dfe2ed; }

.woocommerce-shipping-fields,
.woocommerce-additional-fields,
.woocommerce-billing-fields__field-wrapper {
  padding: 0 18px; }

.woocommerce-billing-fields h3,
#order_review_heading {
  padding: 10px 18px;
  border-bottom: 2px solid #dfe2ed;
  font-size: 18px;
  font-family: "SVN-Linux Libertine", sans-serif; }

#order_review_heading {
  font-weight: bold; }

.woocommerce-additional-fields h3 {
  font-size: 18px;
  font-weight: normal; }

.woocommerce-billing-fields {
  margin-bottom: 20px; }

.woocommerce-shipping-fields,
.woocommerce-billing-fields,
.woocommerce-additional-fields {
  font-family: "SVN-Linux Libertine", sans-serif;
  margin-bottom: 20px; }

.woocommerce form .form-row textarea {
  min-height: 120px; }

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  border: 0;
  margin: 0 0 24px 0;
  padding: 0 18px; }

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background-color: #c33531;
  width: 100%;
  font-size: 24px; }
  .woocommerce #payment #place_order:hover,
  .woocommerce-page #payment #place_order:hover {
    background-color: #000; }

.equal-height {
  height: 100%; }

.woocommerce-checkout #payment {
  background: #fff;
  border-radius: 0; }

#cart-menu .wc-block-mini-cart__amount {
  display: none; }
#cart-menu .wc-block-mini-cart__button {
  display: flex;
  justify-content: center;
  align-items: center; }
  #cart-menu .wc-block-mini-cart__button:hover {
    opacity: 1;
    color: #c33531; }

.wc-block-components-button:not(.is-link).contained,
.wc-block-components-button:not(.is-link).contained:active,
.wc-block-components-button:not(.is-link).contained:disabled,
.wc-block-components-button:not(.is-link).contained:focus,
.wc-block-components-button:not(.is-link).contained:hover {
  background-color: #c33531; }

.woocommerce-message {
  border-top-color: #8fae1b; }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 2em 3.5em;
  margin: 0;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none outside;
  width: auto;
  word-wrap: break-word; }

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  float: right; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none; }

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  float: right; }

.wp-element-button {
  cursor: pointer; }

.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
  content: " ";
  display: table; }

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  font-family: WooCommerce;
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em; }

.woocommerce-message::before {
  content: "\e015";
  color: #8fae1b; }

.animation-time, .gloss-hover, .gloss-hover:before, .bigger-hover, .bigger-hover:hover, .change-color-hover, .change-color-hover:hover {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.gloss-hover {
  position: relative;
  overflow: hidden; }
  .gloss-hover:hover {
    cursor: pointer; }
  .gloss-hover:before {
    content: "";
    background: rgba(255, 255, 255, 0.4);
    width: 60%;
    height: 100%;
    top: 0%;
    left: -125%;
    transform: skew(45deg);
    position: absolute; }

.gloss-hover:hover::before {
  left: 150%; }

.bigger-hover {
  transform: scale(1); }
  .bigger-hover:hover {
    cursor: pointer;
    transform: scale(1.05); }

.change-color-hover:hover {
  cursor: pointer;
  background-color: #0039ac; }

.cardTop {
  background: #FAC24F;
  display: flex;
  overflow: hidden;
  align-items: flex-end; }

.timeline {
  width: 800px;
  background: #fff;
  mix-blend-mode: normal;
  backdrop-filter: blur(15px);
  overflow: hidden;
  margin: 60px auto;
  box-shadow: 0px 20px 53px -30px rgba(95, 102, 173, 0.566816);
  border-radius: 24px; }
  .timeline h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    margin-left: 66px;
    margin-top: 40px; }
  .timeline label {
    font-size: 16px;
    line-height: 22px;
    margin-left: 66px;
    margin-top: 10px; }
  .timeline .box {
    width: 100%;
    background: #fff;
    margin: 50px auto; }
    .timeline .box .container {
      width: 100%;
      height: 357px;
      display: flex; }
      .timeline .box .container .lines {
        margin-left: 40px;
        margin-top: 6px; }
        .timeline .box .container .lines .dot {
          width: 34px;
          height: 34px;
          background: #D1D6E6;
          border-radius: 7px; }
        .timeline .box .container .lines .line {
          height: 103px;
          width: 2px;
          background: #D1D6E6;
          margin-left: 16px; }
      .timeline .box .container .cards {
        width: 100%;
        margin-left: 12px;
        transform: translateY(-25px);
        margin-right: 45px; }
        .timeline .box .container .cards .card {
          width: 100%;
          height: auto;
          padding-top: 25px;
          background: #FFFFFF;
          box-shadow: 0 2px 2px 0 #eeeeee40;
          border-radius: 10px;
          box-shadow: 0px 16px 15px -10px rgba(105, 96, 215, 0.0944602);
          margin-bottom: 10px;
          border: 1px solid #e6e6e6; }
          .timeline .box .container .cards .card.mid {
            height: auto; }
          .timeline .box .container .cards .card h4 {
            font-weight: bold;
            margin-bottom: 5px;
            color: #2B2862; }
          .timeline .box .container .cards .card p {
            font-size: 16px;
            color: #2B2862; }
    .timeline .box .bottom {
      width: 100%;
      background: #fff;
      box-shadow: 0 0 2px #eeeeee50;
      text-align: center;
      align-items: center;
      justify-content: center;
      display: flex;
      margin-top: 60px; }
      .timeline .box .bottom .btn {
        background: #f4b214;
        mix-blend-mode: normal;
        cursor: pointer;
        border: 1px solid #f4b214;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        transition: 0.3s;
        width: 80px;
        height: 80px;
        line-height: 80px; }
        .timeline .box .bottom .btn:hover {
          transform: scale(1.03); }

div#createModal label {
  text-transform: uppercase;
  color: #f4b214; }

.chartist-distributed-series .ct-series-a .ct-bar,
.chartist-distributed-series .ct-series-a .ct-line,
.chartist-distributed-series .ct-series-a .ct-slice-donut {
  stroke: #f45f14; }
.chartist-distributed-series .ct-series-a .ct-point,
.chartist-distributed-series .ct-series-b .ct-point {
  stroke: #BBBBBB; }
.chartist-distributed-series .ct-series-b .ct-bar,
.chartist-distributed-series .ct-series-b .ct-line,
.chartist-distributed-series .ct-series-b .ct-slice-donut {
  stroke: #cfcfcf; }

ul.nav.nav-tabs {
  display: flex; }
  ul.nav.nav-tabs li:last-child a {
    border-right: 0; }
  ul.nav.nav-tabs li a {
    color: #cfcfcf;
    padding: 0 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-right: 1px solid #cfcfcf;
    font-size: 18px;
    line-height: 1; }
  ul.nav.nav-tabs li a.active {
    border-right: 1px solid #f45f14;
    color: #f45f14; }

.chart-list-horizontal {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 10; }

.pos-r {
  position: relative; }

.chartist-tooltip {
  margin: 15px 0; }

.chartist-tooltip-value {
  color: #b2360b;
  font-weight: bold; }

/*# sourceMappingURL=styles.css.map */
